summaryrefslogtreecommitdiff
path: root/Mailman/Version.py
Commit message (Collapse)AuthorAgeFilesLines
...
* VERSION: 2.1a3+bwarsaw2001-10-221-1/+1
|
* DATA_FILE_VERSION: Bump this to 40 to pick up the new list attributes.bwarsaw2001-10-211-1/+1
|
* DATA_FILE_VERSION: Bumping to pick up new list attribute first_strip_reply_tobwarsaw2001-10-201-1/+1
|
* DATA_FILE_VERSION: Bump to 38 to pick up the new sender-centricbwarsaw2001-10-151-1/+1
| | | | moderation attributes.
* Update a comment.bwarsaw2001-10-041-1/+1
|
* Bump DATA_FILE_VERSION so existing lists will pick up one_last_digest.bwarsaw2001-09-081-1/+1
|
* DATA_FILE_VERSION: Bump to 35 to pick up thebwarsaw2001-08-171-1/+1
| | | | dont_respond_to_post_requests => respond_to_post_requests change.
* DATA_FILE_VERSION: Bump to 34 to pick up the new available_languagesbwarsaw2001-08-141-1/+1
| | | | attribute.
* DATA_FILE_VERSION: Bump up to pick up the new `personalize' attribute.bwarsaw2001-08-031-1/+1
|
* REQUESTS_FILE_SCHEMA_VERSION: Added.bwarsaw2001-07-201-1/+4
|
* Bump the version number to 2.1a3 and kick the DATA_FILE_VERSION to 30bwarsaw2001-07-181-3/+3
| | | | so the new variables from versions.py will get installed.
* DATA_FILE_VERSION: Bump this so that list config.db schemas will bebwarsaw2001-05-311-1/+1
| | | | updated to include the mod_password and moderator attributes.
* Bump the DATA_FILE_VERSION to pick up the changes to the list objectbwarsaw2001-05-011-1/+1
| | | | configuration attributes.
* Added PENDING_FILE_SCHEMA_VERSION.bwarsaw2001-04-021-2/+5
|
* fix copyright linebwarsaw2001-02-151-1/+1
|
* Bump the DATA_FILE_VERSION to handle the new i18n list attributes.bwarsaw2001-02-151-2/+2
| | | | Bump the QFILE_SCHEMA_VERSION to handle the new file formats.
* Bumping version number to 2.1a1bwarsaw2000-12-071-4/+4
|
* Bumping to 2.0 final.bwarsaw2000-11-211-3/+3
|
* Bumping to rc3bwarsaw2000-11-161-2/+2
|
* Bumping to rc2bwarsaw2000-11-101-2/+2
|
* Bump versions to 2.0 release candidate 1.bwarsaw2000-10-231-3/+3
|
* Bump to 2.0beta6bwarsaw2000-09-221-2/+2
|
* Bumping to 2.0beta5.bwarsaw2000-07-271-2/+2
|
* QFILE_SCHEMA_VERSION: bump to 2.bwarsaw2000-07-261-1/+1
|
* Bump to 2.0beta4.bwarsaw2000-07-061-2/+2
|
* DATA_FILE_VERSION: Bump to 21 to catch the removal of the num_spawnsbwarsaw2000-06-141-1/+1
| | | | attribute.
* DATA_FILE_VERSION: Bump to 20.bwarsaw2000-05-271-1/+1
|
* Add a QFILE_SCHEMA_VERSION for tracking changes to the qfile .dbbwarsaw2000-05-041-1/+4
| | | | format.
* Bumping rev numbers to 2.0beta3bwarsaw2000-04-081-2/+2
|
* HEX_VERSION (et al): Implementation of a comparable integer describingbwarsaw2000-04-071-0/+18
| | | | | | the Mailman version number. This will always be linearly increasing with each release. Modelled after PY_VERSION_HEX in Python's patchlevel.h.
* Bump version number to 2.0beta2bwarsaw2000-04-031-1/+1
|
* Bump version to 2.0beta1bwarsaw2000-03-211-2/+2
|
* Bump the DATA_FILE_VERSION to pick up the new reply_to_address configbwarsaw2000-03-031-1/+1
| | | | attribute.
* bump data version to 18bwarsaw2000-02-261-1/+1
|
* Move DATA_FILE_VERSION to Version.py from Defaults.py.in so it'sbwarsaw2000-02-191-1/+5
| | | | easier to change. Bump the data version to 17.
* New version number is "1.2 (experimental)"bwarsaw1999-11-241-1/+1
|
* Moved the Mailman version variable to here from Defaults.py. Thisbwarsaw1999-11-101-0/+17
means you can now change the version number without having to re-run configure (or config.status). That was a pain. In Defaults.py, you should see from Version import VERSION