mirror of
https://git.notmuchmail.org/git/notmuch
synced 2025-01-03 15:21:41 +01:00
notmuch 0.29.2 release
-----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEEkiyHYXwaY0SiY6fqA0U5G1WqFSEFAl2rJ5UACgkQA0U5G1Wq FSHLDhAAnV6BGnmT/CBa1FTJQIzsb0QoQZPAMieMoyLfc2ORU71fjaJ+fOo+S9pz e0WUocRf9eFFBAiN6AWI3N0UtzGalZzB7mPE+MHlG0SGW8g+7rjWuEaByUyuEDa7 08AudVHq3KL0eO82P8Bzi0GFhFBP9tKn0hwYUky8A0eGlAVILrUgiMhQbYolB7GN a6IlBgFxsbRomzgMO1LBZDv1xCpzWWns8wyv6OUgCPtw6R4miMsym8k3I3+NaGTR X/fZRC6bxlpBBYpJzOJg6PD9IXv5aOw9hmhV7eqS3GfYJg+9F2cYdjUzOm4vsAsr HTO1i0jsUqy0QOV1KvVs03UG0x2MtCv3BK90nf1XWfA2DCyb8n5uRStwgFzWLWCh gXZ6t9dNkU4zk5x5za25Y2j8KMuoXZBbco6krjIRrbKQiEu/ZWDtg5n++z4otJ6q TgWjmRN/vQHUvI0mXEEHwuR1s5LUFTXQirOWJv75wedLH6gqfMrtOHqtxhB0Kom2 9J81KAZ9CEIrio8+Lc3T4hQKta/HSvHf4dJjoPY01uObNadPJ90SLsgTZMRAH5PT kt8DBEqQc16e5Cz0UdwsgX5xKCfzYC2SkkFTI5rU3VA+G0cR8X8b0XgOlXYBP5xi x8/wjvSnmJbaGL+xBn8quC70SxSNBjZIvRilQdAG7aRKjMbF+bA= =zbMW -----END PGP SIGNATURE----- Merge tag '0.29.2' notmuch 0.29.2 release
This commit is contained in:
commit
60ddce8a16
4 changed files with 18 additions and 2 deletions
9
NEWS
9
NEWS
|
@ -1,3 +1,12 @@
|
||||||
|
Notmuch 0.29.2 (2019-10-19)
|
||||||
|
===========================
|
||||||
|
|
||||||
|
General
|
||||||
|
-------
|
||||||
|
|
||||||
|
Fix for file descriptor leak when opening gzipped mail files. Thanks
|
||||||
|
to James Troup for the bug report and the fix.
|
||||||
|
|
||||||
Notmuch 0.29.1 (2019-06-11)
|
Notmuch 0.29.1 (2019-06-11)
|
||||||
===========================
|
===========================
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
# this file should be kept in sync with ../../../version
|
# this file should be kept in sync with ../../../version
|
||||||
__VERSION__ = '0.29.1'
|
__VERSION__ = '0.29.2'
|
||||||
SOVERSION = '5'
|
SOVERSION = '5'
|
||||||
|
|
7
debian/changelog
vendored
7
debian/changelog
vendored
|
@ -1,3 +1,10 @@
|
||||||
|
notmuch (0.29.2-1) unstable; urgency=medium
|
||||||
|
|
||||||
|
* New upstream bug fix release: fix file descriptor leak with gzipped
|
||||||
|
files. Thanks to James Troup for reporting and the fix.
|
||||||
|
|
||||||
|
-- David Bremner <bremner@debian.org> Sat, 19 Oct 2019 07:23:21 -0300
|
||||||
|
|
||||||
notmuch (0.29.1-2) unstable; urgency=medium
|
notmuch (0.29.1-2) unstable; urgency=medium
|
||||||
|
|
||||||
* Re-upload to unstable
|
* Re-upload to unstable
|
||||||
|
|
2
version
2
version
|
@ -1 +1 @@
|
||||||
0.29.1
|
0.29.2
|
||||||
|
|
Loading…
Reference in a new issue