File: changelog

package info (click to toggle)
unp 2.0~pre4
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 84 kB
  • ctags: 23
  • sloc: perl: 486; makefile: 58; sh: 7
file content (224 lines) | stat: -rw-r--r-- 7,471 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
unp (2.0~pre4) unstable; urgency=low

  * Fix replacing of source filename in u/U mode with source outside of
    current directory

 -- Eduard Bloch <blade@debian.org>  Sun, 20 Jun 2010 03:46:11 +0200

unp (2.0~pre3) unstable; urgency=low

  * improved handling of return code, also making sure that it never becomes
    zero through 8-bit int overflow (closes: #584527)

 -- Eduard Bloch <blade@debian.org>  Sun, 06 Jun 2010 00:16:59 +0200

unp (2.0~pre2) unstable; urgency=low

  * Mbox/Mime unpacking fixed, -u mode misbehaviour in some cases fixed,
    special .deb mode implemented, usage text improved, verbosity printing
    implemented, ucat implemented as special mode of unp (multicall use),
    usage info improval

 -- Eduard Bloch <blade@debian.org>  Fri, 04 Jun 2010 20:58:33 +0200

unp (2.0~pre1) experimental; urgency=low

  * New preview version, rewrite from scratch
  * Suggesting p7zip or p7zip-full (closes: #512582)
  * lzma support, based on patches and suggestions from by Daniel Serpell,
    Hanno Böck, Vincent Lefevre (thanks, closes: #492369)
  * ucat: new option "-f" to force output even if uncompressed data or
    "unknown" format was identified
  * added bash_completion.d file (closes: #270166)
  * new option, -U: smart moving of extracted results, i.e. when only one
    file/directory is created, it's moved to the starting directory but
    multiple files stay in a subdir (closes: #504777)

 -- Eduard Bloch <blade@debian.org>  Mon, 31 May 2010 01:03:15 +0200

unp (1.0.15) unstable; urgency=medium

  * extended previous fix of 448437, reapplying corrections after alternative
    detection of the filetype (closes: #448437). Also fixed ucat.
  * filtering file's output to not stumble over stuff in input filenames
  * disabled macunpack support, needs serious fixing (deferred)
  * typo fixes ("unarchive", closes: #339695), manpage usage chapter
    (closes: #355832)
  * added reference to unrar-free package in user hints (that's enough
    "support", the unrar command is provided via alternatives; closes: #357933)
  * Added new file formats (7z, jar, war, ear, adf), based on a patch by
    Philippe Coval (closes: #318338)
  * updated package description (closes: #466824)
  * added -av- to rar/unrar options (closes: #460159)
  * debian/copyright file update

 -- Eduard Bloch <blade@debian.org>  Sat, 17 May 2008 23:37:43 +0200

unp (1.0.14) unstable; urgency=low

  * Stop using libstring-shellquote-perl, it breaks things (closes: #457134)
  * Code review and rewrite of potentially dangerous methods, using
    environment variables and shell arguments to pass the variables
    to called commands (now really closes: #448437)
  * Debian packaging cleanup

 -- Eduard Bloch <blade@debian.org>  Tue, 25 Dec 2007 00:51:13 +0100

unp (1.0.13) unstable; urgency=low

  * Security fix: proper quoting of some commands using
    libstring-shellquote-perl (closes: #448437)

 -- Eduard Bloch <blade@debian.org>  Sat, 15 Dec 2007 14:20:21 +0100

unp (1.0.12) unstable; urgency=medium

  * Upload to Sid

 -- Eduard Bloch <blade@debian.org>  Mon, 19 Mar 2007 22:38:16 +0100

unp (1.0.11) testing-proposed-updates; urgency=high

  * Removed an old workaround which caused an infinite loop on certain cpio
    archives, leading straight to OOM condition

 -- Eduard Bloch <blade@debian.org>  Sun, 18 Mar 2007 02:56:19 +0100

unp (1.0.10) unstable; urgency=low

  * Implemented detection for unarchiv programs and automatic requests to
    install the appropriate packages. Removed the sticky package Depends:
    on them, kept only Recommends: bzip2 (closes: #242289)

 -- Eduard Bloch <blade@debian.org>  Thu, 22 Jul 2004 23:06:20 +0200

unp (1.0.9) unstable; urgency=low

  * Help message to install the needed decompressor
  * Striped-down version (ucat) to work as zcat/bzcat/... wrapper
   (closes: #188556)
  * adjusting package Priority
  * moved ppmd to Suggests

 -- Eduard Bloch <blade@debian.org>  Sat, 10 Jan 2004 17:12:24 +0100

unp (1.0.8) unstable; urgency=low

  * Fix documentation, closes: #183374
  * Replaced umlauts with ascii equivalents in german help output

 -- Eduard Bloch <blade@debian.org>  Thu,  6 Mar 2003 16:05:17 +0100

unp (1.0.7) unstable; urgency=low

  * changed dependency on arj, closes: #182274
  * new packer: ppmd. Gzip-like archive handling will be added later.
  * afio and lzop support

 -- Eduard Bloch <blade@debian.org>  Mon, 24 Feb 2003 16:10:22 +0100

unp (1.0.6) unstable; urgency=low

  * going back to main, back to Arch:all, suggesting lha and and unarj only
  * unzoo support
  * fixed separated unpacking, thanks to Markus Hubig <mhubig@web.de>

 -- Eduard Bloch <blade@debian.org>  Sat,  7 Sep 2002 10:33:35 +0200

unp (1.0.5-5) unstable; urgency=low

  * replaced == with eq, my Perl knowledge is going lost, Closes: #127907
  * fixed dependencies on packers on different architectures

 -- Eduard Bloch <blade@debian.org>  Sat,  5 Jan 2002 15:34:38 +0100

unp (1.0.5-4) unstable; urgency=low

  * README.Debian update, unace link
  * removed debuging print line from alternativ command call

 -- Eduard Bloch <blade@debian.org>  Sat, 22 Dec 2001 22:31:12 +0100

unp (1.0.5-3) unstable; urgency=low

  * fixed typo, resolving build problem on hppa

 -- Eduard Bloch <blade@debian.org>  Thu, 18 Oct 2001 00:14:42 +0200

unp (1.0.5-2) unstable; urgency=low

  * different Depends for hppa/ia64/others because of missing extractors. Why
    did they never complain before?
  * changed Arch to any, see above
  * moved to non-US/contrib since there is no unzip in main

 -- Eduard Bloch <blade@debian.org>  Thu,  4 Oct 2001 10:31:28 +0200

unp (1.0.5-1) unstable; urgency=low

  * hqx(binhex) support
  * fixed the old line on filetype=executable
  * cosmetical changes to appease lintian

 -- Eduard Bloch <blade@debian.org>  Mon,  1 Oct 2001 16:13:14 +0200

unp (1.0.4-1) unstable; urgency=low

  * removed -v from cabextract, making it work now
  * removed *ace stuff from control, closes: #108514

 -- Eduard Bloch <blade@debian.org>  Fri,  7 Sep 2001 09:58:52 +0200

unp (1.0.3-1) unstable; urgency=low

  * New version, support for tnef, uu and mime.

 -- Eduard Bloch <blade@debian.org>  Sun, 29 Jul 2001 23:02:17 +0200

unp (1.0.2-1) unstable; urgency=low

  * new version, supports CAB and ACE
  * more intelligent -u option

 -- Eduard Bloch <blade@debian.org>  Sun, 24 Jun 2001 13:15:17 +0200

unp (1.0.1-4) unstable; urgency=low

  * cosmetical changes: dependency on perl, Build-Depends. Works on Potato now

 -- Eduard Bloch <blade@debian.org>  Tue,  6 Mar 2001 09:17:00 +0100

unp (1.0.1-3) unstable; urgency=low

  * changed section to contrib/utils
  * now Depends: on all backends

 -- Eduard Bloch <blade@debian.org>  Tue, 27 Feb 2001 01:37:58 +0100

unp (1.0.1-2) unstable; urgency=low

  * changed distribution tree to unstable

 -- Eduard Bloch <blade@debian.org>  Fri, 23 Feb 2001 20:41:11 +0100

unp (1.0.1-1) stable; urgency=low

  * Cosmetical fix. Packaging for main now.

 -- Eduard Bloch <blade@debian.org>  Sun, 18 Feb 2001 10:39:18 +0100

unp (1.0.0-1) stable; urgency=low

  * New upstream release. Does anyone want this for the main distribution?

 -- Eduard Bloch <edi@ka.linux.de>  Sun,  4 Jun 2000 15:17:11 +0200

unp (0.0.1-1) unstable; urgency=low

  * Initial Release. Does anyone want this for the main distribution?

 -- Eduard Bloch <edi@ka.linux.de>  Thu,  9 Mar 2000 23:43:13 +0100

Local variables:
mode: debian-changelog
End: