|
From: <mla...@us...> - 2008-01-23 11:05:26
|
Revision: 447
http://g15daemon.svn.sourceforge.net/g15daemon/?rev=447&view=rev
Author: mlampard
Date: 2008-01-23 03:05:31 -0800 (Wed, 23 Jan 2008)
Log Message:
-----------
g15daemon 1.9x: prepare for release 1.9.5
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-23 11:00:13 UTC (rev 446)
+++ trunk/g15daemon-wip/ChangeLog 2008-01-23 11:05:31 UTC (rev 447)
@@ -149,7 +149,7 @@
blocks on read.
- Optimisation: Use pthread conditional variable to signal LCD state change.
Further reduces unnecessary wakeups.
-1.9.4->SVN
+1.9.5
- Add example udev helper scripts to contrib directory.
- API: Add NEVER_SELECT cmd to client API to enforce non-display on
client-switch. Used by G15Macro if available.
@@ -159,3 +159,4 @@
a pbm format image of the currently displayed screen to
/tmp/g15daemon-sc-?.pbm, where ? is an incremental number.
- BugFix: Only wakeup display thread if LCD buffer is visible.
+- Packaging: Fix debian packaging to include plugins.
Modified: trunk/g15daemon-wip/configure.in
===================================================================
--- trunk/g15daemon-wip/configure.in 2008-01-23 11:00:13 UTC (rev 446)
+++ trunk/g15daemon-wip/configure.in 2008-01-23 11:05:31 UTC (rev 447)
@@ -4,7 +4,7 @@
AC_PREREQ(2.59)
-AC_INIT(g15daemon, [1.9.4], [mla...@us...])
+AC_INIT(g15daemon, [1.9.5], [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-23 11:00:13 UTC (rev 446)
+++ trunk/g15daemon-wip/debian/changelog 2008-01-23 11:05:31 UTC (rev 447)
@@ -1,3 +1,15 @@
+1.9.5 edgy; urgency=low
+ * Add example udev helper scripts to contrib directory.
+ * API: Add NEVER_SELECT cmd to client API to enforce non-display on
+ client-switch. Used by G15Macro if available.
+ * Debug: Add segfault handler to libg15daemon_client to aid debugging
+ clients.
+ * Feature: Add screendump ability. Pressing M1+M3 simultaneously will write
+ a pbm format image of the currently displayed screen to
+ /tmp/g15daemon-sc-?.pbm, where ? is an incremental number.
+ * BugFix: Only wakeup display thread if LCD buffer is visible.
+ * Packaging: Fix debian packaging to include plugins.
+
g15daemon 1.9.4 edgy; urgency=low
* Debug: Log warning if keyboard disappears.
* Bugfix: Fix autoconf autodetect bugs re uinput plugin.
Modified: trunk/g15daemon-wip/rpm/g15daemon.spec
===================================================================
--- trunk/g15daemon-wip/rpm/g15daemon.spec 2008-01-23 11:00:13 UTC (rev 446)
+++ trunk/g15daemon-wip/rpm/g15daemon.spec 2008-01-23 11:05:31 UTC (rev 447)
@@ -3,11 +3,11 @@
%define prefix /usr
Summary: Daemon to control logitech G15 keyboards
Name: g15daemon
-Version: 1.9.4
+Version: 1.9.5
Release: 1
Copyright: GPL
Group: Applications/System
-Source: ftp://prdownloads.sf.net/g15daemon-1.9.4.tar.bz2
+Source: ftp://prdownloads.sf.net/g15daemon-1.9.5.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.
|