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

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

trans-coord/gnun/server/gnun ChangeLog NEWS REA...


From: Ineiev
Subject: trans-coord/gnun/server/gnun ChangeLog NEWS REA...
Date: Fri, 10 Sep 2021 14:17:59 -0400 (EDT)

CVSROOT:        /sources/trans-coord
Module name:    trans-coord
Changes by:     Ineiev <ineiev> 21/09/10 14:17:58

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

Log message:
        Release 1.1.
        
        * configure.ac: Bump version.  Improve PO4A-related output.
        * README: Update URLs of po4a and mktemp.
        * NEWS: Update.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/trans-coord/gnun/server/gnun/ChangeLog?cvsroot=trans-coord&r1=1.498&r2=1.499
http://cvs.savannah.gnu.org/viewcvs/trans-coord/gnun/server/gnun/NEWS?cvsroot=trans-coord&r1=1.151&r2=1.152
http://cvs.savannah.gnu.org/viewcvs/trans-coord/gnun/server/gnun/README?cvsroot=trans-coord&r1=1.18&r2=1.19
http://cvs.savannah.gnu.org/viewcvs/trans-coord/gnun/server/gnun/configure.ac?cvsroot=trans-coord&r1=1.58&r2=1.59

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/trans-coord/trans-coord/gnun/server/gnun/ChangeLog,v
retrieving revision 1.498
retrieving revision 1.499
diff -u -b -r1.498 -r1.499
--- ChangeLog   6 Sep 2021 11:32:32 -0000       1.498
+++ ChangeLog   10 Sep 2021 18:17:55 -0000      1.499
@@ -1,3 +1,11 @@
+2021-09-10  Pavel Kharitonov  <ineiev@gnu.org>
+
+       Release 1.1.
+
+       * configure.ac: Bump version.  Improve PO4A-related output.
+       * README: Update URLs of po4a and mktemp.
+       * NEWS: Update.
+
 2021-09-06  Pavel Kharitonov  <ineiev@gnu.org>
 
        * doc/web-trans.texi (First Priority): Update title of

Index: NEWS
===================================================================
RCS file: /sources/trans-coord/trans-coord/gnun/server/gnun/NEWS,v
retrieving revision 1.151
retrieving revision 1.152
diff -u -b -r1.151 -r1.152
--- NEWS        1 Jun 2021 05:23:28 -0000       1.151
+++ NEWS        10 Sep 2021 18:17:55 -0000      1.152
@@ -1,5 +1,6 @@
 GNUnited Nations NEWS - User visible changes.
-* Changes in GNUnited Nations 1.1 (????-??-??)
+
+* Changes in GNUnited Nations 1.1 (2021-09-07)
 
 * When reporting unGNUNified translations, 'reports-summary' target
   in GNUmakefile doesn't output a line when a team has no unGNUNified
@@ -17,6 +18,9 @@
 
 ** Bugs fixed in 1.1
 
+** The 'configure' script didn't output 'no' in summary when no PO4A
+   was installed.
+
 ** 'gnun-report' didn't list untranslated optional templates.
 
 ** The 'label' attribute of <track> wasn't translated.

Index: README
===================================================================
RCS file: /sources/trans-coord/trans-coord/gnun/server/gnun/README,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -b -r1.18 -r1.19
--- README      7 Jul 2016 06:33:48 -0000       1.18
+++ README      10 Sep 2021 18:17:55 -0000      1.19
@@ -42,12 +42,12 @@
   https://www.gnu.org/software/gawk
 
 * Po4a >= 0.37 (used to generate HTML pages)
-  from http://po4a.alioth.debian.org
+  https://po4a.org/
 
 * GNU Wdiff (optionally used to produce differences)
   https://www.gnu.org/software/wdiff
 
-* Libxml2 (>= 2.6.24, needed for HTML validation only)
+* Libxml2 (>= 2.6.24, needed for HTML validation)
   http://xmlsoft.org
 
 * CVS (>= 1.12.9, needed if VCS operations are enabled)
@@ -55,6 +55,8 @@
 
 * Mktemp
   http://www.mktemp.org
+    or
+  https://www.gnu.org/software/coreutils
 
 * mail (needed for announcements)
   https://www.gnu.org/software/mailutils
@@ -72,8 +74,8 @@
 ----
 Please send bug reports and suggestions to <bug-gnun@gnu.org>.
 
-
-Copyright (C) 2016 Free Software Foundation, Inc.
+Copyright (C) 2008, 2009, 2011, 2012, 2013, 2015, 2016,
+              2021 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: configure.ac
===================================================================
RCS file: /sources/trans-coord/trans-coord/gnun/server/gnun/configure.ac,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -b -r1.58 -r1.59
--- configure.ac        20 Jun 2020 11:11:19 -0000      1.58
+++ configure.ac        10 Sep 2021 18:17:55 -0000      1.59
@@ -1,7 +1,7 @@
 # Process this file with autoconf to produce a configure script.
 
-# Copyright (C) 2008, 2009, 2010, 2011, 2012,
-#   2013, 2014, 2015, 2016, 2017, 2018, 2020 Free Software Foundation, Inc.
+# Copyright (C) 2008, 2009, 2010, 2011, 2012, 2013, 2014,
+#   2015, 2016, 2017, 2018, 2020, 2021 Free Software Foundation, Inc.
 
 # This file is part of GNUnited Nations.
 
@@ -18,7 +18,7 @@
 # You should have received a copy of the GNU General Public License
 # along with GNUnited Nations.  If not, see <https://www.gnu.org/licenses/>.
 AC_INIT([GNUnited Nations],
-       [1.0],
+       [1.1],
        [bug-gnun@gnu.org],
        [gnun],
        [https://www.gnu.org/software/gnun/])
@@ -260,8 +260,9 @@
                  AX_COMPARE_VERSION([$po4a_version], [ge], [0.37],
                  [gnun_cv_recent_po4a=yes])])
 ])
-# Po4a is useless for our purpose if awk is missing.
 recent_po4a=$gnun_cv_recent_po4a
+AS_CASE(["x$recent_po4a"], [xyes], [], [recent_po4a=no])
+# Po4a is useless for our purpose if awk is missing.
 AS_CASE([$decent_awk], [no], [recent_po4a=no])
 
 AX_ARG_PROG([MAIL], [the `mail' program], [mail])



reply via email to

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