# HG changeset patch # User meillo@marmaro.de # Date 1273482206 -7200 # Node ID 8071dc6c6ed1f4f4935f5544157973f488b6e34f # Parent a3476e42286506ea21ccd28c3599c9392faa0070 next version will be 0.3.0 diff -r a3476e422865 -r 8071dc6c6ed1 configure --- a/configure Mon May 10 10:59:15 2010 +0200 +++ b/configure Mon May 10 11:03:26 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.21. +# Generated by GNU Autoconf 2.65 for masqmail 0.3.0. # # Report bugs to . # @@ -552,8 +552,8 @@ # Identity of this package. PACKAGE_NAME='masqmail' PACKAGE_TARNAME='masqmail' -PACKAGE_VERSION='0.2.21' -PACKAGE_STRING='masqmail 0.2.21' +PACKAGE_VERSION='0.3.0' +PACKAGE_STRING='masqmail 0.3.0' 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.2.21 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]... @@ -1335,7 +1335,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of masqmail 0.2.21:";; + short | recursive ) echo "Configuration of masqmail 0.3.0:";; 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.2.21 +masqmail configure 0.3.0 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.2.21, 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 $@ @@ -2681,7 +2681,7 @@ # Define the identity of the package. PACKAGE='masqmail' - VERSION='0.2.21' + VERSION='0.3.0' 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.2.21, 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 @@ -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.2.21 +masqmail config.status 0.3.0 configured by $0, generated by GNU Autoconf 2.65, with options \\"\$ac_cs_config\\" diff -r a3476e422865 -r 8071dc6c6ed1 configure.ac --- a/configure.ac Mon May 10 10:59:15 2010 +0200 +++ b/configure.ac Mon May 10 11:03:26 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.21, 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() diff -r a3476e422865 -r 8071dc6c6ed1 docs/README --- a/docs/README Mon May 10 10:59:15 2010 +0200 +++ b/docs/README Mon May 10 11:03:26 2010 +0200 @@ -1,2 +1,2 @@ -Since masqmail-0.3, documentation is maintained in troff (man page) format directly. +Since masqmail-0.3.0, documentation is maintained in troff (man page) format directly. The old XML sources are no longer used. diff -r a3476e422865 -r 8071dc6c6ed1 docs/masqmail.8 --- a/docs/masqmail.8 Mon May 10 10:59:15 2010 +0200 +++ b/docs/masqmail.8 Mon May 10 11:03:26 2010 +0200 @@ -1,4 +1,4 @@ -.TH masqmail 8 2010-05-07 masqmail-0.2.21 "Maintenance Commands" +.TH masqmail 8 2010-05-07 masqmail-0.3.0 "Maintenance Commands" .SH NAME masqmail \- An offline Mail Transfer Agent diff -r a3476e422865 -r 8071dc6c6ed1 docs/masqmail.aliases.5 --- a/docs/masqmail.aliases.5 Mon May 10 10:59:15 2010 +0200 +++ b/docs/masqmail.aliases.5 Mon May 10 11:03:26 2010 +0200 @@ -1,4 +1,4 @@ -.TH masqmail.aliases 5 2010-05-07 masqmail-0.2.21 "File Formats" +.TH masqmail.aliases 5 2010-05-07 masqmail-0.3.0 "File Formats" .SH NAME masqmail.aliases \- masqmail alias file format diff -r a3476e422865 -r 8071dc6c6ed1 docs/masqmail.conf.5 --- a/docs/masqmail.conf.5 Mon May 10 10:59:15 2010 +0200 +++ b/docs/masqmail.conf.5 Mon May 10 11:03:26 2010 +0200 @@ -1,4 +1,4 @@ -.TH masqmail.conf 5 2010-05-07 masqmail-0.2.21 "File Formats" +.TH masqmail.conf 5 2010-05-07 masqmail-0.3.0 "File Formats" .SH NAME masqmail.conf \- masqmail configuration file diff -r a3476e422865 -r 8071dc6c6ed1 docs/masqmail.get.5 --- a/docs/masqmail.get.5 Mon May 10 10:59:15 2010 +0200 +++ b/docs/masqmail.get.5 Mon May 10 11:03:26 2010 +0200 @@ -1,4 +1,4 @@ -.TH masqmail.get 5 2010-05-07 masqmail-0.2.21 "File Formats" +.TH masqmail.get 5 2010-05-07 masqmail-0.3.0 "File Formats" .SH NAME masqmail.get \- masqmail get configuration file diff -r a3476e422865 -r 8071dc6c6ed1 docs/masqmail.route.5 --- a/docs/masqmail.route.5 Mon May 10 10:59:15 2010 +0200 +++ b/docs/masqmail.route.5 Mon May 10 11:03:26 2010 +0200 @@ -1,4 +1,4 @@ -.TH masqmail.route 5 2010-05-07 masqmail-0.2.21 "File Formats" +.TH masqmail.route 5 2010-05-07 masqmail-0.3.0 "File Formats" .SH NAME masqmail.route \- masqmail route configuration file diff -r a3476e422865 -r 8071dc6c6ed1 docs/mservdetect.8 --- a/docs/mservdetect.8 Mon May 10 10:59:15 2010 +0200 +++ b/docs/mservdetect.8 Mon May 10 11:03:26 2010 +0200 @@ -1,4 +1,4 @@ -.TH mservdetect 8 2010-05-07 masqmail-0.2.21 "Maintenance Commands" +.TH mservdetect 8 2010-05-07 masqmail-0.3.0 "Maintenance Commands" .SH NAME mservdetect \- Helper for masqmail and masqdialer