|
From: <mla...@us...> - 2007-11-30 03:30:41
|
Revision: 326
http://g15daemon.svn.sourceforge.net/g15daemon/?rev=326&view=rev
Author: mlampard
Date: 2007-11-29 19:30:46 -0800 (Thu, 29 Nov 2007)
Log Message:
-----------
prepare for 1.9.1 bugfix release of g15daemon-wip.
Modified Paths:
--------------
trunk/g15daemon-wip/ChangeLog
trunk/g15daemon-wip/Makefile.am
trunk/g15daemon-wip/configure.in
Modified: trunk/g15daemon-wip/ChangeLog
===================================================================
--- trunk/g15daemon-wip/ChangeLog 2007-11-30 03:30:05 UTC (rev 325)
+++ trunk/g15daemon-wip/ChangeLog 2007-11-30 03:30:46 UTC (rev 326)
@@ -84,7 +84,7 @@
1.2.5svn -> current
- Add compiletime check for uinput version, should resolve compilation problems on some distro's
- Security improved - the daemon now sets its effective uid to nobody as soon as possible.
-1.9.0SVN
+1.9.0
- Add plugin API
- partially rewritten event core
- updated g15daemon_xmms_spectrum plugin with new features, available in trunk/g15daemon_audio_plugins (SVN)
@@ -93,5 +93,12 @@
- g15daemon is now dependant on libg15render.
- Clock now includes analog clock thanks to Rasta Freak <igo...@zg...>
- Moved g15daemon_xmms_spectrum plugin to separate package
-- Plugins are now installed in ${PREFIX}/lib/g15daemon/${VERSION}/plugins
+1.9.1
+- Plugins are now installed in ${PREFIX}/{${LIBDIR}/g15daemon/${VERSION}/plugins
- OS-X support thanks to Fabrizio Sestito.
+- Bugfix: libg15daemon_client: keypresses were being corrupted.
+- Bugfix: libg15daemon_client: use g15_recv rather than recv.
+- Bugfix: use default scheduling for all threads.
+- Optimisation: minor optimisation of lcd_cycle() code.
+- Security: repair some potential security holes.
+- Bugfix: Backlight status was being mis-applied when cycling screens.
Modified: trunk/g15daemon-wip/Makefile.am
===================================================================
--- trunk/g15daemon-wip/Makefile.am 2007-11-30 03:30:05 UTC (rev 325)
+++ trunk/g15daemon-wip/Makefile.am 2007-11-30 03:30:46 UTC (rev 326)
@@ -23,7 +23,7 @@
rm -rf `find $(distdir)/debian -name .svn`
rm -rf `find $(distdir)/contrib -name .svn`
rm -rf `find $(distdir)/Documentation -name .svn`
- rm -rf `find $(distdir)/lang_bindings -name .svn`
+ rm -rf `find $(distdir)/lang-bindings -name .svn`
rm -rf `find $(distdir)/patches -name .svn`
rm -rf `find $(distdir)/rpm -name .svn`
rm -rf `find $(distdir)/plugins -name .svn`
Modified: trunk/g15daemon-wip/configure.in
===================================================================
--- trunk/g15daemon-wip/configure.in 2007-11-30 03:30:05 UTC (rev 325)
+++ trunk/g15daemon-wip/configure.in 2007-11-30 03:30:46 UTC (rev 326)
@@ -4,7 +4,7 @@
AC_PREREQ(2.59)
-AC_INIT(g15daemon, [1.9pre], [mla...@us...])
+AC_INIT(g15daemon, [1.9.1], [mla...@us...])
AC_PREFIX_DEFAULT(/usr)
AC_CONFIG_AUX_DIR(config)
AC_CANONICAL_TARGET()
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|