masqmail
changeset 159:27363b36a28c
next version will be 0.3.0
author | meillo@marmaro.de |
---|---|
date | Thu, 08 Jul 2010 11:08:37 +0200 |
parents | 91b8b44ba619 |
children | 60c92aa59911 |
files | ChangeLog NEWS configure configure.ac |
diffstat | 4 files changed, 22 insertions(+), 11 deletions(-) [+] |
line diff
1.1 --- a/ChangeLog Thu Jul 08 10:35:42 2010 +0200 1.2 +++ b/ChangeLog Thu Jul 08 11:08:37 2010 +0200 1.3 @@ -7,6 +7,10 @@ 1.4 technical speach and with focus on compatibility. 1.5 1.6 1.7 +0.3.0 Thu, 08 Jul 2010 11:04:14 +0200 1.8 + * started new development branch (Attention: it will not 1.9 + maintain backward compatibility!) 1.10 + 1.11 0.2.25 Thu, 08 Jul 2010 00:49:36 +0200 1.12 * added server-side SMTP SIZE support. Thanks to Paolo. 1.13 * always remove Bcc: headers from now on
2.1 --- a/NEWS Thu Jul 08 10:35:42 2010 +0200 2.2 +++ b/NEWS Thu Jul 08 11:08:37 2010 +0200 2.3 @@ -7,6 +7,13 @@ 2.4 The manual pages describe newly added options. Take them for reference. 2.5 2.6 2.7 +0.3.0 2.8 + 2.9 +- Started a new development branch. Attention: It will not maintain 2.10 +compatibility with 0.2.x versions. Upgrading from 0.2.x to 0.3.x will 2.11 +surely require manual adjustment of the configuration. 2.12 + 2.13 + 2.14 0.2.25 2.15 2.16 - Added server-side SMTP SIZE support. Thanks to Paolo.
3.1 --- a/configure Thu Jul 08 10:35:42 2010 +0200 3.2 +++ b/configure Thu Jul 08 11:08:37 2010 +0200 3.3 @@ -1,6 +1,6 @@ 3.4 #! /bin/sh 3.5 # Guess values for system-dependent variables and create Makefiles. 3.6 -# Generated by GNU Autoconf 2.65 for masqmail 0.2.25. 3.7 +# Generated by GNU Autoconf 2.65 for masqmail 0.3.0. 3.8 # 3.9 # Report bugs to <meillo@marmaro.de>. 3.10 # 3.11 @@ -552,8 +552,8 @@ 3.12 # Identity of this package. 3.13 PACKAGE_NAME='masqmail' 3.14 PACKAGE_TARNAME='masqmail' 3.15 -PACKAGE_VERSION='0.2.25' 3.16 -PACKAGE_STRING='masqmail 0.2.25' 3.17 +PACKAGE_VERSION='0.3.0' 3.18 +PACKAGE_STRING='masqmail 0.3.0' 3.19 PACKAGE_BUGREPORT='meillo@marmaro.de' 3.20 PACKAGE_URL='' 3.21 3.22 @@ -1272,7 +1272,7 @@ 3.23 # Omit some internal or obsolete options to make the list less imposing. 3.24 # This message is too long to be a string in the A/UX 3.1 sh. 3.25 cat <<_ACEOF 3.26 -\`configure' configures masqmail 0.2.25 to adapt to many kinds of systems. 3.27 +\`configure' configures masqmail 0.3.0 to adapt to many kinds of systems. 3.28 3.29 Usage: $0 [OPTION]... [VAR=VALUE]... 3.30 3.31 @@ -1338,7 +1338,7 @@ 3.32 3.33 if test -n "$ac_init_help"; then 3.34 case $ac_init_help in 3.35 - short | recursive ) echo "Configuration of masqmail 0.2.25:";; 3.36 + short | recursive ) echo "Configuration of masqmail 0.3.0:";; 3.37 esac 3.38 cat <<\_ACEOF 3.39 3.40 @@ -1452,7 +1452,7 @@ 3.41 test -n "$ac_init_help" && exit $ac_status 3.42 if $ac_init_version; then 3.43 cat <<\_ACEOF 3.44 -masqmail configure 0.2.25 3.45 +masqmail configure 0.3.0 3.46 generated by GNU Autoconf 2.65 3.47 3.48 Copyright (C) 2009 Free Software Foundation, Inc. 3.49 @@ -1877,7 +1877,7 @@ 3.50 This file contains any messages produced by compilers while 3.51 running configure, to aid debugging if configure makes a mistake. 3.52 3.53 -It was created by masqmail $as_me 0.2.25, which was 3.54 +It was created by masqmail $as_me 0.3.0, which was 3.55 generated by GNU Autoconf 2.65. Invocation command line was 3.56 3.57 $ $0 $@ 3.58 @@ -2688,7 +2688,7 @@ 3.59 3.60 # Define the identity of the package. 3.61 PACKAGE='masqmail' 3.62 - VERSION='0.2.25' 3.63 + VERSION='0.3.0' 3.64 3.65 3.66 cat >>confdefs.h <<_ACEOF 3.67 @@ -6029,7 +6029,7 @@ 3.68 # report actual input values of CONFIG_FILES etc. instead of their 3.69 # values after options handling. 3.70 ac_log=" 3.71 -This file was extended by masqmail $as_me 0.2.25, which was 3.72 +This file was extended by masqmail $as_me 0.3.0, which was 3.73 generated by GNU Autoconf 2.65. Invocation command line was 3.74 3.75 CONFIG_FILES = $CONFIG_FILES 3.76 @@ -6095,7 +6095,7 @@ 3.77 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 3.78 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" 3.79 ac_cs_version="\\ 3.80 -masqmail config.status 0.2.25 3.81 +masqmail config.status 0.3.0 3.82 configured by $0, generated by GNU Autoconf 2.65, 3.83 with options \\"\$ac_cs_config\\" 3.84
4.1 --- a/configure.ac Thu Jul 08 10:35:42 2010 +0200 4.2 +++ b/configure.ac Thu Jul 08 11:08:37 2010 +0200 4.3 @@ -1,7 +1,7 @@ 4.4 dnl Process this file with autoconf to produce a configure script. 4.5 4.6 AC_PREREQ(2.59) 4.7 -AC_INIT(masqmail, 0.2.25, meillo@marmaro.de) 4.8 +AC_INIT(masqmail, 0.3.0, meillo@marmaro.de) 4.9 AC_CONFIG_SRCDIR([src/masqmail.c]) 4.10 AM_CONFIG_HEADER(config.h) 4.11 AM_INIT_AUTOMAKE()