commit e0e2bc4d782411f9d49125571e50cb48a674af19
Author: phantomjinx <[email protected]>
Date: Sat Mar 6 19:37:13 2010 +0000
Updated NEWS and ChangeLog for release 0.99.16
ChangeLog | 124 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
NEWS | 22 +++++++++++
2 files changed, 146 insertions(+), 0 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 8982b1a..b6c1dc7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,127 @@
+Author: Todd Zullinger <[email protected]>
+Date: Sun Feb 14 17:46:06 2010 -0500
+
+ Explicitly check for and link libvorbis
+
+ Changes in the default DSO linking behavior on Fedora exposed the fact
+ that gtkpod used symbols from libvorbis but had relied on other
+ libraries it linked against to pull it in.
+
+Author: Todd Zullinger <[email protected]>
+Date: Sun Feb 14 17:41:05 2010 -0500
+
+ Explicitly link against libm
+
+ Changes in the default DSO linking behavior on Fedora exposed the fact
+ that gtkpod used symbols from libm but had relied on libgpod or other
+ libraries it linked against to pull it in.
+
+Author: phantomjinx <[email protected]>
+Date: Sun Feb 28 16:12:05 2010 +0000
+
+ Patch moving auto detection from hal to gio
+
+ - Support for both autotools and cmake
+ - Thanks to Nikias Bassen for the patch at tracker id: 2960423
+ - Reviewed and tested successfully with following:
+ -- ipod nano (1st gen)
+ -- ipod (5.5 gen)
+
+Author: phantomjinx <[email protected]>
+Date: Sun Feb 14 22:29:00 2010 +0000
+
+ Avoid segfault during drag n drop of cover art
+
+ - display_coverart.c
+ Check avoids possible sigsev if cover cannot be found in the cover art
+ array. Possible to occur if coverart collection is empty.
+
+Author: Alain Portal <[email protected]>
+Date: Sun Feb 14 18:16:01 2010 +0100
+
+ Update and improve translation.
+
+Author: Alain Portal <[email protected]>
+Date: Mon Jan 25 21:42:46 2010 +0100
+
+ Some updated strings.
+
+Author: Alain Portal <[email protected]>
+Date: Fri Jan 22 13:32:18 2010 +0100
+
+ Updated to 0.99.14
+
+Author: Maia Kozheva <[email protected]>
+Date: Wed Dec 23 14:45:43 2009 +0600
+
+ Brought add_custom_target to lowercase
+
+Author: Maia Kozheva <[email protected]>
+Date: Mon Dec 21 19:51:59 2009 +0600
+
+ Locale support in CMake
+
+Author: Maia Kozheva <[email protected]>
+Date: Mon Dec 21 18:36:06 2009 +0600
+
+ Optional dependency support for cmake
+
+Author: Maia Kozheva <[email protected]>
+Date: Mon Dec 21 16:39:56 2009 +0600
+
+ Split glade file into GtkBuilder files; updated CMake build system
+
+Author: Maia Kozheva <[email protected]>
+Date: Mon Dec 21 12:10:20 2009 +0600
+
+ Updates for CMake build
+
+Author: Maia Kozheva <[email protected]>
+Date: Mon Dec 21 11:04:52 2009 +0600
+
+ Added CMake build files
+
+Author: Maia Kozheva <[email protected]>
+Date: Wed Dec 16 14:50:42 2009 +0600
+
+ Remove nested functions for clang compatibility
+
+Author: Maia Kozheva <[email protected]>
+Date: Wed Dec 16 14:18:23 2009 +0600
+
+ Use soname after all; libmp4v2.so is not guaranteed to exist
+
+Author: Andrea Odetti <[email protected]>
+Date: Sun Nov 1 14:21:46 2009 +0000
+
+ Bug fix, memory leak and double free.
+
+Author: phantomjinx <[email protected]>
+Date: Sun Nov 8 19:34:36 2009 +0000
+
+ Add volume control to details window
+
+ Patches submitted to list Andrea Odetti <[email protected]>.
+ Adds a volume control slider to details window for setting the volume
+ of the track. Also, fix for null-terminated list in syncdir.c
+
+ Thanks to Andrea.
+
+Author: Javier Kohen <[email protected]>
+Date: Sat Apr 18 15:02:06 2009 +0200
+
+ Expand column width manually.
+
+Author: phantomjinx <[email protected]>
+Date: Fri Oct 30 23:47:54 2009 +0000
+
+ Fix for hang when changing back from photo window to playlist view.
+
+ The hang occurred due to the use of "while (gtk_events_pending)
+ gtk_main_iteration" in the st_set_sorttab_page function. This has
+ been removed as well as further calls to this pragma in other parts
+ of the file. File has also been reformatted to correct all whitespace.
+
2009-09-03 Paul Richardson <phantom_sf at users.sourceforge.net>
* src/misc_track.c: Fix podcast addition
diff --git a/NEWS b/NEWS
index caeaad4..d1c5707 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,25 @@
+gtkpod V0.99.16
+
+ NEW FEATURE: Volumn control added to detail window for setting
+ the volume of a track. Thanks to Andrea Odetti.
+
+ IMPROVEMENT: Migration from hal, which is now deprecated, to gio.
+ Thanks to Nikias Bassen.
+
+ IMPROVEMENT: Translation support.
+
+ IMPROVEMENT: Support for using CMake as well as autotools
+
+ IMPROVEMENT: Code compatibility for compiling using Clang. Thanks
+ to Maia Kozheva.
+
+ BUGFIX: Crash when a cover art image is dragged and dropped.
+
+ BUGFIX: Freeze when changing from the photo window back to the
+ playlist window.
+
+ BUGFIX: Numerous double frees and memory leaks.
+
gtkpod V0.99.14
NEW FEATURE: Help system, still very preliminary.
------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
gtkpod-cvs2 mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gtkpod-cvs2