CHANGES 1.99.7 -> 1.99.8
+ get rid of __ops_malloc_passphrase() - strdup() works just as well
+ generalise __ops_seckey_forget() to become __ops_forget(), give it a size
parameter, and make it work on things other than secret keys (passphrases
for instance)
+ minor struct field enum renaming
+ minor function call renaming
+ add ops_io_t struct to hold pointers to IO streams, and pass it down
where necessary
CHANGES 1.99.6 -> 1.99.7
+ added to the regression tests
+ get rid of some magic constants, replace with more obvious names
+ zero out the memory used for a passphrase before freeing it in one place
CHANGES 1.99.5 -> 1.99.6
+ made --homedir=d consistent with POLS. Default is $HOME/.gnupg, and
if a directory is specified with --homedir=d, the directory containing
conf file and keyrings is taken to be "d".
CHANGES 1.99.4 -> 1.99.5
+ Luke Mewburn completely overhauled the auto tools infrastructure
+ changed signature (hah!) of some netpgp file management prototypes to
use const char * for file names and user ids, not char * - suggested by
christos
+ change some of the openpgpsdk display functions to return integer values,
and send those values back from the netpgp functions - suggested by
christos
+ rather than passing a shedload of variables to netpgp_init(), get rid
of them, and set variables using the netpgp_[gs]etvar() interface
+ replace some magic constants with descriptive names
+ use a netpgp variable to skip userid checks if necessary
+ add ability to allow coredumps via --coredumps if (a) you have taken
leave of your sanity, and (b) you have some magical persistent
storage which doesn't spare sectors, and (c) you know how to remove
a file securely
+ bumped library version on NetBSD to 1.0 for interface changes
remaining dependency on perl >= 5.6.1nb2, we're long past that point,
and perl5's module.mk makes a dependency on the current perl anyway.
No PKGREVISION bump, contents doesn't change in any meaningful way.
Change prompted by report from Aleksey Cheusov.
* Added a more reliable HTTP request class
* Added the "name" attribute to the FormSubmit widget (#702)
* Added automatic capitalization to the glossary module (#697)
* Added option to disable the table wizard cell magnifier (#716)
* Moved template "mod_message" to the front end module (#703)
* Fixed issue with mandatory password fields not being shown (#693)
* Fixed issue with "checkCredentials" hook only being executed once (#728)
* Fixed issue with insert tag "iflng" being cached (#707)
* Fixed issue with error pages sending the wrong redirect header(#749)
* Fixed issue with special characters in news links not being encoded (#747)
* Fixed issue with news pagination menu being calculated wrongly (#704)
* Fixed issue with aliases not being case-sensitive (#752)
* Fixed broken "shortened view" of the event list module (#694, #153)
* Fixed a couple of misspellings in the german translation (#701)
* Fixed a few issues with the new 2-column layout
* Fixed a few minor issues
Upstream changes between osh-20081213 and osh-20090527 follow:
osh bug fixes:
1) This release fixes an `echo' bug that causes `echo ""' to print an
unnecessary diagnostic.
2) It also fixes a `sigign' bug that can cause incorrect signal ignoring
behavior for subshells.
New osh features:
1) This release adds `cd' as a synonym for the `chdir' special command.
2) It also adds $m as a special parameter for the value of the MANPATH
environment variable.
fixes a build with fresh multimedia/x264-devel.
Changes between 0.9.9 and 0.9.9a:
---------------------------------
Mac OS X:
* Updated multiple 3rd party libraries to keep in sync with the Win32 port
* Playback fixes for PowerPC-based Macs
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).