]> Pileus Git - ~andy/fetchmail/commitdiff
Move forward to prepare a 6.3.23 release and request translation.
authorMatthias Andree <matthias.andree@gmx.de>
Wed, 5 Dec 2012 21:54:27 +0000 (22:54 +0100)
committerMatthias Andree <matthias.andree@gmx.de>
Wed, 5 Dec 2012 22:14:06 +0000 (23:14 +0100)
NEWS
configure.ac
fetchmail.man

diff --git a/NEWS b/NEWS
index c0f24376b9524ad217e92c471e41b9c2a07d3e53..9c876651197ba7f52431d943fb83f3c79119e1b0 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -75,6 +75,10 @@ after 6.3.22 not available on their own in a newer 6.3.X release.
 * Clean up logfile vs. syslog handling, and in case logfile overrides
   syslog, send a message to the latter stating where logging goes.
 
 * Clean up logfile vs. syslog handling, and in case logfile overrides
   syslog, send a message to the latter stating where logging goes.
 
+# CHANGES
+* The build process can now be made a bit more silent and concise through
+  ./configure --enable-silent-rules, or by adding "V=0" to the make command.
+
 # WORKAROUNDS
 * Make Maillennium POP3 workarounds less specific, to encompass
   Maillennium POP3/UNIBOX (Maillennium V05.00c++). Reported by Eddie
 # WORKAROUNDS
 * Make Maillennium POP3 workarounds less specific, to encompass
   Maillennium POP3/UNIBOX (Maillennium V05.00c++). Reported by Eddie
index f19bdc51d8badba9d431b14a25dbc9566792c14d..60de3cd05103c8c87e82cafe2c07578fc92008d9 100644 (file)
@@ -9,7 +9,7 @@ dnl Process this file with autoconf to produce a configure script.
 dnl
 
 dnl XXX - if bumping version here, check fetchmail.man, too!
 dnl
 
 dnl XXX - if bumping version here, check fetchmail.man, too!
-AC_INIT([fetchmail],[6.3.22.1],[fetchmail-users@lists.berlios.de])
+AC_INIT([fetchmail],[6.3.22.2],[fetchmail-users@lists.berlios.de])
 AC_CONFIG_SRCDIR([fetchmail.h])
 AC_CONFIG_HEADERS([config.h])
 AC_CONFIG_LIBOBJ_DIR([.])
 AC_CONFIG_SRCDIR([fetchmail.h])
 AC_CONFIG_HEADERS([config.h])
 AC_CONFIG_LIBOBJ_DIR([.])
@@ -19,7 +19,8 @@ AC_CANONICAL_HOST
 dnl automake options are in Makefile.am
 AC_PREREQ(2.60)
 dnl 2.60 required for AC_USE_SYSTEM_EXTENSIONS
 dnl automake options are in Makefile.am
 AC_PREREQ(2.60)
 dnl 2.60 required for AC_USE_SYSTEM_EXTENSIONS
-AM_INIT_AUTOMAKE
+AM_INIT_AUTOMAKE([silent-rules -Wall])
+AM_SILENT_RULES
 
 dnl python is optional
 #
 
 dnl python is optional
 #
index 0a95f033abb28afbe06ea8204f37f5f8e00bd3c4..44677490eb73bed2b0ec1659ba551da6b4086ff4 100644 (file)
@@ -10,7 +10,7 @@
 .\" Load www macros to process .URL requests, this requires groff:
 .mso www.tmac
 .\"
 .\" Load www macros to process .URL requests, this requires groff:
 .mso www.tmac
 .\"
-.TH fetchmail 1 "fetchmail 6.3.22" "fetchmail" "fetchmail reference manual"
+.TH fetchmail 1 "fetchmail 6.3.23" "fetchmail" "fetchmail reference manual"
 
 .SH NAME
 fetchmail \- fetch mail from a POP, IMAP, ETRN, or ODMR-capable server
 
 .SH NAME
 fetchmail \- fetch mail from a POP, IMAP, ETRN, or ODMR-capable server