~ubuntu-branches/ubuntu/quantal/gengetopt/quantal

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Package Import Robot
  • Author(s): Alessio Treglia
  • Date: 2011-09-26 10:27:31 UTC
  • mfrom: (1.1.9 upstream)
  • Revision ID: package-import@ubuntu.com-20110926102731-vh42p0vriqz4kp3h
Tags: 2.22.5-1
* New upstream release:
  - correctly wraps and preprocess the specified usage string
  - handle escaped newline chars in the .ggo file correctly
  - initialize enum variables with a generated null value (makes
    the parser compilable in C++)
  - removed warnings in generated parser when only flags are used
* Fix gbp config file.
* Bump Standards.
* Drop unneeded dependency on dpkg (>= 1.15.4), stable has a newer version.
* Refresh patches.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
gengetopt (2.22.5-1) unstable; urgency=low
 
2
 
 
3
  * New upstream release:
 
4
    - correctly wraps and preprocess the specified usage string
 
5
    - handle escaped newline chars in the .ggo file correctly
 
6
    - initialize enum variables with a generated null value (makes
 
7
      the parser compilable in C++)
 
8
    - removed warnings in generated parser when only flags are used
 
9
  * Fix gbp config file.
 
10
  * Bump Standards.
 
11
  * Drop unneeded dependency on dpkg (>= 1.15.4), stable has a newer version.
 
12
  * Refresh patches.
 
13
 
 
14
 -- Alessio Treglia <alessio@debian.org>  Mon, 26 Sep 2011 10:27:31 +0200
 
15
 
1
16
gengetopt (2.22.4-3) unstable; urgency=low
2
17
 
3
18
  * Change my email address.