~ubuntu-branches/ubuntu/utopic/gettext/utopic

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Colin Watson
  • Date: 2010-08-01 21:36:08 UTC
  • mfrom: (2.1.10 sid)
  • Revision ID: cjwatson@canonical.com-20100801213608-yy7vkm8lpatep3ci
merge from Debian 0.18.1.1-1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
gettext (0.18.1.1-1ubuntu1) UNRELEASED; urgency=low
 
2
 
 
3
  * Resynchronise with Debian.  Remaining changes:
 
4
    - Build Java components with gcj.
 
5
    - Throw away /usr/lib/gettext/gnu.gettext*; we don't need them.
 
6
    - Explicitly configure with --disable-csharp.
 
7
    - Keep gettext.jar in /usr/share/gettext instead of moving it to
 
8
      /usr/share/java.
 
9
 
 
10
 -- Colin Watson <cjwatson@ubuntu.com>  Sun, 01 Aug 2010 12:38:45 -0500
 
11
 
 
12
gettext (0.18.1.1-1) unstable; urgency=low
 
13
 
 
14
  * New upstream release.
 
15
  * Added Conflicts: autopoint (<= 0.17-11) to gettext, as the old dummy
 
16
    autopoint had a dependency on gettext that should have been versioned
 
17
    and the current gettext package no longer contains the autopoint script.
 
18
  * Dropped cvs and rcs from Build-Depends. No longer needed.
 
19
  * Dropped options --without-cvs and --with-git from ./configure call,
 
20
    as those are now the default.
 
21
  * Added Build-Depends: libunistring-dev.
 
22
 
 
23
 -- Santiago Vila <sanvila@debian.org>  Sun, 13 Jun 2010 14:34:30 +0200
 
24
 
 
25
gettext (0.18-1) unstable; urgency=low
 
26
 
 
27
  * New upstream release.
 
28
  * When called with options --statistics and --verbose, msgfmt now prints
 
29
    the filename as a prefix of the statistics line. Closes: #320174.
 
30
  * Changed 50gettext.el to behave if gettext-el is removed but not purged.
 
31
    Thanks to Kevin Ryde. Closes: #422664.
 
32
  * Fixed infinite loop in po-previous-translated-entry. Closes: #496944.
 
33
  * Makevars now allows passing options for msgmerge. Closes: #538137.
 
34
  * autopoint now supports multiple PO directories. Closes: #538150.
 
35
  * Upstream includes zh_CN translation. Closes: #559051.
 
36
  * Lots of programs now support --color. Closes: #573704.
 
37
  * Fixed xgettext problem with perl strings. Closes: #573770.
 
38
  * Changed autopoint so that it uses git instead of cvs. As the autopoint
 
39
    package was created to avoid gettext to depend on cvs, we are not going
 
40
    to make gettext to depend on git now. Moreover, as packages using
 
41
    autopoint and still having cvs in their build-depends would not work
 
42
    anymore even if autopoint is still kept in the gettext package, this
 
43
    effectively puts an end to the transition period: packages using
 
44
    autopoint must build-depend on autopoint now.
 
45
  * Do the actual move of autopoint stuff to the autopoint package.
 
46
  * Applied patch from Bruno Haible to not publicize the builder's name
 
47
    and email in the small git repository created for autopoint.
 
48
  * Added cvs, rcs and git to build-depends, because of the above.
 
49
  * Updated README.Debian to match current status of autopoint package.
 
50
  * Removed way obsolete versioned Replaces everywhere, as we don't
 
51
    support upgrades which skip releases.
 
52
 
 
53
 -- Santiago Vila <sanvila@debian.org>  Tue, 18 May 2010 13:52:36 +0200
 
54
 
1
55
gettext (0.17-11ubuntu1) maverick; urgency=low
2
56
 
3
57
  * Resynchronise with Debian (LP: #577744). Remaining changes: