(or pkgsrc) from the 00DIST file:
4.70 January 16, 2004
...
Added bz2 compression.
...
Improved handling of parameters after "-i@".
...
With help from Andrew Brown <atatat@atatdot.net> and
John Heasley <heas@netbsd.org> added log-structured
file system (LFS) support for NetBSD and OpenBSD.
If you have Perl 5.8.1 you *need* this release. Older
versions of dvd::rip do not work with Perl 5.8.1.
* Features
- New checkbox "Reuse log" for 2-pass encoding on the
Transcode tab. Once activated an existent 2-pass
logfile will be reused resp. pass 1 is skipped. This
way you can continue a 2-pass transcoding if the 2nd
pass went wrong for some reason. Long awaited feature
requested by many users, including myself ;)
- Workaround for transcode filters which declare options
multiple times (as the unsharp filter in transcode
0.6.10). Reported by Fabio Russo.
* Bugfixes
"Package Makefiles should refer to PKG_SYSCONFBASEDIR instead of
PKG_SYSCONFBASE when they want PKG_SYSCONFDIR stripped of
PKG_SYSCONFSUBDIR. This makes PKG_SYSCONFBASE=/etc work with pkgviews by
installing all config files into /etc/packages/<pkg> instead of
occasionally putting some directly into /etc."
#undef truncate and tell in appropriate places. Workaround for Solaris
redefining them in unistd.h. Also reorder two includes to allow building on
Solaris.
probably other applications using gnome-vfs2 (yeah, it removes some minor
functionality... but until it's solved, this is better than nothing).
Bump PKGREVISION to 1.
Found by xtraeme@ with help from marcus@freebsd.
* GTK2 support.
* updated lot of translations, added romanian, latvian and albanian.
* numerous bug fixes.
* included a contrib-directory with the sources with some useful stuff sent
to me by X-CD-Roast users.
to be listed here; the package includes a complete list in all AN-2.01a??
files. What is notable is that it enables xcdroast "audio-on-the-fly
support".
Min Sik Kim.
ACME is a small GNOME tool to make use of the multimedia buttons
present on most laptops and internet keyboards: Volume, Brightness,
Power, Eject, My Home, Search, E-Mail, Sleep, Screensaver, Finance,
WWW, Calculator, Record, Close Window, Shade Window, Play, Stop,
Pause, Previous, Next, Groups, Media, Refresh and Help buttons.
* Improve window manager responsiveness
* Various bug fixes in file manager, window manager and panel
* More 64bit clean up
* New translation added: Azerbaijani
1.8.1:
* Fixed some bugs in the 'win' handler.
* Updated the Log_observer::factory() method for consistency
with Log::factory().
1.8.0:
* The Log package now includes a users guide, example scripts and unit tests.
* A number of small improvements have been made to the 'win' log handler
(based on suggestions from Paul Yanchenko).
* A new 'display' log handler has been added to the distribution. Contributed
by Paul Yanchenko, this handler simply prints the error message back
to the browser. It respects the 'error_prepend_string' and
'error_append_string' PHP INI values and is useful when using
PEAR::setErrorHandling()'s PEAR_ERROR_CALLBACK mechanism.
1.7.1:
* The mail handler now uses "\n" to terminate lines instead of "\r\n".
* The file handler's path creation routines now guard against potentially
infinite recursion.
* It is now possible to pass an object to the logging methods. If the object
offers a PEAR_Error-style getMessage() or PHP5 exception-style toString()
method, it will be used to extract the message text.
Documentation and the guide are installed in ${LOCALBASE}/share/doc/pear-Log.
The Log framework provides an abstracted logging system for PHP. It supports
logging to console, file, syslog, SQL, mail, and mcal targets. It also
provides a subject - observer mechanism.