| Commit message (Collapse) | Author | Age |
|
|
|
| |
There may be a few NEWS changes after this, but no code (hopefully).
|
| |
|
|
|
|
|
| |
As usual, only `version' is edited by hand. The rest of the changes I
blame on the machine.
|
|
|
|
| |
also semi-automatically update man page and python bindings versions.
|
| |
|
|
|
|
| |
We found another serious-ish bug during freeze.
|
|
|
|
| |
This to "celebrate" pushing a bugfix in at the last minute.
|
|
|
|
| |
and keep python, man page, and debian package in sync.
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Arguably editing debian/changelog violates the "do one thing at a
time" rule, but all of these versions need to be kept in sync.
|
|
|
|
| |
and the usual dance with the python bindings version.
|
|
|
|
| |
also bump python bindings version.
|
|
|
|
| |
We continue to keep the python bindings version in sync manually
|
|
|
|
|
| |
This version number change should not be taken as definitive, rather
refer to the signed tag.
|
|
|
|
| |
See commit 6979b65 for more discussion.
|
|
|
|
|
|
|
|
|
|
| |
we now have three files to keep in sync. That seems wrong, but I guess
we will live with it for now.
The main problem is that the python code is distributed separately, so
it can't get the version from 'version'.
The choice ~rcX is for convenience with debian versioning.
|
|
|
|
| |
No actual changes since 0.7~rc1
|
| |
|
| |
|
|
|
|
|
| |
The release machinery in the build system depends on this file
being correct.
|
|
|
|
|
|
|
|
| |
The big change here is the support for maildir-flag synchronization.
But there are a number of other thigns as well---library support for
multiple filenames, new ruby bindings, improvements to the vim
interface, and a few tweaks to the emacs interface.
|
|
|
|
|
| |
As reminded in the RELEASING instructions, the correct version is 0.4,
not 0.4.0, so update this in the NEWS file as well.
|
|
|
|
| |
For our 0.3.1 bug-fix release.
|
|
|
|
| |
For the 0.3 release, of course.
|
|
|
|
| |
Only minor features added this time--nothing that merits a 1.0.
|
|
We do this so that "git archive" produces a usable tar file without us
having to post-modify it, (since tools like git-buildpackage might not
give us an easy way to hook into the tar-file-creation step).
To support this we also have to change our preference to prefer the
git-described-based version (if available) and only if not available
do we fallback to using what's in the "version" file. Finally, we also
ovverride this preference when releasing, (where what's in the
"version" file wins).
Note that using our Makefile's rule to create a tar file still will
insert the git-based version into the tar file. This is useful for
creating snapshots which will correctly report the git version from
which they were created.
|