aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2009-01-16 09:31:07 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2009-01-16 09:31:07 +0000
commit0f67ecd083c40267db0839ea73dc4be085360548 (patch)
treef46596dc6cc5c67e5fd3639dc4f28d101930bc0c
parent3955b9bc533520a76dd0112c509c708d4407f8a6 (diff)
downloadwyslij-po-0f67ecd083c40267db0839ea73dc4be085360548.tar.gz
wyslij-po-0f67ecd083c40267db0839ea73dc4be085360548.tar.bz2
Version 2.0.
-rw-r--r--ChangeLog2
-rw-r--r--NEWS9
-rw-r--r--configure.ac2
3 files changed, 10 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 726d0c9..5a620a9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2009-01-16 Sergey Poznyakoff <gray@gnu.org.ua>
+ * configure.ac, NEWS: Version 2.0.
+
Improve TP-URL.
* src/http.c (create_project_url): Use mu_vartab_t to expand variables.
diff --git a/NEWS b/NEWS
index 16d3040..4c1e57d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,14 +1,19 @@
-Wyslij-po NEWS -- history of user-visible changes. 2009-01-15
+Wyslij-po NEWS -- history of user-visible changes. 2009-01-16
Copyright (C) 2007, 2009 Sergey Poznyakoff
See the end of file for copying conditions.
Please send mailfromd bug reports to <bug-wyslij-po@gnu.org.ua>
-Version 1.0.90 (SVN)
+Version 2.0 - 2009-01-16
* Requires Mailutils version 2.0 or later.
+* Uses new configuration file format.
+
+* The URL of TP and regular expression used to extract the latest
+POT-file name can be set from the configuration file.
+
Version 1.0 - 2007-07-04
diff --git a/configure.ac b/configure.ac
index da2b2a7..6841847 100644
--- a/configure.ac
+++ b/configure.ac
@@ -18,7 +18,7 @@
# Inc. 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
AC_PREREQ(2.60)
-AC_INIT([wyslij-po], [1.0.90], [bug-wyslij-po@gnu.org.ua])
+AC_INIT([wyslij-po], [2.0], [bug-wyslij-po@gnu.org.ua])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_SRCDIR([src/wyslij-po.h])
AM_INIT_AUTOMAKE(gnits 1.9 tar-ustar std-options)

Return to:

Send suggestions and report system problems to the System administrator.