| Commit message (Collapse) | Author | Age |
|
|
|
| |
Also add precis of NEWS to debian changelog
|
|
|
|
|
|
|
|
| |
Also bump the python bindings version, the NEWS version and the Debian
version.
Since the changelog is (slightly dubiously) metadata, we have to
change it to upload a release candidate.
|
|
|
|
| |
debian changelog to be done seperately.
|
|
|
|
|
| |
Doing all of the needed version bumps in one commit, and do a
complete, if minimal debian changelog entry
|
|
|
|
| |
Start the promised feature freeze
|
| |
|
|
|
|
|
| |
Unfortunately release-checks.sh will whine a bit because it has not
caught up with the renaming of the version macros.
|
|
|
|
|
|
|
|
| |
Roll (one last?) release candidate because of Austin's
LIBNOTMUCH_VERSION changes.
Atomically bump the manually (NEWS, debian/changelog) and
automatically (everywhere else) updated places version is mentioned.
|
| |
|
|
|
|
|
| |
Various other files are synched using "make update-versions". NEWS
has to be hand edited.
|
|
|
|
|
| |
These are manually set in version and NEWS, and propagate to the other files via
"make update-versions"
|
| |
|
|
|
|
| |
A simple bugfix release, no user visible changes
|
|
|
|
| |
Bump the version in-place in NEWS.
|
|
|
|
|
| |
This is in some sense a rollback, but it makes all the automation
happier if the Debian and upstream versions match.
|
|
|
|
| |
"Atomically" update the python bindings and man page versions.
|
|
|
|
|
| |
The date for man pages is taken from the last commit, so in this case
it makes sense to do this in two commits.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
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.
|