Opened 4 years ago

Closed 4 years ago

Last modified 4 years ago

#4628 closed task (fixed)

gettext-0.20.2

Reported by: Douglas R. Reno Owned by: Bruce Dubbs
Priority: normal Milestone: 10.0
Component: Book Version: SVN
Severity: normal Keywords:
Cc:

Description

New point version

Change History (4)

comment:1 by Bruce Dubbs, 4 years ago

Owner: changed from lfs-book to Bruce Dubbs
Status: newassigned

comment:2 by Bruce Dubbs, 4 years ago

Version 0.20.2 - April 2020

  • Improvements for maintainers:
    • A dependency bug in po/Makefile.in.in has been fixed.
  • Programming languages support:
    • Shell:
      • The programs 'gettext', 'ngettext', when invoked with option -e, now expand '\\' and octal escape sequences, instead of swallowing them. (Bug present since the beginning.)
      • xgettext now recognizes 'gettext' program invocations with the '-e' option, such as
                gettext -e 'some\nstring\n'
        
    • Python: xgettext now assumes a Python source file is in UTF-8 encoding by default, as stated in PEP 3120.
    • Desktop Entry: The value of the 'Icon' property is no longer extracted into the POT file by xgettext. The documentation explains how to localize icons.
  • Runtime behaviour:
    • The interpretation of the language preferences on macOS has been improved, especially in the case where a system locale does not exist for the combination of the selected primary language and the selected territory.
    • Fixed a multithread-safety bug on Cygwin and native Windows.

comment:3 by Bruce Dubbs, 4 years ago

Resolution: fixed
Status: assignedclosed

Fixed at revision 11808.

comment:4 by Bruce Dubbs, 4 years ago

Milestone: 9.210.0

Milestone renamed

Note: See TracTickets for help on using tickets.