| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-05-15 | debian: changelog stanza for 0.130.13 | David Bremner | |
| My usual lazy self, refer to upstream NEWS. | |||
| 2012-05-15 | debian: recommend notmuch-mutt as an alternative user interface | Stefano Zacchiroli | |
| Recommend all notmuch UI (including notmuch-mutt) as alternatives, to avoid unneeded vim/emacs installation. Thanks Matteo F. Vescovi for the patch. Closes: #673011 | |||
| 2012-05-08 | debian: fix suitedebian/0.13_rc1-2 | David Bremner | |
| Since I already pushed a tag 0.13_rc-1, let's just increment the debian version to keep everything tidy. | |||
| 2012-05-05 | debian: add notmuch_query_set_omit_excluded to symbols file. | David Bremner | |
| This symbol is apparently part of the exclude code that was disabled for 0.12. | |||
| 2012-05-05 | debian: update packaging for new soname libnotmuch.so.3 | David Bremner | |
| we need - a new changelog stanza, because the symbols files need a new version - s/libnotmuch2/libnotmuch3/ everywhere - update symbols file, s/.so.1/.so.2/, and bump minimum versions on changed symbols (although the latter is just documentation) | |||
| 2012-05-05 | debian: start changelog stanza for 0.13~rc1-1 | David Bremner | |
| This is mainly so that the soname bump in the debian symbols file makes sense. | |||
| 2012-04-12 | debian: add gnupg-agent to notmuch recommends | Jameson Graef Rollins | |
| gnupg-agent is required for message decryption, so this should help stem some issues encountered by users trying to decrypt messages. | |||
| 2012-03-30 | debian packaging: new binary package notmuch-mutt | Stefano Zacchiroli | |
| 2012-03-20 | debian: reword changelog about ignoresdebian/0.12-1 | David Bremner | |
| 2012-03-19 | debian: add changelog stanza for 0.12 | David Bremner | |
| Include extremely terse summary of NEWS. | |||
| 2012-03-18 | debian: changelog stanza for 0.12~rc2debian/0.12_rc2-1 | David Bremner | |
| mention the two bugfixes | |||
| 2012-03-13 | debian: bump gmime dependency to 2.6.7debian/0.12_rc1-1 | David Bremner | |
| As explained in f34613e, if using gmime 2.6, we want at least 2.6.7 | |||
| 2012-03-03 | debian: Bump standards version | David Bremner | |
| No actual changes are needed. | |||
| 2012-03-03 | debian: update .gitignore | David Bremner | |
| Ignore individual binary package directories. | |||
| 2012-03-03 | debian: add notmuch_query_add_tag_exclude to exported symbols | David Bremner | |
| This symbol is added in 0.12, although we are "stealthing" the feature overall. | |||
| 2012-03-01 | add minimal changelog stanza for 0.12~rc1 | David Bremner | |
| 2012-02-27 | Build-Depend on libgmime-2.6-dev | libgmime2.4-dev | Daniel Kahn Gillmor | |
| libgmime-2.6-dev entered debian unstable today. If 2.6 is available, notmuch should build against 2.6 instead of 2.4, as 2.6 is the current upstream stable version of libgmime. | |||
| 2012-02-04 | Merge commit '0.11.1' | David Bremner | |
| Conflicts: NEWS bindings/python/notmuch/database.py bindings/python/notmuch/message.py notmuch.1 NEWS merged by hand, others taken from master. | |||
| 2012-02-03 | debian: changelog for 0.11.1debian/0.11.1-10.11.1 | David Bremner | |
| mention the two bugfixes | |||
| 2012-01-13 | Merge branch 'release' | David Bremner | |
| Conflicts: notmuch-reply.c notmuch.1 | |||
| 2012-01-13 | debian: changelog stanza for 0.11 | David Bremner | |
| 2012-01-09 | debian: add changelog stanza for 0.11~rc3-1 | David Bremner | |
| as usual for pre-releases, fairly minimal commentary. | |||
| 2012-01-02 | debian: changelog stanza for 0.11~rc2-1debian/0.11_rc2-10.11_rc2 | David Bremner | |
| Set dist=experimental the first time. | |||
| 2012-01-02 | debian: fix typo in changelog | David Bremner | |
| Previous version was actually uploaded to experimental, not unstable | |||
| 2011-12-31 | debian: install split man pages. | David Bremner | |
| We now have man pages in sections 5 and 7 as well, so we copy the whole /usr/share/man hierarchy. | |||
| 2011-12-25 | version: update version to 0.11~rc1debian/0.11_rc1-10.11_rc1 | David Bremner | |
| and keep python, man page, and debian package in sync. | |||
| 2011-12-15 | debian: add upstream-tag and fix debian-tag configs for git-buildpackage | Jameson Graef Rollins | |
| Debian tags have been using '/', instead of '-' as a separator. | |||
| 2011-12-06 | Merge branch 'release' | David Bremner | |
| Conflicts: NEWS Conflicts resolved by inserting the 0.10.2 stanza before 0.11 | |||
| 2011-12-05 | fixup for changelog | David Bremner | |
| 2011-12-05 | debian/changelog: add new changelog stanza for 0.10.2 | David Bremner | |
| 2011-11-26 | Merge branch 'release' | David Bremner | |
| 2011-11-25 | debian: changelog stanza for 0.10.1 | David Bremner | |
| 2011-11-24 | debian/control: require dtach version >= 0.8 in Build-Depends | Tomi Ollila | |
| Since version 0.8 of dtach -n does no longer require controlling tty to be present when executed. Currently controlling tty is not always (if ever) present when tests are executed. | |||
| 2011-11-23 | debian: changelog stanza for 0.100.10 | David Bremner | |
| Give a brief summary of (and pointer to) NEWS | |||
| 2011-11-19 | version: update version info for 0.10~rc2debian/0.10_rc2-10.10_rc2 | David Bremner | |
| Arguably editing debian/changelog violates the "do one thing at a time" rule, but all of these versions need to be kept in sync. | |||
| 2011-11-15 | debian/libnotmuch2.symbols: add notmuch_query_count_threadsdebian/0.10_rc1-10.10_rc1 | David Bremner | |
| Since this is only an added symbol, no soname bump required. | |||
| 2011-11-15 | debian: new changelog stanza for 0.10~rc1-1 | David Bremner | |
| The changelog is a bit minimalist, but we'll do better for the real release. | |||
| 2011-11-11 | debian: update build dependency on dtach instead of screen | Jameson Graef Rollins | |
| This reflects a modification to the test suite to use dtach instead of screen. | |||
| 2011-11-11 | debian: clean up Uploaders and Build-Depends fields in debian/control | Jameson Graef Rollins | |
| No functional change, but this will make for cleaner diffs down the line. | |||
| 2011-11-05 | debian: build-depend on screen. | David Bremner | |
| This is needed for emacs tests, now that those are run in screen. | |||
| 2011-10-11 | debian: changelog stanza for 0.90.9 | David Bremner | |
| Admit that there have been no changes since the last release candidate. | |||
| 2011-10-07 | debian: update changelog for 0.9~rc2-1 | David Bremner | |
| Document upstream changes since 0.9~rc1-1 | |||
| 2011-10-04 | debian: update packaging for new soname | David Bremner | |
| we need - a new changelog stanza, because the symbols files need a new version - s/libnotmuch1/libnotmuch2/ everywhere - update symbols file, s/.so.1/.so.2/, and bump minimum versions on changed symbols (although the latter is just documentation) | |||
| 2011-09-25 | debian: add brief summary of changes since 0.8debian/0.9_rc1-10.9_rc1 | David Bremner | |
| 2011-09-25 | debian: build-depend on gdb | David Bremner | |
| This is needed to enable the atomicity tests at build time. | |||
| 2011-09-24 | debian: close bug 642240 | David Bremner | |
| The bug was really closed by the commit that updated the dependency, of course. | |||
| 2011-09-24 | debian: set versioned dependency on notmuch for notmuch-emacs | David Bremner | |
| As long as we have no version information in the json output, this seems like the only possible way of ensuring that the emacs client code understands the output from the command line tool notmuch. | |||
| 2011-09-24 | debian: changlog stanza for release candidate | David Bremner | |
| 2011-09-24 | debian: new symbols for atomicity api | David Bremner | |
| There are three new symbols in libnotmuch. In addition to notmuch_{begin,end)_atomic, notmuch_database_find_message_by_filename was exposed. | |||
| 2011-09-10 | debian: update changelog for 0.8 | David Bremner | |
