diff options
author | 2007-02-22 01:23:26 +0000 | |
---|---|---|
committer | 2007-02-22 01:23:26 +0000 | |
commit | 587d59380ba99340ddbbc9c1501a168c612ab392 (patch) | |
tree | 901622cc0f0c623c4ce76e7169515b39108492e3 /app-pda/gnome-pilot/files | |
parent | Redigest for Manifest2 (diff) | |
download | gentoo-2-587d59380ba99340ddbbc9c1501a168c612ab392.tar.gz gentoo-2-587d59380ba99340ddbbc9c1501a168c612ab392.tar.bz2 gentoo-2-587d59380ba99340ddbbc9c1501a168c612ab392.zip |
Bump to 2.0.15
This is primarily a bugfix release, to patch issues that cropped up
with the new features introduced in version 2.0.14.
- #357602. Fix memory leak in the usbfs scanning code (with
thanks to Brian Warner)
- #362565. Add a 400ms pause between HAL detection of a USB
device and the first attempt to sync. Several
devices were reported to reset themselves if
communication was attempted too soon after the
first appearance of the USB device.
- #365181. Fix a long-standing bug that probably turned up
now because of the multiple attempts to add a new
pilot due to #362565. Avoid accessing freed memory
when the 'add pilot' dialog is opened multiple times.
Other changes:
- Maintainership has passed from JP Rosevear to Matt Davey.
Many thanks to JP for stepping in when gnome-pilot could
otherwise have died a nasty death by abandonment.
- #364589. With thanks to Glynn Foster. Tweaks to window
placement to support multihead displays. Also,
added missing description to .server file for
panel applet.
- Fix another long-standing bug, that could cause garbage to
be shown when a configured conduit was unavailable (e.g.
if the .conduit files were in the wrong place after an upgrade).
- Fix distcheck target
(Portage version: 2.1.2-r10)
Diffstat (limited to 'app-pda/gnome-pilot/files')
-rw-r--r-- | app-pda/gnome-pilot/files/digest-gnome-pilot-2.0.15 | 3 | ||||
-rw-r--r-- | app-pda/gnome-pilot/files/gnome-pilot-2.0.15-as-needed.patch | 13 |
2 files changed, 16 insertions, 0 deletions
diff --git a/app-pda/gnome-pilot/files/digest-gnome-pilot-2.0.15 b/app-pda/gnome-pilot/files/digest-gnome-pilot-2.0.15 new file mode 100644 index 000000000000..b038f744da20 --- /dev/null +++ b/app-pda/gnome-pilot/files/digest-gnome-pilot-2.0.15 @@ -0,0 +1,3 @@ +MD5 460a1fdd2206e1bbf820639831ca88f8 gnome-pilot-2.0.15.tar.bz2 804209 +RMD160 6e066d8bf14352f654cac72c566aef5107ad4e35 gnome-pilot-2.0.15.tar.bz2 804209 +SHA256 38e6f5522a4a56824cbf6765e4ea368068f82ecf74cf8b2b260420876c56c6ec gnome-pilot-2.0.15.tar.bz2 804209 diff --git a/app-pda/gnome-pilot/files/gnome-pilot-2.0.15-as-needed.patch b/app-pda/gnome-pilot/files/gnome-pilot-2.0.15-as-needed.patch new file mode 100644 index 000000000000..08934ce9a360 --- /dev/null +++ b/app-pda/gnome-pilot/files/gnome-pilot-2.0.15-as-needed.patch @@ -0,0 +1,13 @@ +diff --exclude-from=/home/dang/bin/scripts/diffrc -up -ruN gnome-pilot-2.0.15.orig/gpilotd/Makefile.am gnome-pilot-2.0.15/gpilotd/Makefile.am +--- gnome-pilot-2.0.15.orig/gpilotd/Makefile.am 2006-10-14 14:17:35.000000000 -0400 ++++ gnome-pilot-2.0.15/gpilotd/Makefile.am 2007-02-21 20:05:38.000000000 -0500 +@@ -142,6 +142,9 @@ libgpilotdconduitincludedir = $(included + libgpilotdconduit_la_LDFLAGS = \ + -version-info $(GPILOTD_CONDUIT_CURRENT):$(GPILOTD_CONDUIT_REVISION):$(GPILOTD_CONDUIT_AGE) + ++libgpilotdconduit_la_LIBADD = \ ++ $(GNOME_PILOT_LIBS) ++ + ### + + noinst_HEADERS = gnome-pilot-conduit-backup-private.h |