mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-12-31 22:01:47 +01:00
notmuch 0.21 release
-----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQGcBAABCAAGBQJWM0N+AAoJEPIClx2kp54swEkL/iJw6/o4I9n+0PUR0saoAWXs 4Zhe0rawIrFcCHp0/muI8EVEIFs5GGZ3Rb0BOA65Ue3WpZamqSV8LweuKD2+aDi0 LbFIgWgSMmN73EIR9p/2DNrhs84kmOZ+CGylEf7Uc2Zzjg+vgplXL0T5bkLidxyP odpGVqFj+TDggJofExAdXLTDnOyvkwlHRr3x+Ak95y4NkCjD1E0ElndV2OPX8E3I vgfEV3Hf5P2u2Z4VcjdJ0CUf0EG1oKsN5l4b1zjqez9NBFzeyCUzwxJknfdWzHWA wZtp692dTCzQWFT+84ilueUIzRsQakr/rJzbGH1KaJJ0MmGAHyhuXgv1gsg+nb1z kWQdnGVHAMCKNKwx54M1d7EnnYMfac76vNB++p1114zYxhlhTHekTbfpduTW+oEe Tst59rb3sAapNxLvXVvPh/y0N7VFjMm2ZDnusxmi1cS0eYBUu4x6G/50Y4Id1UxP +5R156kFeX+PzKHvZK32TE+1mJ4o/FwgHN3Ubw9KnQ== =H3CG -----END PGP SIGNATURE----- Merge tag '0.21' notmuch 0.21 release
This commit is contained in:
commit
ca076ce273
5 changed files with 17 additions and 4 deletions
|
@ -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."; \
|
||||
|
|
6
NEWS
6
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
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
# this file should be kept in sync with ../../../version
|
||||
__VERSION__ = '0.21~rc3'
|
||||
__VERSION__ = '0.21'
|
||||
SOVERSION = '4'
|
||||
|
|
9
debian/changelog
vendored
9
debian/changelog
vendored
|
@ -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
|
||||
|
|
2
version
2
version
|
@ -1 +1 @@
|
|||
0.21~rc3
|
||||
0.21
|
||||
|
|
Loading…
Reference in a new issue