juke-0.7 -------- 2001.2.11: - Support for NetBSD - Added autogen.sh script. - Requires ncurses now, didn't work with curses anyway. - Changed ChangeLog format juke-0.6 -------- 2000.3.6: - Could not quit when player was paused. This has been fixed. - Changed player_status function to return 1 if a player exits for example with a signal. So now "amp" can be used with juke. - Error message fix in conf.c - Man page added. juke-0.5 -------- 1999.4.15: - Changed player_kill and player_status. See LIMITATIONS. Sends SIGTERM instead of SIGKILL when killing players. juke-0.4 -------- 1999.4.15: - Changed shuffle routine. Better? - When adding items recursively they where not sorted. Sorting is now done when scaning the directories. juke-0.3 -------- 1999.4.7: - autoconf, automake - Compiles under FreeBSD without any modifications now ??? - User doc in LyX (see doc/ directory) (LyX is good, death to bill:)). - Changed behavior of the m key to not delete the playing tune. - Better shuffle routine. - Added recursive deletion of items from queue. - Reverted to old version of player_kill(). Still not perfect, see LIMITATIONS. - Fixed memory leek in queue_add_dir(). - Sometimes the queue didn't get redrawn, fixed. - Now replaces non ascii characters in file names with a '?'. Some terminal emulators had problems with this. juke-0.2 -------- 1999.3.23: - Added recursive addition of items to queue. - 'm' key now works in _item_ display mode. - Fixed pause bug. Juke should work well with players with multipple processes as well now. juke-0.1 -------- 1999.3.20: - First release