From fcf0a8b20328c57996ff61247d5ff4b13356f72a Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Sun, 13 Nov 2011 21:55:52 -0600 Subject: Updates in preparation for 4.0.1 release Bump the version, update the translation template files, and fill in NEWS with relevant commits and changes since 4.0.0. Signed-off-by: Dan McGee --- NEWS | 10 ++++++++++ configure.ac | 4 ++-- lib/libalpm/po/libalpm.pot | 4 ++-- scripts/po/pacman-scripts.pot | 13 +++++++++++-- src/pacman/po/pacman.pot | 8 ++++---- 5 files changed, 29 insertions(+), 10 deletions(-) diff --git a/NEWS b/NEWS index 25919bc7..097dbc4b 100644 --- a/NEWS +++ b/NEWS @@ -1,8 +1,18 @@ VERSION DESCRIPTION ----------------------------------------------------------------------------- 4.0.1 - ensure VerbosePkgList table display supports multibyte chars + - always use stderr for warning/error messages (FS#26555) - add guidance message for users when public keyring not found + - fix edge case in download progress bar rounding (FS#26853) + - ensure downloads started as tempfiles have correct umask + - ensure unowned symlinks are not overwritten incorrectly + - update libtool files and update fix for -Wl,-as-needed + - fix build when using --disable-static (FS#26652) + - pacman-key: add a keyserver timeout value in --init - repo-add: fix race condition around lock file removal + - makepkg: accept changelog= or install= without a value + - makepkg: handle PGP signatures with a .sign extension + - makepkg: delay attachment of signal traps (FS#26196) 4.0.0 - well-integrated and powerful signed packages and databases support in pacman, the library, and scripts (FS#5331) - over 800 commits to pacman.git since 3.5.4 release diff --git a/configure.ac b/configure.ac index a5a5bbae..0de908a3 100644 --- a/configure.ac +++ b/configure.ac @@ -42,12 +42,12 @@ AC_PREREQ(2.62) # pacman_version_micro += 1 m4_define([lib_current], [7]) -m4_define([lib_revision], [0]) +m4_define([lib_revision], [1]) m4_define([lib_age], [0]) m4_define([pacman_version_major], [4]) m4_define([pacman_version_minor], [0]) -m4_define([pacman_version_micro], [0]) +m4_define([pacman_version_micro], [1]) m4_define([pacman_version], [pacman_version_major.pacman_version_minor.pacman_version_micro]) diff --git a/lib/libalpm/po/libalpm.pot b/lib/libalpm/po/libalpm.pot index a3de0732..f9de07e9 100644 --- a/lib/libalpm/po/libalpm.pot +++ b/lib/libalpm/po/libalpm.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: pacman 4.0.0rc2\n" +"Project-Id-Version: pacman 4.0.1\n" "Report-Msgid-Bugs-To: http://bugs.archlinux.org/index.php?project=3\n" -"POT-Creation-Date: 2011-10-05 22:35-0500\n" +"POT-Creation-Date: 2011-11-13 21:47-0600\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/scripts/po/pacman-scripts.pot b/scripts/po/pacman-scripts.pot index 06417a52..6b15b853 100644 --- a/scripts/po/pacman-scripts.pot +++ b/scripts/po/pacman-scripts.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: pacman 4.0.0rc2\n" +"Project-Id-Version: pacman 4.0.1\n" "Report-Msgid-Bugs-To: http://bugs.archlinux.org/index.php?project=3\n" -"POT-Creation-Date: 2011-10-05 22:33-0500\n" +"POT-Creation-Date: 2011-11-13 21:47-0600\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -461,6 +461,15 @@ msgid "" "WARRANTY, to the extent permitted by law.\\n" msgstr "" +msgid "%s signal caught. Exiting..." +msgstr "" + +msgid "Aborted by user! Exiting..." +msgstr "" + +msgid "An unknown error has occurred. Exiting..." +msgstr "" + msgid "%s not found." msgstr "" diff --git a/src/pacman/po/pacman.pot b/src/pacman/po/pacman.pot index a1e9754a..54ea0dd9 100644 --- a/src/pacman/po/pacman.pot +++ b/src/pacman/po/pacman.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: pacman 4.0.0rc2\n" +"Project-Id-Version: pacman 4.0.1\n" "Report-Msgid-Bugs-To: http://bugs.archlinux.org/index.php?project=3\n" -"POT-Creation-Date: 2011-10-05 22:36-0500\n" +"POT-Creation-Date: 2011-11-13 21:47-0600\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -1102,11 +1102,11 @@ msgid "Repository %s\n" msgstr "" #, c-format -msgid "Invalid value: %d is not between %d and %d\n" +msgid "invalid value: %d is not between %d and %d\n" msgstr "" #, c-format -msgid "Invalid number: %s\n" +msgid "invalid number: %s\n" msgstr "" #, c-format -- cgit v1.2.3-24-g4f1b