* bump version to 0.9.9.6
This commit is contained in:
21
NEWS
21
NEWS
@ -12,10 +12,29 @@
|
|||||||
- give messages without msgids fake-message-ids; this fixes the problem
|
- give messages without msgids fake-message-ids; this fixes the problem
|
||||||
where such messages were not found in --include-related queries
|
where such messages were not found in --include-related queries
|
||||||
- cleanup of the query parser
|
- cleanup of the query parser
|
||||||
|
- much improved date parsing
|
||||||
|
- support recursive maildirs
|
||||||
|
- many fixes in the query parser; there are still a number of
|
||||||
|
corner cases though, which probably requires writing a custom
|
||||||
|
query parser to fix
|
||||||
|
- drop gmime 2.4 support
|
||||||
|
|
||||||
*** mu4e
|
*** mu4e
|
||||||
|
|
||||||
- update the emacs <-> backend protocol; documented in the mu-server man page
|
- update the emacs <-> backend protocol; documented in the
|
||||||
|
mu-server man page
|
||||||
|
- improve saving attachment
|
||||||
|
- allow for visiting multiple URIs
|
||||||
|
- much improved navigation within messages
|
||||||
|
|
||||||
|
- mug
|
||||||
|
|
||||||
|
- only support gtk+ 3.x
|
||||||
|
|
||||||
|
- mu-guile:
|
||||||
|
|
||||||
|
- more examples; bug fixes
|
||||||
|
|
||||||
|
|
||||||
** Release 0.9.9.5
|
** Release 0.9.9.5
|
||||||
|
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
## Copyright (C) 2008-2013 Dirk-Jan C. Binnema <djcb@djcbsoftware.nl>
|
## Copyright (C) 2008-2014 Dirk-Jan C. Binnema <djcb@djcbsoftware.nl>
|
||||||
##
|
##
|
||||||
## This program is free software; you can redistribute it and/or modify
|
## This program is free software; you can redistribute it and/or modify
|
||||||
## it under the terms of the GNU General Public License as published by
|
## it under the terms of the GNU General Public License as published by
|
||||||
@ -14,7 +14,7 @@
|
|||||||
## along with this program; if not, write to the Free Software Foundation,
|
## along with this program; if not, write to the Free Software Foundation,
|
||||||
## Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
## Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
|
|
||||||
AC_INIT([mu],[0.9.9.6pre3],[http://code.google.com/p/mu0/issues/list],[mu])
|
AC_INIT([mu],[0.9.9.6],[http://code.google.com/p/mu0/issues/list],[mu])
|
||||||
AC_CONFIG_HEADERS([config.h])
|
AC_CONFIG_HEADERS([config.h])
|
||||||
AC_CONFIG_SRCDIR([mu/mu.cc])
|
AC_CONFIG_SRCDIR([mu/mu.cc])
|
||||||
# libtoolize wants to put some stuff in here; if you have an old
|
# libtoolize wants to put some stuff in here; if you have an old
|
||||||
|
|||||||
Reference in New Issue
Block a user