| Age | Commit message (Collapse) | Author |
|
|
|
|
|
Apparently python3 needs this.
|
|
|
|
Failing to update this string in globals.py causes failures when the
SONAME changes. In order to hopefully reduce the number of such
errors, automate the process of setting the SONAME in the python
bindings.
|
|
|
|
|
|
|
|
|
|
Sync NEWS debian/changelog at the same time, although in those cases it's a downgrade.
|
|
notmuch 0.18.2 release
|
|
No non-documentation changes
|
|
notmuch 0.18.2~rc1 release
Conflicts:
NEWS
debian/changelog
|
|
|
|
Implemented as the method `exclude_tag` of the class `Query`. This method takes
one argument, a string containing the name of the tag to exclude.
|
|
This should have happened in commit 6754ad9f9, but oops.
This was not caught by our test suite because it uses an installed
notmuch library of it cannot find the just built one.
|
|
Throw an exception if notmuch_database_destroy fails.
|
|
Add return status to the Database.Close() method that calls
notmuch_database_destroy.
|
|
Throw an exception if notmuch_database_close or notmuch_database_destroy
fail.
|
|
notmuch 0.18.1 release
|
|
Also add precis of NEWS to debian changelog
|
|
notmuch 0.18.1~rc0 release
|
|
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.
|
|
A point release is slowly being built on branch release. Merge those
changes into master.
|
|
html_static_path is a kind of source directory and it was set to
destination directory (../html) which caused infinite recursion with
Sphinx 1.2 and above.
|
|
|
|
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
|
|
|
|
|
|
|
|
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"
|
|
Use os.uname() to check for 'Darwin' and load "libnotmuch.3.dylib"
instead of "libnotmuch.so.3" if that is the case.
|
|
In particular ignore downloaded source from github.com
|
|
Update .gitignore to make git status less noisy
|
|
Currently it simply finds any library available, and if notmuch is
installed in the system, it would give priority to that library.
Let's implement our own helper functions to link directly to the local
library, and give priority to the local header file.
Also, add an option to properly check if there are missing symbols.
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
|
|
It has never existed in Ruby (maybe JRuby). Fortunately the symbols are
loaded lazily, so nobody would notice unless they try
'query::count_messages'.
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
|
|
|
|
The notmuch-addrlookup utility uses a third party library to read the
notmuch configuration file. The previously used implementation at
"github.com/kless/goconfig" vanished, so this patch switches to the
implementation at "github.com/msbranco/goconfig". As the
implementations differ at the API level, the code is updated
accordingly.
Signed-off-by: Justus Winter <4winter@informatik.uni-hamburg.de>
|
|
add in NEWS from 0.15.2
Conflicts:
NEWS
|
|
|
|
|
|
Conflicts:
NEWS
Inserted news from 0.15.1
|
|
A simple bugfix release, no user visible changes
|
|
Remove the superfluous mode argument given to notmuch_database_create
fixing the creation of notmuch databases using python code.
Signed-off-by: Justus Winter <4winter@informatik.uni-hamburg.de>
|
|
Bump the version in-place in NEWS.
|