Add helper class for scenarios for file functions.
[dput.git] / debian / changelog
blobaad64624867baa54edb43d7ec84ad43d5f8040fc
1 dput (0.9.6.4+nmu1) UNRELEASED; urgency=medium
3   [ Ben Finney ]
5   * Non-maintainer upload.
6   * Reformat code base for maintainability and PEP 8 conformance.
7   * Convert obsolete idioms to forward-compatible Python style.
8   * Reformat existing copyright statements.
9     Add new copyright statements and license grants.
10   * COPYING, LICENSE.GPL-2:
11     * Rename file to store license text unambiguously.
12   * LICENSE.GPL-2, copyright, dput, dcut:
13     * Update text of license to latest official GPLv2 text.
14   * copyright, debian/copyright, debian/rules:
15     * Move the copyright file to where the packaging tools expect it.
16     * Conform to copyright format version 1.0.
17   * THANKS:
18     * Add myself as a contributor.
19     * Update set of recent contributors.
20   * debian/control:
21     * Declare “Standards-Version: 3.9.6”. No additional changes required.
22   * TODO:
23     * Note intention to convert to Python 3.
24   * *.1, *.5:
25     * Format manpage dates in ISO standard format.
26   * debian/rules:
27     * Do not save the original filename and timestamp in gzip output.
28   * Restructure modules into Python packages.
29   * Add test suite for existing behaviour.
31  --
33 dput (0.9.6.4) unstable; urgency=low
35   [ Salvatore Bonaccorso ]
36   * Add missing space in printed sentence after lintian checks.
38   [ Y Giridhar Appaji Nag ]
39   * dcut honours ssh_config_options, thanks Luca Falavigna (Closes: #656692)
40   * Allow quote in DEBFULLNAME, thanks Thomas Preud'homme (Closes: #578617)
41   * Fix HTTPS auth urllib2 failures, thanks Chow Loong Jin (Closes: #580505)
42   * Merge NUMs to git, thanks Thijs Kinkhorst and Alberto Á. Fuentes
43   * Remove jp server from dput.cf, thanks Hideki Yamane (Closes: #703858)
44   * Check for execute perms of /usr/bin/gpg instead of read, thanks Richard
45     Laager (Closes: #595505)
46   * Add missing stdout flush between "Uploading" and "done." for ftp, thanks
47     Thorsten Glaser (Closes: #664685)
48   * Apply patch from Jan Hauke Rahm to catch exception if there is no section
49     in the config file for a given default_host (Closes: #621507)
50   * Apply Andrew Shadura's patch for various manpage fixes (Closes: #695175)
51   * Update Standards-Version to 3.9.4 (add build-arch and build-indep etc.)
53  -- Y Giridhar Appaji Nag <appaji@debian.org>  Fri, 19 Jul 2013 16:41:55 +0530
55 dput (0.9.6.3+nmu2) unstable; urgency=low
57   * Non-maintainer upload.
58   * Update dput.cf to deal with backports.org being integrated into
59     the main archive (Closes: #704228).
61  -- Thijs Kinkhorst <thijs@debian.org>  Sun, 31 Mar 2013 13:09:54 +0200
63 dput (0.9.6.3+nmu1) unstable; urgency=low
65   * Non-maintainer upload.
66   * Discourage people to upload packages to the wrong archive (Closes: #561678)
67   * Deleted obsolete comment about gluck (Closes: #674585)
68   * Use case and example about dcut added to man page. Thanks
69     Hideki Yamane <henrich@debian.or.jp>  (Closes: #688871)
71  -- Alberto Á. Fuentes <pajaro@gmail.com>  Sun, 14 Oct 2012 13:04:37 +0100
73 dput (0.9.6.3) unstable; urgency=low
75   * volatile archive has been discontinued (Closes: #661374)
76   * Change Vcs-Browser to anonscm.d.o from git.d.o
77   * Update Standards-Version to 3.9.3 (no changes required)
79  -- Y Giridhar Appaji Nag <appaji@debian.org>  Tue, 06 Mar 2012 12:41:41 +0530
81 dput (0.9.6.2) unstable; urgency=low
83   [ Gerfried Fuchs ]
84   * Remove .org from the backports target name.
86   [ Y Giridhar Appaji Nag ]
87   * Change the default backports configuration (Closes: #595726)
88   * Clarify the -m option in dcut.1 (Closes: #608634)
89   * Don't suggest yaclc, it is no longer in the archive
90   * Update Standards-Version to 3.9.1 (no changes required)
92  -- Y Giridhar Appaji Nag <appaji@debian.org>  Thu, 10 Mar 2011 14:41:41 +0530
94 dput (0.9.6.1) unstable; urgency=low
96   * Use hashlib instead of md5/sha modules for Python 2.6 (Closes: #517831)
97   * Update Standards-Version to 3.9.0 (no changes required)
99  -- Y Giridhar Appaji Nag <appaji@debian.org>  Thu, 08 Jul 2010 14:15:52 +0530
101 dput (0.9.6) unstable; urgency=low
103   * Correct bash completion for --delayed
104   * Use %s to print HTTP response reason string (not a number)
105   * Compute md5sums to fix lintian I: no-md5sums-control-file, thanks
106     Loïc Minier <lool@dooz.org> (Closes: #564783)
107   * Mark self.closed = 1 to prevent messing up of display with setting
108     progress_indicator=2, thanks Kan-Ru Chen <koster@debian.org.tw> for
109     the patch (Closes: #488316)
110   * Add allow_cut = 1 to security-master-* (Closes: #574506)
111   * Fix handling of version for multi-digit epochs (Closes: #577825)
112   * Update Standards-Version to 3.8.4 (no changes required)
113   * Switch to dpkg-source 3.0 (native) format
114   * Don't warn about a DELAYED/0-day upload, just print (Closes: #553198)
116  -- Y Giridhar Appaji Nag <appaji@debian.org>  Fri, 21 May 2010 12:15:54 +0530
118 dput (0.9.5.1) unstable; urgency=low
120   * Fix lintian (pedantic) warnings and info messages
121     + I: hyphen-used-as-minus-sign in dcut(1)
122     + P: maintainer-script-without-set-e
123     + P: copyright-refers-to-symlink-license
124   * set method = ftp as applicable in default dput.cf (Closes: #544360)
125   * Initialize options['changes'] in dcut, include the changes file itself
126     when using dcut -i.  Thanks gregor herrmann <gregoa@debian.org> for the
127     report and fix (Closes: #544440)
129  -- Y Giridhar Appaji Nag <appaji@debian.org>  Mon, 31 Aug 2009 22:39:37 +0530
131 dput (0.9.5) unstable; urgency=low
133   * Better (hopefully) language in default messages.  Thanks Andre
134     Klapper <a9016009@gmx.de> for the bug report(Closes: #521281)
135   * Add the new upload queue in Europe to dput.cf as "ftp-eu"
136   * Fix URL to the dev-ref section on "Handling security-related bugs".
137     Thanks Mauro Lizaur <mauro@cacavoladora.org> (Closes: #529770)
138   * Implement a -i option to dcut that reads a changes file to create a
139     commands file removing the files uploaded via the changes file.  Thanks
140     Dinesh Shanbhag <perpetualtwiddler@gmail.com> (Closes: #302292)
141   * Update Standards-Version to 3.8.3 (no changes required)
143  -- Y Giridhar Appaji Nag <appaji@debian.org>  Mon, 24 Aug 2009 21:05:55 +0530
145 dput (0.9.4) unstable; urgency=low
147   * Don't display "Not running dinstall." message, thanks Mark Brown
148     <broonie@debian.org> for the suggestion (Closes: #520186)
149   * Update Standards-Version to 3.8.1 (no changes required)
150   * Don't mix tabs and spaces for indentation (Closes: #506433)
151   * dcut tries $EMAIL before using pwent from getpwuid if $DEBEMAIL is
152     not available (Closes: #520694)
153   * Fix rsync upload method to dereference symlinks (Closes: #507634)
154   * Add -U option to prevent writing an upload log (Closes: #454289)
156  -- Y Giridhar Appaji Nag <appaji@debian.org>  Sat, 28 Mar 2009 20:36:46 +0530
158 dput (0.9.3) unstable; urgency=low
160   [ Thomas Viehmann ]
161   * debian/control: Remove Thomas from uploaders, he cannot upload
162     anymore.
164   [ Y Giridhar Appaji Nag ]
165   * Integrate patch from Ansgar Burchardt to reduce memory usage while
166     computing file checksum (Closes: #514388)
167   * Change version number format to x.y.x for dput and x.y for dcut
169  -- Y Giridhar Appaji Nag <appaji@debian.org>  Tue, 24 Feb 2009 23:30:58 +0530
171 dput (0.9.2.37) unstable; urgency=low
173   [ Y Giridhar Appaji Nag ]
174   * Remove "DM-Upload-Allowed: yes"
175   * Add "allow_dcut = 1" to the backports.org stanza (Closes: #507170)
176   * Thanks Cyril Brulebois <kibi@debian.org> for miscellaneous usability
177     and documentation patches.
178   * Indicate 'Uploading ' for clarity when a file upload is to start.
179     Thanks "Nelson A. de Oliveira" <naoliv@debian.org> for the report and
180     Cyril Brulebois <kibi@debian.org> for the suggestion (Closes: #504614)
181   * Continue despite an FTP 553 and indicate that the file may have been
182     uploaded partially.  Based on a patch from "Steve M. Robbins"
183     <steve@sumost.ca> (Closes: #481947)
185   [ Thomas Viehmann ]
186   * debian/control: Doing most work makes Giridhar the maintainer.
187     That is awesome, thanks!
188   * Add Thanks to Thanks.
190  -- Y Giridhar Appaji Nag <appaji@debian.org>  Sat, 20 Dec 2008 17:42:10 +0530
192 dput (0.9.2.36) unstable; urgency=low
194   * Change Uploader to official Debian ID.
195   * :s/ftp-master.debian.org/ftp.upload.debian.org/g thanks to Євгеній
196     Мещеряков <eugen@debian.org> for the report (Closes: #500024)
197   * Correct progname that was misspelt as prodname.  Thanks "Nelson A.
198   * de Oliveira" <naoliv@debian.org> for the report (Closes: #504612)
199   * Catch exceptions during ftp QUIT, patch based on fix in Ubuntu from
200     Cody Somerville <cody.somerville@canonical.com> (Closes: #484244)
201   * Change 'login = username' to 'login = *' in the default config
202     (Closes: #505451)
203   * Add repository to the .upload filename to allow upload to different
204     repository on the same host.  Thanks Loïc Minier <lool@dooz.org> for
205     the bug report (Closes: #500701)
207  -- Y Giridhar Appaji Nag <appaji@debian.org>  Sat, 22 Nov 2008 22:01:49 +0530
209 dput (0.9.2.35) unstable; urgency=low
211   * dput.cf: add ssh-upload pointing to ssh.upload.debian.org.
212     Closes: #499731.
214  -- Thomas Viehmann <tv@beamnet.de>  Mon, 22 Sep 2008 20:09:57 +0200
216 dput (0.9.2.34) unstable; urgency=low
218   [ Thomas Viehmann ]
219   * Fix typo in description.
220   * dput.cf: Disable gluck_delayed. Take out warning about delayed
221     and ftp and put in warning about gluck_delayed. Closes: #497921.
222   * dcut: Remove temporary files and not break on debsign failure.
223     closes: #485711
224   * dcut: Adapt to new command interface.
226   [ Y Giridhar Appaji Nag ]
227   * Fix typo in dcut.1 (:s/commads/commands/g)
228   * Change Debian upload queue README URL from that on ftp.up.ac.za to
229     ftp://ftp-master.debian.org/pub/UploadQueue/README
230   * Fix lintian W: command-with-path-in-maintainer-script
231   * Add a 'allow_dcut' option for queues that can[not] handle dcut
232     changes files (Closes: #481013)
234  -- Thomas Viehmann <tv@beamnet.de>  Mon, 15 Sep 2008 23:08:09 +0200
236 dput (0.9.2.33) unstable; urgency=low
238   * Leave progress_indicator as the default for mentors stanza
239   * Rename ubuntu-revu to revu and add a new stanza for Ubuntu PPAs
240   * Suggests: yaclc, thanks to Thijs Kinkhorst <thijs@debian.org> for the
241     suggestion.(Closes: #377335)
242   * Change revu fqdn from revu.tauware.de to revu.ubuntuwire.com
243   * Mention dcut in the package description, thanks Steffen Moeller
244     <steffen_moeller@gmx.de> for the suggestion (Closes: #491716)
245   * Fix syntax error in http.py that causes a traceback to be shown when an
246     HTTP upload fails.  Thanks Jonny Lamb <jonnylamb@jonnylamb.com> for the
247     bug report and the patch (Closes: #486555)
248   * For dcut with scp, try to use $USER and user login ID (in that order) if
249     login config variable it set to 'username'.  Thanks Guido Trotter
250     <ultrotter@debian.org> for the bug report and the patch (Closes: #490838)
251   * Update Standards-Version to 3.8.0 (no changes required)
252   * Add 'delayed = 7' to the gluck_delayed stanza, thanks Gerfried Fuchs
253     <rhonda@debian.at> for the suggestion (Closes: #489194)
254   * Add a simple dcut usage example to dcut.1 (Closes: #486366)
256  -- Y Giridhar Appaji Nag <giridhar@appaji.net>  Thu, 21 Aug 2008 00:09:55 +0530
258 dput (0.9.2.32) unstable; urgency=high
260   * don't use python2.5-only <str>.partition. Closes: #479320
262  -- Thomas Viehmann <tv@beamnet.de>  Sun, 04 May 2008 11:55:03 +0200
264 dput (0.9.2.31) unstable; urgency=low
266   Welcome the new co-maintainer!
268   [ Y Giridhar Appaji Nag ]
269   * Maintain dput in collab-maint on alioth in git.  Add Vcs-Browser and
270     Vcs-Git headers in debian/control
271   * Catch EOFError.  In default Pure-FTPd configuration, server closes the
272     connection for anonymous FTP logins (Closes: #473558)
273   * Fix lintian I: hyphen-used-as-minus-sign in dput.cf and lintian W:
274     manpage-has-errors-from-man in dput.1 (.P.SH changed to .SH)
275   * Add Y Giridhar Appaji Nag <giridhar@appaji.net> to Uploaders and add a
276     DM-Upload-Allowed: yes header.
277   * Allow port in FTP fqdn (defaults to 21), based on a patch submitted
278     from Ubuntu by Daniel Hahler <debian-bugs@thequod.de> (Closes: #464600)
279   * Add a mentors.debian.net stanza (called mentors) to dput.cf
280   * dput Suggests mini-dinstall because it is used for the local method.
281     Thanks Daniel Hahler for the patch (Closes: #464596)
282   * Add "-o plusdirs" to "complete" in bash_completion, so that directories
283     are also used in filename completion.  Thanks Daniel Hahler for the patch
284     (Closes: #464592)
286   [ Thomas Viehmann ]
287   * Allow -u to override running the gpg signature check implied by
288     --check-only. Closes: #405269
289   * Switch getopt function to allow optional arguments.
291  -- Thomas Viehmann <tv@beamnet.de>  Thu, 01 May 2008 20:56:59 +0200
293 dput (0.9.2.30) unstable; urgency=low
295   * Fail if pre_upload_command (or post_upload_command) exits with
296     an error code.
297   * Add warning to the configuration of the security upload queues.
298     Closes: #458628
299   * Add allowed_distributions field. The default configuration in
300     dput.cf is to refuse UNRELEASED. Closes: #384702
302  -- Thomas Viehmann <tv@beamnet.de>  Mon, 28 Jan 2008 19:38:38 +0100
304 dput (0.9.2.29) unstable; urgency=low
306   * Rework http(s) upload module to better deal with authentication
307     (not send everything twice) and not read whole files for uploading.
308     Closes: #458381
309   * Add [security-master], [security-master-unembargoed], [ubuntu], and
310     [ubuntu-revu] stanzas, thanks to Steve Langasek for bug and patch.
311     Closes: #457250
312   * Check number of words in .changes Files: line. Closes: #453821
313   * Remove non-us stuff. Based on patch by Thijs Kinkhorst, thanks!
314     Closes: #376843
315   * Add better error message when .upload cannot be written to.
316     Closes: #433840
317   * Add delayed config option. Thanks to Sean Finney for bug and patch.
318     Closes: #444464
319   * dcut: Add -kkeyid option. Thanks to Christoph Berg for bug and
320     patch. Closes: #329823
321   * Bump standards version to 3.7.3 (no changes needed)
322   * Officially retire Christian Kurz and Steve Kowalik from uploaders.
323     Thank you for your contributions!
325  -- Thomas Viehmann <tv@beamnet.de>  Mon, 31 Dec 2007 21:10:08 +0100
327 dput (0.9.2.28) unstable; urgency=low
329   * Add support for guessing distribution. Thanks to Christoph Berg
330     for bug report and patch. Closes: #348755
331   * Don't use login name to scp command if empty.
332     Closes: #427554, #237448
333   * Fix check_version to work with packages not in working dir.
334     Closes: #426915
335   * Add [options] to help string. Thanks to Thijs Kinkhorst for bug
336     and patch. Closes: #424910.
337   * Mention dcut in dput(1) man page. Closes: #405620.
338   * Add [volatile] and [backports.org] stanzas. Thanks to
339     Martin Zobel-Helas and Steve Langasek. Closes: #420694, #433057
340   * Align = in dput.cf. Closes: #418758
342  -- Thomas Viehmann <tv@beamnet.de>  Sun, 15 Jul 2007 13:22:04 +0200
344 dput (0.9.2.27) unstable; urgency=low
346   * http(s)/WebDAV uploads thanks to Ross Burton. Closes: #142023
347   * dcut: Don't leave stray directories. Closes: #380356
348   * dput:
349     - Don't recommend -ol when -ol is passed. Closes: #376877
350     - Don't throw traceback when config file cannot be parsed.
351       Closes: #376796
353  -- Thomas Viehmann <tv@beamnet.de>  Thu, 14 Dec 2006 17:34:47 +0100
355 dput (0.9.2.26) unstable; urgency=low
357   * ftp.py: Only try to analyze error code for ftplib.Error
358             exceptions. Closes: #378579
359   * Drop debconf note about configuration file change five years ago.
360     Closes: #388887
361   * Convert debian/changelog to utf8.
362   * Bump standards to 3.7.2, no changes necessary.
363   * Suggest openssh-client in debian/control. Closes: #394074.
364     Thanks Julien Danjou.
365   * Fix typos in documentation, thanks to Thijs Kinkhorst and
366     Lars Wirzenius.
367     Closes: #377334, #375454.
368   * Show upload target. Closes: #316319.
370  -- Thomas Viehmann <tv@beamnet.de>  Sat, 21 Oct 2006 18:41:52 +0200
372 dput (0.9.2.25) unstable; urgency=medium
374   * Relax dependency on python. Several people have pointed out that
375     caring about .pycs in dput is the overkill it seems to be. dput is
376     thus installable with python 2.3 again.
377     Closes: #374336.
379  -- Thomas Viehmann <tv@beamnet.de>  Mon, 19 Jun 2006 22:40:50 +0200
381 dput (0.9.2.24) unstable; urgency=low
383   * Bump python dependency for the transition.
385  -- Thomas Viehmann <tv@beamnet.de>  Tue, 13 Jun 2006 23:09:50 +0200
387 dput (0.9.2.23) unstable; urgency=low
389   * Don't include paths in .upload. Closes: #369885.
391  -- Thomas Viehmann <tv@beamnet.de>  Tue, 13 Jun 2006 08:21:05 +0200
393 dput (0.9.2.22) unstable; urgency=low
395   This is the best dput ever. And it took quite long to upload, too.
396   * Change python version detection in postinst. Closes: #342330.
397   * Christoph Berg sent in a whole lot of great patches. Thanks a lot!
398     They contain
399     - fixes for --help for delayed/0-day,
400     - a minor fix for the synopis,
401     - fixes for some typos in the README
402     - removal of the tabs in the uploading code, making the code more
403       readable
404     - adding of debugging output in scp change_mode
405     - suppresion of progress information when the output is not a
406       terminal
407     The two patches for wishlist bugs are still being considered,
408     but this round closes #366923.
410  -- Thomas Viehmann <tv@beamnet.de>  Sun, 28 May 2006 13:45:39 +0200
412 dput (0.9.2.21) unstable; urgency=low
414   Let's fix some bugs while thinking about how to fix some others.
415   * dcut: Use default host when appropriate. Closes: #340668.
416   * dput.cf: Fix delayed queue comment. Closes: #332764.
417     Thanks to Florian Ernst for the correction.
418   * dcut.1: Update description to be more precise. Closes: #340670.
419     Thanks to Eduard Bloch for his patch.
420   * Added Swedish translation by Daniel Nylander. Tack! Closes: #331337.
422  -- Thomas Viehmann <tv@beamnet.de>  Mon,  5 Dec 2005 21:41:34 +0100
424 dput (0.9.2.20) unstable; urgency=low
426   * Add | debconf-2.0 to debconf-dependency.
427     Thanks to Joey Hess for the reminders.
428   * Use debsign to sign command files (so you can use devscripts.conf
429     for key selection). Closes: #324183.
430   * Add Vietnamese translation of debconf template.
431     Thanks, Clytie Siddall. Closes: #313571.
432   * Added Czech translation of debconf template.
433     Thanks, Miroslav Kure. Closes: #315824.
434   * Mention default_host in dput.1. Closes: #309934.
435   * Describe the overriding of [host] in a later definition in
436     dput.cf.5. Closes: #309975.
437   * Remove old and unused ports of python functions from source.
439  -- Thomas Viehmann <tv@beamnet.de>  Tue,  6 Sep 2005 19:00:57 +0200
441 dput (0.9.2.19) unstable; urgency=low
443   * Fix dcut's handling of DEBEMAIL when it contains the full name.
444     Closes: #302139.
445   * Sorry, no wishlist today.
447  -- Thomas Viehmann <tv@beamnet.de>  Wed,  6 Apr 2005 20:26:14 +0200
449 dput (0.9.2.18) unstable; urgency=low
451   * Update bash_completion to skip commented hosts and reflect the
452     delayed range. Bug report and patch by Johannes Berg. Thanks!
453     Closes: #301247.
454   * Print dcut hint if ftp upload fails with 553 (wrong filename).
455     Closes: #285568.
456   * Add guessing of maintainer name and email to dcut.
457     Note that the actual bug (traceback) had been fixed before by
458     printing out a more or less neat error message.
459     Closes: #267649.
460   * Switch roles with Christian in debian/control so people can
461     find out faster who to put the blame on.
462   * Updated copyright notices.
464  -- Thomas Viehmann <tv@beamnet.de>  Fri, 25 Mar 2005 18:22:53 +0100
466 dput (0.9.2.17) unstable; urgency=low
468   * Allow 0-day delayed upload. Yeah, some people want this, as it
469     Closes: #273957.
470     Fix manpage entry for the delayed option.
471   * Recommend gluck_delayed for delayed uploads.
472     Change the maximum delay to 15. Closes: #288436.
473   * Add myself to Uploaders.
475  -- Thomas Viehmann <tv@beamnet.de>  Wed,  9 Feb 2005 19:17:19 +0100
477 dput (0.9.2.16) unstable; urgency=low
479   * Switch back to using passive ftp by default (as it was prior to
480     0.9.2.15) and change the documentation accordingly.
481     Also try some guessing to instruct the user when we suspect that
482     passive vs. active ftp is the problem.
483     Closes: #283370
484   * Don't output the traceback when the ftp upload fails.
486  -- Thomas Viehmann <tv@beamnet.de>  Mon, 17 Dec 2004 22:33:01 +0100
488 dput (0.9.2.15) unstable; urgency=low
490   * More verbose error message for ftp uploads. And also use active
491     ftp per default. (Closes: #268489)
492   * Fix user name selection.
493   * dcut: gracefully fail if no uploader was specified.
494     (Closes: #268489)
495   * Again thanks to Thomas Viehmann for providing the patches
496   * Applied a patch from Matthew Palmer to improve the parsing of
497     comma-seperated values by dput. (Closes: #279975)
499  -- Christian Kurz <shorty@debian.org>  Sat, 13 Nov 2004 22:21:06 +0100
501 dput (0.9.2.14) unstable; urgency=low
503   * Added Dutch debconf translation. Thanks to Luk Claes. This will
504     address his bugreport #245920.
505   * Added support for passing additional ssh_config options. This is
506     based on a suggestion (and loosely on a patch) by Stefan Völkel.
507     Thanks!
508   * Very minor cleanup of dput.cf(5).
509   * Fixed the debug message output for ftp connections. A patch for
510     dcut was provided by Dann Frazier. The change for dput was based
511     on it. Thanks!
513  -- Christian Kurz <shorty@debian.org>  Tue, 15 Jun 2004 19:48:38 +0200
515 dput (0.9.2.13) unstable; urgency=low
517   * Added Japanese debconf translations. This fixes the bugreport #227825.
518   * Added duct and duct.1 manpage to create and upload .command files. This
519     will address the wishlist request #224524. Thanks to Thomas Viehmann
520     for contributing that code.
521   * dput will now recognize the options -P and --passive for passive ftp.
522     This fixes the bug report #228826.
523   * This also includes a patch from Thomas Viehmann to fix an incorrect
524     debug message. #224404
526  -- Christian Kurz <shorty@debian.org>  Wed, 21 Jan 2004 13:34:03 +0100
528 dput (0.9.2.12) unstable; urgency=low
530   * And another release for which I've to add a big THANK YOU Thomas.
531   * Changed python dependency. This will fix the bug reported as
532     #206037.
533   * Added an option fqdn to the local defintion. This will address
534     the problem reported as #210322.
535   * Fixed a broken debug message, that was reported as bug #224404.
537  -- Christian Kurz <shorty@debian.org>  Tue,  6 Jan 2004 22:47:03 +0100
539 dput (0.9.2.11) unstable; urgency=low
541   * Removed the host chiark from the configuration file, since it's
542     not available anymore according to Ross Burton. This will fix
543     the bug that he reported as #190744.
544   * Increased the allowed range of days for the delayed argument. This
545     wil address the bugreport #196561.
546   * Applied a patch from Thomas Viehmann to reformat the warning about
547     lintian and the option -o. This issue was reported as bug #199905.
548   * Applied a patch from Thomas Viehmann to support the usage of ~ for
549     the local upload method. This issue was reported as bug #199912.
550   * From now on, this package will use po-debconf for managing the
551     translation of the debconf note. This change was introduced due
552     to the work of Christian Perrier. This will address the issue
553     reported as #200127.
554   * Applied another patch from Thomas Viehmann to output an error
555     message if the execution of an external command fails. This will
556     address the issue reported as #172528.
558  -- Christian Kurz <shorty@debian.org>  Tue, 29 Apr 2003 11:09:06 +0200
560 dput (0.9.2.10) unstable; urgency=low
562   * Thanks to the offer from Thomas Viehmann, dput will now have two
563     maintainers taking care of it.
564   * Included a patch from Thomas Viehmann suppress error messages from
565     dpkg which happened when the installed check was used. This will
566     close the problem reported as #154960.
567   * The option -o will now reliable simulate a normal run thanks to
568     another patch from Thomas Viehmann. This will address the issue
569     reported as #149711.
570   * dput will now check the architecture in the installed packages
571     check thanks to a patch from Thomas Viehmann. So the bug #154959
572     will now also be solved.
573   * Also dput will now not fail when trying to use a delayed directory,
574     but instead report an error. And again thanks to Thomas Viehmann
575     for the patch to solve the bug #182922.
576   * Fixed bare debug statement that should have been caught earlier. This
577     will now finally solve bug #133287.
578   * Changed dependency on python to also include python 2.3 as requested by
579     Robert Millan. He also verified that the basic functionality still works
580     fine with the newer python version. So this will address the issue
581     reported as bug #182800.
583  -- Christian Kurz <shorty@debian.org>  Wed, 12 Mar 2003 21:52:18 +0100
585 dput (0.9.2.9) unstable; urgency=low
587   * Another bugfix, because something broke the rsync upload method.
588     A dummy variable will take care of this. (Closes: #171006)
590  -- Christian Kurz <shorty@debian.org>  Sun,  1 Dec 2002 16:39:27 +0100
592 dput (0.9.2.8) unstable; urgency=low
594   * Bah, Christian doesn't need to be in Uploaders.
595   * Fix one case I missed in the local method doesn't need a fqdn set
596     madness.
598  -- Steve Kowalik <stevenk@debian.org>  Sun, 10 Nov 2002 23:12:16 +1100
600 dput (0.9.2.7) unstable; urgency=low
602   * Add myself to Uploaders, which Christian's permission.
603   * Bump Standards-Version to 3.5.7.
604   * Change code that picks the method. It makes sense now.
605   * Apply 2 small hacks so that hosts that use the local method don't need to
606     specify a fqdn. (Closes: #165634)
607   * Change /etc/dput.cf to reflect the above.
609  -- Steve Kowalik <stevenk@debian.org>  Mon,  4 Nov 2002 02:10:15 +1100
611 dput (0.9.2.6.7) unstable; urgency=low
613   * And another NMU, with shorty's blessing.
614   * Add a slash to non-US. (Closes: #162363)
615   * Fix up most of the string.{r,}find and string.split madness.
616   * Apply a rather large patch from Roland Mas <lolando@debian.org>. His
617     changes are below:
618     - Added a (very simple) module called local.py (derived from scp.py by
619       Roland Mas <lolando@debian.org>), to install to local incoming dirs.
620       This can be useful to users of mini-dinstall.
621     - Added a French translation to the Debconf template.
622     - Fixed a Lintian error.
623     - A few grammar fixes in the FAQ and README files.
624     - Added a /etc/bash_completion.d/dput file, to make dput easier to use
625       to <TAB>-addicteb people like me.
626     - Thanks Roland! (Closes: #164385)
628  -- Steve Kowalik <stevenk@debian.org>  Wed, 16 Oct 2002 22:37:45 +1000
630 dput (0.9.2.6.6) unstable; urgency=low
632   * Another NMU.
633   * Don't set /usr/doc symlink.
634   * Update version reported by 'dput --version' from 0.9.2.2.
635   * Use readlink in postinst. (Closes: #162392)
637  -- Steve Kowalik <stevenk@debian.org>  Fri, 27 Sep 2002 00:52:36 +1000
639 dput (0.9.2.6.5) unstable; urgency=low
641   * Non-Maintainer Upload.
642   * debian/templates: split into individual templates, and add a
643     Russian translation (thanks, Ilgiz Kalmetev; closes: #137640).
644   * debian/rules: use debconf-mergetemplates to install the templates.
645   * debian/control:
646     + transition to python2.2 (closes: #158312).
647     + add a build dependency on debconf-utils (>= 1.1.1).
648   * dput: patch from Mark Brown to make dput call dinstall from the
649     correct install directory, when doing delayed uploads (closes: #155038).
651  -- Jordi Mallach <jordi@debian.org>  Sat, 31 Aug 2002 00:29:23 +0200
653 dput (0.9.2.6.4) unstable; urgency=low
655   * Yet another NMU.
656   * Fix up the call to getopt. (Closes: #155847) (thanks, Joey Hess.)
657   * Don't assume ftp-master and non-us are the only hosts that have a
658     delayed queue. (thanks, Robert McQueen.)
660  -- Steve Kowalik <stevenk@debian.org>  Sat, 10 Aug 2002 21:07:38 +1000
662 dput (0.9.2.6.3) unstable; urgency=low
664   * Another NMU.
665   * Fix up dput -h, and the manpage.
667  -- Steve Kowalik <stevenk@debian.org>  Mon, 29 Jul 2002 21:38:27 +1000
669 dput (0.9.2.6.2) unstable; urgency=low
671   * NMU, with shorty's blessing.
672   * Apply my own patch to add DELAYED support. (-e command line argument,
673     no support for config file.)
674   * Thanks to Moshe Zadka for his last minute help getting it working.
676  -- Steve Kowalik <stevenk@debian.org>  Sat,  1 Jun 2002 01:20:32 +1000
678 dput (0.9.2.6.1) unstable; urgency=low
680   * NMU
681   * Moving to main.
683  -- Steve Kowalik <stevenk@debian.org>  Mon, 27 May 2002 22:49:47 +1000
685 dput (0.9.2.6) unstable; urgency=low
687   * Changed lstat to stat for calculating file size.
689  -- Christian Kurz <shorty@debian.org>  Tue, 23 Apr 2002 10:08:02 +0200
691 dput (0.9.2.5) unstable; urgency=low
693   * Fixed -o option.
695  -- Christian Kurz <shorty@debian.org>  Tue, 16 Apr 2002 09:15:15 +0200
697 dput (0.9.2.4) unstable; urgency=low
699   * Included "--copy-links" to rsync.
701  -- Christian Kurz <shorty@debian.org>  Sun,  7 Apr 2002 13:01:05 +0200
703 dput (0.9.2.3) unstable; urgency=low
705   *  Check for NODATA tag in GnuPG output. (Closes: #140646)
707  -- Christian Kurz <shorty@debian.org>  Tue,  2 Apr 2002 09:23:47 +0200
709 dput (0.9.2.2) unstable; urgency=low
711   * Changed error message for simulate process. (Closes: #138191)
713  -- Christian Kurz <shorty@debian.org>  Thu, 14 Mar 2002 13:50:21 +0100
715 dput (0.9.2.1) unstable; urgency=low
717   * Changed output of -H option. (Closes: #118735)
718   * Fixed typos in manpage. (Closes: #119343)
719   * Integrated a patch from Steven Baker to parse the GnuPG output
720     instead of depending on the exit value. (Closes: #122821)
722  -- Christian Kurz <shorty@debian.org>  Thu, 24 Jan 2002 09:17:24 +0100
724 dput (0.9.2) unstable; urgency=low
726   * Bug fixed, that never occured during tests. (Closes: #118579)
727   * Heading heavily towards a 1.0 release, which means ConfigParser2
728     and spawnvef are finally removed, since newer python don't need
729     need this files anymore.
731  -- Christian Kurz <shorty@debian.org>  Fri,  9 Nov 2001 12:17:38 +0100
733 dput (0.9.1) unstable; urgency=low
735   * Fixed explanation of dinstall checks in description. (Closes: #118134)
736   * Rewrote module import code. (Closes: #118579)
737   * New Option to list hosts with their handle and fqdn. (Closes: #118659)
739  -- Christian Kurz <shorty@debian.org>  Tue,  6 Nov 2001 22:08:05 +0100
741 dput (0.9.0.1) unstable; urgency=low
743   * Applied patch from Steven Kowalik to fix the postinst.
744     (Closes: #118483)
746  -- Christian Kurz <shorty@debian.org>  Tue,  6 Nov 2001 16:05:22 +0100
748 dput (0.9.0) unstable; urgency=low
750   * Added support for verifying sha checksums.
751   * Added passive ftp support.
752   * Updated documentation.
753   * Removed upload queue giano. (Closes: #113297)
754   * Ensured that anon-ftp uploads are really anon-ftp uploads.
755   * Introduced new option to active passive ftp from the command line.
756   * Minor Code fixes, changes and cleanups.
757   * Fixed Dependency according to suggestion in the forth-coming
758     python policy.
759   * Modified postinst according to the sample from python2.1-base.
760   * Added the FAQ as new document.
762  -- Christian Kurz <shorty@debian.org>  Sat, 22 Sep 2001 20:25:10 +0200
764 dput (0.8.9.1) unstable; urgency=low
766   * Moved package to non-US instead. (Closes: #113156)
768  -- Christian Kurz <shorty@debian.org>  Sat, 22 Sep 2001 19:38:59 +0200
770 dput (0.8.9) unstable; urgency=low
772   * Changed output comment for lintian. (Closes: #110568)
773   * Fixed wrong code to execute upload method. (Closes: #110807)
774   * Applied patch from Steve Kowalik to support using compression on
775     scp uploads.
776   * Now we added a dependency on GnuPG. (Closes: #110913)
777   * Changed a bit the code for executing GnuPG. (Closes: #109662)
778   * Initializing now all variables. (Closes: #111564)
780  -- Christian Kurz <shorty@debian.org>  Wed, 29 Aug 2001 21:47:44 +0200
782 dput (0.8.8) unstable; urgency=low
784   * Included a message to show that lintian is running.
785     (Closes: #105257
786   * Changed code to call dinstall to work correctly. This has been reported
787     by Martin Michlmayr. (Closes: #105481)
788   * Rewrote login and method changing function. (Closes: #107559)
789   * Added Brazilian portuguese debconf translation from Andre Luis Lopes.
790     (Closes: #108520)
791   * Small typo fixes.
793  -- Christian Kurz <shorty@debian.org>  Sun, 15 Jul 2001 11:30:02 +0200
795 dput (0.8.7) unstable; urgency=low
797   * Included another "ugly" hack to guess the right upload host. Since
798     no policy enforces one true writing, maybe some of the checks should
799     be made case-insensitive. (Closes: #103247)
800   * Included a patch from Martin Michlmayr to remove one exception.
801     (Closes: #98002)
802   * Fixed the path in the postinst to be hardcoded to the debian python one
803     because we use a compileall.py which is different from the upstream.
804     (Closes: #103721)
806  -- Christian Kurz <shorty@debian.org>  Tue,  3 Jul 2001 07:20:55 +0200
808 dput (0.8.6) unstable; urgency=low
810   * Now we also check the size of the binary files to upload.
811   * Added some comments to the code.
812   * Rewrote version_check.
813   * Fixed broken code to calculate and test the package size.
814   * Fixed broken dput.cf, which has been noticed by JP Sugarbroad.
815     (Closes: #102277)
817  -- Christian Kurz <shorty@debian.org>  Tue, 12 Jun 2001 16:22:23 +0200
819 dput (0.8.5) unstable; urgency=low
821   * Incorporated an idea from Steve M. Robbins to define a default host
822     for main and non-us with some fall back.
823   * Fixed a typo in the scp upload which has been noted by Decklin
824     Foster. (Closes #100476)
825   * Included some hacks to make everything work smooth again.
827  -- Christian Kurz <shorty@debian.org>  Mon,  4 Jun 2001 09:40:17 +0200
829 dput (0.8.4) unstable; urgency=low
831   * Added --progress to rsync to some progress indicator.
832   * Fixed now upload_logfile_creation. (Closes: #98947)
833   * Fixed scp upload definitely now. Thanks to JP Sugarbroad for catching
834     the wrong fix. (Closes: #99300)
835   * Fixed the broken chown command in scp upload.
837  -- Christian Kurz <shorty@debian.org>  Mon, 28 May 2001 20:49:59 +0200
839 dput (0.8.3) unstable; urgency=low
841   * Fixed broken scp.py noted by Adrian Bunk. (Closes: #97047)
842   * Integrated a patch from JP Sugarbroad to fix scp.py.
843     (Closes: #97371)
844   * Fixed the broken ftp-upload method, thanks to Martin Michlmayr
845     for noticing it. (Closes: #97751)
846   * Increased the version number of dput itself. (Closes: #97786)
847   * Incorporated a hack because of a missing unique seperator between
848     upstream version number and debian version number. (Closes: #97830)
849   * Fixed broken command-line parser which has also been noticed by
850     Martin Michlmayr. (Closes: #97785)
851   * Some more asthetic patches by the "code artist" ;) Martin Michlmayr.
852     (Closes: #98003)
853   * Changed the code a bit more, so that we now also have a commands before
854     the upload available.
855   * Added a suggestion for rsync.
856   * Fixed Upload Method for ftp-master. (Closes: #98745)
857   * Changed names from ftp-master-scp and non-us-scp to ftp-master-secure
858     and non-us-secure, since those host are also supported by the rsync
859     upload method.
861  -- Christian Kurz <shorty@debian.org>  Fri, 11 May 2001 18:46:20 +0200
863 dput (0.8.2) unstable; urgency=low
865   * Fixed the broken version_check() after Laurence J. Lane pointed me
866     to it. (Closes: #95462)
867   * And now we had to fix the simulate option since we broke it. Now
868     simulating an upload should work again. Thanks to Matt Kraai for
869     catching that one. (Closes: #95520)
870   * Changed version_check to handle a package that is in state not-installed
871     correctly as not installed on the system instead of assuming that it's
872     installed. (Closes: #95941)
873   * Changed wording of -V switch according to a suggestion from André
874     Dahlqvist.
875   * Changed scp to change permission on file. (Closes: #96366)
876   * Changed the incoming path for non-us in dput.cf (Closes: #94852)
877   * Specified username and password for the UploadQueues in dput.cf.
878   * Removed Option -U, since it will be default.
879   * Changed dput to handle the new gpg output. (Closes: #96438)
881  -- Christian Kurz <shorty@debian.org>  Fri, 27 Apr 2001 20:48:36 +0200
883 dput (0.8.1) unstable; urgency=low
885   * Fixed two typos. (Closes: #93582)
886   * Import also sys module in scp. (Closes: #93701)
887   * Fixed binary only uploads.
888   * Fixed some typos. (Closes: #94044)
889   * Added German debconf translation from Sebastian Feller.
890     (Closes: #94274)
891   * Added Spanish debconf translation from Jordi Mallach.
893  -- Christian Kurz <shorty@debian.org>  Wed, 11 Apr 2001 22:14:11 +0200
895 dput (0.8) unstable; urgency=low
897   * Switch to the rfc822 module to parse the .changes file. Thanks to
898     Sean 'Shaleh' Perry for contributing this patch to dput.
899   * New Option -U/--username introduced to extract the username from
900     the enviroment.
901   * Now the manpage shows where to name the host to upload too.
902   * And the feature of running dinstall will now also work again.
903     (Closes: #90101)
904   * New Option -V/--check-version to check if the user has tested the
905     package before putting it on the ftp-server.
906   * Fix the call to lintian to work correctly with the current lintian
907     implemenatation in perl.
908   * Changed dput to use a modular concept for including upload functions.
909     This has been suggested by Wichert Akkerman and the necessary patch
910     has been created by Sean 'Shaleh' Perry. For more information about
911     this look into the manpages.
912   * Changed format of the config-file. (Closes: #88681)
913   * Added a debconf note about the config-file change, only shown in
914     upgrades from old versions.
915   * Now we should be able to handle multiple .changes-files correctly.
916     (Closes: #89104)
917   * Now will now require a .dsc-file only if you do a source upload. In case
918     of a binary upload, no such file is required anymore. (Closes: #89105)
919   * Warning for a missing tar.gz or orig.tar.gz will only appear when
920     really such a archive is missing. (Closes: #89936)
921   * And now dput will correctly try to start dinstall and run it, if the
922     user wants to do so. (Closes: #90101)
923   * Oh, we also incorporated the UploadQueue on non-us as the default incoming
924     directory for packages. (Closes: #92419)
925   * Changed filename detection to handle all architectures. (Closes: #93155)
927  -- Christian Kurz <shorty@debian.org>  Fri, 23 Mar 2001 23:42:57 +0100
929 dput (0.7.1) unstable; urgency=low
931   * Bugfix release, since the orig.tar.gz-check was broken.
932   * Also fixed the broken upload_check.
934  -- Christian Kurz <shorty@debian.org>  Thu, 22 Mar 2001 10:18:58 +0100
936 dput (0.7) unstable; urgency=low
938   * Changed some wording to sound better. (Closes: #88685)
939   * Applied a patch from Sean 'Shaleh' Perry to parse a .dput.cf file
940     on top of the system-wide /etc/dput.cf file. (Closes: #88684)
941   * Explained some features in the README and also changed the
942     description to name some of the features.
943   * Changed behaviour to correctly identify the host where the upload
944     should be put to, even when using multiple files. (Close: #89104)
945   * Rewrote parser for the .changes file to also handle binary-only
946     uploads from now on.
947   * Rewrote error message if you named any other file then a .changes
948     file on the command line.
950  -- Christian Kurz <shorty@debian.org>  Thu, 15 Mar 2001 22:00:26 +0100
952 dput (0.6) unstable; urgency=low
954   * Included new manpages from Jordi Mallach.
955   * Minor Code Cleanup.
956   * Added -d/--debug to get debugging info if needed.
957   * Now dput will refuse to start an upload until the maintainer really
958     named the .changes file. ;)
959   * Modified standard dput.cf to prefer scp over ftp.
960   * Corrected behaviour of guessing the upload host to only guess it, when
961     no host is named on the command line.
962   * Added option run_dinstall to do a dry run of dinstall on the just uploaded
963     files. Also there's the commandline option -D/--dinstall for this purpose.
965  -- Christian Kurz <shorty@debian.org>  Thu,  1 Mar 2001 22:14:53 +0100
967 dput (0.5) unstable; urgency=low
969   * Removed COPYING from debian package and added copyright file.
970   * Added option -l/--lintian and config-file option run_lintian to
971     support the usage of lintian before the upload happens.
972   * For some of our lazy maintainers ;) dput will guess the correct host
973     to upload the package to.
974   * Moved some more code into it's own function.
976  -- Christian Kurz <shorty@debian.org>  Sun, 25 Feb 2001 20:47:58 +0100
978 dput (0.4) unstable; urgency=low
980   * The Test for tar.gz. should also handle debian native packages
981     correctly and packages with an epoch.
982   * Uploading of non-US software to an host != non-US will give an
983     error message and refuse to work.
984   * The scp upload will now run in Batched mode, so you need to enter
985     your passphrase only once.
986   * Fixed upload of packages, since I forgot to upload the
987   * changes-file.
988   * Added a manpage for dput.cf.
989   * Support rsync uploads.
991  -- Christian Kurz <shorty@debian.org>  Sun, 25 Feb 2001 18:07:31 +0100
993 dput (0.3) unstable; urgency=low
995   * Added option -c/--config to allow other config files.
996   * Added option -o/--check-only for running only some checks
997     against the package.
998   * Now the signature test will also be run on the dsc-file.
999   * Check for orig.tar.gz or tar.gz files in the upload and warn the
1000     user of they are not needed. This should also handle debian native
1001     packages correctly and packages with an epoch.
1002   * Uploading of non-US software to an host != non-US will give an
1003     error message and refuse to work.
1004   * The scp upload will now run in Batched mode, so you need to enter
1005     your passphrase only once.
1006   * Fixed upload of packages, since I forgot to upload the changes-file.
1007   * Added a manpage for dput.cf.
1009  -- Christian Kurz <shorty@debian.org>  Mon, 19 Feb 2001 22:00:01 +0100
1011 dput (0.2) unstable; urgency=low
1013   * Merged two config files into one config file.
1014   * Rewrote dput to use the single config file.
1016  -- Christian Kurz <shorty@debian.org>  Mon, 19 Feb 2001 20:58:41 +0100
1018 dput (0.1) unstable; urgency=low
1020   * Initial Release.
1022  -- Christian Kurz <shorty@debian.org>  Mon, 19 Feb 2001 15:44:33 +0100
1025 # Local variables:
1026 # coding: utf-8
1027 # mode: debian-changelog
1028 # End:
1029 # vim: fileencoding=utf-8 filetype=debchangelog :