Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > 734689b961ae89d385c8d29b88d7aef4 > files > 7

mp3c-0.31-7mdv2010.0.i586.rpm

0.31:
 - fixed includes in socket.c (reported by Petr Salinger
   <Petr.Salinger@seznam.cz> in debian bug #379887)
 - support CDDB protocol level 5 for reading and writing, which will fix
   saving of year (reported by Pelle Lundström <pelle_lundstrom@yahoo.com>)
   and genre value
 - do not lookup "." and ".." while finding local CDDB entry

0.30:
 - added a nice reference (mp3cref.txt) by William Maas <billmaas@xs4all.nl>
 - fixed typos in de-translation (reported by Jens Seidel
   <jensseidel@users.sf.net> in debian bug #313972)
 - fixed typo in pt-translation (reported by Fred Maranhão
   <fred_maranhao@yahoo.com.br> in debian bug #264802)
 - fixed some typos in manual page (reported by A Costa <agcosta@gis.net> in
   debian bug #302671)
 - fixed scrolling for cdda2wav output (reported by Matviychuk Oleg
   <mathway@narod.ru>)
 - fixed sending of DATA command on CDDB mailsession (reported by Martin
   Großhauser <csad2635@uibk.ac.at>)
 - rebuild filenames after loading presets (reported by Thomas Kiess
   <t.kiess@gmx.net>)
 - fixed outputfile for oggenc on-fly (debian bug #316849).
 - fixed comment-flag for oggenc.

0.29:
 - fixed perl-dependency in spec-file.
 - added presets for ogg- and mp3-encoding which can be switched in
   option menu.
 - updated defaults for mp3-encoder to use lame.
 - switched from cdparanoia to cdda2wav.
 - apply config default ogg-pattern to unknown filename if CDDB entry is
   missing (reported by Lasse Mørk <mu_ffi@hotmail.com>).

0.28:
 - build in with OGG defaults by using "--enable-oggdefaults" to ./configure
 - changed default cddb-path (if not detected otherwise from ./configure)
   to "~/.cddb"
 - updated contact informations
 - portability issues on s390, fixed some unsigned chars, based on Debian
   bug #181225 reported by Stefan Rink
 - option to replace spaces with user defined characters, defaults
   to "_" to not break compability. This work is based on a suggestion
   by Hugo Mills described in Debian bug #243051. It will break
   on official patch made by Debian package maintainer (if you used
   that patched 0.27 version with "pat_mode = 3", please change that
   to "pat_mode = 1" and "space_rep_char = "-"")
 - fixed non-ASCII characters in helpscreens (based on Debian patch
   closing #243050 and reported by Hugo Mills)
   -> package maintainers: please inform me about applied patches
                           to help me include them into upstream. 
 - fixed negation in batchscripts (thanks to Richard Gooch
   <rgooch@ras.ucalgary.ca> for reporting)
 - fixed bug in batch-creation when tagger-program was disabled
   (reported by Mike Castle <dalgoda@ix.netcom.com>)
 - added id3wrapper, a perl wrapper-script to write ID1 and ID2 tags
   in one step (contributed by Hans Engelen <hans.engelen@pandora.be>)
 - added a little Readme for applying the patches in the patches-dir
 - fixed comparison in shell-scripts (as suggested by Gus Hartmann
   <hartmann@madison-expat.net>)
 - added Mandrake-ncurses problem to FAQ (problems were reported by
   Daniel Schramm <daniel.schramm@gmx.de> and Thomas Juerges
   <thomas.juerges@astro.ruhr-uni-bochum.de>)
 - fixed reading exportlist (was only possible when a cd was inserted)
 - fixed newline transmission in SMTP routines (was reported by Arndt
   Schoenewald <arndt@schoenewald.de>)
 - fixed escaping of "!" in batchscript (thanks to Arndt Schoenewald
   <arndt@schoenewald.de> for reporting)
 - fixed autosave issues which wasn't done right last time (thanks to Arndt
   Schoenewald <arndt@schoenewald.de> for reporting this)
 - fixed error message when CDDB connect fails

0.27:
 - fixed display of the filename (got corrupted sometimes)
 - removed all old cddb.com stuff from MP3c (cddb.com refuses any work with
   my program, so we're supporting freedb.org now and only)
 - added 64-bit support for CDDB calculation (hope it works)
   (as suggested by Fabrice Peix <Fabrice.Peix@sophia.inria.fr>)
 - added option to enable/disable patternmask protection.
 - changed patternmask-handling. characters in the mask are now left un-
   touched, so ".mp3" won't changed to ".Mp3" any longer (as reported by
   Jan Niehusmann <jan@gondor.com>)
 - fixed wrong handling of tilde-globbing, could case wrong filenames after
   saving configuration (as reported by Jan Niehusmann <jan@gondor.com>)
 - fixed tolower convertion after a dot.
 - added second pattern for mp3-filename and m3u-filename creation. You can
   now use different patterns depending if the cd is a sampler or not
   (as suggested by Oliver Schade <os@ls-la.net>)
 - added pattern %3,%5,%6,%7,%a,%b,%c,%d for MP3-encoder (offers possibility
   to disable tag-program completly) (Jan Kujawa <kujawa@ultranet.com> later
   suggested the addition of the TOC-number)
 - possibility to disable tag-program by using "0" (as suggested by Tobias
   Hoessl <cato@animexx.de>)
 - added function to disable m3u-creation to batch-scripts (as suggested by
   Werner Hoch <werner.ho@gmx.de>)
 - added pattern %4 and %8 for MP3-encoder (including genre by number or
   name), for encoders which can set genre (as suggested by Tobias Hoessl
   <cato@animexx.de>)
 - added key "V" to force CDDB interpretation routine for sampler cds
   (as suggested by Florian Oelmaier <Florian.Oelmaier@hypovereinsbank.de>
   and Daniel Schramm <daniel.schramm@gmx.de>)
 - new patterns for detecting samplers
 - added pattern %a and %b in mp3info, for tracknumber
   (as suggested by Luke Fowler <luke@fowler.com>)
 - disabled autosave by default (as suggested by John Griffith
   <jgriffith@teamenergy.com>)
 - new pattern for sampler detection
 - insert included libintl if system gettext is not available, as on old
   libc5 and BSD-systems (done by Scott Aaron Bamford <sab@ansic.net>)
 - include ncurses.h instead of curses.h (suggested by Scott Aaron Bamford
   <sab@ansic.net>)
 - changed default cdrom-device to /dev/rcd0d on BSD-systems (as suggested
   by Scott Aaron Bamford <sab@ansic.net>)
 - added support for BSD-systems (was done by Scott Aaron Bamford
   <sab@ansic.net>)
 - fixed some further string lengths (fixed segfault on entering year in
   german version, and some other possible strings)
 - fixed string length for mp3-info setting window. The old value caused
   segfault in italian translation. (was submitted by Diego Liziero
   <pmcq@emmenet.it>)
 - polnish translation by Kuba Jakubik <kuba.jakubik@poczta.fm>
 - mostly done italian translation by Diego Liziero <pmcq@emmenet.it>
 - migrated to freedb.org as default CDDB-server, since CDDB.com refuses
   to accept submissions coming from MP3c and uses an anti-open-source
   policy.
   (please change the server eMail address to "freedb-submit@freedb.org").
 - changed default CDDB-server to freedb.freedb.org:8880
   (please notice that cddb.cddb.com:8880 will not work any longer!)

0.26:
 - added option for choosing what to do with illegal characters - maybe
   removed completly or replaced by the setting of patternmode (as suggested
   by Brian Macke <macke@strangelove.net>).
 - added option to replace the string for the unknown genre, to improve the
   compability to Tag-programs (as suggested by Brian Macke
   <macke@strangelove.net>).
 - fixed bug which caused that no ripped file was added to the right window
   (as reported by Brian Macke <macke@strangelove.net>)

0.25:
 - finally updated documentation, FAQ and ToDo list -> now complete for
   this release.
 - there is a hardcoded list of CDDB genres (for save and transmit), but it
   is possible to refresh this list directly from CDDB server.
 - saving and transmitting CDDB entries is now possible (as suggested
   by Oliver Schade <schade@schaefer-systems.de>).
   at the moment the transmission is done via eMail (HTTP transmit and
   proxy support is planned for next version.
 - added key "d" to remove dead tracks from the right list.
 - added option to open tray of cdrom after encoding is done (as
   suggested by Tobias Wagener <tobias@wagener.nu>).
 - fixed cpu-usage in filling FIFO (in on-fly encoding).
 - using defaults even for batchfiles (on-the-fly flag and encode order)
   (as suggested by Tobias Wagener <tobias@wagener.nu>).
 - added positionbar to external program status window.
 - ignore SIGPIPE, which will be caused by reading pipe of a failed external
   program.
 - give user the chance to read error output of failed external programs,
   instead of just printing "external program failed..."
 - fixed an ugly bug which could cause a file-descriptor leak if encoding
   too much (pipes to ripper/encoder subprocess were not closed properly).
   Many thanks to Jonathan Fletcher <jonathan@zenbu.net> for finding,
   reporting and fixing this bug.
 - option to change case of filenames (tolower or toupper), avoids
   "SCREAMING FILES" ;-) (as suggested by Daniel van Gerpen
   <gerpen@emsnet.de>).
 - fixed quoting bug in batchcreation (as suggested by Walter Hofman
   <walterh@gmx.de>).
 - misc spelling fixes (done by Walter Hofman <walterh@gmx.de>).
 - allow batch encoding process to restart after interruptions (done by
   Walter Hofman <waltherh@gmx.de>).
 - fixed comparisons in batchscripts (done by Walter Hofman
   <waltherh@gmx.de>).
 - avoid selectboxes with unused lines.
 - lockfile handling for tracklist export/import.
 - prevent deleting already ripped files if encoding fails (as suggested
   by Ian Zepp <icszepp@islc.net>).
 - option to ignore missing files on tracklist importing. (as suggested
   by Ian Zepp <icszepp@islc.net>).
 - added option to warn if an other MP3c process is running. This can
   prevent deleting tmpfiles accidently. (as suggested by
   Ian Zepp <icszepp@islc.net>).
 - updated match-list for sampler-cd (as suggested by Florian Oelmaier
   <Florian.Oelmaier@hypovereinsbank.de>)
 - added hotnews to show recent changes in new versions.
 - introducing a new file-requester for selecting files (improves the
   old handling "dir_requester + input_box" a lot).
 - completly rewrote requester-part. Directory-requester is a lot nicer now.
 - detect if files are specified instead of directories for mp3-directory,
   etc.
 - updated keyhandling: Backspace and Key-End should now work,
   even in xterms.
 - updated spanish translation (Alfonso Gazo <agazo@unex.es>
 - *very* little colorbug in layout.
 - fixed one main problem with ncurses-applications: if starting MP3c in
   interactive mode without controlling terminal, it consuments much cputime.
   Now MP3c will just exit. (was reported by Ian Zepp <icszepp@islc.net>).
 - starting development with CVS (outchecking MP3c via CVS is also possible
   now).

0.24:
 - seems that there are problems with some disc-ids which caused an eight
   character array overflow. This should now be fixed.
   (was reported by Peix Fabrice <leon@free.fr>)
 - portuguese translation, done by Lucas Correia Villa Real
   <barbanegra@noia.com.br>
 - there is now an easy possibility to disable remote cddb-access,
   by pressing "l". This would lock remote access, so only local
   database is used. You can force remote lookup even in locked-mode
   by press "F" (shift+f).
   (as suggested by Felix von Leitner <leitner@fefe.de>)
 - added possibility for using relative filenames in m3u-playlists.
   (as suggested by Oliver Schade <schade@schaefer-systems.de> and
    Ulf Schroeder <mordor@weh.rwth-aachen.de)
   There are three different modes: usage of full-path, relative to
   the main-m3u directory and relative to the playlistfile
 - fixed a bug when encoding imported list: if path for mp3s was not
   existing, encoder died and tmpfiles were deleted.
 - added globbing of tilde "~"
   (as suggested by Sven Geggus <sven@geggus.net>)
 - added option to disable directory requester and input directorynames
   manually (unfortunately without TAB-expansion currently).
   (as suggested by Tim Seipold <tseipold@kullen.rwth-aachen.de>)
 - fixed a little problem with filename in layout
 - some clean-ups to the code
 - improved $PATH-check to find even programs with relative path (but
   nevertheless you should use absolute paths)
 - added new keybinding for backspace. Use strg-h if backspace does not work
   (as suggested by Felix von Leitner <leitner@fefe.de>)
 - added possibility to use more than one CDDB-server. Just use a comma
   separated list, eg "www.cddb.com:8880,freedb.org:888"
   (as suggested by Felix von Leitner <leitner@fefe.de>)

0.23:
 - included now id3tool instead of mp3info into complete-package.
 - default pattern for tag-editor uses now syntax of id3tool
 - updated genre-list (32 new genres -> 147)
 - disallowed character 0x7f in input-box.
 - try to detect default cddb-path while running configure, by using
   $KDEDIR-environment variable and checking various directories for
   xmcd. (as suggested Soenke J. Peters <peters@simprovement.com>)
   you can also run ./configure with "--with-cddb-path=<path>" option
 - you can now use the same pattern for m3u as for filename-creation.
   (Note that %2 is now replaced by songtitle instead of albumtitle).
   This makes M3U-creation more flexible.
   (as suggested by Hamish MacEwan <hamish.macewan@telecom.co.nz>)
 - added pattern for cddb-id to filename-creation+m3u (%8) and mp3-comment
   (%9) (as suggested by Soenke J. Peters <peters@simprovement.com>)
 - fixed adding to m3u after encoding on right side
   (as detected by Alfonso Gazo <agazo@unex.es>)
 - fixed a bug in export (as detected by Carsten Hahn
			  <hahn@ibnm.uni-hannover.de>)
 - spanish translation, done by Alfonso Gazo <agazo@unex.es>

0.22:
 - inserted patches in distribution again
 - added first implementation of track import and export.
 - corrected caching bug for socket operations
 - fixed bug in directory-requester, which caused hang
 - if absolute path of program was given, it was not detected. fixed.
 - external-program check hangs if $PATH is setup wrong. Uh, what have
   I done. Thanks to Nick McGrogan <nmcgroga@thelonious.new.ox.ac.uk>
   for reporting this problem.
 - uh, german-text for missing directory overwrites malloc-buffer, fixed.
 - corrected creation of mp3creat.h, which caused wrong etc-directory
   in RPMs.
 - updated newslog for old version (I forgot ;-)

0.21:
 - updated and corrected spec-file to allow building of RPMs.
 - ripping several cds before encoding is now possible (import and
   export of ripped tracks is planed).
   (Multiripping was suggested by Jeremy Devenport <jeremy@weezel.com>
    and Rhys Ulerich <rdu105@psu.edu>)
 - updated online-help and german-translation
 - added "delete tempfiles on exit" option
 - colourfield option and setting menu
 - add deletefunction for right list
   (F8 deletes all marked tracks, F9 deletes only current track)
 - add ripped song to right list
 - let curr-song go down after ripping/encoding
   (as suggested by Harry Waschkeit <harry@bintec.de>)
 - added routine to check for external programs in $PATH
   (as suggested by Paul Wehr <paul@industrialsoftworks.com>)
 - translated online-help to german.
 - rewrote online-help to allow NLS-support there.
 - improved pattern-mode, won´t insert more than one underscore any longer,
   if characters follow which are in illegal list.
 - added i18n-support. MP3c is now available with english and german texts
   (anybody for translating to other languages welcome ;-)
 - totally rewrote autoconfig-stuff (fixed a few broken things with this)
 - adding characters to directory-names (after selecting directories)
   won´t cause to delete old text in input-box any longer.
   (as suggested by Killian Krause <Killian.Krause@rus.uni-stuttgart.de>)
 - improved input-box to allow caller-routine to set select-flag.

0.20:
 - some CDDB-entries do not use normal convention, and album/title was not
   detected correctly, if there are two or more slashes. Fixed this in the
   way, that an alone slash is used as markers. This should work better than
   the old behaviour.
   (as suggested by Joerg Kaschny <j.kaschny@gmx.de>)
 - added -t option, to select different tmp-directory for batch-file.
 - had an unreproduceable problem with ncurses function-call newwin(), which
   resulted in a NULL-pointer (of course this caused a segfault while trying
   to write into this window ;-). I reworked my window-system and added a
   handler to detect such a situation and try to claim a new window
   (100 times). If this fails a full-screen window is claimed as last resort.
   If this also fails, termination-call with code 3 is called (cannot exactly
   say what is happing then, because termination-function need a window too
   ;-). I encourage you to mail me, if there is any segmentation fault (call
   "mp3c -v" to see what is to be done in this case).
 - new batch-options together with new tempfile-creation allows the ripping
   of some cd before encoding it (if you have enough space on your disk ;-)
 - batch-script can now start with different options, which allow to set
   encoding order, flag for on-the-fly encoding and verbose mode (you can
   now switch of messages from ripper- and encoder program which results
   in a proper output)
 - each task in batch-file-creation is now done by several functions
 - totally rewrote batch-file creation
 - changed tempfile creation. Each file now gets a unique name including
   CDDB-ID and tracknumber (that makes it difficult to leave tmp-directory
   clean, maybe I should add a readdir-task to delete matching files).
 - changed cddb_internet_lookup(). From now on, no CDBB-entries can be
   received if local CDDB-directory is missing or not writeable. The old
   behaviour seemed to be a little bit confusing.
 - added option for creating CDDB-directory (if missing)
 - new definitions for strict/non-strict ;-)
   (as suggested by Olli Sulopuisto <dst@iki.fi>
 - added keyword for sampler-detection
 - fixed little bug in cddb-receive stuff (entry was loaded but not found,
   even in force-mode).
 - rewrote cdrom i/o-stuff. device-resource is now released after every
   access. This allows you to eject cd at every time, but use this with
   caution. (as suggested by Jonathan Forgues <darkelf@softhome.net>
 - added automatic creation of man-page

0.19:
 - added USEFUL patches for cdparanoia ;-)
 - added a lot of new things to online-help. Should be more useful
   now.
 - updated documentation
 - added option to rip all tracks first and then encode.
   (as suggested by Jeremy Devenport <jeremy@weezel.com>,
    Alexander N. Benner <Nikodemus@innocent.com> and
    Olli Sulopuisto <dst@iki.fi>)
   This applies even to batch-files.
 - added comment-info field for alter-menu
 - added possibility to toggle flag in alter-menu

0.18:
 - added menu for altering track-informations. Input information and set
   this to the current track, all marked tracks, or all tracks.
   Can be opened with ENTER-key.
   (as suggested by Jonas Bofjall <job@abc.se>)
 - added option for replacing forbidden slashes in filename (to avoid
   senseless directory creation if title or artist contain a slash)
   (as suggested by Peter Mack <peter.mack@frankfurt.netsurf.de>)
 - added option to set strict or non-strict character handling.
   This will allow more characters (like Umlaute, etc) in input_box and
   CDDB-entries.
   (as suggested by Jonas Bofjall <job@abc.se>)
 - fixed diagnostic time in parsing config-file
 - fixed ugly bug in calculating songtitle from cddb-entry.
   On long titles string-length was calculated wrong and caused segfaults.
   (thanks to Michael Newlyn Blake <mblake@frogtown.com> for reporting this
    in an exemplary way)

0.17:
 - eased allowed characters in infobox. allowed all printable-characters,
   including ascii-code $020 - $0ff
   (as suggested by Hakan Nillson <hakan@netg.se>)
 - added an huge number of new patterns for comment (including track-length,
   encoding-time, etc)
 - rewrote comment-creation routines
 - fixed display of estimated filesize (wrong time was substracted)
 - added automatic directory creation for mp3-, tmp-, m3u- and configfiles
   (as suggested by Sparty Broderick <sparty@upside.net>,
    Jeff Covey <jeff.covey@pobox.com>, Thomas Andres <tandres@vis.ethz.ch>,
    Michael Hermes <hermes@rz.uni-greifswald.de> and
    Mikko P. Mättö <mmatto@niksula.hut.fi>)
 - kill double slashes in filenames
   (as suggested by Michael Hermes <hermes@rz.uni-greifswald.de>)
 - added option for forbidden characters in filenames
   (as suggested by Sparty Broderick <sparty@upside.net>)
 - rewrote pattern mode-handling
 - added "go to home" in directory-requester
 - added possibility to open and close tray of cdrom-device
   (as suggested by Hakan Nilsson <hakan@netg.se>)
 - fixed clearing of layout after inserting cd
 - changed default name for tempfile (added .wav)
 - added flag to set default value for on-fly encoding
   (as suggested by Thomas Andres <tandres@vis.ethz.ch>)
 - toupper flag wasn't scanned correctly in configfile

0.16:
 - added mkdir-command to directory-requester
 - remapped some keys (F1-F10 -> "1" - "0")
 - added little faq
 - when going on dir up in requester, return to old directoryname
 - added pattern for mp3-comment (can set globally)
   (as suggested by Ulf Schroeder <ulf@gondor.weh.rwth-aachen.de>)
 - failure on child processes wasn't trapped correctly
 - added m3u-playlist creation
   (as suggested by Ulf Schroeder <ulf@gondor.weh.rwth-aachen.de>)
 - total time status run wild, if a non marked track was manually converted
 - added "rm tempfile" in batchscript
 - added pattern "%7" in mp3-filename (track number with zero-padding)
   (as suggested by Jonathan Michael Hawking <spiritu@nwu.edu>)

0.15:
 - added info-file for other configurations
 - added cmdline options -device, to select other cdrom device
 - added keys SHIFT+1 - SHIFT+0 for F1-F10
 - added more status information

0.14:
 - added track number
 - reorganised some things on package-format
 - little changes on documentation

0.13:
 - fixed bug in proc_add_fd
 - fixed bug in save-config (missing byte in malloc)
 - first release
 - added patches for cdparanoia and encoder 1.02
 - added manual page

0.12:
 - added documentation
 - handling of command line options
 - added batch-script output
 - finished configmenu
 - finished old (unready) options
 - added new feature to inputbox
 - changed filerequester to directory selector

0.11:
 - added input of year and comment
 - continued working on config menu, changed things on select box therefore
 - improvements of online-help
 - finished handling of converting functions

0.10:
 - on the fly works too
 - finished routines for ripping, encoding and mp3info
 - handling of child-processes
 - integrated external program config

0.09:
 - fixed resizing problem of status win
 - added "change of volume"-handling
 - program initialisation finished
 - improved error handling
 - improved resize signal handler

0.08:
 - config check
 - error window

0.07:
 - forgot CTRL-L handling in inputbox
 - added confighandling (config will now loaded and saved)

0.06:
 - reorganised handling of configvalues
 - configfile handling (load and save)
 - help window
 - main_loop handels now much nice routines
 - changed output of track-status
 - fixed bug in cddb-routines (4xx: too many users)
 - fixed bug in read_from_sock (unallowed zero)
 - yes/no box
 - infobox
 - advantages on inputbox

0.05:
 - inputbox
 - filename calculation
 - fixed segfault on resizing select box

0.04:
 - windoweffects
 - built in filerequester

0.03:
 - signal handler
 - genre selection
 - select box
 - window lifo
 
0.02:
 - statusbox
 
0.01:
 - cddb access
 - lowlevel cd-functions