gawk-diffs
[Top][All Lists]
Advanced

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

[gawk-diffs] [SCM] gawk branch, gawk-4.0-stable, updated. f3e98d540c007f


From: Arnold Robbins
Subject: [gawk-diffs] [SCM] gawk branch, gawk-4.0-stable, updated. f3e98d540c007fcf93ff31e24161d10713bec48b
Date: Sat, 10 Nov 2012 20:44:26 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "gawk".

The branch, gawk-4.0-stable has been updated
       via  f3e98d540c007fcf93ff31e24161d10713bec48b (commit)
      from  93b30fe5b9042edc85acde68befaa7c82a4aac95 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.sv.gnu.org/cgit/gawk.git/commit/?id=f3e98d540c007fcf93ff31e24161d10713bec48b

commit f3e98d540c007fcf93ff31e24161d10713bec48b
Author: Arnold D. Robbins <address@hidden>
Date:   Sat Nov 10 22:43:54 2012 +0200

    Update version info. Start a release cycle.

diff --git a/configure b/configure
index d286a8a..0696cca 100755
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for GNU Awk 4.0.1a.
+# Generated by GNU Autoconf 2.69 for GNU Awk 4.0.1b.
 #
 # Report bugs to <address@hidden>.
 #
@@ -580,8 +580,8 @@ MAKEFLAGS=
 # Identity of this package.
 PACKAGE_NAME='GNU Awk'
 PACKAGE_TARNAME='gawk'
-PACKAGE_VERSION='4.0.1a'
-PACKAGE_STRING='GNU Awk 4.0.1a'
+PACKAGE_VERSION='4.0.1b'
+PACKAGE_STRING='GNU Awk 4.0.1b'
 PACKAGE_BUGREPORT='address@hidden'
 PACKAGE_URL='http://www.gnu.org/software/gawk/'
 
@@ -1309,7 +1309,7 @@ if test "$ac_init_help" = "long"; then
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures GNU Awk 4.0.1a to adapt to many kinds of systems.
+\`configure' configures GNU Awk 4.0.1b to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1379,7 +1379,7 @@ fi
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of GNU Awk 4.0.1a:";;
+     short | recursive ) echo "Configuration of GNU Awk 4.0.1b:";;
    esac
   cat <<\_ACEOF
 
@@ -1493,7 +1493,7 @@ fi
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-GNU Awk configure 4.0.1a
+GNU Awk configure 4.0.1b
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2202,7 +2202,7 @@ cat >config.log <<_ACEOF
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by GNU Awk $as_me 4.0.1a, which was
+It was created by GNU Awk $as_me 4.0.1b, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -3046,7 +3046,7 @@ fi
 
 # Define the identity of the package.
  PACKAGE='gawk'
- VERSION='4.0.1a'
+ VERSION='4.0.1b'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -11312,7 +11312,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by GNU Awk $as_me 4.0.1a, which was
+This file was extended by GNU Awk $as_me 4.0.1b, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -11380,7 +11380,7 @@ _ACEOF
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; 
s/[\\""\`\$]/\\\\&/g'`"
 ac_cs_version="\\
-GNU Awk config.status 4.0.1a
+GNU Awk config.status 4.0.1b
 configured by $0, generated by GNU Autoconf 2.69,
   with options \\"\$ac_cs_config\\"
 
diff --git a/configure.ac b/configure.ac
index ac257f9..fbd0232 100644
--- a/configure.ac
+++ b/configure.ac
@@ -23,7 +23,7 @@ dnl
 
 dnl Process this file with autoconf to produce a configure script.
 
-AC_INIT([GNU Awk], 4.0.1a, address@hidden, gawk)
+AC_INIT([GNU Awk], 4.0.1b, address@hidden, gawk)
 
 # This is a hack. Different versions of install on different systems
 # are just too different. Chuck it and use install-sh.
diff --git a/doc/gawk.info b/doc/gawk.info
index 878a03f..2fe6ca0 100644
--- a/doc/gawk.info
+++ b/doc/gawk.info
@@ -15,7 +15,7 @@ Software Foundation, Inc.
 
 
    This is Edition 4 of `GAWK: Effective AWK Programming: A User's
-Guide for GNU Awk', for the 4.0.1 (or later) version of the GNU
+Guide for GNU Awk', for the 4.0.2 (or later) version of the GNU
 implementation of AWK.
 
    Permission is granted to copy, distribute and/or modify this document
@@ -47,7 +47,7 @@ Software Foundation, Inc.
 
 
    This is Edition 4 of `GAWK: Effective AWK Programming: A User's
-Guide for GNU Awk', for the 4.0.1 (or later) version of the GNU
+Guide for GNU Awk', for the 4.0.2 (or later) version of the GNU
 implementation of AWK.
 
    Permission is granted to copy, distribute and/or modify this document
@@ -20421,7 +20421,7 @@ There are three ways to get GNU software:
      supported.  If you have the `wget' program, you can use a command
      like the following:
 
-          wget http://ftp.gnu.org/gnu/gawk/gawk-4.0.1.tar.gz
+          wget http://ftp.gnu.org/gnu/gawk/gawk-4.0.2.tar.gz
 
    The GNU software archive is mirrored around the world.  The
 up-to-date list of mirror sites is available from the main FSF web site
@@ -20440,26 +20440,26 @@ compression programs: `gzip', `bzip2', and `xz'. For 
simplicity, the
 rest of these instructions assume you are using the one compressed with
 the GNU Zip program, `gzip'.
 
-   Once you have the distribution (for example, `gawk-4.0.1.tar.gz'),
+   Once you have the distribution (for example, `gawk-4.0.2.tar.gz'),
 use `gzip' to expand the file and then use `tar' to extract it.  You
 can use the following pipeline to produce the `gawk' distribution:
 
      # Under System V, add 'o' to the tar options
-     gzip -d -c gawk-4.0.1.tar.gz | tar -xvpf -
+     gzip -d -c gawk-4.0.2.tar.gz | tar -xvpf -
 
    On a system with GNU `tar', you can let `tar' do the decompression
 for you:
 
-     tar -xvpzf gawk-4.0.1.tar.gz
+     tar -xvpzf gawk-4.0.2.tar.gz
 
-Extracting the archive creates a directory named `gawk-4.0.1' in the
+Extracting the archive creates a directory named `gawk-4.0.2' in the
 current directory.
 
    The distribution file name is of the form `gawk-V.R.P.tar.gz'.  The
 V represents the major version of `gawk', the R represents the current
 release of version V, and the P represents a "patch level", meaning
 that minor bugs have been fixed in the release.  The current patch
-level is 1, but when retrieving distributions, you should get the
+level is 2, but when retrieving distributions, you should get the
 version with the highest version, release, and patch level.  (Note,
 however, that patch levels greater than or equal to 70 denote "beta" or
 nonproduction software; you might not want to retrieve such a version
@@ -20653,7 +20653,7 @@ Unix-derived systems, GNU/Linux, BSD-based systems, and 
the Cygwin
 environment for MS-Windows.
 
    After you have extracted the `gawk' distribution, `cd' to
-`gawk-4.0.1'.  Like most GNU software, `gawk' is configured
+`gawk-4.0.2'.  Like most GNU software, `gawk' is configured
 automatically for your system by running the `configure' program.  This
 program is a Bourne shell script that is generated automatically using
 GNU `autoconf'.  (The `autoconf' software is described fully starting
@@ -21067,8 +21067,8 @@ tools, such as Bash, the GNU Compiler Collection (GCC), 
GNU Make, and
 other GNU programs.  Compilation and installation for Cygwin is the
 same as for a Unix system:
 
-     tar -xvpzf gawk-4.0.1.tar.gz
-     cd gawk-4.0.1
+     tar -xvpzf gawk-4.0.2.tar.gz
+     cd gawk-4.0.2
      ./configure
      make
 
diff --git a/doc/gawk.texi b/doc/gawk.texi
index f0f74fe..cfe6cc9 100644
--- a/doc/gawk.texi
+++ b/doc/gawk.texi
@@ -20,9 +20,9 @@
 @c applies to and all the info about who's publishing this edition
 
 @c These apply across the board.
address@hidden UPDATE-MONTH February, 2012
address@hidden UPDATE-MONTH October, 2012
 @set VERSION 4.0
address@hidden PATCHLEVEL 1
address@hidden PATCHLEVEL 2
 
 @set FSF
 
diff --git a/pc/config.h b/pc/config.h
index 8831631..67c40a2 100644
--- a/pc/config.h
+++ b/pc/config.h
@@ -413,7 +413,7 @@
 #define PACKAGE_NAME "GNU Awk"
 
 /* Define to the full name and version of this package. */
-#define PACKAGE_STRING "GNU Awk 4.0.1a"
+#define PACKAGE_STRING "GNU Awk 4.0.1b"
 
 /* Define to the one symbol short name of this package. */
 #define PACKAGE_TARNAME "gawk"
@@ -422,7 +422,7 @@
 #define PACKAGE_URL "http://www.gnu.org/software/gawk/";
 
 /* Define to the version of this package. */
-#define PACKAGE_VERSION "4.0.1a"
+#define PACKAGE_VERSION "4.0.1b"
 
 /* Define to 1 if *printf supports %F format */
 #undef PRINTF_HAS_F_FORMAT
@@ -484,7 +484,7 @@
 
 
 /* Version number of package */
-#define VERSION "4.0.1a"
+#define VERSION "4.0.1b"
 
 /* Enable large inode numbers on Mac OS X 10.5.  */
 #ifndef _DARWIN_USE_64_BIT_INODE
diff --git a/po/da.gmo b/po/da.gmo
index f486abc..ee3796d 100644
Binary files a/po/da.gmo and b/po/da.gmo differ
diff --git a/po/da.po b/po/da.po
index 74c245f..a9368e1 100644
--- a/po/da.po
+++ b/po/da.po
@@ -10,7 +10,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: gawk 4.0.0h\n"
 "Report-Msgid-Bugs-To: address@hidden"
-"POT-Creation-Date: 2012-10-13 20:24+0200\n"
+"POT-Creation-Date: 2012-11-10 22:33+0200\n"
 "PO-Revision-Date: 2012-02-06 10:37+0100\n"
 "Last-Translator: Keld Simonsen <address@hidden>\n"
 "Language-Team: Danish <address@hidden>\n"
diff --git a/po/de.gmo b/po/de.gmo
index 938acf7..57a770f 100644
Binary files a/po/de.gmo and b/po/de.gmo differ
diff --git a/po/de.po b/po/de.po
index 4cebb3b..9181ea8 100644
--- a/po/de.po
+++ b/po/de.po
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: gawk 4.0.0h\n"
 "Report-Msgid-Bugs-To: address@hidden"
-"POT-Creation-Date: 2012-10-13 20:24+0200\n"
+"POT-Creation-Date: 2012-11-10 22:33+0200\n"
 "PO-Revision-Date: 2012-01-30 16:21+0100\n"
 "Last-Translator: Philipp Thomas <address@hidden>\n"
 "Language-Team: German <address@hidden>\n"
diff --git a/po/es.gmo b/po/es.gmo
index 1bfb81a..b2e3f10 100644
Binary files a/po/es.gmo and b/po/es.gmo differ
diff --git a/po/es.po b/po/es.po
index 57f5052..b343b8d 100644
--- a/po/es.po
+++ b/po/es.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: gawk 4.0.0h\n"
 "Report-Msgid-Bugs-To: address@hidden"
-"POT-Creation-Date: 2012-10-13 20:24+0200\n"
+"POT-Creation-Date: 2012-11-10 22:33+0200\n"
 "PO-Revision-Date: 2012-01-30 07:42-0600\n"
 "Last-Translator: Cristian Othón Martínez Vera <address@hidden>\n"
 "Language-Team: Spanish <address@hidden>\n"
diff --git a/po/fi.gmo b/po/fi.gmo
index a0103eb..d751048 100644
Binary files a/po/fi.gmo and b/po/fi.gmo differ
diff --git a/po/fi.po b/po/fi.po
index 19c741b..6a8489b 100644
--- a/po/fi.po
+++ b/po/fi.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: gawk 4.0.0h\n"
 "Report-Msgid-Bugs-To: address@hidden"
-"POT-Creation-Date: 2012-10-13 20:24+0200\n"
+"POT-Creation-Date: 2012-11-10 22:33+0200\n"
 "PO-Revision-Date: 2012-03-13 18:00+0200\n"
 "Last-Translator: Jorma Karvonen <address@hidden>\n"
 "Language-Team: Finnish <address@hidden>\n"
diff --git a/po/fr.gmo b/po/fr.gmo
index 7d65d36..d163d72 100644
Binary files a/po/fr.gmo and b/po/fr.gmo differ
diff --git a/po/fr.po b/po/fr.po
index 1fecefa..4c5b6c0 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -9,7 +9,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: gawk 4.0.0h\n"
 "Report-Msgid-Bugs-To: address@hidden"
-"POT-Creation-Date: 2012-10-13 20:24+0200\n"
+"POT-Creation-Date: 2012-11-10 22:33+0200\n"
 "PO-Revision-Date: 2012-01-30 23:52+0100\n"
 "Last-Translator: Jean-Philippe Guérard <address@hidden"
 "org>\n"
diff --git a/po/gawk.pot b/po/gawk.pot
index db2473e..267a9c7 100644
--- a/po/gawk.pot
+++ b/po/gawk.pot
@@ -6,9 +6,9 @@
 #, fuzzy
 msgid ""
 msgstr ""
-"Project-Id-Version: gawk 4.0.1a\n"
+"Project-Id-Version: gawk 4.0.1b\n"
 "Report-Msgid-Bugs-To: address@hidden"
-"POT-Creation-Date: 2012-10-13 20:24+0200\n"
+"POT-Creation-Date: 2012-11-10 22:33+0200\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <address@hidden>\n"
 "Language-Team: LANGUAGE <address@hidden>\n"
diff --git a/po/it.gmo b/po/it.gmo
index 20c68eb..48d2437 100644
Binary files a/po/it.gmo and b/po/it.gmo differ
diff --git a/po/it.po b/po/it.po
index 3d2e434..4dbca30 100644
--- a/po/it.po
+++ b/po/it.po
@@ -6,7 +6,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: gawk 3.1.81\n"
 "Report-Msgid-Bugs-To: address@hidden"
-"POT-Creation-Date: 2012-10-13 20:24+0200\n"
+"POT-Creation-Date: 2012-11-10 22:33+0200\n"
 "PO-Revision-Date: 2012-05-08 16:11+0100\n"
 "Last-Translator: Antonio Colombo <address@hidden>\n"
 "Language-Team: Italian <address@hidden>\n"
diff --git a/po/ja.gmo b/po/ja.gmo
index 6acfa1e..903f498 100644
Binary files a/po/ja.gmo and b/po/ja.gmo differ
diff --git a/po/ja.po b/po/ja.po
index cffeb57..5fd660e 100644
--- a/po/ja.po
+++ b/po/ja.po
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: gawk 4.0.0\n"
 "Report-Msgid-Bugs-To: address@hidden"
-"POT-Creation-Date: 2012-10-13 20:24+0200\n"
+"POT-Creation-Date: 2012-11-10 22:33+0200\n"
 "PO-Revision-Date: 2011-07-17 08:28+0900\n"
 "Last-Translator: Yasuaki Taniguchi <address@hidden>\n"
 "Language-Team: Japanese <address@hidden>\n"
diff --git a/po/nl.gmo b/po/nl.gmo
index 4ac951a..de249b2 100644
Binary files a/po/nl.gmo and b/po/nl.gmo differ
diff --git a/po/nl.po b/po/nl.po
index bb2c555..e482cbb 100644
--- a/po/nl.po
+++ b/po/nl.po
@@ -10,7 +10,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: gawk 4.0.0h\n"
 "Report-Msgid-Bugs-To: address@hidden"
-"POT-Creation-Date: 2012-10-13 20:24+0200\n"
+"POT-Creation-Date: 2012-11-10 22:33+0200\n"
 "PO-Revision-Date: 2012-01-30 20:40+0100\n"
 "Last-Translator: Benno Schulenberg <address@hidden>\n"
 "Language-Team: Dutch <address@hidden>\n"
diff --git a/po/pl.gmo b/po/pl.gmo
index 3823e48..bff536c 100644
Binary files a/po/pl.gmo and b/po/pl.gmo differ
diff --git a/po/pl.po b/po/pl.po
index f25dce4..b67a37d 100644
--- a/po/pl.po
+++ b/po/pl.po
@@ -9,7 +9,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: gawk 4.0.0h\n"
 "Report-Msgid-Bugs-To: address@hidden"
-"POT-Creation-Date: 2012-10-13 20:24+0200\n"
+"POT-Creation-Date: 2012-11-10 22:33+0200\n"
 "PO-Revision-Date: 2012-02-04 19:17+0100\n"
 "Last-Translator: Wojciech Polak <address@hidden>\n"
 "Language-Team: Polish <address@hidden>\n"
diff --git a/po/sv.gmo b/po/sv.gmo
index 27b1914..c4af2b2 100644
Binary files a/po/sv.gmo and b/po/sv.gmo differ
diff --git a/po/sv.po b/po/sv.po
index 23861f6..ca5c337 100644
--- a/po/sv.po
+++ b/po/sv.po
@@ -10,7 +10,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: gawk 4.0.0h\n"
 "Report-Msgid-Bugs-To: address@hidden"
-"POT-Creation-Date: 2012-10-13 20:24+0200\n"
+"POT-Creation-Date: 2012-11-10 22:33+0200\n"
 "PO-Revision-Date: 2012-01-30 12:07+0100\n"
 "Last-Translator: Göran Uddeborg <address@hidden>\n"
 "Language-Team: Swedish <address@hidden>\n"
diff --git a/po/vi.gmo b/po/vi.gmo
index e83a5a1..9bfbcfe 100644
Binary files a/po/vi.gmo and b/po/vi.gmo differ
diff --git a/po/vi.po b/po/vi.po
index 834caf0..defd1af 100644
--- a/po/vi.po
+++ b/po/vi.po
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: gawk-4.0.0h\n"
 "Report-Msgid-Bugs-To: address@hidden"
-"POT-Creation-Date: 2012-10-13 20:24+0200\n"
+"POT-Creation-Date: 2012-11-10 22:33+0200\n"
 "PO-Revision-Date: 2012-04-04 08:01+0700\n"
 "Last-Translator: Trần Ngọc Quân <address@hidden>\n"
 "Language-Team: Vietnamese <address@hidden>\n"
diff --git a/version.c b/version.c
index c1ecb4f..b0fc2ff 100644
--- a/version.c
+++ b/version.c
@@ -1,3 +1,3 @@
 #include "config.h"
 
-const char *version_string = "GNU Awk 4.0.1a";
+const char *version_string = "GNU Awk 4.0.1b";

-----------------------------------------------------------------------

Summary of changes:
 configure     |   20 ++++++++++----------
 configure.ac  |    2 +-
 doc/gawk.info |   22 +++++++++++-----------
 doc/gawk.texi |    4 ++--
 pc/config.h   |    6 +++---
 po/da.gmo     |  Bin 46773 -> 46773 bytes
 po/da.po      |    2 +-
 po/de.gmo     |  Bin 50150 -> 50150 bytes
 po/de.po      |    2 +-
 po/es.gmo     |  Bin 49444 -> 49444 bytes
 po/es.po      |    2 +-
 po/fi.gmo     |  Bin 49842 -> 49842 bytes
 po/fi.po      |    2 +-
 po/fr.gmo     |  Bin 51175 -> 51175 bytes
 po/fr.po      |    2 +-
 po/gawk.pot   |    4 ++--
 po/it.gmo     |  Bin 44825 -> 44825 bytes
 po/it.po      |    2 +-
 po/ja.gmo     |  Bin 53065 -> 53065 bytes
 po/ja.po      |    2 +-
 po/nl.gmo     |  Bin 47408 -> 47408 bytes
 po/nl.po      |    2 +-
 po/pl.gmo     |  Bin 49524 -> 49524 bytes
 po/pl.po      |    2 +-
 po/sv.gmo     |  Bin 46852 -> 46852 bytes
 po/sv.po      |    2 +-
 po/vi.gmo     |  Bin 56057 -> 56057 bytes
 po/vi.po      |    2 +-
 version.c     |    2 +-
 29 files changed, 41 insertions(+), 41 deletions(-)


hooks/post-receive
-- 
gawk



reply via email to

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