commit-mailutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU Mailutils branch, master, updated. alpha_2_0_90-5-g1c1539f


From: Sergey Poznyakoff
Subject: [SCM] GNU Mailutils branch, master, updated. alpha_2_0_90-5-g1c1539f
Date: Thu, 10 Sep 2009 20:00:21 +0000

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=1c1539fff7f954dc8f3f1183e66e7bc2baf85210

The branch, master has been updated
       via  1c1539fff7f954dc8f3f1183e66e7bc2baf85210 (commit)
      from  8bc5aa141ac0d13a6e7bd2a3d09febe6eca32b11 (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 1c1539fff7f954dc8f3f1183e66e7bc2baf85210
Author: Sergey Poznyakoff <address@hidden>
Date:   Thu Sep 10 21:39:22 2009 +0300

    Version 2.1 "Ten Years Later"
    
    * NEWS: Update for version 2.1
    * configure.ac: Update for version 2.1
    (AM_INIT_AUTOMAKE): Add dist-lzma and dist-xz.
    * bootstrap (slurp): Remove call to silentize:
    not needed with recent gnulib.

-----------------------------------------------------------------------

Summary of changes:
 NEWS         |   30 ++++++++++++++++++++----------
 bootstrap    |    1 -
 configure.ac |    4 ++--
 3 files changed, 22 insertions(+), 13 deletions(-)

diff --git a/NEWS b/NEWS
index da9aae3..c25a1ef 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-GNU mailutils NEWS -- history of user-visible changes. 2009-09-01
+GNU mailutils NEWS -- history of user-visible changes. 2009-09-10
 Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 
 2008, 2009 Free Software Foundation, Inc.
 See the end of file for copying conditions.
@@ -6,7 +6,14 @@ See the end of file for copying conditions.
 Please send mailutils bug reports to <address@hidden>.
 
 
-Version 2.0.90 (Git)
+Version 2.1 "Ten Years Later" - 2009-09-10:
+
+This release marks the 10 years anniversary of GNU Mailutils.
+
+* New distribution tarballs
+
+Mailutils tar archives are distributed in four compressed formats:
+gzip, bzip2, lzma and xz.
 
 * Ticket files
 
@@ -34,14 +41,15 @@ to copy mailbox ownership, if the utility is run with root 
privileges.
 
 * Maidag
 
-Improved scripting capability allow to use mail filters written in
+Improved scripting capability allows to use mail filters written in
 the Python language.
 
-The `--script' command line option set the name pattern for
-user-defined mail filter.
-
-The `--language' command line option define scripting language for
-the next --script option.
+The `--script' command line option sets the name pattern for
+user-defined mail filters. Maidag uses the script suffix to
+deduce what language it is written in. Supported suffixes are:
+`sv', `siv' and `sieve' for Sieve, `scm' and `scheme' for Scheme,
+`py' and `pyc' for Python. Additionally, the language may be
+defined using the `--language' command line option.
 
 * Mail
 
@@ -148,9 +156,11 @@ Public License.
 
 * API
 
-* Renamed libsieve to libmu_sieve.
+* New library naming scheme
 
-* Renamed libcfg to libmu_cfg.
+The names of all mailutils inferior libraries are prefixed with
+`libmu_', e.g.: libmu_sieve, libmu_imap, etc. In particular,
+`libsieve' is now named `libmu_sieve' and `libcfg' - `libmu_cfg'.
 
 * Wicket/Ticket functions
 
diff --git a/bootstrap b/bootstrap
index bf5909c..46a0964 100755
--- a/bootstrap
+++ b/bootstrap
@@ -507,7 +507,6 @@ slurp() {
          rm -f $dir/$gnulib_mk &&
          sed "$remove_intl" $1/$dir/$file >$dir/$gnulib_mk
        }
-       silentize $dir/$gnulib_mk
       elif { test "${2+set}" = set && test -r $2/$dir/$file; } ||
           version_controlled_file $dir $file; then
        echo "$0: $dir/$file overrides $1/$dir/$file"
diff --git a/configure.ac b/configure.ac
index 20b7291..e6151ce 100644
--- a/configure.ac
+++ b/configure.ac
@@ -18,10 +18,10 @@ dnl with GNU Mailutils; if not, write to the Free Software 
Foundation,
 dnl Inc. 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
 
 AC_PREREQ(2.63)
-AC_INIT([GNU Mailutils], [2.0.90], address@hidden, [mailutils])
+AC_INIT([GNU Mailutils], [2.1], address@hidden, [mailutils])
 AC_CONFIG_SRCDIR([mailbox/mailbox.c])
 AC_CONFIG_AUX_DIR([build-aux])
-AM_INIT_AUTOMAKE([gnits 1.11 dist-bzip2 std-options silent-rules])
+AM_INIT_AUTOMAKE([gnits 1.11 dist-bzip2 dist-lzma dist-xz std-options 
silent-rules])
 AC_CONFIG_HEADERS([config.h])
 AC_CONFIG_MACRO_DIR([m4])
 


hooks/post-receive
-- 
GNU Mailutils




reply via email to

[Prev in Thread] Current Thread [Next in Thread]