This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "GNU Mailutils".
http://git.savannah.gnu.org/cgit/mailutils.git/commit/?id=1c291e80c094f3f7249659bc7b312622b64eb91c The branch, master has been updated via 1c291e80c094f3f7249659bc7b312622b64eb91c (commit) from 36cd525184c9aabdf61117aa0d0acdccc8bc18cf (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 1c291e80c094f3f7249659bc7b312622b64eb91c Author: Sergey Poznyakoff <g...@gnu.org.ua> Date: Sun Nov 6 09:41:34 2011 +0200 Version 2.99.94. ----------------------------------------------------------------------- Summary of changes: NEWS | 34 +++++++++++++++++----------------- configure.ac | 2 +- po/POTFILES.in | 1 - 3 files changed, 18 insertions(+), 19 deletions(-) diff --git a/NEWS b/NEWS index ab9643e..7c974dc 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -GNU mailutils NEWS -- history of user-visible changes. 2011-11-05 +GNU mailutils NEWS -- history of user-visible changes. 2011-11-06 Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. See the end of file for copying conditions. @@ -6,16 +6,16 @@ See the end of file for copying conditions. Please send mailutils bug reports to <bug-mailut...@gnu.org>. -Version 2.99.93 (Git) +Version 2.99.94 (Git) This version is a major rewrite of GNU Mailutils. Quite a few parts of the basic framework were rewritten from scratch, while some others undergone a considerable revamping. The user documentation, at the moment, is insufficient, and in some aspects even scarce. It is being -worked upon. However, most utilities self-document themselves. To -obtain a summary of available configuration statements for a given +worked upon. However, most of the utilities self-document themselves. +To obtain a summary of available configuration statements for a given program, run `program --config-help'. For additional documentation, -please refer to http://mailutils.org/wiki. If the piece of +please refer to <http://mailutils.org/wiki>. If the piece of documentation you are looking for is not available there, don't hesitate to post your questions to <bug-mailut...@gnu.org>. @@ -62,7 +62,7 @@ NDBM) simultaneously, without need to reconfigure it. The database flavor to use is selected at runtime, using `database URL'. For example, "gdbm:///etc/mail/aliases.db" refers to a GDBM database. -See http://mailutils.org/wiki/libmu_dbm +See <http://mailutils.org/wiki/libmu_dbm>. ** New utility `mu' @@ -72,7 +72,7 @@ about Mailutils configuration, check ACLs and authentication tickets, list, create or modify DBM files, construct filters of arbitrary complexity and many more. -See http://mailutils.org/wiki/mu +See <http://mailutils.org/wiki/mu>. ** Configurable file safety checking @@ -84,7 +84,7 @@ are not used to avoid compromising security. ** Improved debugging and diagnostics -See http://mailutils.org/wiki/debug_level. +See <http://mailutils.org/wiki/debug_level>. ** Imap4d undergone a lot of changes to comply to existing RFCs @@ -99,22 +99,22 @@ mailbox allows that (e.g. maildir). New extension action `pipe' invokes arbitrary external program and pipes the message (or any part thereof) to it. -See http://mailutils.org/wiki/Pipe +See <http://mailutils.org/wiki/Pipe>. A similar test uses the program exit code to decide what to do with the message -See http://mailutils.org/wiki/Pipe_test +See <http://mailutils.org/wiki/Pipe_test>. New extension test `list' compares values of mail headers from a supplied list with a list of values. -See http://mailutils.org/wiki/List_(Sieve_test) +See <http://mailutils.org/wiki/List_(Sieve_test)>. New extension test `timestamp' compares the value of a structured date header field with the given date. -See http://mailutils.org/wiki/Timestamp_(Sieve_test) +See <http://mailutils.org/wiki/Timestamp_(Sieve_test)>. ** MH: improved compatibility with other implementations @@ -123,11 +123,11 @@ See http://mailutils.org/wiki/Timestamp_(Sieve_test) Use `mu cflags' and `mu ldflags' instead. The mailutils-config is rewritten as a wrapper over these commands. -See http://mailutils.org/wiki/mu for more information. +See <http://mailutils.org/wiki/mu> for more information. ** movemail functionality considerably improved -See http://mailutils.org/wiki/Fetching_Mail_with_Movemail +See <http://mailutils.org/wiki/Fetching_Mail_with_Movemail>. * Configuration changes @@ -171,13 +171,13 @@ representations and for building them from parts. ** Filter support is rewritten from scratch Apart from the implementation itself, lots of new filters are -provided. See http://mailutils.org/wiki/Category:Filters for a +provided. See <http://mailutils.org/wiki/Category:Filters> for a list of those. A concept of `filter chains' was introduced, which allows for creating new filters using existing ones as their components. -See http://mailutils.org/wiki/Mu#filter, for a description. +See <http://mailutils.org/wiki/Mu#filter>, for a description. ** POP client library is rewritten from scratch @@ -196,7 +196,7 @@ transaction. ** Debugging support considerably improved. -See http://mailutils.org/wiki/debug_level. +See <http://mailutils.org/wiki/debug_level>. ** Configuration file support (libmu_cfg) rewritten. diff --git a/configure.ac b/configure.ac index 925a6e0..2bcdf49 100644 --- a/configure.ac +++ b/configure.ac @@ -17,7 +17,7 @@ dnl You should have received a copy of the GNU General Public License along dnl with GNU Mailutils. If not, see <http://www.gnu.org/licenses/>. AC_PREREQ(2.63) -AC_INIT([GNU Mailutils], [2.99.93], [bug-mailut...@gnu.org], [mailutils]) +AC_INIT([GNU Mailutils], [2.99.94], [bug-mailut...@gnu.org], [mailutils]) AC_CONFIG_SRCDIR([libmailutils/mailbox/mailbox.c]) AC_CONFIG_AUX_DIR([build-aux]) AM_INIT_AUTOMAKE([gnits 1.11 dist-bzip2 dist-xz std-options silent-rules]) diff --git a/po/POTFILES.in b/po/POTFILES.in index 96a73c6..314490e 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -38,7 +38,6 @@ libmu_argp/cmdline.c libmu_argp/common.c libmu_argp/mu_argp.c libmu_argp/sieve.c -libmu_argp/tls.c libmu_auth/ldap.c libmu_auth/radius.c hooks/post-receive -- GNU Mailutils _______________________________________________ Commit-mailutils mailing list Commit-mailutils@gnu.org https://lists.gnu.org/mailman/listinfo/commit-mailutils