summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS10
-rw-r--r--configure.ac4
-rw-r--r--lib/libalpm/po/libalpm.pot4
-rw-r--r--scripts/po/pacman-scripts.pot13
-rw-r--r--src/pacman/po/pacman.pot8
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 <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\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 <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\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 <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\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