* also remove 6to4 addresses from internal interface, if set
* doc updates
Inspired by patch sent by Markus W Kilbinger <kilbi@rad.rwth-aachen.de>
in private mail.
from Greg Woods. (The second part of that PR is not the correct way
to set papersize in pkgsrc). Main change is that the PDF is no longer
maintained, a more complete list of changes follows:
Changes and new features introduced in Version 3.22 [3 June 2000]
Bug fixes
More setup file options for controlling the appearance of reports
Makefile now explicitly explains how to compile with debugging on/off
Added quotesinglebase, quotedblbase, ellipsis to LtLatin2.LCM file
Object-oriented back end (of interest to implementors only)
Chapters without page breaks option (see @ChapterStartPages, User's Guide)
Font includes all in page setups now (of interest to implementors only)
Changes and new features introduced in Version 3.23 [24 June 2000]
Bug fixes, including Uwe's fix of the nasty bug reported by Matej Cepl,
and my fix of a table running headers bug reported by Matthew Neumann.
Cross links (see User's Guide, Cross References and Links section)
New symbols for expert users: @LinkSource and @LinkDest
@Python symbol for typesetting Python programs using prg2lout.
Changes and new features introduced in Version 3.24 [8 October 2000]
Bug fixes, including a new and better fix for table running headers bugs
Changes and new features introduced in Version 3.25 [December 2001]
Bug fixes
Finnish additions
Croatian, Slovakian, Upper Sorbian
Outdent is now settable e.g. { setoutdent 0.3f } @Break object
@InitialOutdent options for initializing outdent value
Updated barcodes package to work with recent Lout versions (@FontDef)
"downifneeded @Scale" like "{} @Scale" but will only scale down, not up
@F symbol yields a settable font, no longer hardwired to Courier
@TitleOf symbol e.g. "@TitleOf azaleas" similar to "@NumberOf azaleas"
@IndexText option to @Book etc., allows text just below Index title
References may be printed in order of first citation
New @Diag link types: @HVHLine, @HVHCurve, @VHVLine, @VHVCurve
"baselinemark @Font" option (mark along baseline rather than half x height)
@IncludeGraphicRepeated symbol: less output when EPS included repeatedly
Arbitrary colours in @Colour, @Tbl, @Diag, and @Graph, done consistently
Size of small caps can be set now e.g. "{ setsmallcaps 0.8 } @Font ..."
Got rid of boxes around links when PostScript converted to PDF
Revised end of sentence handling for some languages
Symbols for embedding clickable URLs into PostScript output
I've decided not to maintain the PDF back end, but I will try to ensure
that Lout's PostScript output works with PostScript-to-PDF converters.
Changes and new features introduced in Version 3.26 [October 2002]
Fixed bug causing crash when breaking certain list items across pages
Merged index entries completely reimplemented
@DropTagItem (@DTI) now prevents page break after drop tag
adduser and deluser scripts into ${PKG_SYSCONFDIR} that are capable of
dealing with usernames containing a "$". These scripts basically
accept the same options as useradd/userdel. They're meant to be used
in "add user script" and "delete user script" to deal with samba
machine accounts.
ensuring that recursive pkg_delete'ing works by using the correct
pkg_dbdir to find packages. This fixes recursive deleting if the
-K flag is passed to pkg_delete(1), and the named dbdir differs from
the default dbdir (/var/db/pkg).
* Correct a potential DOS attack in the fud daemon.
* Arbitron now works again
* Telemetry logging for mupdate
* Duplicate Suppression logging for redirect sieve actions
* A number of bugs in reconstruct have been fixed. also added the -p
and -x options
* Better stubbing out of user_deleteacl
* No longer log any shutdown() failures
* Improved IPv6 support (for systems with two getnameinfo
implementations)
* Misc Documentation Improvements
include:
- Better opened() behavior when sockets close unexpectedly.
- Added support for WeakRef and Scalar::Util to allow
IO::Socket::SSL objects to auto-destroy themselves when
they go out of scope.
- Added croak()ing for unimplemented send() and recv() methods
so they are not accidentally used to transmit unencrypted
data. The Perl builtin functions cannot be reliably trapped
and are still dangerous, a fact that the POD now reflects
- Changed accept() to use inherited accept() instead of
IO::Socket::accept, so that IPv6 inheritance is possible.
- Added options to import() so that a user could specify
IPv6 or IPv4 mode of operation.
- new features: http and raw tcp support
- fixed apparent STDIO vs. sysread bug in proxy connect
- added tcpecho.pl and tcpcat.pl to MANIFEST
- fixed some further bugs with TCP read all, etc.
- fixed some const char pointer warnings
libxml2 to 2.5.10nb1 - disabled thread awareness; buildlink depends not bumped
since this is internal library change invisibile from outside of library
php4-domxml to 4.3.3nb1 - with non-threaded libxml2 2.5.10nb1, this module
is now loadable and works
vmware-module3 to 3.2.1.5 - update for -current kernel changes
Net-DNS-SEC updates, seems that IETF has been busy redefining DNSSEC.
When parsing resolver configuration files, IPv6 addresses are now skipped,
as Net::DNS does not yet have IPv6 support.
Broke Net::DNS::Resolver into seperate classes. Many of the globals in
Net::DNS::Resolver no longer exist. They were never documented
so you never used them.... right?
Options to Net::DNS::Resolver->new() are now supported, including
using your own configuration file.
Moved next_id() from Resolver.pm to Header.pm (which is where it is
used).
Tie::DNSHash removed from the package, see Tie::DNS from CPAN for a more
complete implementation of a DNS hash.
Applied David Carmean's patch for handling more than one string in a
TXT RR's RDATA section.
Applied patch from Dan Sully (daniel@electricrain.com) allowing multiple
questions to be part of a DNS packet.