Upgrade xdelta to xdelta3 to solve file bigger than 2g
[tools/pristine-tar.git] / debian / changelog
1 pristine-tar (1.34-tizen20160517) unstable; urgency=low
2
3   * Version bump to 1.34
4   * upgrade xdelta to xdelta3 to solve max file bigger than 2g.
5
6  -- Zhang Yang <y0169.zhang@samsung.com>  Tue, 17 May 2016 16:36:00 +0800
7
8 pristine-tar (1.33-tizen20150212) unstable; urgency=low
9
10   * Version bump to 1.33
11
12  -- Rong Jinhui <jinhui.rong@samsung.com>  Tue, 13 Oct 2015 15:39:04 +0800
13
14 pristine-tar (1.32-tizen20150212) unstable; urgency=low
15
16   * rpm packaging: allow any version of tar
17
18  -- Markus Lehtonen <markus.lehtonen@linux.intel.com>  Thu, 12 Feb 2015 12:10:39 +0200
19
20 pristine-tar (1.32-tizen20140915) unstable; urgency=low
21
22   [ Markus Lehtonen ]
23   * Version bump to 1.32.
24
25  -- Markus Lehtonen <markus.lehtonen@linux.intel.com>  Mon, 15 Sep 2014 14:23:38 +0300
26
27 pristine-tar (1.32) unstable; urgency=medium
28
29   * Orphaned the package.
30
31  -- Joey Hess <joeyh@debian.org>  Tue, 27 May 2014 16:00:42 -0400
32
33 pristine-tar (1.31-tizen20140520) UNRELEASED; urgency=low
34
35   * Version bump to 1.31.
36
37  -- Markus Lehtonen <markus.lehtonen@linux.intel.com>  Tue, 20 May 2014 12:24:28 +0300
38
39 pristine-tar (1.31) unstable; urgency=medium
40
41   * Build on Hurd without needing PATH_MAX defined. Closes: #738670
42     Thanks, Svante Signell
43
44  -- Joey Hess <joeyh@debian.org>  Wed, 23 Apr 2014 14:01:03 -0400
45
46 pristine-tar (1.30-tizen20140227) unstable; urgency=low
47
48   * Version bump to 1.30.
49   * packaging: change dependency to tar.
50     Require tar < 1.27 for now - the Debian PRISTINE_TAR_COMPAT patch for tar
51     to cope with tar file format changes is not generally available in other
52     distributions than Debian.
53
54  -- Markus Lehtonen <markus.lehtonen@linux.intel.com>  Thu, 27 Feb 2014 10:41:32 +0200
55
56 pristine-tar (1.30) unstable; urgency=low
57
58   * Set GIT_WORK_TREE when committing to make it work when inside
59     a git submodule. Thanks, Victor Vasiliev. Closes: #726007
60   * Work around change in longlink fields in tar 1.27,
61     and depend on version -3 which adds PRISTINE_TAR_COMPAT.
62     Closes: #726963
63
64  -- Joey Hess <joeyh@debian.org>  Sun, 03 Nov 2013 13:33:22 -0400
65
66 pristine-tar (1.29) unstable; urgency=low
67
68   * Fix display of unsupported param when paranoia check fails.
69     Closes: #707820
70   * pristine-tar: If recreating the tarball fails, try telling
71     tar to generate a gnu or posix format tarball. This may
72     have been the default format used by tar when the delta file
73     was originally generated.
74     Thanks, Markus Lehtonen.
75   * Improve handling of escaped characters in filenames listed by
76     tar -t. Closes: #719078
77     Thanks, Chow Loong Jin
78
79  -- Joey Hess <joeyh@debian.org>  Mon, 26 Aug 2013 11:54:08 -0400
80
81 pristine-tar (1.28-tizen20131205) unstable; urgency=low
82
83   * Workaround for broken pristine-tar branches in Tizen
84     Makes it possible to checkout tarballs from certain broken pristine-tar
85     branches created with buggy versions of Tizen pristine-tar on openSUSE.
86   * update packaging for new gbs release
87
88  -- Markus Lehtonen <markus.lehtonen@linux.intel.com>  Fri, 29 Nov 2013 15:07:41 +0200
89
90 pristine-tar (1.28-2) unstable; urgency=low
91
92   * Remove all timestamps from extended PAX headers of posix tarballs
93
94  -- Markus Lehtonen <markus.lehtonen@linux.intel.com>  Fri, 23 Aug 2013 11:28:41 +0300
95
96 pristine-tar (1.28-1) unstable; urgency=low
97
98   * Fixes Bug #998
99     - Mangle PAX headers when using posix tar format
100     - Use posix tar format by default
101     - implement tar format guessing
102   * change format to 3.0 (quilt)
103
104  -- Markus Lehtonen <markus.lehtonen@linux.intel.com>  Mon, 10 Jun 2013 11:26:45 +0300
105
106 pristine-tar (1.28-0) unstable; urgency=low
107
108   * Change to non-native: add RPM packaging files
109
110  -- Markus Lehtonen <markus.lehtonen@linux.intel.com>  Mon, 03 Jun 2013 13:30:39 +0300
111
112 pristine-tar (1.28) unstable; urgency=low
113
114   * Update lintian overrides.
115
116  -- Joey Hess <joeyh@debian.org>  Sun, 05 May 2013 01:45:27 -0400
117
118 pristine-tar (1.27) unstable; urgency=low
119
120   * Now ported to Mac OS X.
121     - MakeFile.PL fixes
122     - zgz: Use DYLD_LIBRARY_PATH on OSX instead of LD_LIBRARY_PATH
123     - suse-bzip2/Makefile: compile shared library appropriately on OSX
124     - INSTALL: Added some options useful when installing on OSX
125     Thanks, Torsten Maehne and Philipp A. Hartmann.
126   * zgz: Don't hardcode /lib, avoid segfaulting when installed in a
127     > 128 character path.
128     Thanks, Colin Walters
129   * Fix typo that led to incorrect error message when pristine-tar
130     branch does not exist. Closes: #700448 Thanks, paul cannon
131
132  -- Joey Hess <joeyh@debian.org>  Sat, 04 May 2013 23:50:40 -0400
133
134 pristine-tar (1.26) unstable; urgency=low
135
136   * pristine-xz: Use xz --robot to extract information from xz files,
137     avoiding the need to do more expensive guessing. Support --block-list
138     when available to reproduce multi block files.
139     Closes: #677250 Thanks, Vincent Ladeuil
140
141  -- Joey Hess <joeyh@debian.org>  Sat, 25 Aug 2012 11:54:46 -0400
142
143 pristine-tar (1.25) unstable; urgency=low
144
145   * Remove unused fts.h include. Closes: #675367
146   * pristine-xz: Add --check=sha256 and compression levels 0 and 0e.
147     Closes: #677241 Thanks, Vincent Ladeuil
148
149  -- Joey Hess <joeyh@debian.org>  Tue, 12 Jun 2012 11:45:33 -0400
150
151 pristine-tar (1.24) unstable; urgency=low
152
153   * pristine-xz: Add --check=crc32 to list of allowed parameters.
154
155  -- Joey Hess <joeyh@debian.org>  Sun, 01 Apr 2012 12:21:24 -0400
156
157 pristine-tar (1.23) unstable; urgency=low
158
159   * Detect git submodules procuded by recent git, where .git is a file,
160     not a directory. Closes: #666033
161   * pristine-xz: Handle CRC32 files made with PylibLZMA. Thanks, Mike Miller
162     Closes: #662129, #660783
163
164  -- Joey Hess <joeyh@debian.org>  Sat, 31 Mar 2012 19:00:49 -0400
165
166 pristine-tar (1.22) unstable; urgency=low
167
168   * Store the sha1 of the tree that is being committed, rather than
169     a sha1 of a commit or other object that points to the tree.
170     This makes committed tarballs more resilient against git filter-branch
171     when it's only used to change commit metadata. Closes: #467288
172
173  -- Joey Hess <joeyh@debian.org>  Sun, 11 Mar 2012 18:49:12 -0400
174
175 pristine-tar (1.21) unstable; urgency=low
176
177   * Fix bug in mtime resetting code, which caused delta files to be created
178     that failed to regenerate the original tarball. Closes: #661902
179
180  -- Joey Hess <joeyh@debian.org>  Fri, 02 Mar 2012 14:57:11 -0400
181
182 pristine-tar (1.20) unstable; urgency=low
183
184   * pristine-xz: Try --extreme too. While my corpus has no such xz files,
185     Darren Salt points out that automake 1.11.2 has started using
186     extreme mode. Closes: #658666
187
188  -- Joey Hess <joeyh@debian.org>  Sun, 12 Feb 2012 14:23:48 -0400
189
190 pristine-tar (1.19) unstable; urgency=low
191
192   * Fix duplicate function oops.
193
194  -- Joey Hess <joeyh@debian.org>  Wed, 01 Feb 2012 11:00:43 -0400
195
196 pristine-tar (1.18) unstable; urgency=low
197
198   * pristine-xz: A simplistic xz recreator.
199     Current success rate on the Debian corpus: 70%.
200     Closes: #499489
201
202  -- Joey Hess <joeyh@debian.org>  Tue, 31 Jan 2012 16:13:35 -0400
203
204 pristine-tar (1.17) unstable; urgency=low
205
206   * pristine-tar: Fail when the delta is excessively large, probably
207     due to the tarball being compressed with something that tar x can 
208     auto-extract, but that pristine-tar does not support.
209
210  -- Joey Hess <joeyh@debian.org>  Mon, 09 Jan 2012 11:44:44 -0400
211
212 pristine-tar (1.16) unstable; urgency=low
213
214   * pristine-bz2: Can recreate bz2 files greated by Suse's
215     patched bzip2. Closes: #641019
216
217  -- Joey Hess <joeyh@debian.org>  Wed, 04 Jan 2012 21:44:23 -0400
218
219 pristine-tar (1.15) unstable; urgency=low
220
221   * Fix Vcs-Browser url. Closes: #636926
222   * Propigate nonzero exit status from doit_redir. Closes: #600724
223   * 'pristine-tar list' displays a list of tarballs that are available for
224     checkout.
225
226  -- Joey Hess <joeyh@debian.org>  Sat, 08 Oct 2011 17:53:03 -0400
227
228 pristine-tar (1.14) unstable; urgency=low
229
230   * Add support for gzip --rsyncable output produced by gzip 1.4.
231     This differs from prior --rsyncable output, which was made by a Debian
232     specific patch and used a different rsync window size, and reset
233     huffman encodings less often.
234   * Clarify man page.
235
236  -- Joey Hess <joeyh@debian.org>  Sat, 06 Aug 2011 21:05:15 -0400
237
238 pristine-tar (1.13) unstable; urgency=low
239
240   [ Faidon Liambotis ]
241   * Add a Perl quirks mode for tarballs generated by Perl's IO::Zlib, which
242     is used among other things by Module::Build. Closes: #618284
243
244  -- Joey Hess <joeyh@debian.org>  Tue, 15 Mar 2011 00:11:24 -0400
245
246 pristine-tar (1.12) unstable; urgency=low
247
248   * Fix gzg building with --as-needed. Closes: #604030
249
250  -- Joey Hess <joeyh@debian.org>  Sun, 06 Feb 2011 00:01:18 -0400
251
252 pristine-tar (1.11) unstable; urgency=low
253
254   * Add workaround for Debian's tar changing its output for tarballs
255     containing filenames exactly 100 bytes long. Closes: #602907
256     (Needs tar 1.25-2 with #603231 fixed in order for that to work.)
257
258  -- Joey Hess <joeyh@debian.org>  Fri, 12 Nov 2010 10:25:46 -0400
259
260 pristine-tar (1.10) unstable; urgency=low
261
262   * pristine-gz gengz: Bugfix: Always remove uncompressed input file.
263   * Large refactoring and modularization. (Thanks Gabriel de Perthuis
264     for inspiration for this.))
265   * Remove environment variables used by tar, gz, and bzip2, to avoid
266     local environment settings possibly breaking things.
267     Closes: #498760 (probably; thanks Ralph Lange for analysis)
268   * Lintian fixes.
269
270  -- Joey Hess <joeyh@debian.org>  Thu, 19 Aug 2010 16:36:25 -0400
271
272 pristine-tar (1.03) unstable; urgency=low
273
274   * zgz now includes a trimmed down copy of the compressor from bzip2 0.9.5d.
275     That old version of bzip2 generated different compression results,
276     and is the overwhelming reason for failures to reproduce bz2 files
277     in the Debian archive. Closes: #560170, #579657, #525128, #576119
278     (Special thanks to Laszlo Ersek for tracking this down.)
279   * Awesome new zgz man page!
280   * Faster generation of bzip2 deltas: Do not repeatedly decompress
281     input file.
282   * pristine-bz2 -t can be used to make it try harder to generate
283     a delta. Currently, this tries pbzip2 -b with various numbers.
284     Not the default because it's slow and I don't have any bzip2 files
285     from the wild that were built that way.
286
287  -- Joey Hess <joeyh@debian.org>  Thu, 13 May 2010 02:19:32 -0400
288
289 pristine-tar (1.01) unstable; urgency=low
290
291   * Use italics in man pages to highlight which parts of command
292     lines are file names. Closes: #561015
293   * Added an example. Closes: #561016
294   * Document TMPDIR in man pages. Closes: #558266
295
296  -- Joey Hess <joeyh@debian.org>  Fri, 05 Feb 2010 16:41:07 -0500
297
298 pristine-tar (1.00) unstable; urgency=low
299
300   * pristine-gz: Fall back to storing a binary delta, in the rare
301     cases where the file cannot be 100% reproduced. A warning message
302     is printed if the binary delta is not relatively small.
303   * Allows generating quite small deltas for php-geoip,
304     xsupplicant, libgraphics-colornames-perl,
305     Ricoh-Aficio_2020D-Postscript.ppd.gz, and dozens on others
306     that zgz can closely replicate. Closes: #518972, #506874
307   * For other things the deltas are not as small.
308     This seems an accepable tradeoff to be able to reliably use it on
309     anything. Closes: #475778, #509703, #509707, #515256, #515331
310   * Increase gz delta version number to 3.0 if a binary delta file
311     is included.
312   * pristine-tar: Avoid dying in corner case involving tar's filename
313     encoding. Fixes several failures.
314   * pristine-tar: Avoid dying if tar tv exits nonzero. This makes
315     reproducing star's tarball work, even though tar gets upset
316     while listing it and decides to die at the end.
317   * pristine-gz: Avoid passing -F to zgz if --original-name
318     is passed. This bug prevented pristine-gz gengz from
319     recreating the gz in some cases. 
320   * Add aliases ci and co for commit and checkout. Closes: #500388
321   * pristine-gz: Fix generation of gz files that have a null filename field.
322   * pristine-tar: Fix behavior in the corner case where the tarball
323     puts all files in a subdir, but does not contain the subdir's directory
324     entry.
325
326   Stats: Successfully generates deltas for all 14446 tarballs in the
327   Debian archive. Mean delta size: 19K  Median: 2.6K  Mode: 1.5K
328
329  -- Joey Hess <joeyh@debian.org>  Tue, 14 Apr 2009 21:23:22 -0400
330
331 pristine-tar (0.22) unstable; urgency=low
332
333   * Fix syntax mistake that could cause pristine-tar to in some cases
334     fail on tarballs containing files named "0". Closes: #523773
335
336  -- Joey Hess <joeyh@debian.org>  Sun, 12 Apr 2009 13:20:04 -0400
337
338 pristine-tar (0.21) unstable; urgency=low
339
340   * Add support for GIT_DIR. Closes: #512619
341
342  -- Joey Hess <joeyh@debian.org>  Thu, 22 Jan 2009 15:07:33 -0500
343
344 pristine-tar (0.20) unstable; urgency=low
345
346   * Avoid littering .orig.tar.gz.tmp files around by building intermediate
347     tarball in the temp dir. Closes: #508965
348
349  -- Joey Hess <joeyh@debian.org>  Mon, 29 Dec 2008 15:34:12 -0500
350
351 pristine-tar (0.19) unstable; urgency=low
352
353   [ Josh Triplett ]
354   * Add a .gitignore file
355   * Various cleanups to zgz.
356   * Remove the unnecessary -l, -S, -t, and -v flags from zgz.
357   * Allow the empty string as an original filename in zgz, rather than
358     treating the empty string as a flag to not store an original filename.
359   * Fix zgz's usage message to stop identifying the program as gzip.
360   * Add a new -T,--timestamp flag to zgz, to explicitly set the timestamp
361     stored in the gzip file, rather than taking the timestamp of the input
362     file. Closes: #507110
363
364   [ Joey Hess ]
365   * zgz: Avoid using uninitialized data as timestamp in -c mode.
366     Closes: #507095
367   * Document existing long options. Closes: #499488
368   * Avoid exposing tar file names to the shell. Closes: #500499
369   * Clarify bit in man page about what file formats are supported.
370     Closes: #507322
371
372   [ Josh Triplett ]
373   * zgz: Incorporate a cut-down version of GNU gzip to support the --gnu
374     option.  The cut-down gzip includes support for explicitly setting the
375     timestamp and original filename. Closes: #506627
376   * pristine-gz: Now that zgz supports explicitly setting the timestamp and
377     original filename with both --zlib and --gnu, use that support to do all
378     compression using -c with standard input and standard output.  This
379     removes the need to create a temporary file with the original filename and
380     set its timestamp, as well as the need to continuously recreate the file
381     when compressed and removed. Closes: #506627
382   * zgz: Remove support for files, making -c the default.  This removes a lot
383     of complexity and code duplication.
384
385  -- Joey Hess <joeyh@debian.org>  Fri, 12 Dec 2008 16:12:27 -0500
386
387 pristine-tar (0.18) unstable; urgency=low
388
389   * pristine-gz: Avoid uncompressing the original file more than once.
390     Closes: #506490 
391
392  -- Joey Hess <joeyh@debian.org>  Sat, 22 Nov 2008 18:22:40 -0500
393
394 pristine-tar (0.17) unstable; urgency=low
395
396   * Correct -f order to come after --gnu.
397
398  -- Joey Hess <joeyh@debian.org>  Fri, 04 Jul 2008 14:46:30 -0400
399
400 pristine-tar (0.16) unstable; urgency=low
401
402   * pristine-gz: Always pass -f to zgz, to support cases where
403     the gzip header claims that the original input file had an extension
404     that suggests it was itself already compressed. (Although it can't really
405     be.) Not doing the same for gzip because -f doesn't cause it to ignore
406     extensions. See #475778
407
408  -- Joey Hess <joeyh@debian.org>  Fri, 04 Jul 2008 14:29:54 -0400
409
410 pristine-tar (0.15) unstable; urgency=low
411
412   * Fix POD issues. Closes: #484165
413   * zgz: Remove support for a GZIP env variable. We don't need this in
414     pristine-tar, and if could screw things up if a user set it.
415     Closes: #488986
416
417  -- Joey Hess <joeyh@debian.org>  Wed, 02 Jul 2008 12:46:41 -0400
418
419 pristine-tar (0.14) unstable; urgency=low
420
421   * Use debhelper v7; rules file minimisation.
422   * Add build and install targets to Makefile.
423   * Put in a workaround for bug #479317, an incompatability in perl 5.10
424     that causes nonzero exit if a program exits while chdired into a
425     subdirectory of a File::Temp temp directory.
426
427  -- Joey Hess <joeyh@debian.org>  Sun, 04 May 2008 14:47:06 -0400
428
429 pristine-tar (0.13) unstable; urgency=low
430
431   * Man page typo fix. Closes: #475698
432
433  -- Joey Hess <joeyh@debian.org>  Sat, 19 Apr 2008 16:51:09 -0400
434
435 pristine-tar (0.12) unstable; urgency=low
436
437   * pristine-tar: Fix some bugs when run on an uncompressed tarball.
438
439  -- Joey Hess <joeyh@debian.org>  Wed, 02 Apr 2008 13:14:45 -0400
440
441 pristine-tar (0.11) unstable; urgency=low
442
443   * Unset $keep, don't keep temp dirs. Oops.
444
445  -- Joey Hess <joeyh@debian.org>  Fri, 21 Mar 2008 14:50:21 -0400
446
447 pristine-tar (0.10) unstable; urgency=low
448
449   * pristine-tar: Add -m option to specify a commit message. Closes: #465231
450
451  -- Joey Hess <joeyh@debian.org>  Mon, 10 Mar 2008 15:56:05 -0400
452
453 pristine-tar (0.9) unstable; urgency=low
454
455   * Add smart branching for commits. (Cyril Brulebois)
456   * Prefer to commit to the ref that exactly matches what is specified at the
457     command line.
458   * Send all debug and verbose prints to stderr, reserving stdout for
459     outputting deltas etc.
460   * pristine-tar commit was not generating deltas against the specified
461     upstream branch, but against the unpacked contents of the source tarball.
462     Fix it to use the upstream branch, ensuring that no matter what branch is
463     given, the delta that is created can always recreate the source tarball.
464
465  -- Joey Hess <joeyh@debian.org>  Wed, 06 Feb 2008 14:31:29 -0500
466
467 pristine-tar (0.8) unstable; urgency=low
468
469   * If a tarball contains files all in one subdirectory, and the source
470     tree it's being generated from already has that subdirectory, don't
471     try to create the subdir, which would fail. OTOH, if the subdirectory
472     isn't there, proceed with creating it as before.
473   * Add support for bz2 files (Cyril Brulebois)
474   * Recommends bzip2 and pbzip2, which both might be needed when dealing
475     with bz2 files due to differences in their output.
476
477  -- Joey Hess <joeyh@debian.org>  Sat, 02 Feb 2008 17:28:17 -0500
478
479 pristine-tar (0.7) unstable; urgency=low
480
481   * Improve/fix handling when there is no local pristine-tar branch.
482   * Add a newline to the .id files committed to git.
483
484  -- Joey Hess <joeyh@debian.org>  Fri, 01 Feb 2008 22:13:06 -0500
485
486 pristine-tar (0.6) unstable; urgency=low
487
488   * Improve search for upstream branch. Default to looking for first
489     refs/heads/upstream, and failing that, anything with "upstream" in its
490     name. This way if there is a local upstream branch and a remote one, it
491     will use the local one. If there's only a remote one, it'll use that.
492     Closes: #463566
493   * Handle the case where there is no local pristine-tar branch. If there
494     is exactly one remote branch, use it for checkout. If more than one or
495     none, show a nice error message. (Cyril Brulebois)
496
497  -- Joey Hess <joeyh@debian.org>  Fri, 01 Feb 2008 21:35:37 -0500
498
499 pristine-tar (0.5) unstable; urgency=low
500
501   * Moved to git, and added a Vcs-Browser field.
502   * pristine-tar can now "commit" deltas for a tarball directly to a git
503     branch, and then "checkout" the original tarball again. Git users
504     are recommended to use these new subcommands because they're easier,
505     store the deltas in a consistent location, and avoid problems with
506     recreating things like empty directories that git doesn't track.
507     Closes: #463352
508   * Thanks to madcoder for help with manipulating git branches without
509     touching the working copy.
510   * Fix paranoia check in pristine-gz to correctly handle parameters
511     that take an option.
512
513  -- Joey Hess <joeyh@debian.org>  Thu, 31 Jan 2008 21:52:45 -0500
514
515 pristine-tar (0.4) unstable; urgency=low
516
517   * Allow the delta file to be read or written from stdio.
518   * Fix man page synopses formatting.
519
520  -- Joey Hess <joeyh@debian.org>  Sat, 24 Nov 2007 16:45:04 -0500
521
522 pristine-tar (0.3) unstable; urgency=low
523
524   * pristine-tar sometimes got confused about tarballs that did not unpack
525     all files into a subdir. Fixes sear-media and 30 others.
526   * tar was confused by files starting with ./ or / in the manifest, so
527     strip it out. Fixes erlang-doc-html and 19 others, including doc-fdc,
528     which is the only package to have files in / in its tarball.
529   * Some tarballs put files in a subdir, but don't show a "/" after the subdir
530     name in a manifest. Stop relying on that. (example: streamtuner)
531   
532   Current stats: Out of the whole debian archive, pristine-gz fails
533   on 132 files, and pristine-tar fails on 0. Success with 98.97% of
534   files.
535
536  -- Joey Hess <joeyh@debian.org>  Wed, 03 Oct 2007 00:07:54 -0400
537
538 pristine-tar (0.2) unstable; urgency=low
539
540   * Added pristine-gz, thanks to paravoid for making this possible!
541   * Added zgz, which is derived from a BSD gzip program that uses libz.
542     Modified by paravoid to support many options needed to reproduce gz
543     files.
544   * Renamed the subcommands extract => gentar , stash => gendelta
545   * Quite a lot of testing (ie, on the entire Debian archive) and bugfixes.
546   * Put files in the generated tarball mode 0644 pre-delta, this is a much
547     more likely file mode than the previous 0000 and thus makes the delta
548     smaller.
549   * File format version is up to 2.0 due to misc incompatible changes.
550   * Fix a bug related to tar's handling of unicode filenames.
551   * Work around a strange tar behavior: When run with --mode 644, tar
552     preserves the sgid bit on subdirectories.
553
554   Current stats: Out of the whole debian archive, pristine-gz fails
555   on 131 files, and pristine-tar fails on 45. Success with 98.63% of
556   files.
557
558  -- Joey Hess <joeyh@debian.org>  Tue, 02 Oct 2007 21:51:03 -0400
559
560 pristine-tar (0.1) unstable; urgency=low
561
562   * First release.
563
564  -- Joey Hess <joeyh@debian.org>  Sun, 30 Sep 2007 20:06:00 -0400