|
From: <sk...@us...> - 2011-09-08 05:14:21
|
Revision: 2433
http://linuxconsole.svn.sourceforge.net/linuxconsole/?rev=2433&view=rev
Author: skitt
Date: 2011-09-08 05:14:15 +0000 (Thu, 08 Sep 2011)
Log Message:
-----------
Version 1.4.2.
Modified Paths:
--------------
trunk/Makefile
trunk/NEWS
trunk/README
Modified: trunk/Makefile
===================================================================
--- trunk/Makefile 2011-09-08 05:10:36 UTC (rev 2432)
+++ trunk/Makefile 2011-09-08 05:14:15 UTC (rev 2433)
@@ -19,7 +19,7 @@
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
# 02110-1301 USA.
-VERSION := 1.4.1
+VERSION := 1.4.2
PACKAGE := linuxconsoletools-$(VERSION)
Modified: trunk/NEWS
===================================================================
--- trunk/NEWS 2011-09-08 05:10:36 UTC (rev 2432)
+++ trunk/NEWS 2011-09-08 05:14:15 UTC (rev 2433)
@@ -1,3 +1,17 @@
+Version 1.4.2
+-------------
+
+* The udev rule matching w8001 devices has been split to handle
+ devices using different baud rates, and the different baud rates are
+ documented.
+
+* inputattach no longer resets the line discipline before exiting when
+ it discovers the device is already managed by another inputattach
+ instance.
+
+* jscal-store creates its target directory if necessary.
+
+
Version 1.4.1
-------------
@@ -4,6 +18,7 @@
* inputattach correctly handles non-retry errors other than EINTR
(thanks to Alexander Clouter <al...@di...> for the patch).
+
Version 1.4
-----------
Modified: trunk/README
===================================================================
--- trunk/README 2011-09-08 05:10:36 UTC (rev 2432)
+++ trunk/README 2011-09-08 05:14:15 UTC (rev 2433)
@@ -1,5 +1,5 @@
linuxconsole tools
- Release 1.4.1
+ Release 1.4.2
http://sf.net/projects/linuxconsole/
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|