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 "The official pacman repository". The branch, maint has been updated via 507a2d15e65aba93a20ee99d90345917866407dc (commit) via b8ef22312b4e5fb6b44b39c290303b2b77a68ea9 (commit) from c79c068fe9b80ea9af831c8c883f27fad2e0d128 (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 ----------------------------------------------------------------- commit 507a2d15e65aba93a20ee99d90345917866407dc Author: Dan McGee <dan@archlinux.org> Date: Sun Nov 20 21:27:28 2011 -0600 Final changes before 4.0.1 release * Add last-minute changes to NEWS * Don't treat '_' or '_n' special in scripts when finding translatable strings; this breaks with one use of `read` and a dummy _ variable Signed-off-by: Dan McGee <dan@archlinux.org> commit b8ef22312b4e5fb6b44b39c290303b2b77a68ea9 Author: Dave Reisner <d@falconindy.com> Date: Fri Nov 18 08:35:21 2011 -0500 makepkg: trim trailing space from whitespace sensitive vars This applies to pkgver, pkgrel, and epoch and ensures that any trailing whitespace outside of the context of the variable declaration itself is properly trimmed. The Bash parser will ignore this, and so should we. We don't need to worry about leading space because it would force a syntax error, or fail validation. Signed-off-by: Dave Reisner <dreisner@archlinux.org> Signed-off-by: Dan McGee <dan@archlinux.org> ----------------------------------------------------------------------- Summary of changes: NEWS | 10 +++++++--- scripts/makepkg.sh.in | 6 +++--- scripts/po/Makevars | 4 +--- src/pacman/po/zh_TW.po | 3 ++- 4 files changed, 13 insertions(+), 10 deletions(-) hooks/post-receive -- The official pacman repository