|
From: <mla...@us...> - 2008-01-31 05:18:40
|
Revision: 458
http://g15daemon.svn.sourceforge.net/g15daemon/?rev=458&view=rev
Author: mlampard
Date: 2008-01-30 21:18:40 -0800 (Wed, 30 Jan 2008)
Log Message:
-----------
g15daemon 1.9x: Prepare for next release.
Modified Paths:
--------------
trunk/g15daemon-wip/ChangeLog
trunk/g15daemon-wip/configure.in
trunk/g15daemon-wip/debian/changelog
trunk/g15daemon-wip/rpm/g15daemon.spec
Modified: trunk/g15daemon-wip/ChangeLog
===================================================================
--- trunk/g15daemon-wip/ChangeLog 2008-01-31 05:02:46 UTC (rev 457)
+++ trunk/g15daemon-wip/ChangeLog 2008-01-31 05:18:40 UTC (rev 458)
@@ -166,7 +166,7 @@
1.9.5.2:
- BugFix: IS_USER_SELECTED client command was broken. fix it.
- BugFix: restore client ability to change backlight state.
-SVN:
+1.9.5.3:
- BugFix: plugins/g15daemon_net.c: ensure that OOB traffic is not mixed with
normal image buffers.
- Feature: Add --set-backlight to allow clients (and the backlight button)
Modified: trunk/g15daemon-wip/configure.in
===================================================================
--- trunk/g15daemon-wip/configure.in 2008-01-31 05:02:46 UTC (rev 457)
+++ trunk/g15daemon-wip/configure.in 2008-01-31 05:18:40 UTC (rev 458)
@@ -4,7 +4,7 @@
AC_PREREQ(2.59)
-AC_INIT(g15daemon, [1.9.5.2], [mla...@us...])
+AC_INIT(g15daemon, [1.9.5.3], [mla...@us...])
AC_PREFIX_DEFAULT(/usr)
AC_CONFIG_AUX_DIR(config)
AC_CANONICAL_HOST()
Modified: trunk/g15daemon-wip/debian/changelog
===================================================================
--- trunk/g15daemon-wip/debian/changelog 2008-01-31 05:02:46 UTC (rev 457)
+++ trunk/g15daemon-wip/debian/changelog 2008-01-31 05:18:40 UTC (rev 458)
@@ -1,3 +1,13 @@
+g15daemon 1.9.5.3 edgy; urgency=low
+ * BugFix: plugins/g15daemon_net.c: ensure that OOB traffic is not mixed with
+ normal image buffers.
+ * Feature: Add --set-backlight to allow clients (and the backlight button)
+ to set the backlight level for the currently shown screen only.
+ Default is now to disallow clients changing backlight, and to set
+ backlight globally via the button.
+
+ -- Mike Lampard <mla...@us...> Thu, 31 Jan 2008 15:47:06 +1030
+
g15daemon 1.9.5.2 edgy; urgency=high
* BugFix: IS_USER_SELECTED client command was broken. fix it.
* BugFix: restore client ability to change backlight state.
Modified: trunk/g15daemon-wip/rpm/g15daemon.spec
===================================================================
--- trunk/g15daemon-wip/rpm/g15daemon.spec 2008-01-31 05:02:46 UTC (rev 457)
+++ trunk/g15daemon-wip/rpm/g15daemon.spec 2008-01-31 05:18:40 UTC (rev 458)
@@ -3,11 +3,11 @@
%define prefix /usr
Summary: Daemon to control logitech G15 keyboards
Name: g15daemon
-Version: 1.9.5.2
+Version: 1.9.5.3
Release: 1
Copyright: GPL
Group: Applications/System
-Source: ftp://prdownloads.sf.net/g15daemon-1.9.5.2.tar.bz2
+Source: ftp://prdownloads.sf.net/g15daemon-1.9.5.3.tar.bz2
URL: http://g15daemon.sf.net
Distribution: Linux
Vendor: NONE
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|