2008-11-17 17:49:28 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Nov 11 19:18:01 CET 2008 - lrupp@suse.de
|
|
|
|
|
|
|
|
- update to 1.22:
|
|
|
|
+ pommed:
|
|
|
|
++ do not probe for LMU controller on pmac machines that do not
|
|
|
|
have a backlit keyboard. Avoids a spurious error message.
|
|
|
|
++ factor out ADB & LMU write routines, avoids duplicated code in
|
|
|
|
the kbd_{lmu,pmu}_backlight_set() routines.
|
|
|
|
++ use a common sysfs power class routine in power.c, add sysfs
|
|
|
|
power class support for pmac machines.
|
|
|
|
++ added partial support for the October 2008 laptops (MacBook5,1,
|
|
|
|
MacBookPro5,1, MacBookAir2,1), LCD backlight missing.
|
|
|
|
+ gpomme:
|
|
|
|
++ add japanese translation for gpomme, courtesy of
|
|
|
|
Nobuhiro Iwamatsu
|
|
|
|
+ wmpomme:
|
|
|
|
++ turn wmpomme into an event-driven dockapp, eliminating the
|
|
|
|
fixed update rate (and, thus, wakeups).
|
|
|
|
Thanks to Kalle A. Sandström for the prodding.
|
|
|
|
- removed dbus-1-devel BuildReq (included in dbus-1-glib-devel)
|
|
|
|
|
2008-10-22 18:41:39 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Oct 17 08:52:44 CEST 2008 - olh@suse.de
|
|
|
|
|
|
|
|
- add ExclusiveArch x86 x86_64
|
|
|
|
|
2008-09-06 03:13:50 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Sep 5 00:54:21 CEST 2008 - ro@suse.de
|
|
|
|
|
|
|
|
- add Required-Stop to init script
|
|
|
|
|
2008-07-21 23:38:50 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Jul 21 16:31:24 CEST 2008 - lrupp@suse.de
|
|
|
|
|
|
|
|
- update to 1.21:
|
|
|
|
+ Note that this version of pommed REQUIRES Linux 2.6.25 or
|
|
|
|
later and WILL NOT WORK PROPERLY on earlier kernels
|
|
|
|
+ pommed: add support for the MacBookPro4,1.
|
|
|
|
+ pommed: add support for the MacBook4,1.
|
|
|
|
+ pommed: add support for the WellSpring keyboard+trackpad
|
|
|
|
assembly ("MultiTouch"), found in the MacBookAir1,1 and
|
|
|
|
MacBookPro4,1
|
|
|
|
+ fix array boundary check in check_machine_dmi().
|
|
|
|
+ use BUS_BLUETOOTH for the Apple wireless keyboard
|
|
|
|
+ gpomme: won't cause 10 wakeups/sec anymore
|
|
|
|
+ gpomme: use compositing if available, patch by Soeren Sonnenburg
|
|
|
|
- create the desktop icons after fdupes (otherwise they will
|
|
|
|
be stale symlinks)
|
|
|
|
- remove libsmbios build dependency
|
|
|
|
- split the patch into it's pieces
|
|
|
|
|
2008-02-25 17:37:35 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Feb 24 21:57:42 CET 2008 - crrodriguez@suse.de
|
|
|
|
|
|
|
|
- use RPM_OPT_FLAGS
|
|
|
|
|
2008-02-15 01:37:22 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Feb 12 01:08:53 CET 2008 - ro@suse.de
|
|
|
|
|
|
|
|
- update to 1.15:
|
|
|
|
- pommed: add preliminary support for the MacBook Air1,1;
|
|
|
|
USB IDs missing.
|
|
|
|
- pommed: add support for power_supply class to the ACPI code.
|
|
|
|
- remove symlink to grandr (dropped from xorg-x11)
|
|
|
|
|
2008-01-18 00:24:16 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Jan 17 18:15:36 CET 2008 - lrupp@suse.de
|
|
|
|
|
|
|
|
- update to 1.14:
|
|
|
|
+ fix error handling in the audio sample loading code to properly
|
|
|
|
report failure, preventing nasty segfaults later on in case the
|
|
|
|
sound file is not available.
|
|
|
|
+ make goutte.wav the default beep sound, add click.wav and remove
|
|
|
|
the KDE beep sound.
|
|
|
|
+ add an option to disable the beep on volume change
|
|
|
|
+ add the videoSwitch DBus notification
|
|
|
|
+ add support for LCD backlight control on the Intel 965GM
|
|
|
|
found in the MacBook3,1
|
|
|
|
+ rework the inotify code to handle several events at once and to
|
|
|
|
handle events with long filenames (longer than
|
|
|
|
sizeof(struct inotify_event)); pommed could enter a busy-loop
|
|
|
|
when receiving an inotify event with
|
|
|
|
ie->len > sizeof(struct inotify_event)
|
|
|
|
+ wpomme: added video switch support
|
|
|
|
+ gpomme: added video switch support
|
|
|
|
+ do not expect at least 3 evdevs at startup
|
|
|
|
+ adds partial support for the new MacBook Santa Rosa (MacBook3)
|
|
|
|
+ fixes bug with disappearing event devices after suspend
|
|
|
|
+ external Apple USB keyboards are now supported
|
|
|
|
+ beep on volume change per default
|
|
|
|
+ rework the event management.
|
|
|
|
Use epoll() for event polling instead of poll().
|
|
|
|
+ add secondary locations for the uinput device node.
|
|
|
|
+ pommed: add a beeper feature as a substitute to the missing PC
|
|
|
|
Speaker. The feature is disabled by default, as not all
|
|
|
|
machines need it and not everybody wants it.
|
|
|
|
- added gpomme.desktop and gpommerc to start gpomme via KDE
|
|
|
|
- added %pre and %post scripts for pommed
|
|
|
|
- use fdupes to save space
|
|
|
|
- use /usr/bin/grandr for videoswitch option
|
|
|
|
- added README.SuSE for applesmc kernel module
|
|
|
|
- fix lang files so gpomme is tranlated
|
|
|
|
|
2007-09-19 04:42:34 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Sep 17 12:54:07 CEST 2007 - ro@suse.de
|
|
|
|
|
|
|
|
- created package from pommed (version 1.9)
|