]> rtime.felk.cvut.cz Git - notmuch.git/commitdiff
Merge tag '0.21'
authorDavid Bremner <david@tethera.net>
Fri, 30 Oct 2015 10:33:48 +0000 (07:33 -0300)
committerDavid Bremner <david@tethera.net>
Fri, 30 Oct 2015 10:33:48 +0000 (07:33 -0300)
notmuch 0.21 release

Makefile.local
NEWS
bindings/python/notmuch/version.py
debian/changelog
version

index d58cea04746a498efe0b2016822b6671822f631c..066ecf23360c469eddb0c16490141c6f99541489 100644 (file)
@@ -224,7 +224,7 @@ release-checks:
 .PHONY: verify-newer
 verify-newer:
        @echo -n "Checking that no $(VERSION) release already exists..."
-       @wget -q -O /dev/null $(RELEASE_URL)/$(TAR_FILE) ; \
+       @wget -q --no-check-certificate -O /dev/null $(RELEASE_URL)/$(TAR_FILE) ; \
        case $$? in \
           8) echo "Good." ;; \
           0) echo "Ouch."; \
diff --git a/NEWS b/NEWS
index b9df5f7365238db2624d60472223df7c0eebde94..6681699d3830ac8e88bda332aa08d46ab6829f13 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-Notmuch 0.21 (UNRELEASED)
+Notmuch 0.21 (2015-10-29)
 =========================
 
 General
@@ -82,6 +82,10 @@ New message composition mode: `notmuch-compose-mode`
   This is mainly to fix fcc handling, but may be useful for user
   customization as well.
 
+Allow filtering of search results in `notmuch-show`
+
+Add function to rerun current tree-view search in search mode
+
 Bug fix for replying to encrypted messages in `notmuch-tree` mode
 
 Allow saved searched to specify tree view rather than search view
index 2f641158ea6c3b0a02ebc51448bd2c9f2eebb322..db9d0764246b65d8444058bcae8cde5374dcb64d 100644 (file)
@@ -1,3 +1,3 @@
 # this file should be kept in sync with ../../../version
-__VERSION__ = '0.21~rc3'
+__VERSION__ = '0.21'
 SOVERSION = '4'
index 864286c9fb642097b9f756309517274c2e03099a..e6cfc7a4c86e59fbc32916eb972abbeb3b0db53e 100644 (file)
@@ -1,3 +1,12 @@
+notmuch (0.21-1) unstable; urgency=medium
+
+  * New upstream release. Highlights include
+    - revision tracking for metadata
+    - new features and bug fixes for emacs interface
+    See /usr/share/doc/notmuch/NEWS for more details.
+
+ -- David Bremner <bremner@debian.org>  Thu, 29 Oct 2015 20:04:42 -0300
+
 notmuch (0.21~rc3-3) experimental; urgency=medium
 
   * Build-conflict with gdb-minimal. gdb python scripts are needed for
diff --git a/version b/version
index 1c0caa1aa1ca34c4f9088f35f1a37954725d10f7..5320adc1c9b6523c3a30e1ff211c5cea7319ca03 100644 (file)
--- a/version
+++ b/version
@@ -1 +1 @@
-0.21~rc3
+0.21