by Gerrit Pape <pape@smarden.org> in private mail:
>Since I plan to make an updated set of manpages for djbdns in the next weeks,
>I decided to switch to date-versioning the archives to not break the BSD
>ports in future. The newest archive will always be accessible through
>ftp://ftp.innominate.org/pub/pape/djb/djbdns-1.05-man.tar.gz
>This is a symlink to
>ftp://ftp.innominate.org/pub/pape/djb/djbdns-1.05-man-20010502.tar.gz
>right now. The date-version is always YYYYMMDD.
Thanks for the note!
Changes:
> Added date and size display columns to the file list.
> Added file managementi (copy, move, etc.) to the collection
pop-up menus.
> Added to file dialogs a right-click menu for renaming and deleting
files. Also added a button to create new directories.
> Added translations et, fi, nl.
- Updated translations de, fr, it, ja, pl, sl.
- New option to sort files ascending or descending.
- New option to sort files by numerical order (8,9,10...).
- .thumbnails directories are now created group writeable.
- Files dropped on the duplicates window are now filtered.
- Made removing multiple files from the duplicates window faster.
* Fix file rename missing cursor bug.
* Fixed memory leak in the find duplicates window.
* Minor bug fixes.
releated changes from the release notes for 4.59 include:
4.59 October 20, 2001
...
Added an additional UVM test to the NetBSD Configure
stanza. Andrew Brown <atatat@atatdot.net> supplied
the test; it recognizes NetBSD 1.5Y UVM changes to
the vnode structure recently committed by Chuck
Silvers.
...
Added an IP version selector to the -i option
parameters.
6.0.012 IGNORED (Polish message translations fix)
6.0.013 ":silent! cmd" sometimes still gives an error message
6.0.014 can modify buffer while 'modifiable' is off
6.0.015 get an error message for deleting b:did_ftplugin
6.0.016 bufnr(), bufname(), etc. did not find unlisted buffers
6.0.017 the "Co" termcap entry was sometimes set to the wrong value
6.0.018 initializing 'encoding' may cause a crash
the main virus scanning script has been rewritten in perl, replacing
the original shell script.
The currently supported MTAs are exim, qmail, postfix, and sendmail.
Please refer to the corresponding README.mta file for further
documentation.
syslogd(8) via Perl's XSUBs. The implementation attempts to resemble
the native libc-functions of your system, so that anyone being familiar
with syslog.h should be able to use this module right away.
TNEF stands for Transport Neutral Encapsulation Format, and if you've
ever been unfortunate enough to receive one of these files as an email
attachment, you may want to use this module.
This module uses no C-coded parts in itself, but it will try to use
the Compress::Zlib module to read and write gzipped tarfiles.
Archive::Tar will still work without Zlib, it will just complain a
little bit (and, of course, not be able to use compression). The
complaining will be removed when the module leaves the alpha stage,
and can be trivially removed by commenting out the offending print
near the top of Tar.pm.
Minor maintainance release. Interesting changes include
Added -b option to force backing store
Changed license to BSD license.
Performance optimizations
Updated usage command, which was sorely out of date.
Added -D option to specify display on server side
Added proxy port to lock file name, making it possible to run multiple
processes on the same unit on different proxy ports.
Support for LZO bitmap image compression
dxpc now accepts the new option -i[n] for image compression.
Andrey Simonenko in PR/14281.
IPA allows to make IP accounting (network accounting) based on
IP Filter accounting rules on NetBSD, OpenBSD and FreeBSD.
It supports limits for accounting rules and limits events as
"limit is reached", "reached limit is expired", etc. It understands
time intervals like "end of day", "end of week", "end of month", etc.
There is a special viewer for accounting database and access control
lists which allow or disallow one to view accounting information
for rules.
in pkg/14135.
Changes: A bunch of i18n improvements, experimental
support for multiple heads, improved response time for menus,
more efficient viewport-switching, and other bug fixes and
improvements.
Changes since 0.99.14:
Bugfixes, and:
src/menus.c: Scrolling implemented for popup menus that contain
more rows than the display.
src/wterm.c: included latest patches from John Skilleter
<John.Skilleter@pace.co.uk> for wheel-mouse support.
src/intrin.c: New intrinsic variable Menus_Active indicates
whether or not the menus are currently active.
src/wterm.c: fix problem with background color used when the
screen is cleared not matching the background color used in
drawing text.
Changes:
* New module `rep.util.md5', has two functions for generating MD5
message digests (of files or strings)
* Changes to the `rep.io.sockets' function:
In the `socket-server' function the HOST and/or PORT arguments may
be false, meaning to listen on all addresses and to choose a
random unused port.
New functions `socket-peer-address' and `socket-peer-port', these
always returns the details of the far end of the connetion.
`socket-address' and `socket-port' have been changed to always
return the details of the local connection point.
* New function in `rep.system' module, `crypt'. A wrapper for the
system's `crypt' function (if it has one)
* New function in `rep.threads' mdoule, `make-suspended-thread'
* New module `rep.net.rpc', provides a text-stream based RPC
mechanism for Lisp programs. Similar in some ways to untyped CORBA.
(This is still in the experimental stage - its interface may
change in forthcoming releases)
* New functions in `rep.data' module, `list->vector' and
`vector->list'
* New macro `define-special-form'. A combination of `defvar' and
`setq' - it always makes the variable special and it always sets
it to the given value
* New module `rep.test.framework' implementing `assert', `check' and
`test' macros. This provides a framework for implementing unit
tests in Lisp modules (such that running the interpreter with the
`--check' option will run all tests that have been set up to be
autoloaded