From 7e3cb13a05abc6892d709f8f5629d42dbf13bd9b Mon Sep 17 00:00:00 2001 From: David Bremner Date: Thu, 7 Jul 2011 22:39:33 -0300 Subject: debian: start new changelog stanza for post 0.6 bugfix release The version numbering scheme of n.n.n is chosen so as not to confuse tools that rely on the presence of a dash to detect non-native packages. --- debian/changelog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index 0fad868a..c17426d4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +notmuch (0.6.1) unstable; urgency=low + + * Properly install README.Debian in notmuch-vim (Closes: #632992). + Thanks to Jason Woofenden for the report. + + -- David Bremner Thu, 07 Jul 2011 22:41:13 -0300 + notmuch (0.6) unstable; urgency=low * New upstream release; see /usr/share/doc/notmuch/NEWS for -- cgit v1.2.3 From 8b310a157c06c826c0ee7f677fbbf9f19e78537b Mon Sep 17 00:00:00 2001 From: David Bremner Date: Sun, 10 Jul 2011 09:35:00 -0300 Subject: debian: update changelog for strict libnotmuch dependency --- debian/changelog | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index c17426d4..bc0c67f2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,8 +2,10 @@ notmuch (0.6.1) unstable; urgency=low * Properly install README.Debian in notmuch-vim (Closes: #632992). Thanks to Jason Woofenden for the report. + * Force notmuch to depend on the same version of libnotmuch. Thanks to + Uwe Kleine-König for the patch. - -- David Bremner Thu, 07 Jul 2011 22:41:13 -0300 + -- David Bremner Sun, 10 Jul 2011 09:34:02 -0300 notmuch (0.6) unstable; urgency=low -- cgit v1.2.3 From a77cbe3c919a4939263c2ed50125f33acf105f47 Mon Sep 17 00:00:00 2001 From: David Bremner Date: Sun, 17 Jul 2011 10:42:53 -0300 Subject: debian: use a non-native version number. There is concensus to use non-native version number for updates that contain only Debian changes. Unfortunately changing back and forth between native and non-native packages has the potential for confusion, since the archive will end up with notmuch-0.x.tar.gz and notmuch-0.x.orig.tar.gz. So we use non-native numbering from the beginning. --- debian/changelog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index bc0c67f2..aa10a2dc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -notmuch (0.6.1) unstable; urgency=low +notmuch (0.6.1-1) unstable; urgency=low * Properly install README.Debian in notmuch-vim (Closes: #632992). Thanks to Jason Woofenden for the report. -- cgit v1.2.3 From ab7de917bd9beee62c2d1d681efd900c531c3b22 Mon Sep 17 00:00:00 2001 From: David Bremner Date: Sun, 17 Jul 2011 10:58:15 -0300 Subject: update NEWS and debian/changelog for 0.6.1 --- NEWS | 11 +++++++++++ debian/changelog | 4 +++- 2 files changed, 14 insertions(+), 1 deletion(-) (limited to 'debian/changelog') diff --git a/NEWS b/NEWS index f3fefad1..bb58d6b7 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,14 @@ +Notmuch 0.6.1 (2011-07-17) +========================== + +Bug-fix release. +---------------- + +Re-export Xapian exception typeinfo symbols. + + It turned out our aggressive symbol hiding caused problems for + people running gcc 4.4.5. + Notmuch 0.6 (2011-07-01) ======================= New, general features diff --git a/debian/changelog b/debian/changelog index aa10a2dc..37a228c4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,8 +4,10 @@ notmuch (0.6.1-1) unstable; urgency=low Thanks to Jason Woofenden for the report. * Force notmuch to depend on the same version of libnotmuch. Thanks to Uwe Kleine-König for the patch. + * Export typeinfo for Xapian exceptions from libnotmuch. This fixes + certain mysterious uncaught exception problems. - -- David Bremner Sun, 10 Jul 2011 09:34:02 -0300 + -- David Bremner Sun, 17 Jul 2011 10:20:42 -0300 notmuch (0.6) unstable; urgency=low -- cgit v1.2.3