| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-06-01 | version: bump to 0.24.2 | David Bremner | |
| 2017-03-25 | version: bump to 0.24.1 | David Bremner | |
| The release is not yet finalized, but start the busywork needed. | |||
| 2017-03-12 | version: bump to 0.24 | David Bremner | |
| 2017-03-08 | version: bump version to 0.24~rc1 | David Bremner | |
| 2017-03-05 | version: bump to 0.24~rc0 | David Bremner | |
| 2017-02-28 | update version to 0.23.70.23.7 | David Bremner | |
| 2017-02-23 | version: bump to 0.23.6 | David Bremner | |
| python and debian bumped at the same time | |||
| 2017-01-08 | bump version to 0.23.5 | David Bremner | |
| 2016-12-24 | version: update to 0.23.4debian/0.23.4-10.23.4 | David Bremner | |
| 2016-11-24 | version: bump to 0.23.3 | David Bremner | |
| 2016-11-16 | version: bump to 0.23.2 | David Bremner | |
| 2016-10-22 | version: bump to 0.23.1 | David Bremner | |
| 2016-10-03 | version: bump to 0.23 | David Bremner | |
| 2016-09-30 | version: update to 0.23~rc1 | David Bremner | |
| 2016-09-26 | version: bump to 0.23~rc0 | David Bremner | |
| 2016-09-08 | Merge branch 'release' | David Bremner | |
| hand fixed conflicts with NEWS | |||
| 2016-09-08 | version: bump to 0.22.2 | David Bremner | |
| 2016-07-29 | Fix typo in Message.maildir_flags_to_tags | Jaime Velasco Juan | |
| It has been calling _tags_to_maildir_flags instead since the beginning, | |||
| 2016-07-19 | Merge branch 'release' | David Bremner | |
| 2016-07-19 | version: bump to 0.22 | David Bremner | |
| 2016-06-30 | version: bump to 0.21.1~rc0 | David Bremner | |
| Getting ready for the point release | |||
| 2016-06-05 | Use https instead of http where possible | Daniel Kahn Gillmor | |
| Many of the external links found in the notmuch source can be resolved using https instead of http. This changeset addresses as many as i could find, without touching the e-mail corpus or expected outputs found in tests. | |||
| 2016-06-05 | NEWS, python: update pointer to online documentation | Daniel Kahn Gillmor | |
| Currently, http://packages.python.org/notmuch/ goes through a series of redirections and ends up pointing to readthedocs. Since we're using readthedocs directly anyway, just point to it directly. readthedocs are also now sensibly using a separate domain (readthedocs.io) for their hosted documentation as distinct from their own domain (readthedocs.org), so use the correct tld. | |||
| 2016-04-26 | bump version and NEWS date for 0.22 release | David Bremner | |
| 2016-04-24 | version: bump to 0.22~rc1 | David Bremner | |
| 2016-04-16 | version: bump to 0.22~rc0 | David Bremner | |
| 2016-03-14 | python: update the README | Justus Winter | |
| Signed-off-by: Justus Winter <justus@gnupg.org> | |||
| 2016-02-11 | notmuch.Database.remove_message should raise exception on failure | Daniel Kahn Gillmor | |
| The notmuch python bindings document that database.remove_message should raise an exception when the message removal fails, but they don't actually do it. | |||
| 2016-01-08 | python: cleanup imports | Justus Winter | |
| Drop unused imports, and avoid warning about unused imports when we import something on behalf of another module. Signed-off-by: Justus Winter <4winter@informatik.uni-hamburg.de> | |||
| 2016-01-08 | python: Remove {Filenames,Threads}.__len__ | Justus Winter | |
| Remove the __len__ functions, as they exhaust the iterator, breaking 'list(x)'. This is a follow-up to 8866a89e. Signed-off-by: Justus Winter <4winter@informatik.uni-hamburg.de> | |||
| 2016-01-08 | python: update bindings for the new query search API | Justus Winter | |
| Use 'notmuch_query_search_{threads,messages}_st' instead of their deprecated counterpart. Signed-off-by: Justus Winter <4winter@informatik.uni-hamburg.de> | |||
| 2016-01-08 | python: add new errors | Justus Winter | |
| Add support for the new notmuch status codes UNSUPPORTED_OPERATION, UPGRADE_REQUIRED, and PATH_ERROR. Signed-off-by: Justus Winter <4winter@informatik.uni-hamburg.de> | |||
| 2016-01-08 | python: add missing import | Justus Winter | |
| Signed-off-by: Justus Winter <4winter@informatik.uni-hamburg.de> | |||
| 2016-01-08 | python: fix argument for filenames_destroy | Daniel Kahn Gillmor | |
| 2015-12-11 | python: add notmuch.Database.status_string() | Daniel Kahn Gillmor | |
| This gives some additional access to debugging information when using the python bindings. Signed-off-by: Justus Winter <4winter@informatik.uni-hamburg.de> | |||
| 2015-10-29 | version: bump to 0.21 | David Bremner | |
| 2015-10-22 | version: bump to 0.21~rc3 | David Bremner | |
| 2015-10-19 | version: bump to 0.21~rc2 | David Bremner | |
| 2015-10-15 | version: bump to 0.21~rc1 | David Bremner | |
| 2015-10-05 | python: update bindings for new count API | David Bremner | |
| Note that any mismatches are not detected until runtime (if at all) with the python bindings, so tests are crucial | |||
| 2015-06-27 | version: update to 0.20.2debian/0.20.2-10.20.2 | David Bremner | |
| As usual, bump python version at same time. | |||
| 2015-06-01 | version: bump to 20.1 | David Bremner | |
| 2015-05-31 | version: bump to 0.20 | David Bremner | |
| 2015-05-23 | version: bump to 0.20~rc2 | David Bremner | |
| 2015-05-23 | python: use absolute import for SOVERSION | David Bremner | |
| Apparently python3 needs this. | |||
| 2015-05-04 | version: bump to 0.20~rc1 | David Bremner | |
| 2015-03-08 | python: replace hardcoding of SONAME version | David Bremner | |
| 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. | |||
| 2014-11-14 | version: bump to 0.19 | David Bremner | |
| 2014-11-09 | bump version to 0.19~rc2 | David Bremner | |
| 2014-11-06 | version: update to 0.19~rc1 | David Bremner | |
| Sync NEWS debian/changelog at the same time, although in those cases it's a downgrade. | |||
