]> rtime.felk.cvut.cz Git - sojka/sterm.git/blobdiff - debian/changelog
Update changelog for 20200306 release
[sojka/sterm.git] / debian / changelog
index eae1b9a87141f75e8cf1aeecd0a06fc50ee8356d..17f2be2ac73eed6337c05a8bf4c5b0db0e3c7519 100644 (file)
@@ -1,3 +1,101 @@
+sterm (20200306) unstable; urgency=medium
+
+  * Fix usage text about the -n option
+  * Allow enforcing minimum delay between transmitted characters
+  * Ignore CPR ANSI control sequence in exit_on_escapeseq()
+  * Few fixes in the man page
+
+ -- Michal Sojka <michal.sojka@cvut.cz>  Fri, 06 Mar 2020 18:25:41 +0100
+
+sterm (20200306) unstable; urgency=medium
+
+  * Fix usage text about the -n option
+  * Minor refactoring
+  * Allow enforcing minimum delay between transmitted characters
+  * Ignore CPR ANSI control sequence in exit_on_escapeseq()
+  * fixup! Fix usage text about the -n option
+  * Teach shell completions about the -t option
+  * Few fixes in the man page
+
+ -- Michal Sojka <michal.sojka@cvut.cz>  Fri, 06 Mar 2020 18:25:02 +0100
+
+sterm (20191105) unstable; urgency=medium
+
+  [ Michal Sojka ]
+  * Support baudrates up to 4 Mbps
+
+  [ Jan Kaisrlik ]
+  * extend zsh and bash completion by newly added baudrates
+
+ -- Michal Sojka <michal.sojka@cvut.cz>  Tue, 05 Nov 2019 23:33:43 +0100
+
+sterm (20190912) unstable; urgency=medium
+
+  * Handle hang-up event on stdin
+
+ -- Michal Sojka <michal.sojka@cvut.cz>  Thu, 12 Sep 2019 21:49:50 +0200
+
+sterm (20171215) unstable; urgency=medium
+
+  [ Karel Kočí ]
+  * Add completions for bash and zsh
+
+  [ Michal Sojka ]
+  * Make liblockdev optional and use flock
+  * Allow sending break signal
+  * Implement exit command in command mode
+
+ -- Michal Sojka <sojkam1@fel.cvut.cz>  Fri, 15 Dec 2017 13:00:42 +0100
+
+sterm (20170112) unstable; urgency=medium
+
+  * Document -v option (verbose)
+
+ -- Michal Sojka <sojkam1@fel.cvut.cz>  Thu, 12 Jan 2017 17:38:29 +0100
+
+sterm (20160921) unstable; urgency=medium
+
+  [ Karel Kočí ]
+  * Add manual page
+
+  [ Michal Sojka ]
+  * Fix/clarify/extend the man page
+
+ -- Michal Sojka <sojkam1@fel.cvut.cz>  Wed, 21 Sep 2016 16:15:32 +0200
+
+sterm (20151016) unstable; urgency=medium
+
+  * Add command mode
+
+ -- Michal Sojka <sojkam1@fel.cvut.cz>  Fri, 16 Oct 2015 12:53:15 +0200
+
+sterm (20150821) unstable; urgency=medium
+
+  * Fix Makefile to work on Ubuntu Precise
+  * Allow specifying DTR/RTS pulse length
+
+ -- Michal Sojka <sojkam1@fel.cvut.cz>  Wed, 12 Aug 2015 12:52:32 +0200
+
+sterm (20150127a) unstable; urgency=medium
+
+  * Fix disabling of flow control
+
+ -- Michal Sojka <sojkam1@fel.cvut.cz>  Tue, 27 Jan 2015 11:12:14 +0100
+
+sterm (20150127) unstable; urgency=medium
+
+  * Fix escape sequence handling
+  * Never block when opening the port
+  * Disable flow control
+
+ -- Michal Sojka <sojkam1@fel.cvut.cz>  Tue, 27 Jan 2015 10:34:57 +0100
+
+sterm (20140723) unstable; urgency=medium
+
+  * Use liblockdev to lock the tty device
+
+ -- Michal Sojka <sojkam1@fel.cvut.cz>  Wed, 23 Jul 2014 18:50:00 +0200
+
 sterm (20140708) unstable; urgency=low
 
   * Initial Release.