|
From: <ane...@us...> - 2010-02-05 04:38:47
|
Revision: 528
http://g15daemon.svn.sourceforge.net/g15daemon/?rev=528&view=rev
Author: aneurysm9
Date: 2010-02-05 04:38:41 +0000 (Fri, 05 Feb 2010)
Log Message:
-----------
Bump version to prep for 1.9.5.4 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 2010-02-01 18:52:49 UTC (rev 527)
+++ trunk/g15daemon-wip/ChangeLog 2010-02-05 04:38:41 UTC (rev 528)
@@ -173,6 +173,8 @@
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.
-SVN:
+1.9.5.4:
- Bugfix: Clock plugin can now be disabled.
-
\ No newline at end of file
+- Bugfix: g15_send_cmd() can now be used without needing to call g15_send()
+ first
+- Bugfix: Fix event queue issue with G-keys and newer versions of Xorg
Modified: trunk/g15daemon-wip/configure.in
===================================================================
--- trunk/g15daemon-wip/configure.in 2010-02-01 18:52:49 UTC (rev 527)
+++ trunk/g15daemon-wip/configure.in 2010-02-05 04:38:41 UTC (rev 528)
@@ -4,7 +4,7 @@
AC_PREREQ(2.59)
-AC_INIT(g15daemon, [1.9.5.3], [mla...@us...])
+AC_INIT(g15daemon, [1.9.5.4], [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 2010-02-01 18:52:49 UTC (rev 527)
+++ trunk/g15daemon-wip/debian/changelog 2010-02-05 04:38:41 UTC (rev 528)
@@ -1,3 +1,12 @@
+g15daemon 1.9.5.4 karmic; urgency=low
+1.9.5.4:
+- Bugfix: Clock plugin can now be disabled.
+- Bugfix: g15_send_cmd() can now be used without needing to call g15_send()
+ first
+- Bugfix: Fix event queue issue with G-keys and newer versions of Xorg
+
+ -- Anthony Mirabella <ane...@us...> Thu, 04 Feb 2010 22:39:55 -0500
+
g15daemon 1.9.5.3 edgy; urgency=low
* BugFix: plugins/g15daemon_net.c: ensure that OOB traffic is not mixed with
normal image buffers.
Modified: trunk/g15daemon-wip/rpm/g15daemon.spec
===================================================================
--- trunk/g15daemon-wip/rpm/g15daemon.spec 2010-02-01 18:52:49 UTC (rev 527)
+++ trunk/g15daemon-wip/rpm/g15daemon.spec 2010-02-05 04:38:41 UTC (rev 528)
@@ -3,11 +3,11 @@
%define prefix /usr
Summary: Daemon to control logitech G15 keyboards
Name: g15daemon
-Version: 1.9.5.3
+Version: 1.9.5.4
Release: 1
License: GPL
Group: Applications/System
-Source: ftp://prdownloads.sf.net/g15daemon-1.9.5.3.tar.bz2
+Source: ftp://prdownloads.sf.net/g15daemon-1.9.5.4.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.
|