Mercurial > masqmail-0.2
changeset 42:03817f849106
decided to release the next version as 0.2.22 (not as 0.3.0)
I'll keep the 0.2 branch as the stable version which gets only bugfixed.
Soon I'll split off a 0.3 branch for further (incompatible) development.
author | meillo@marmaro.de |
---|---|
date | Thu, 13 May 2010 17:34:23 +0200 (2010-05-13) |
parents | 5432f13c7e58 |
children | 90644c204265 |
files | AUTHORS ChangeLog NEWS configure configure.ac docs/README docs/masqmail.8 docs/masqmail.aliases.5 docs/masqmail.conf.5 docs/masqmail.get.5 docs/masqmail.route.5 docs/mservdetect.8 |
diffstat | 12 files changed, 23 insertions(+), 25 deletions(-) [+] |
line wrap: on
line diff
--- a/AUTHORS Mon May 10 12:26:54 2010 +0200 +++ b/AUTHORS Thu May 13 17:34:23 2010 +0200 @@ -1,5 +1,5 @@ Project Founder and ~99% of coding done by: Oliver Kurth <oku@masqmail.cx> -current project maintainer (since v0.3.0): +current project maintainer (since v0.2.22): markus schnalke <meillo@marmaro.de>
--- a/ChangeLog Mon May 10 12:26:54 2010 +0200 +++ b/ChangeLog Thu May 13 17:34:23 2010 +0200 @@ -6,7 +6,7 @@ technical speach and with focus on compatibility. -0.3.0 Fri, 07 May 2010 16:50:31 +0200 +0.2.22 Thu, 13 May 2010 17:31:40 +0200 * new maintainer: markus schnalke <meillo@marmaro.de>. See NEWS. * fixed expanding of $prefix for template files. Thanks to Johann Felix Soden.
--- a/NEWS Mon May 10 12:26:54 2010 +0200 +++ b/NEWS Thu May 13 17:34:23 2010 +0200 @@ -7,12 +7,10 @@ The manual pages describe newly added options. Take them for reference. -0.3.0 +0.2.22 - Hello, I'm meillo, the new maintainer and developer of masqmail. Oku -handed masqmail over to me, as he wasn't active anymore. I will release -new code with version numbers starting from 0.3.0 to ease dividing -between oku's releases and mine. +handed masqmail over to me, as he wasn't active anymore. - This release includes various fixes for problems in 0.2.21, mainly based on bugs from Debian.
--- a/configure Mon May 10 12:26:54 2010 +0200 +++ b/configure Thu May 13 17:34:23 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.3.0. +# Generated by GNU Autoconf 2.65 for masqmail 0.2.22. # # Report bugs to <meillo@marmaro.de>. # @@ -552,8 +552,8 @@ # Identity of this package. PACKAGE_NAME='masqmail' PACKAGE_TARNAME='masqmail' -PACKAGE_VERSION='0.3.0' -PACKAGE_STRING='masqmail 0.3.0' +PACKAGE_VERSION='0.2.22' +PACKAGE_STRING='masqmail 0.2.22' PACKAGE_BUGREPORT='meillo@marmaro.de' PACKAGE_URL='' @@ -1269,7 +1269,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.3.0 to adapt to many kinds of systems. +\`configure' configures masqmail 0.2.22 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1335,7 +1335,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of masqmail 0.3.0:";; + short | recursive ) echo "Configuration of masqmail 0.2.22:";; esac cat <<\_ACEOF @@ -1445,7 +1445,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -masqmail configure 0.3.0 +masqmail configure 0.2.22 generated by GNU Autoconf 2.65 Copyright (C) 2009 Free Software Foundation, Inc. @@ -1870,7 +1870,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.3.0, which was +It was created by masqmail $as_me 0.2.22, which was generated by GNU Autoconf 2.65. Invocation command line was $ $0 $@ @@ -2681,7 +2681,7 @@ # Define the identity of the package. PACKAGE='masqmail' - VERSION='0.3.0' + VERSION='0.2.22' cat >>confdefs.h <<_ACEOF @@ -6012,7 +6012,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.3.0, which was +This file was extended by masqmail $as_me 0.2.22, which was generated by GNU Autoconf 2.65. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -6078,7 +6078,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.3.0 +masqmail config.status 0.2.22 configured by $0, generated by GNU Autoconf 2.65, with options \\"\$ac_cs_config\\"
--- a/configure.ac Mon May 10 12:26:54 2010 +0200 +++ b/configure.ac Thu May 13 17:34:23 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.3.0, meillo@marmaro.de) +AC_INIT(masqmail, 0.2.22, meillo@marmaro.de) AC_CONFIG_SRCDIR([src/masqmail.c]) AM_CONFIG_HEADER(config.h) AM_INIT_AUTOMAKE()
--- a/docs/README Mon May 10 12:26:54 2010 +0200 +++ b/docs/README Thu May 13 17:34:23 2010 +0200 @@ -1,2 +1,2 @@ -Since masqmail-0.3.0, documentation is maintained in troff (man page) format directly. -The old XML sources are no longer used. +Since masqmail-0.2.22, documentation is maintained in troff (man page) +format directly. The old XML sources are no longer used.
--- a/docs/masqmail.8 Mon May 10 12:26:54 2010 +0200 +++ b/docs/masqmail.8 Thu May 13 17:34:23 2010 +0200 @@ -1,4 +1,4 @@ -.TH masqmail 8 2010-05-07 masqmail-0.3.0 "Maintenance Commands" +.TH masqmail 8 2010-05-07 masqmail-0.2.22 "Maintenance Commands" .SH NAME masqmail \- An offline Mail Transfer Agent
--- a/docs/masqmail.aliases.5 Mon May 10 12:26:54 2010 +0200 +++ b/docs/masqmail.aliases.5 Thu May 13 17:34:23 2010 +0200 @@ -1,4 +1,4 @@ -.TH masqmail.aliases 5 2010-05-07 masqmail-0.3.0 "File Formats" +.TH masqmail.aliases 5 2010-05-07 masqmail-0.2.22 "File Formats" .SH NAME masqmail.aliases \- masqmail alias file format
--- a/docs/masqmail.conf.5 Mon May 10 12:26:54 2010 +0200 +++ b/docs/masqmail.conf.5 Thu May 13 17:34:23 2010 +0200 @@ -1,4 +1,4 @@ -.TH masqmail.conf 5 2010-05-07 masqmail-0.3.0 "File Formats" +.TH masqmail.conf 5 2010-05-07 masqmail-0.2.22 "File Formats" .SH NAME masqmail.conf \- masqmail configuration file
--- a/docs/masqmail.get.5 Mon May 10 12:26:54 2010 +0200 +++ b/docs/masqmail.get.5 Thu May 13 17:34:23 2010 +0200 @@ -1,4 +1,4 @@ -.TH masqmail.get 5 2010-05-07 masqmail-0.3.0 "File Formats" +.TH masqmail.get 5 2010-05-07 masqmail-0.2.22 "File Formats" .SH NAME masqmail.get \- masqmail get configuration file
--- a/docs/masqmail.route.5 Mon May 10 12:26:54 2010 +0200 +++ b/docs/masqmail.route.5 Thu May 13 17:34:23 2010 +0200 @@ -1,4 +1,4 @@ -.TH masqmail.route 5 2010-05-07 masqmail-0.3.0 "File Formats" +.TH masqmail.route 5 2010-05-07 masqmail-0.2.22 "File Formats" .SH NAME masqmail.route \- masqmail route configuration file
--- a/docs/mservdetect.8 Mon May 10 12:26:54 2010 +0200 +++ b/docs/mservdetect.8 Thu May 13 17:34:23 2010 +0200 @@ -1,4 +1,4 @@ -.TH mservdetect 8 2010-05-07 masqmail-0.3.0 "Maintenance Commands" +.TH mservdetect 8 2010-05-07 masqmail-0.2.22 "Maintenance Commands" .SH NAME mservdetect \- Helper for masqmail and masqdialer