masqmail
changeset 40:8071dc6c6ed1
next version will be 0.3.0
author | meillo@marmaro.de |
---|---|
date | Mon, 10 May 2010 11:03:26 +0200 |
parents | a3476e422865 |
children | 5432f13c7e58 |
files | 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 | 9 files changed, 18 insertions(+), 18 deletions(-) [+] |
line diff
1.1 --- a/configure Mon May 10 10:59:15 2010 +0200 1.2 +++ b/configure Mon May 10 11:03:26 2010 +0200 1.3 @@ -1,6 +1,6 @@ 1.4 #! /bin/sh 1.5 # Guess values for system-dependent variables and create Makefiles. 1.6 -# Generated by GNU Autoconf 2.65 for masqmail 0.2.21. 1.7 +# Generated by GNU Autoconf 2.65 for masqmail 0.3.0. 1.8 # 1.9 # Report bugs to <meillo@marmaro.de>. 1.10 # 1.11 @@ -552,8 +552,8 @@ 1.12 # Identity of this package. 1.13 PACKAGE_NAME='masqmail' 1.14 PACKAGE_TARNAME='masqmail' 1.15 -PACKAGE_VERSION='0.2.21' 1.16 -PACKAGE_STRING='masqmail 0.2.21' 1.17 +PACKAGE_VERSION='0.3.0' 1.18 +PACKAGE_STRING='masqmail 0.3.0' 1.19 PACKAGE_BUGREPORT='meillo@marmaro.de' 1.20 PACKAGE_URL='' 1.21 1.22 @@ -1269,7 +1269,7 @@ 1.23 # Omit some internal or obsolete options to make the list less imposing. 1.24 # This message is too long to be a string in the A/UX 3.1 sh. 1.25 cat <<_ACEOF 1.26 -\`configure' configures masqmail 0.2.21 to adapt to many kinds of systems. 1.27 +\`configure' configures masqmail 0.3.0 to adapt to many kinds of systems. 1.28 1.29 Usage: $0 [OPTION]... [VAR=VALUE]... 1.30 1.31 @@ -1335,7 +1335,7 @@ 1.32 1.33 if test -n "$ac_init_help"; then 1.34 case $ac_init_help in 1.35 - short | recursive ) echo "Configuration of masqmail 0.2.21:";; 1.36 + short | recursive ) echo "Configuration of masqmail 0.3.0:";; 1.37 esac 1.38 cat <<\_ACEOF 1.39 1.40 @@ -1445,7 +1445,7 @@ 1.41 test -n "$ac_init_help" && exit $ac_status 1.42 if $ac_init_version; then 1.43 cat <<\_ACEOF 1.44 -masqmail configure 0.2.21 1.45 +masqmail configure 0.3.0 1.46 generated by GNU Autoconf 2.65 1.47 1.48 Copyright (C) 2009 Free Software Foundation, Inc. 1.49 @@ -1870,7 +1870,7 @@ 1.50 This file contains any messages produced by compilers while 1.51 running configure, to aid debugging if configure makes a mistake. 1.52 1.53 -It was created by masqmail $as_me 0.2.21, which was 1.54 +It was created by masqmail $as_me 0.3.0, which was 1.55 generated by GNU Autoconf 2.65. Invocation command line was 1.56 1.57 $ $0 $@ 1.58 @@ -2681,7 +2681,7 @@ 1.59 1.60 # Define the identity of the package. 1.61 PACKAGE='masqmail' 1.62 - VERSION='0.2.21' 1.63 + VERSION='0.3.0' 1.64 1.65 1.66 cat >>confdefs.h <<_ACEOF 1.67 @@ -6012,7 +6012,7 @@ 1.68 # report actual input values of CONFIG_FILES etc. instead of their 1.69 # values after options handling. 1.70 ac_log=" 1.71 -This file was extended by masqmail $as_me 0.2.21, which was 1.72 +This file was extended by masqmail $as_me 0.3.0, which was 1.73 generated by GNU Autoconf 2.65. Invocation command line was 1.74 1.75 CONFIG_FILES = $CONFIG_FILES 1.76 @@ -6078,7 +6078,7 @@ 1.77 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 1.78 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" 1.79 ac_cs_version="\\ 1.80 -masqmail config.status 0.2.21 1.81 +masqmail config.status 0.3.0 1.82 configured by $0, generated by GNU Autoconf 2.65, 1.83 with options \\"\$ac_cs_config\\" 1.84
2.1 --- a/configure.ac Mon May 10 10:59:15 2010 +0200 2.2 +++ b/configure.ac Mon May 10 11:03:26 2010 +0200 2.3 @@ -1,7 +1,7 @@ 2.4 dnl Process this file with autoconf to produce a configure script. 2.5 2.6 AC_PREREQ(2.59) 2.7 -AC_INIT(masqmail, 0.2.21, meillo@marmaro.de) 2.8 +AC_INIT(masqmail, 0.3.0, meillo@marmaro.de) 2.9 AC_CONFIG_SRCDIR([src/masqmail.c]) 2.10 AM_CONFIG_HEADER(config.h) 2.11 AM_INIT_AUTOMAKE()
3.1 --- a/docs/README Mon May 10 10:59:15 2010 +0200 3.2 +++ b/docs/README Mon May 10 11:03:26 2010 +0200 3.3 @@ -1,2 +1,2 @@ 3.4 -Since masqmail-0.3, documentation is maintained in troff (man page) format directly. 3.5 +Since masqmail-0.3.0, documentation is maintained in troff (man page) format directly. 3.6 The old XML sources are no longer used.
4.1 --- a/docs/masqmail.8 Mon May 10 10:59:15 2010 +0200 4.2 +++ b/docs/masqmail.8 Mon May 10 11:03:26 2010 +0200 4.3 @@ -1,4 +1,4 @@ 4.4 -.TH masqmail 8 2010-05-07 masqmail-0.2.21 "Maintenance Commands" 4.5 +.TH masqmail 8 2010-05-07 masqmail-0.3.0 "Maintenance Commands" 4.6 4.7 .SH NAME 4.8 masqmail \- An offline Mail Transfer Agent
5.1 --- a/docs/masqmail.aliases.5 Mon May 10 10:59:15 2010 +0200 5.2 +++ b/docs/masqmail.aliases.5 Mon May 10 11:03:26 2010 +0200 5.3 @@ -1,4 +1,4 @@ 5.4 -.TH masqmail.aliases 5 2010-05-07 masqmail-0.2.21 "File Formats" 5.5 +.TH masqmail.aliases 5 2010-05-07 masqmail-0.3.0 "File Formats" 5.6 5.7 .SH NAME 5.8 masqmail.aliases \- masqmail alias file format
6.1 --- a/docs/masqmail.conf.5 Mon May 10 10:59:15 2010 +0200 6.2 +++ b/docs/masqmail.conf.5 Mon May 10 11:03:26 2010 +0200 6.3 @@ -1,4 +1,4 @@ 6.4 -.TH masqmail.conf 5 2010-05-07 masqmail-0.2.21 "File Formats" 6.5 +.TH masqmail.conf 5 2010-05-07 masqmail-0.3.0 "File Formats" 6.6 6.7 .SH NAME 6.8 masqmail.conf \- masqmail configuration file
7.1 --- a/docs/masqmail.get.5 Mon May 10 10:59:15 2010 +0200 7.2 +++ b/docs/masqmail.get.5 Mon May 10 11:03:26 2010 +0200 7.3 @@ -1,4 +1,4 @@ 7.4 -.TH masqmail.get 5 2010-05-07 masqmail-0.2.21 "File Formats" 7.5 +.TH masqmail.get 5 2010-05-07 masqmail-0.3.0 "File Formats" 7.6 7.7 .SH NAME 7.8 masqmail.get \- masqmail get configuration file
8.1 --- a/docs/masqmail.route.5 Mon May 10 10:59:15 2010 +0200 8.2 +++ b/docs/masqmail.route.5 Mon May 10 11:03:26 2010 +0200 8.3 @@ -1,4 +1,4 @@ 8.4 -.TH masqmail.route 5 2010-05-07 masqmail-0.2.21 "File Formats" 8.5 +.TH masqmail.route 5 2010-05-07 masqmail-0.3.0 "File Formats" 8.6 8.7 .SH NAME 8.8 masqmail.route \- masqmail route configuration file
9.1 --- a/docs/mservdetect.8 Mon May 10 10:59:15 2010 +0200 9.2 +++ b/docs/mservdetect.8 Mon May 10 11:03:26 2010 +0200 9.3 @@ -1,4 +1,4 @@ 9.4 -.TH mservdetect 8 2010-05-07 masqmail-0.2.21 "Maintenance Commands" 9.5 +.TH mservdetect 8 2010-05-07 masqmail-0.3.0 "Maintenance Commands" 9.6 9.7 .SH NAME 9.8 mservdetect \- Helper for masqmail and masqdialer