|
From: <mla...@us...> - 2007-12-23 08:38:11
|
Revision: 351
http://g15daemon.svn.sourceforge.net/g15daemon/?rev=351&view=rev
Author: mlampard
Date: 2007-12-23 00:38:16 -0800 (Sun, 23 Dec 2007)
Log Message:
-----------
Prepare for new release of g15daemon-wip
Modified Paths:
--------------
trunk/g15daemon-wip/ChangeLog
trunk/g15daemon-wip/configure.in
trunk/g15daemon-wip/rpm/g15daemon.spec
Modified: trunk/g15daemon-wip/ChangeLog
===================================================================
--- trunk/g15daemon-wip/ChangeLog 2007-12-23 08:24:53 UTC (rev 350)
+++ trunk/g15daemon-wip/ChangeLog 2007-12-23 08:38:16 UTC (rev 351)
@@ -103,7 +103,7 @@
- Security: repair some potential security holes.
- Bugfix: Backlight status was being mis-applied when cycling screens.
- Bugfix: Language bindings were not being distributed.
-1.9.1->SVN
+1.9.2
- Add exitfunc to net plugin for exit notification.
- Use pause() instead of sleeping
- create leaving var as volatile.
@@ -116,3 +116,4 @@
- Bugfix: Dont attempt compilation of uinput plugin if headers are
unavailable.
- Bugfix: Write a blank buffer to the LCD before exiting.
+1.9.2->SVN:
Modified: trunk/g15daemon-wip/configure.in
===================================================================
--- trunk/g15daemon-wip/configure.in 2007-12-23 08:24:53 UTC (rev 350)
+++ trunk/g15daemon-wip/configure.in 2007-12-23 08:38:16 UTC (rev 351)
@@ -4,7 +4,7 @@
AC_PREREQ(2.59)
-AC_INIT(g15daemon, [1.9.1], [mla...@us...])
+AC_INIT(g15daemon, [1.9.2], [mla...@us...])
AC_PREFIX_DEFAULT(/usr)
AC_CONFIG_AUX_DIR(config)
AC_CANONICAL_TARGET()
Modified: trunk/g15daemon-wip/rpm/g15daemon.spec
===================================================================
--- trunk/g15daemon-wip/rpm/g15daemon.spec 2007-12-23 08:24:53 UTC (rev 350)
+++ trunk/g15daemon-wip/rpm/g15daemon.spec 2007-12-23 08:38:16 UTC (rev 351)
@@ -3,7 +3,7 @@
%define prefix /usr
Summary: Daemon to control logitech G15 keyboards
Name: g15daemon
-Version: 1.9.1
+Version: 1.9.2
Release: 1
Copyright: GPL
Group: Applications/System
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|