- New option -tao is now needed if you like to write in TAO
mode. Cdrecord now does no longer writes if no write mode
has been specified.
- New option -sao as alias for -dao. As the official name
for the write mo de is SAO, -sao is more correct than -dao.
- New paranoia sub option paraopts=overlap=xx
This is mainly a bug fix for cdda2wav. Cdda2wav previously
_always_ did completely deactivat the dynamic overlapping
from libparanoia. Instead, it did set the overlapping to
the statical value 0.
If you omit paraopts=overlap=xx, cdda2wav will now use
dynamic overlaping with -paranoia.
If you like the old behavior, use: paraopts=overlap=0
- New paranoia sub option paraopts=minoverlap=xx
This sets the minimum dynamic overlap
- New paranoia sub option paraopts=maxoverlap=xx
This sets the maximum dynamic overlap
- Better paranoia statistics output
- Fixed a Problem with some Linux sound card drivers that
caused cdda2wav to be unable to output to the soundcard.
- Trying to add verbose output that estimates the read quality
with -paranoia
- Support for PowerPC CHRP Boot added
- Support for -uid/-gid for UDF Filesystems added
- isoinfo now is able to list ElTorito Boot information with -d
- isoinfo now correctly shows long RR filenames from CE
Extension records.
- New options -root & -old-root from Patrik Ohly
This allows mkisofs to be used for "incremental backups" where
each backup is put into a separate directory tree on the CD.
And some bug fixes.
include:
* Fixes to saslauthd to allow better integration with realms (-r flag to
saslauthd, %R token in LDAP module)
* A nontrivial number of small bugfixes.
Changes:
"factor number" command now accepts more than one integer.
Added file "mathomatic.ico".
Added temporary fix for 64 bit longs.
Added file "VERSION" which contains the version number of Mathomatic.
"makefile" modified.
Renamed "lgpl.txt" to "LICENSE.txt".
"make install" now installs all HTML files in "/usr/local/doc/mathomatic".
Added compile-time define "TIMEOUT_SECONDS".
Useful for limiting the amount of time Mathomatic can run as a CGI.
- [923158] made installation of Sendmail::Milter layer optional
- [925579] added support for experimental setsender() operation
- fixed usage of max_interpreters and max_requests values
(they were being ignored previously)
- allowed for named configuration variables to prefork_dispatcher()
- [1002122] fixed symbol table to return symbols from earlier
callbacks as appropriate (reported by <s.barnes@uni-koeln.de>)
- [1003308] changed "EOF in stream" handling to exit as if a normal
SMFIC_CLOSE had been received from the MTA
- fixed warning in Context.pm wrt <= on an undefined value
- [1003307] fixed ithread_dispatcher share() usage and warning
appearing when $@ was defined but empty
- [1003304] changed SIGINFO/SIGUSR1 handler to use warn() rather
than raw prints to STDERR (requested by <andrewr@iagu.net>)
- [925577, 1003351] added support for quarantine(), progress(),
and shutdown() (Sendmail 8.13 special case)
- moved SMFIF_* constants not in the standard Sendmail::Milter
into only Sendmail::PMilter
* Tue Jul 27 2004 Eric S. Raymond <esr@golux.thyrsus.com> - 1.12-1
- Implemented handling of mdoc .Brq macro. Code no longer chokes on
multiple Synopsis headers.
* Mon Jul 26 2004 Eric S. Raymond <esr@snark.thyrsus.com> - 1.11-1
- Speed optimizations. Improved pod2man detection. Close <anchor/> properly.
.UN before .SH or .SS sets the XML ID of the generated section.
Boldfaced lines immediately before tables are interpreted as titles. .UR now
generates <link> for local links. Improved .RE handling that fixes
a couple of edge cases. Multiline table entries are now interpreted as full
blocks, so commands work normally there.
* Tue Jul 6 2004 Eric S. Raymond <esr@snark.thyrsus.com> - 1.10-1
- Enhance to handle lynx dump pages. Fix .Fa interpretation.
Gets 96% of 10862 Fedora Core 2 pages.
- all:
Implement 'cpuflags -v' which indicates the values used to determine flags
Sync the latest fixup options for older gccs
- cpuflags.NetBSD:
Use -march=pentium3m and -march=pentium4m for gcc 3.4.x
Set -mcpu=hypersparc for RT620/625 and -mcpu=cypress for L64811
- cpuflags.Linux:
Handle two different Celeron cases (thanks to Marc Recht & Jeremy C. Reed)
Ant 1.6.2 fixes a large number of bugs and adds a number of features which
were asked for by users on Bugzilla.
Important changes (for a complete list see the included WHATSNEW document):
Changes that could break older environments:
--------------------------------------------
* The import task used the canonical version of a file path. This
has been changed to use the absolute path. Bugzilla 28505.
* ant-xalan2.jar has been removed since the only class contained in it
didn't depend on Xalan-J 2 at all. Its sole dependency has always
been TraX and so it has been merged into ant-trax.jar.
* All exceptions thrown by tasks are now wrapped in a buildexception
giving the location in the buildfile of the task.
* Nested elements for namespaced tasks and types may belong to the
Ant default namespace as well as the task's or type's namespace.
* <junitreport> will very likely no longer work with Xalan-J 1.
Note that Xalan-J 1 has been deprecated for a very long time and we
highly recommend that you upgrade.
If you really need to continue using Xalan-J 1, please copy the
junit-frames-xalan1.xsl from the distribution's etc directory as
junit-frames.xsl into a new directory and use the task's styledir
attribute to point to. This is the last version of the XSLT
stylesheet that is expected to be compatible with Xalan-J 1.
Changes:
- Announce ourselves as 'clamsmtp' in banner to prevent loop warnings
- Fixed endless loop that occurred on failure to connect out
- Added option for leaving all files in temp directory (debugging purposes)
- Prints version number when run with -v