Version 0.5.6.1 (February 07, 2009)
* Fix location of libmpd headers in gimmix.h [thanks to Qball]
* Check for libmpd>=0.17.0 in configure script [thanks to Qball]
* Set default cover when gimmix starts.
Version 0.5.6 (February 07, 2009)
* Gimmix requires libmpd version to be atleast 0.17.0 or higher
* Fixed lots of crashes/lockups due to cover/lyrics plugins.
* Tag editing support is now optional.
* Revamped tag editor and now it also shows album cover.
* Speed improvements and fixed some memory leaks.
* Added Swedish translation (Thanks to Niklas Grahn)
Version 0.5.5 (January 02, 2009)
* Bug #313023: Fix missing entries in POTFILES
* Bug #313018: gimmix.desktop contains encoding key (which is deprecated)
Version 0.5.4 (January 01, 2009)
* Bug #307527: Fix missing prototypes in some headers (patch from Christoph Mende)
* Added support for columns in Current playlist
* Fixed a bug where newly fetched lyrics were sometimes stored at odd locations
* LOTS of memory leaks fixed
* Fixed some crashes due to cover/lyrics plugins
Version 0.5.3 (December 12, 2008)
* Bug #293908: Segfaults when disabling coverart plugin
* Bug #305662: Segfault with accents and long filename
* Added support for manually setting cover images from files
* Added support for connection through proxy servers
* Fixed random crashes because of cover and lyrics plugins
Version 0.5.2 (October 11, 2008)
* Improved connection handling and fixed almost all crashes
* Fix random crashes occurring because of cover and lyrics plugins
* Fixed a bug that caused Gimmix to freeze sometimes when the user clicked "Get Lyrics" button
* Interface enhancement: Player control buttons made borderless
* Fixed delays/problems while updating song info when user updates an ID3 tag
* Wejpconfig updated to 20061102
* Previously Gimmix could handle only 128 covers in the database. This is now fixed.
* Fixed a crash when saving newly fetched album covers whose album name(s) contained trailing whitespaces
* The system tray tooltip is too close to the panel. make it display a little away from the panel.
Version 0.5.1 (October 02, 2008)
* Gimmix is now compatible with libmpd >= v0.16.0
* Improved cover art search function
* Numerous crash fixes
* Cover and Lyrics plugins are now enabled by default. use --disable-lyrics and --disable-cover to
disable them.
* Gimmix now continues to run even if mpd is not running. Users can reconnect to mpd from Gimmix by
clicking the "Connect" button
* Fixed a bug where "Germany" was not being displayed in cover art location in preferences
* Minor tweaks
Version 0.5.0 (September 26, 2008) Happy 2nd Birthday GIMMIX! \o/
* Bug #234739: Progress bar shows garbage next to time (in case of songs of length over 99 minutes)
* Bug #253140: Gimmix sometimes displays "assertion `percentage >= 0 && percentage <= 1.0' failed"
* Bug #263975: Window becomes too large if the song title is very long. This bug also fixes an issue
where strange trailing whitespaces appearead in the song title when the user modified the ID3 tag
information of a song.
* Added support for command-line arguments using getopt. (currently only --version)
* Added German translation (Thanks to Martin Stromberger)
* Added support for fetching Lyrics from Leoslyrics.com
* Added support for fetching Album cover art from Amazon.com
* Added support for changing audio output device in Preferences
* Some user interface enhancements
Based on PR#41471 by Guillaume Lasmayous.
Pkgsrc changes:
* LICENSE=gnu-gpl-v2
* Use system libsexy.
* add option for support mac.
* add buildlink3.mk for plugins.
Added features
* Global copy/paste system
You can now copy songs from any song list and paste them in the play queue or
the playlist-editor. The copy-paste system can also be used to move block of
songs inside a playlist or between playlists.
* Easy Command
Easy command is a gnome-do like interface to gmpc. This allows you to quickly
add songs, play a certain songs or replace the play queue. More information .
* Windows Installer
There is now a nice easy to use installer for gmpc on windows. It installs
gmpc and all the needed gtk files, add menu option and uninstall program.
* Metadata Browser back/forward buttons
The metadata browser now has browser-like back/forward buttons, allowing
faster and easier navigation.
* Initial albumartist support
If mpd provides it, gmpc now can use the albumartist tag to fetch metadata
more reliably.
* Artist Image tooltip
For the users that use gmpc in collapsed mode, there is a nice tooltip showing
the artist image when hovering over the artist name in the player.
* Customizable quick links in metadata browser
Via the gmpc wiki, hyper links can easily be added to the links section of the
metadata browser. e.g. Wikipedia links are now included by default.
* Integrated search
The search browser now gives you access to the magnatune and jamendo database
as well (if plugins are installed). The search options also adjust to tags
that actually can be searched.
* Initial Sticker Support
MPD from git allows you to attach "stickers" to songs. GMPC can use this to
rate songs.
This is still very basic and will improve when stickers in mpd evolves.
* Server Information Page
The serverstats plugin is now integrated into gmpc. This provides several
statistics about your mpd database and configuration.
* Integrated favorites support
The favorites plugin is now integrated in the playlist-editor. Press ctrl-
enter to add the current playing song to the special "Favorites" playlist.
Bug fixes and Improvements
* Improved graphics, thanks to Chymera.
* New Stylized covers.
* No artist image.
* Fetching artist image.
* Many translations updated and added. GMPC will be available in 28 languages.
* Reduced recourse usage.
* Reduced the amount of unneeded image refreshing.
* Play Queue grabs rows in blocks of X at the time. (Improves usage on high
latency networks).
* Main-loop based async downloader instead of manually iterating the loop.
* Better handling of file-encoding on windows.
* Less cpu intensive progress bar.
* Add songs to mpd in blocks of 16383 songs, so mpd does not run out of command- buffer.
* Add clip when drawing images, avoiding small artifacts caused by scaling
images.
* Compile time optional use of libsexy.
* Make search window integrate better.
* Don't save column width unless changed by user.
* Avoid race condition when listfield results are inconsistent.
* Fix drawing issues.
* Much more.
Internal changes
* Moved from libcurl to using libsoup for fetching data from the internet.
* Async downloader added.
* Internal vapi bindings so new features can be added coded in vala.
* All access to plugins via accessor functions.
* Removed Egg code that is now available in gtk.
* Moved everything, beside main gui, to GtkBuilder.
* Moved from custom popup code to GtkToolTip.
* and much more.
Plugins
* Jamendo
* Use the new Downloader of gmpc, allowing for a quicker download and adds
cancel option. This removes the libgio dependency.
* Store the jamendo database in sqlite3. To gives faster and more complete
access to all the songs. It also reduces the memory usage.
* Integrate into gmpc Search browser
* Make plugin work for windows.
* Fix storing metadata on windows.
* Magnatune
* Use the new Downloader of gmpc, allowing for a quicker download and adds
cancel option.
* Store the Magnatune database in sqlite3. To gives faster and more complete
access to all the songs. It also reduces the memory usage.
* Integrate into gmpc Search browser
* Make plugin work for windows.
* Fix storing metadata on windows.
* Last.fm
* Allow user to set what metadata last.fm is used for.
* Fix storing metadata on windows.
* MServer
* Improve integrated feel in gmpc. (copy support for the copy/paste system,
right mouse menu, etc.)
* Send artist,album and title name to mpd. (via icy http header)
* Drag and drop support. dn'd files from your file browser onto mserver
browser to add files and folders.
* If supported in gtk, allow the user to browse audio cd and add the tracks to
the list. (Requires libgio to be working).
Based on PR 41470 by Guillaume Lasmayous.
Pkgsrc change:
* LICENSE=gnu-gpl-v2
* bump shlib major 0 => 1, (previously, just not defined),
so bump ABI_DEPENDS.libmpd.
Rehsack. apr1 is no longer an option; that's just the way it is.
Version 1.6.2
(09 May 2009, from /branches/1.6.x)
http://svn.collab.net/repos/svn/tags/1.6.2
User-visible changes:
* vastly improve memory usage with 'svn merge' (issue #3393)
* make default depth for merge 'infinity' (r37156)
* make 'status --quiet' show tree conflicts (issue #3396)
* allow '--set-depth infinity' to expand shallow subtrees (r37169)
* return an error if attempting to reintegrate from/to the repo root (r37385)
* don't store bogus mergeinfo for '--ignore-ancestry', foreign merges (r37333)
* don't allow merge of difference between two repos (r37519)
* avoid potential segfault with subtree mergeinfo (r36613, -15, -31, -41)
* recommend sqlite 3.6.13 (r37245)
* avoid unnecessary server query for implicit mergeinfo (r36509)
* avoid unnecessary server query during reverse merges (r36527)
* set depth=infinity on 'svn add' items with restricted depth (r37607)
* fixed: commit log message template missing paths (issue #3399)
* fixed: segfault on merge with servers < 1.6 (r37363, -67, -68, -79)
* fixed: repeat merge failures with non-inheritable mergeinfo (issue #3392)
* fixed: another memory leak when performing mergeinfo-aware merges (r37398)
* fixed: incorrect mergeinfo on children of shallow merges (issue #3407)
* fixed: pool lifetime issues in the BDB backend (r37137)
Developer-visible changes:
* don't fail if an embedding app has already initialized SQLite (issue #3387)
* resolve naming collisions with static stat() function in svnserve (r37527)
* fix an expectation for a failing dirent windows test (r37121)
Version 1.6.1
(10 Apr 2009, from /branches/1.6.x)
http://svn.collab.net/repos/svn/tags/1.6.1
User-visible changes:
* recommend Neon 0.28.4. (r36388)
* improve performance of 'svn merge --ignore-ancestry' (r36256)
* improve 'svn merge' performance with subtree mergeinfo (r36444)
* correctly proxy LOCK and UNLOCK requests (r36159)
* prevent a crash when updating old working copies (r36751)
* don't let svnmerge.py delete a nonexistent property (r36086, -767, -769)
* don't fail when upgrading pre-1.2 repositories (r36851, -7)
* allow escaping of separator characters in autoprops (r36763, -84)
* improve tempfile creation robustness on Windows (r36442, -3)
* fix change-svn-wc-format.py for 1.6.x working copies (r36874, -5)
* improve configure's detection of Berkeley DB (r36741, -2)
* don't allow foreign merges to add foreign mergeinfo (issue #3383)
* improve performance of 'svn update' on large files (r36389, et. al.)
* fixed: error leak and potential crash (r36860)
* fixed: parent directory handling on Windows (r36049, -50, -51, -131)
* fixed: unintialized memory errors (r36252, -3)
* fixed: potential working copy corruption (r36714)
* fixed: working copy upgrade error (r36302)
* fixed: pointer dereference error (r36783)
* fixed: error diff'ing large data with ignored whitespace (r36816)
* fixed: potential hang in ra_serf (r36913)
* fixed: problem with merge and non-inheritable mergeinfo (r36879)
* fixed: repeated merging of conflicted properties fails (issue #3250)
* fixed: excluding an absent directory segfaults (issue #3391)
Developer-visible changes:
* ensure svn_subst_translate_cstring2() properly flushes data (r36747)
* make serf report a base checksum to apply_textdelta (r36890)
* syntax updates for strict C89 compilers (r36799)
* update RPM scripts for RHEL4 (r36834)
* allow tests to be run with Python 2.6.1 on Windows (r36149, -50, -51, -56)
* allow building JavaHL with Visual Studio 2008 (r36954)
* stop setting default translation domain in JavaHL (r36955)
* fixed: warning with Python 2.6 and ctypes bindings (r36559)
* fixed: undefined references to svn_fs_path_change2_create() (r36823)
Version 1.6.0
(20 Mar 2009, from /branches/1.6.x)
http://svn.collab.net/repos/svn/tags/1.6.0
User-visible changes:
- General:
* Now require Windows 2000 or newer on Windows (r33170)
- Major new features:
* identical files share storage space in repository (issue #2286)
* file-externals support for intra-repository files (issue #937)
* "tree" conflicts now handled more gracefully (issue #2282, #2908)
* repository root relative URL support on most commands (issue #3193)
- Minor new features and improvements:
* pre-lock hook can now specify lock tokens via stdout (r32778)
* svnmucc: support '--with-revprop' (r29492)
* merge: log include-descendants in operational log (r30426, r30428)
* improved operational logging for 'svn switch' (r30517)
* new 'Header' keyword, similar to 'Id' but with full URL (r35386)
* warn/disallow when storing plain-text passwords (r31046)
* support KWallet and GNOME keyring for password storage (r31241, -337)
* client now caches SSL client cert passphrases (issue #2489)
* add '--prefix-file' option to 'svndumpfilter' (issue #2697)
* add '--ignore-externals' option to 'svn cp' (issue #3365)
* add '--with-no-revprops' to 'svn log' (issue #3286)
* new 'svnadmin pack' command to compress FSFS filesystems
* new SVNAllowBulkUpdates mod_dav_svn directive (issue #3121)
* new public mod_dav_svn URI syntax: path?[p=PEG][&r=REV] (r34076)
* new 'svnsync info' command to show synchronization information (r35053)
* conflict resolver supports display-conflict, mine-conflict and theirs-conflict
- Client-side bugfixes:
* faulty reflexive merges (issue #2897)
* buffer overflow on a 0 byte string buffer (r35968, -74)
* conflict resolver needed more useful 'diff' option (issue #3048)
* disable username assumption (issue #2324)
* more accurate usage message for 'svn log' (r30449)
* do not repeat merge if target has explicit mergeinfo (issue #2821)
* corruption when filtering self-referential mergeinfo (r30467)
* filter empty mergeinfo with self-referential mergeinfo (r30510)
* pay attention to partial replay from the server in svnsync (r30440)
* improved property name handling in svnsync (r30480)
* properly recognize the file:/// in repository with svnsync (r30482)
* svn+ssh SIGKILLs ssh processes (issue #2580)
* 'svn up'/'svn co' early abort with svn:externals (issue #3148)
* improve tempfile names for conflict resolver (issue #3166)
* ra_serf: 'svn merge' aborts (issue #3212)
* 'svn cleanup' failed on non-ASCII characters (issue #3313)
* 'svn update' fails on moved, modified file with local mods (issue #3354)
* easier use of NTLM for proxy with ra_neon (r29874)
* 2-url merge from DAV-accessed foreign repo makes bad wcprops (issue #3118)
* can't add .svn (and children) to your wc via '--parents' (r35819)
* improved performance removing unversioned directories (r36111)
* 'svn cp --parents' had path URL encoding issues (issue #3374)
* support shell quoting rules in externals definitions (issue #2461)
* new SVN_LOCALE_DIR environment variable for localization (issue #2879)
* scheme and domain name in urls handled case insensitive (issue #2475)
* merge: pick default revisions with peg revision in single url (r30455)
* many other minor bugfixes, optimizations, plugs of memory leaks, etc
- Server-side bugfixes:
* mod_dav_svn runs pre-revprop-change twice (issue #3085)
* mod_dav_svn ignores pre-revprop-change failure on delete (issue #3086)
* mod_dav_svn prevented lock breaks from being propagated to client (r29914)
* non-UTF8 filenames could enter repository (issue #2748)
* 'svnlook proplist' xml output (issue #2809)
* don't let mod_dav_svn hide errors from client (issue #3102)
* ra_serf failure during update (issue #3113)
* ra_serf comply with RFC 2617 in handling authentication headers (r35981)
* use both SHA1 and MD5 in the FS backends (r34388)
* many other minor bugfixes too numerous to list here
- Contributed tools improvements and bugfixes:
* commit-email.pl: Deprecated; use mailer.py instead (r31755, -67)
* svnmerge.py migration tool munged svn:mergeinfo ordering (issue #3302)
* And other random sundry stuff
Developer-visible changes:
- General:
* serf 0.3.0 required, when building with serf (r35586)
* require SQLite 3.4.0 or newer (r33520)
* allow the use of an in-tree SQLite amalgamation (r35263)
* svn_log_changed_path_t now includes a 'kind' field (issue #1967)
* BDB `changes' table inconsistency when APIs are misused (issue #3349)
* configure should prefer apr-1 over apr-0 if both are present (issue #2671)
* make 'Not Found' errors consistent between RA layers (issue #3137)
* fix a potential buffer overrun (r34374)
* many bug fixes and improvements to the test suite
- API changes:
* notification system for properties and revision properties (issue #783)
* make ra_svn's merge commit-revprops public (r30462, r30453)
* mod_dav_svn operational logging compatible with svnserve logging (r30518)
* improve speed of svn_client__get_copy_source() (issue #3356)
* if fsfs commit fails return SVN_INVALID_REVNUM (r35950)
- Bindings:
* new: ctypes python bindings
* many improvements to all bindings (Java, Perl, Python, and Ruby)
* respect CFLAGS in SWIG bindings (r35879)
* fix building Ruby bindings with Ruby 1.9 (r35852, r35883)
Packaged by Kamel Derouiche.
nXML is a C library for parsing, writing and creating XML 1.0 and
1.1 files or streams. It supports utf-8, utf-16be and utf-16le,
ucs-4 (1234, 4321, 2143, 2312).
Reviewed and tested by wiz@.
Pkgsrc changes:
o Adapt the large set of diffs to the new version.
o Depend directly on cairo and turn off the use of the ancient
version of cairo embedded in the distribution. (Caused build
failures with a newer cairo installed from pkgsrc.)
Upstream changes:
What's New in Sunbird 0.9
- - - - - - - - - - - - -
Sunbird 0.9 is the latest release of our standalone calendar
application. We recommend that all users upgrade to this latest
version.
The following features have been added to Sunbird 0.9:
* Events spanning days now have a visual indicator indicating
them as connected events
* When reloading a remote calendar a progress indicator is now shown
* The so-called "minimonth" (small calendar month in the upper
left) has been given a visual overhaul
* The calendar views (day, week, multiweek, month) have been
given a visual overhaul
* CalDAV support and interoperability with various CalDAV
servers has been improved
* The application stability and memory consumption has been
greatly improved
* A full list of changes that have gone into this release can
be found on The Rumbling Edge website at
http://www.rumblingedge.com/2008/09/21/sunbird-09-released/
Release Date: September 23, 2008
What's New in Sunbird 0.8
- - - - - - - - - - - - -
Sunbird 0.8 is the latest release of our standalone calendar
application. We recommend that all users upgrade to this latest
version.
The following features have been added to Sunbird 0.8:
* A new icon set which matches more closely the icon style of
other mozilla applications
* Category colors are now shown next to an event box, giving
users a much better overview of their differently categorized
events
* Events with alarms now have a visual indicator showing an alarm bell
* A totally overhauled alarm dialog
* Sunbird now recognizes the timezone definitions in .ics files
created by other applications. This fixes the longstanding
issue of Sunbird miscalculating the date or time of events
contained in those files
* The timezone guessing has been significantly improved
* Sunbird now contains experimental support for viewing remote
calendars offline. This feature has known bugs and is included
for testing purposes only
* Sunbird contains several performance fixes, which should
improve working with larger calendar files
* You can now define for each of your calendars, whether you
want to be notified of alarms for events in these calendars or
not
* A full list of changes that have gone into this release can
be found on The Rumbling Edge website at
http://weblogs.mozillazine.org/rumblingedge/archives/2007/11/sb_0-8.html
Release Date: April 04, 2008
What's New in Mozilla Sunbird (R) 0.7
- - - - - - - - - - - - - - - - - - -
Mozilla Sunbird 0.7 is the latest release of our standalone calendar
application. We recommend that all users upgrade to this latest
version.
* A redesigned event/task dialog has been enabled to gather
feedback from the community. It offers a much cleaner user
interface and additional functionality including:
o Events/Tasks can be created in different timezones
o Integrated display of recurrence patterns, reminders
o Custom recurrences and reminders
o Clear separation between tasks and events
* The new event summary dialog lists all the details of tasks
and events for calendar which are read-only.
* Colliding events (events in the same time slot) are shrunk
so that they fit into the display of a day. This no longer
affects other events on the same day.
* Localized releases of Sunbird in Chinese (simplified),
Georgian, Lithuanian, Portuguese (European), Spanish (Argentina)
and Turkish
* A full list of changes that have gone into this release can
be found on The Rumbling Edge website at
http://weblogs.mozillazine.org/rumblingedge/archives/2007/07/sb_0-7.html
Release Date: October 25, 2007
What's New in Mozilla Sunbird (R) 0.5
- - - - - - - - - - - - - - - - - - -
Mozilla Sunbird 0.5 is the latest release of our standalone calendar
application. We recommend that all users upgrade to this latest
version.
* Much more polished user interface in the calendar views
* Working hours are back
* Automatic migration of data in Sunbird 0.2, iCal.app, and Evolution
* Much improved printing functionality
* Support for Google Calendar (via the Google Calendar Provider extension)
* Vastly improved reliability
* Many performance improvements
* Many usability improvements
* A full list of changes that have gone into this release can
be found on The Rumbling Edge weblog at
http://weblogs.mozillazine.org/rumblingedge/archives/2006/12/sb_0-5.html
Release Date: June 27, 2007
Alan Coopersmith (1):
Make sure m4 supports -I flag, if not, try finding gnu m4
Bart Massey (1):
wrapped xcb_atom.h for C++ per bug report of <comick@autistici.org>
Bob Ham (1):
Add a check on xproto version libxcb was compiled with
Julien Danjou (2):
icccm: fix compatibility with libxcb > 1.2
Release xcb-util 0.3.5
Mikhail Gusarov (2):
Add xcb_aux_change_window_attributes_checked
Zero out handlers list in xcb_event_handlers_init
Bart Massey (2):
kludgily hand-merged xid fixes
Fix XDM-AUTHORIZATION-1 (bug #14202)
Bob Ham (1):
Store xcbproto version libxcb was compiled with
Jeremy Huddleston (1):
darwin: Don't use poll() on versions of darwin before darwin10
Julien Danjou (9):
Copy full IPv4 mapping (Bug #20665)
Fix do_append() arguments
auth: precompute authnameslen
auth: use snprintf() return value
util: open_abstract gets filelen as parameters
util: merge common code for xcb_connect
util: remove useless strlen calls from decnet opening
depends on recent xcb-proto and bump version of randr
Release libxcb 1.3
Michael Ost (1):
use poll() instead of select() when available
Peter Harris (3):
Don't use enums in generated C code - use integer constants instead.
Revert "Don't use enums in generated C code"
Avoid name collisions between xidtype and enum.
Samuel Thibault (1):
Local socket connections do not work on hurd-i386
elupus (1):
Disable Nagle on TCP socket
Eamon Walsh (1):
Correct the length calculation for the value field of GetPropertyReply.
Julien Cristau (2):
Add RandR 1.3 requests
Fix ShmCompletion event
Julien Danjou (6):
Fix miter spelling
xtest: rename window field
bump version to 1.5
shm: fix Completion event fields
Revert "shm: fix Completion event fields"
Release xcb-proto 1.5
Peter Harris (19):
Most usages of ModMask may also take the special value "Any".
Add altenum (non-exhaustive enum)
Document enum, altenum, and mask
Add (and use) Time/CurrentTime enum.
Add (and use) KeyButMask enum.
Add a variety of 'None' enum types and altenum references.
xinput tweaks
Add enum references to fields in Shape
Add enum references to fields in Composite
Add enum references to fields in XFIXES
Add enum references to fields in Damage
Move enums above their first use in xproto.xml
Add enum references to fields in DPMS
Add enum references to fields in RANDR
Add enum references to fields in XInputExtension
Add enum references to fields in XVideo
Add enum references to fields in RENDER
Add enum references to fields in SYNC
Merge branch 'enum'
File::Find::Rule::Perl provides methods for finding various types
Perl-related files, or replicating search queries run on a distribution
in various parts of the CPAN ecosystem.
File::Find::Rule::VCS provides quick and convenient methods to exclude the
version control directories of several major Version Control Systems
(currently CVS, subversion, and Bazaar).
Changes:
2009-05-20 Mikio Hirabayashi <mikio@users.sourceforge.net>
* ttserver.c (do_task): a potential bug of memory leak was fixed.
* tcrdb.c (tcrdbnew): a bug related to initialization was fixed.
* scrext.c (serv_fwmkeys, serv_regex): new functions.
- Release: 1.1.28
scheduled import of File::Find::Rule::Permissions.
Devel::CheckOS provides a more friendly interface to $^O, and also lets you
check for various OS "families" such as "Unix", which includes things like
Linux, Solaris, AIX etc.