changeset 159:27363b36a28c

next version will be 0.3.0
author meillo@marmaro.de
date Thu, 08 Jul 2010 11:08:37 +0200 (2010-07-08)
parents 91b8b44ba619
children 60c92aa59911
files ChangeLog NEWS configure configure.ac
diffstat 4 files changed, 22 insertions(+), 11 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Thu Jul 08 10:35:42 2010 +0200
+++ b/ChangeLog	Thu Jul 08 11:08:37 2010 +0200
@@ -7,6 +7,10 @@
 technical speach and with focus on compatibility.
 
 
+0.3.0   Thu, 08 Jul 2010 11:04:14 +0200
+	* started new development branch (Attention: it will not
+	  maintain backward compatibility!)
+
 0.2.25  Thu, 08 Jul 2010 00:49:36 +0200
 	* added server-side SMTP SIZE support. Thanks to Paolo.
 	* always remove Bcc: headers from now on
--- a/NEWS	Thu Jul 08 10:35:42 2010 +0200
+++ b/NEWS	Thu Jul 08 11:08:37 2010 +0200
@@ -7,6 +7,13 @@
 The manual pages describe newly added options. Take them for reference.
 
 
+0.3.0
+
+- Started a new development branch. Attention: It will not maintain
+compatibility with 0.2.x versions. Upgrading from 0.2.x to 0.3.x will
+surely require manual adjustment of the configuration.
+
+
 0.2.25
 
 - Added server-side SMTP SIZE support. Thanks to Paolo.
--- a/configure	Thu Jul 08 10:35:42 2010 +0200
+++ b/configure	Thu Jul 08 11:08:37 2010 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.65 for masqmail 0.2.25.
+# Generated by GNU Autoconf 2.65 for masqmail 0.3.0.
 #
 # Report bugs to <meillo@marmaro.de>.
 #
@@ -552,8 +552,8 @@
 # Identity of this package.
 PACKAGE_NAME='masqmail'
 PACKAGE_TARNAME='masqmail'
-PACKAGE_VERSION='0.2.25'
-PACKAGE_STRING='masqmail 0.2.25'
+PACKAGE_VERSION='0.3.0'
+PACKAGE_STRING='masqmail 0.3.0'
 PACKAGE_BUGREPORT='meillo@marmaro.de'
 PACKAGE_URL=''
 
@@ -1272,7 +1272,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures masqmail 0.2.25 to adapt to many kinds of systems.
+\`configure' configures masqmail 0.3.0 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1338,7 +1338,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of masqmail 0.2.25:";;
+     short | recursive ) echo "Configuration of masqmail 0.3.0:";;
    esac
   cat <<\_ACEOF
 
@@ -1452,7 +1452,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-masqmail configure 0.2.25
+masqmail configure 0.3.0
 generated by GNU Autoconf 2.65
 
 Copyright (C) 2009 Free Software Foundation, Inc.
@@ -1877,7 +1877,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by masqmail $as_me 0.2.25, which was
+It was created by masqmail $as_me 0.3.0, which was
 generated by GNU Autoconf 2.65.  Invocation command line was
 
   $ $0 $@
@@ -2688,7 +2688,7 @@
 
 # Define the identity of the package.
  PACKAGE='masqmail'
- VERSION='0.2.25'
+ VERSION='0.3.0'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -6029,7 +6029,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by masqmail $as_me 0.2.25, which was
+This file was extended by masqmail $as_me 0.3.0, which was
 generated by GNU Autoconf 2.65.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -6095,7 +6095,7 @@
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
 ac_cs_version="\\
-masqmail config.status 0.2.25
+masqmail config.status 0.3.0
 configured by $0, generated by GNU Autoconf 2.65,
   with options \\"\$ac_cs_config\\"
 
--- a/configure.ac	Thu Jul 08 10:35:42 2010 +0200
+++ b/configure.ac	Thu Jul 08 11:08:37 2010 +0200
@@ -1,7 +1,7 @@
 dnl Process this file with autoconf to produce a configure script.
 
 AC_PREREQ(2.59)
-AC_INIT(masqmail, 0.2.25, meillo@marmaro.de)
+AC_INIT(masqmail, 0.3.0, meillo@marmaro.de)
 AC_CONFIG_SRCDIR([src/masqmail.c])
 AM_CONFIG_HEADER(config.h)
 AM_INIT_AUTOMAKE()