diff options
author | Eduardo Chappa <chappa@washington.edu> | 2013-08-31 00:00:52 -0600 |
---|---|---|
committer | Eduardo Chappa <chappa@washington.edu> | 2013-08-31 00:00:52 -0600 |
commit | 1974cfc54c63ce74619dafbf1b985c8fbf46182b (patch) | |
tree | 36b7aa61423c7860b48659bb84a1dd1c5756a77b /po | |
parent | 9e9955aecf65dfbf80bb32c70feec4acadff2a66 (diff) | |
download | alpine-1974cfc54c63ce74619dafbf1b985c8fbf46182b.tar.xz |
* DATE tokens were not internally transformed to UTF-8, which made their
values appear garbled or incomplete in the screen. Reported by Werner
Scheinast.
* Quoted string in URL Viewers configuration variable were not
unquoted before passing to viewer.
Diffstat (limited to 'po')
-rw-r--r-- | po/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/po/Makefile.in b/po/Makefile.in index 70e3682f..16455ca7 100644 --- a/po/Makefile.in +++ b/po/Makefile.in @@ -11,7 +11,7 @@ # Origin: gettext-0.16 PACKAGE = alpine -VERSION = 2.11.2 +VERSION = 2.11.3 PACKAGE_BUGREPORT = chappa@washington.edu SHELL = /bin/sh |