trans-coord-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

trans-coord/gnun/server/gnun configure.ac READM...


From: Pavel Kharitonov
Subject: trans-coord/gnun/server/gnun configure.ac READM...
Date: Fri, 30 Oct 2015 06:22:56 +0000

CVSROOT:        /sources/trans-coord
Module name:    trans-coord
Changes by:     Pavel Kharitonov <ineiev>       15/10/30 06:22:56

Modified files:
        gnun/server/gnun: configure.ac README NEWS ChangeLog 

Log message:
        Drop support for po4a < 0.37.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/trans-coord/gnun/server/gnun/configure.ac?cvsroot=trans-coord&r1=1.45&r2=1.46
http://cvs.savannah.gnu.org/viewcvs/trans-coord/gnun/server/gnun/README?cvsroot=trans-coord&r1=1.15&r2=1.16
http://cvs.savannah.gnu.org/viewcvs/trans-coord/gnun/server/gnun/NEWS?cvsroot=trans-coord&r1=1.114&r2=1.115
http://cvs.savannah.gnu.org/viewcvs/trans-coord/gnun/server/gnun/ChangeLog?cvsroot=trans-coord&r1=1.435&r2=1.436

Patches:
Index: configure.ac
===================================================================
RCS file: /sources/trans-coord/trans-coord/gnun/server/gnun/configure.ac,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -b -r1.45 -r1.46
--- configure.ac        13 Mar 2015 18:02:47 -0000      1.45
+++ configure.ac        30 Oct 2015 06:22:55 -0000      1.46
@@ -228,11 +228,11 @@
 
   # This is a weak test; should be replaced with a feature check.
   if test -n "$PO4A_TRANSLATE"; then
-    AC_CACHE_CHECK([if po4a version is at least 0.34], [gnun_cv_recent_po4a],
+    AC_CACHE_CHECK([if po4a version is at least 0.37], [gnun_cv_recent_po4a],
                    [gnun_cv_recent_po4a=no
                    po4a_version=`$PO4A_TRANSLATE --version 2> /dev/null \
                      | $GREP po4a | $AWK '{print $3}' | $SED 's/.$//'`
-                   AX_COMPARE_VERSION([$po4a_version], [ge], [0.34],
+                   AX_COMPARE_VERSION([$po4a_version], [ge], [0.37],
                    [gnun_cv_recent_po4a=yes])
                  ])
   else

Index: README
===================================================================
RCS file: /sources/trans-coord/trans-coord/gnun/server/gnun/README,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -b -r1.15 -r1.16
--- README      15 May 2015 15:10:48 -0000      1.15
+++ README      30 Oct 2015 06:22:55 -0000      1.16
@@ -41,7 +41,7 @@
 * Awk (GNU Awk is highly recommended)
   http://www.gnu.org/software/gawk
 
-* Po4a >= 0.34 (used to generate HTML pages)
+* Po4a >= 0.37 (used to generate HTML pages)
   from http://po4a.alioth.debian.org
 
 * GNU Wdiff (optionally used to produce differences)
@@ -69,7 +69,7 @@
 Please send bug reports and suggestions to <address@hidden>.
 
 
-Copyright (C) 2013 Free Software Foundation, Inc.
+Copyright (C) 2015 Free Software Foundation, Inc.
 
 Copying and distribution of this file, with or without modification,
 are permitted in any medium without royalty provided the copyright

Index: NEWS
===================================================================
RCS file: /sources/trans-coord/trans-coord/gnun/server/gnun/NEWS,v
retrieving revision 1.114
retrieving revision 1.115
diff -u -b -r1.114 -r1.115
--- NEWS        21 Aug 2015 16:03:01 -0000      1.114
+++ NEWS        30 Oct 2015 06:22:55 -0000      1.115
@@ -2,6 +2,8 @@
 
 * Changes in GNUnited Nations 0.10 (????-??-??)
 
+** Support for po4a versions < 0.37 is dropped.
+
 ** `gnun-validate-html' supports groups of regular expressions
    as Apache variables when expanding SSI (when gawk is used).
 
@@ -527,8 +529,8 @@
 
 -----
 
-Copyright (C) 2008, 2009, 2010, 2011, 2012, 2013, 2014 Free Software
-  Foundation, Inc.
+Copyright (C) 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015
+  Free Software Foundation, Inc.
 
 This file is part of GNUnited Nations.
 

Index: ChangeLog
===================================================================
RCS file: /sources/trans-coord/trans-coord/gnun/server/gnun/ChangeLog,v
retrieving revision 1.435
retrieving revision 1.436
diff -u -b -r1.435 -r1.436
--- ChangeLog   25 Sep 2015 08:45:15 -0000      1.435
+++ ChangeLog   30 Oct 2015 06:22:56 -0000      1.436
@@ -1,3 +1,9 @@
+2015-10-30  Pavel Kharitonov  <address@hidden>
+
+       * configure.ac:
+       * README: Drop support for po4a < 0.37.
+       * NEWS: Update.
+
 2015-09-25  Pavel Kharitonov  <address@hidden>
 
        * doc/web-trans.texi (Migrating): Move down.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]