~ubuntu-branches/debian/jessie/ldb/jessie

« back to all changes in this revision

Viewing changes to third_party/popt/CHANGES

  • Committer: Package Import Robot
  • Author(s): Jelmer Vernooij
  • Date: 2014-07-05 23:32:23 UTC
  • mfrom: (1.3.16)
  • Revision ID: package-import@ubuntu.com-20140705233223-dss2i2wmfksxbivh
Tags: 1:1.1.18-1
* New upstream release.
 + Depend on tdb >= 1.3.2.
 + Fixes __attribute__((visibility)) check to not use nested functions.
   Closes: #749987
* Use canonical URL in Vcs-Git field.
* Specify branch in Vcs-Git field.
* Add 02_hurd: link against pthread on the Hurd, to fix ldb module
  loading. Closes: #749095

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
1.5 -> 1.6
 
2
        - add ability to perform callbacks for every, not just first, match.
 
3
 
 
4
1.3 -> 1.5
 
5
        - heavy dose of const's
 
6
        - poptParseArgvString() now NULL terminates the list
 
7
 
 
8
1.2.3 -> 1.3
 
9
        - added support for single -
 
10
        - misc bug fixes
 
11
        - portability improvements
 
12
 
 
13
1.2.2 -> 1.2.3
 
14
        - fixed memset() in help message generation (Dale Hawkins)
 
15
        - added extern "C" stuff to popt.h for C++ compilers (Dale Hawkins)
 
16
        - const'ified poptParseArgvString (Jeff Garzik)
 
17
 
 
18
1.2.1 -> 1.2.2
 
19
        - fixed bug in chaind alias happens which seems to have only
 
20
          affected --triggers in rpm
 
21
        - added POPT_ARG_VAL
 
22
        - popt.3 installed by default
 
23
 
 
24
1.2 -> 1.2.1
 
25
        - added POPT_ARG_INTL_DOMAIN (Elliot Lee)
 
26
        - updated Makefile's to be more GNUish (Elliot Lee)
 
27
 
 
28
1.1 -> 1.2
 
29
        - added popt.3 man page (Robert Lynch)
 
30
        - don't use mmap anymore (its lack of portability isn't worth the
 
31
          trouble)
 
32
        - added test script
 
33
        - added support for exec
 
34
        - removed support for *_POPT_ALIASES env variable -- it was a bad
 
35
          idea
 
36
        - reorganized into multiple source files
 
37
        - added automatic help generation, POPT_AUTOHELP
 
38
        - added table callbacks
 
39
        - added table inclusion
 
40
        - updated man page for new features
 
41
        - added test scripts
 
42
 
 
43
1.0 -> 1.1
 
44
        - moved to autoconf (Fred Fish)
 
45
        - added STRERROR replacement (Norbert Warmuth)
 
46
        - added const keywords (Bruce Perens)