debian/rules: allow simple globs in po/.gitignore
[xz/debian.git] / debian / changelog
blob6b47e0ad91530aeca91e198c4845368f01cc5961
1 xz-utils (4.999.9beta+20091126-1) unstable; urgency=low
3   * New upstream snapshot, taken from upstream commit f057a33.
4      - xz: try to write a sparse file if the decompressed stream
5        contains long runs of null bytes.
6      - xz: add --no-sparse option for disabling this behavior.
7   * debian/rules: Stop explicitly disabling assembler optimizations
8     on the Hurd.  The configure script will check if a platform is
9     supported now.
11   * debian/rules: Update clean target to handle comments and
12     wildcards in .gitignore.
13   * Build-Depends: perl.
15   * Remove debian/dirs lists.
17  -- Jonathan Nieder <jrnieder@gmail.com>  Mon, 18 Jan 2010 02:14:36 -0600
19 xz-utils (4.999.9beta+20091116-1) unstable; urgency=low
21   * New upstream snapshot, taken from upstream commit d315ca4.
22      + liblzma: add some new functions:
23         - lzma_filters_copy() to copy a filter chain;
24         - lzma_filters_update() to change compression options mid-stream;
25         - lzma_physmem() to retrieve the total quantity of installed RAM.
26      + Fix a design error in liblzma API.
27         - Stop requiring caller to maintain filter chain during
28           compression.  The library used to read it for new compression
29           options.  Callers that need to change options mid-stream should
30           use lzma_filters_update() instead.
31         - Remove 'persistent' member from struct lzma_options_lzma.
32      + xz: add --robot --info-memory options, for front-ends to use to
33        read the memory usage limit.
34   * liblzma: bump soname; add README.Debian explaining why soname
35     differs from upstream.
36   * Use source format 3.0 (quilt).
37   * Update and clarify copyright file.
39  -- Jonathan Nieder <jrnieder@gmail.com>  Mon, 16 Nov 2009 16:33:35 -0600
41 xz-utils (4.999.9beta+20091016-1) unstable; urgency=low
43   * New upstream snapshot, taken from upstream commit 78e92c1.
44   * Drop xzmore.1 patch, applied upstream.
45   * debian/rules: Disable assembler optimizations on hurd. (Closes: #553331)
46   * debian/control: Clarify binary package descriptions.  Thanks to
47     Justin B Rye and Ben Finney for the text.
48   * debian/rules get-orig-source: Use commit date (instead of last patch
49     date) to name snapshots.
51  -- Jonathan Nieder <jrnieder@gmail.com>  Sun, 01 Nov 2009 00:22:04 -0500
53 xz-utils (4.999.9beta+20091004-1) unstable; urgency=low
55   * Upload to unstable. (Closes: #543562)
56   * New upstream snapshot, taken from upstream commit ebfb2c5.
57   * Patch xzmore.1 to use dashes instead of minus signs.
58   * debian/control: Conflicts: xz-lzma. (Closes: #550249)
59   * liblzma-doc: Register Doxygen-generated docs with doc-base.
60   * debian/changelog.upstream.sh: Declare local variables.
61   * debian/changelog.upstream.sh: Cope with multiple Debian revisions per
62     upstream version.
63   * debian/rules: Use ":=" where appropriate.
64   * Add watch file.
66  -- Jonathan Nieder <jrnieder@gmail.com>  Fri, 16 Oct 2009 13:58:54 -0500
68 xz-utils (4.999.9beta+20091002-1) experimental; urgency=low
70   * New upstream snapshot, taken from upstream commit 29fd321.
71   * debian/control: Build-Depends: cvs (for autopoint).
73  -- Jonathan Nieder <jrnieder@gmail.com>  Sun, 04 Oct 2009 00:21:08 -0500
75 xz-utils (4.999.9beta-1) experimental; urgency=low
77   [ Jonathan Nieder ]
78   * New upstream release.
79      - Fix a data corruption in the compression code. (Closes: #544872)
80      - xzdiff: Fix comparing two compressed files. (Closes: #540543)
81      - Most of XZ Utils is now in the public domain. (Closes: #541391)
82      - Add doc/history.txt to the distributed tarball. (Closes: #541540)
83   * Update and clarify copyright file.
84   * Drop lzma compatibility commands for now. (Closes: #542060, #540232)
85     Add instructions to README.Debian for installing them locally.
86   * debian/control: Add information about the packaging Git repository.
87   * debian/control: Clarify package descriptions.
88   * debian/README.source: Clarify build instructions.
89   * Add debian/.gitignore listing build products.
90   * Build xz-utils with static liblzma.
91      - debian/rules: Use configure --enable-dynamic=mixed.
92   * Optimize xzdec for size, following suggestion in PACKAGERS.
93      - debian/rules: Build xzdec separately so it can be optimized for size.
94      - debian/control: Build-Depends: debhelper (>= 7.3.0).
95   * Generate upstream changelog instead of shipping placeholder.
96      - debian/README.source: Add instructions for regenerating upstream
97        changelog file.
98      - debian/changelog.upstream.sh: New script.
99      - debian/rules: Install generated changelog file.
100   * liblzma-doc: Drop documentation already shipped in
101     /usr/share/doc/xz-utils.
102   * liblzma-dev, liblzma-doc: Add short README.Debian with pointers to
103     development documentation.
104   * Drop debian/xzdec.1, since upstream ships a better man page.
105   * Run autotools at build time.
106      + debian/control:
107         - Build-Depends: autoconf, automake, libtool, gettext
108         - Build-Conflicts: autoconf2.13, automake1.4
109      + debian/rules:
110         - configure: autoreconf -fi
111         - clean: remove autotools-generated files to avoid .diff.gz
112           changes when built twice in a row.
113   * debian/rules: Add get-orig-source target.
114   * Prepare for upload to experimental.
116   [ Cristian Greco ]
117   * debian/copyright: refer to versioned GPL-3 file.
118   * debian/control: remove duplicate field ‘section’ in package xz-utils.
120  -- Jonathan Nieder <jrnieder@gmail.com>  Wed, 30 Sep 2009 01:44:04 -0500
122 xz-utils (4.999.8beta-1) experimental; urgency=low
124   [ Jonathan Nieder ]
125   * Initial package for Debian. (Closes: #518803)
126      + debian/rules:
127         - add minimal rules file (using Debhelper 7), a control file
128           describing the binary packages, and an appropriate compat file.
129         - use configure --enable-dynamic; use up-to-date config.guess and
130           config.sub files.
131         - do not run automake and so on on autobuilders. Instead, we can
132           run them ourselves when we build the source package.
133      + debian/README.source:
134         - add informations about the packaging GIT repository.
135   * Add liblzma-doc package with Doxygen-generated API docs.
137   [ Mohammed Adnène Trojette ]
138   * Prepare for upload to experimental.
140  -- Mohammed Adnène Trojette <adn+deb@diwi.org>  Sat, 27 Jun 2009 17:26:56 +0200