hot-babe/ChangeLog
Eirik Øverby 6aff485ced Release 0.2.2 - last known release
Website disappeared between Jun 15, 2010 and July 7, 2012.
No intermediate releases have been found, but it might be possible to reconstruct from Debian source diffs - I have made no attempt to do so.

0.2.2:
    Added option --version, -v
    Added hot-babe pixmap
    Bugfix when the number of pictures was not 5, resulting on awful colors
    Inform the wm that hot-babe is a dock (I really didn't check it)
    Added option --geometry to position the hot-babe

0.2.1:
    - Fixed some include missing for FreeBSD
    - Added support of a user configuration and pictures directory
    - Added configuration example file
    - Fixed segfault when the number of pictures was smaller than 5
    - Update man page
    - Fixed Makefile to follow right DESTDIR/PREFIX usage ;-)

0.2.0:
    - Using gdk2 and gdk-pixbuf2
    - License is now "Artistic License" for code and pictures
2025-02-09 18:07:00 +01:00

79 lines
2.5 KiB
Text

2004-12-05 Cypou <cyprien33@laposte.net>
* hot-babe.c: Added option --version, -v
Bugfix when the number of pictures was not 5,
resulting on awful colors.
Inform the wm that hot-babe is a dock
(I really didn't check it)
Added option --geometry to position the hot-babe
* Added hot-babe pixmap
* hot-babe.1: Updated
2004-12-04 Cypou <cyprien33@laposte.net>
* Added configuration example file
* hot-babe.c: Fixed segfault when the number of pictures was smaller than 5
Added support of a user configuration and pictures directory
Fixed some include missing for FreeBSD
* hot-babe.1: Updated
* Makefile: Fixed to follow right DESTDIR/PREFIX usage ;-)
2004-11-14 Cypou <cyprien33@laposte.net>
* Added copyright file
* LICENSE is now the 'Artistic License'.
2004-11-13 Temsa <florian.traverse@cpe.fr>
* loader.c: porting to gdk2, just some tricky modification for the new API
* Makefile: porting to gdk2/gdk-pixbuf2, using pkg-config
2004-10-20 Roman Bogorodskiy <bogorodskiy@inbox.ru>
* Makefile: FreeBSD port
* hot-babe.c: FreeBSD port: use of sysctl "kern.cp_time"
2004-09-13 Cypou <cyprien33@laposte.net>
* added new options in man page
* updated Makefile
2004-08-25 Cypou <cyprien33@laposte.net>
* loader.c: Used to load a set of images from a directory
* hot-babe.c: Use of loader.c, added small optimisations, added a -n
(--nice) option to automatically nice the hot-babe.i
Added --dir option to specify another images directory.
2004-08-22 DindinX <david@dindinx.org>
* hot-babe.c: Don't divide by zero (reported by different people),
some small optimisations, too.
2002-09-21 DindinX <david@dindinx.org>
* hot-babe.c: applied a patch by Pascal Terjan <pascal.terjan@free.fr>
which add the -N (--noNice) command line option. With this
option, the reniced processes aren't counted. This is usefull
if you use seti@home or distributed.net, which always eat
almost all the CPU.
* hot-babe.1: added from the debian package, and somewhat improved it.
Added the -N option description.
2002-09-20 DindinX <david@dindinx.org>
* hot-babe.c: added a missing #include <string.h>
reported by Gilles Cuesta <gcuesta@netimedias.com>