mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
Merge branch 'release'
This commit is contained in:
commit
92d8eae8f1
5 changed files with 57 additions and 2 deletions
31
NEWS
31
NEWS
|
@ -6,6 +6,37 @@ Ruby Bindings
|
||||||
|
|
||||||
Add support for `notmuch_database_get_all_tags`
|
Add support for `notmuch_database_get_all_tags`
|
||||||
|
|
||||||
|
Notmuch 0.22.1 (2016-07-19)
|
||||||
|
===========================
|
||||||
|
|
||||||
|
Library
|
||||||
|
-------
|
||||||
|
|
||||||
|
Correct the definition of `LIBNOTMUCH_CHECK_VERSION`.
|
||||||
|
|
||||||
|
Document the (lack of) operations permitted on a closed database.
|
||||||
|
|
||||||
|
Test Suite
|
||||||
|
----------
|
||||||
|
|
||||||
|
Fix race condition in dump / restore tests.
|
||||||
|
|
||||||
|
Notmuch-Mutt
|
||||||
|
------------
|
||||||
|
|
||||||
|
Use `env` to locate perl.
|
||||||
|
|
||||||
|
Emacs
|
||||||
|
-----
|
||||||
|
|
||||||
|
Tell `message-mode` mode that outgoing messages are mail
|
||||||
|
|
||||||
|
This makes message-mode configuration behave more predictably.
|
||||||
|
|
||||||
|
Respect charset of MIME parts when reading them
|
||||||
|
|
||||||
|
Fix previous assumption that everyone uses UTF-8.
|
||||||
|
|
||||||
Notmuch 0.22 (2016-04-26)
|
Notmuch 0.22 (2016-04-26)
|
||||||
=========================
|
=========================
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
# this file should be kept in sync with ../../../version
|
# this file should be kept in sync with ../../../version
|
||||||
__VERSION__ = '0.22'
|
__VERSION__ = '0.22.1'
|
||||||
SOVERSION = '4'
|
SOVERSION = '4'
|
||||||
|
|
23
debian/changelog
vendored
23
debian/changelog
vendored
|
@ -1,3 +1,26 @@
|
||||||
|
notmuch (0.22.1-2) unstable; urgency=medium
|
||||||
|
|
||||||
|
* Add explicit build-depends on gnupg, for the test suite.
|
||||||
|
|
||||||
|
-- David Bremner <bremner@debian.org> Tue, 19 Jul 2016 08:50:13 -0300
|
||||||
|
|
||||||
|
notmuch (0.22.1-1) unstable; urgency=medium
|
||||||
|
|
||||||
|
* Correct the definition of `LIBNOTMUCH_CHECK_VERSION`.
|
||||||
|
* Document the (lack of) operations permitted on a closed database
|
||||||
|
(Closes: #826843).
|
||||||
|
* Fix race condition in dump / restore tests.
|
||||||
|
* [notmuch-emacs] Tell `message-mode` mode that outgoing messages are mail
|
||||||
|
* [notmuch-emacs] Respect charset of MIME parts when reading them
|
||||||
|
|
||||||
|
-- David Bremner <bremner@debian.org> Tue, 19 Jul 2016 06:42:09 -0300
|
||||||
|
|
||||||
|
notmuch (0.22.1~rc0-1) experimental; urgency=medium
|
||||||
|
|
||||||
|
* release candidate for bugfix release
|
||||||
|
|
||||||
|
-- David Bremner <bremner@debian.org> Thu, 30 Jun 2016 21:28:13 +0200
|
||||||
|
|
||||||
notmuch (0.22-1) unstable; urgency=medium
|
notmuch (0.22-1) unstable; urgency=medium
|
||||||
|
|
||||||
* New upstream release. See /usr/share/doc/notmuch/NEWS for new
|
* New upstream release. See /usr/share/doc/notmuch/NEWS for new
|
||||||
|
|
1
debian/control
vendored
1
debian/control
vendored
|
@ -24,6 +24,7 @@ Build-Depends:
|
||||||
gdb [!s390x !ia64 !armel !ppc64el !mips !mipsel !mips64el],
|
gdb [!s390x !ia64 !armel !ppc64el !mips !mipsel !mips64el],
|
||||||
dtach (>= 0.8),
|
dtach (>= 0.8),
|
||||||
gpgsm <!nocheck>,
|
gpgsm <!nocheck>,
|
||||||
|
gnupg <!nocheck>,
|
||||||
bash-completion (>=1.9.0~)
|
bash-completion (>=1.9.0~)
|
||||||
Standards-Version: 3.9.6
|
Standards-Version: 3.9.6
|
||||||
Homepage: https://notmuchmail.org/
|
Homepage: https://notmuchmail.org/
|
||||||
|
|
2
version
2
version
|
@ -1 +1 @@
|
||||||
0.22
|
0.22.1
|
||||||
|
|
Loading…
Reference in a new issue