Permalink
Cannot retrieve contributors at this time
sinntp (1.6.1) UNRELEASED; urgency=low | |
* Add Python 2.X version checks. | |
* Drop support for Python 3.2. | |
* Rephrase help message for --version. | |
* Improve manual page build system: | |
+ Use perl for in-place edits. | |
+ Add check against BSD make. | |
+ Add “check” target. | |
-- Jakub Wilk <jwilk@jwilk.net> Thu, 19 Dec 2019 17:08:41 +0100 | |
sinntp (1.6) unstable; urgency=low | |
* Use /usr/bin/env in shebangs. | |
* Port to Python 3. | |
Thanks to Ralf Ramsauer for the bug report and the initial porting work. | |
-- Jakub Wilk <jwilk@jwilk.net> Mon, 19 Dec 2016 17:41:13 +0100 | |
sinntp (1.5.3) unstable; urgency=low | |
* Drop support for Python 2.5. | |
* Fix documentation typos. | |
* Update bug tracker URLs. | |
https://opensource.googleblog.com/2015/03/farewell-to-google-code.html | |
* Update the XDG Base Directory Specification URL. | |
-- Jakub Wilk <jwilk@jwilk.net> Fri, 11 Mar 2016 23:00:35 +0100 | |
sinntp (1.5.2) unstable; urgency=low | |
* Update the state file atomically. | |
* Exit gracefully, updating the state file, when killed with SIGTERM. | |
https://github.com/jwilk/sinntp/issues/15 | |
-- Jakub Wilk <jwilk@jwilk.net> Thu, 10 Jul 2014 12:14:38 +0200 | |
sinntp (1.5.1) unstable; urgency=low | |
* Lift the line length limit to 1 megabyte. | |
https://github.com/jwilk/sinntp/issues/9 | |
* If an exception occurred, don't bother sending the QUIT command to the | |
server, to avoid provoking further exceptions with misleading tracebacks. | |
-- Jakub Wilk <jwilk@jwilk.net> Tue, 29 Apr 2014 21:42:47 +0200 | |
sinntp (1.5) unstable; urgency=low | |
* Always use our own implementation of XDG Base Directory instead of PyXDG. | |
* Ignore relative paths in XDG_* variables. | |
* Add --no-netrc option that ignores ~/.netrc credentials. Thanks to Dirk | |
Griesbach for the bug report and the initial patch. | |
https://bugs.debian.org/668927 | |
-- Jakub Wilk <jwilk@jwilk.net> Wed, 18 Apr 2012 20:52:07 +0200 | |
sinntp (1.4) unstable; urgency=low | |
* Use the argparse (rather than optparse) module to parse options. | |
* Send a ‘mode reader’ command before authentication. Thanks to Pierre | |
Habouzit for the bug report. | |
* Allow specifying port number for the -S/--server option. | |
https://github.com/jwilk/sinntp/issues/8 | |
* Fall back to our own minimal XDG Base Directory implementation if PyXDG is | |
not found. | |
* Add some tests. | |
-- Jakub Wilk <jwilk@jwilk.net> Wed, 27 Jul 2011 18:01:51 +0200 | |
sinntp (1.3.2) unstable; urgency=low | |
* Fix Python 2.6 deprecation warnings. | |
https://bugs.debian.org/585839 | |
-- Jakub Wilk <jwilk@jwilk.net> Wed, 23 Jun 2010 23:36:08 +0200 | |
sinntp (1.3.1) unstable; urgency=low | |
[ Piotr Lewandowski ] | |
* Add missing commas in sinntp manpage. | |
[ Jakub Wilk ] | |
* Fix typos in the manual pages. | |
* Include full copy of the GPL license. | |
-- Piotr Lewandowski <piotr.lewandowski@gmail.com> Wed, 13 Jan 2010 09:34:36 +0100 | |
sinntp (1.3) unstable; urgency=low | |
* Follow the XDG Base Directory Specification. | |
* Add manual pages. | |
https://github.com/jwilk/sinntp/issues/2 | |
-- Piotr Lewandowski <piotr.lewandowski@gmail.com> Thu, 17 Sep 2009 19:01:09 +0200 | |
sinntp (1.2) unstable; urgency=low | |
* Introduce the 'list' command. | |
* Fix command name parsing. | |
-- Piotr Lewandowski <piotr.lewandowski@gmail.com> Tue, 18 Aug 2009 18:33:18 +0200 | |
sinntp (1.1.1) unstable; urgency=low | |
[ Piotr Lewandowski ] | |
* Fix command line arguments parsing. | |
https://github.com/jwilk/sinntp/issues/7 | |
[ Jakub Wilk ] | |
* Don't use symlinks. | |
-- Jakub Wilk <jwilk@jwilk.net> Sat, 27 Jun 2009 19:09:30 +0200 | |
sinntp (1.1) unstable; urgency=low | |
* Add the --quiet option. | |
* Add the --timeout option. | |
https://github.com/jwilk/sinntp/issues/6 | |
* Handle socket exceptions gracefully. | |
* Handle connection NNTP errors gracefully. | |
* Allow providing newsgroup names as arguments for nntp-push. | |
* Introduce the 'get' command and provide nntp-get symlink. | |
-- Piotr Lewandowski <piotr.lewandowski@gmail.com> Tue, 16 Jun 2009 15:09:53 +0200 | |
sinntp (1.0) unstable; urgency=low | |
* Rewritten from scratch in Python. | |
-- Jakub Wilk <jwilk@jwilk.net> Wed, 14 Jan 2009 14:17:36 +0100 |