NEW features of cdrtools-2.01.01a44:
*******
NOTE: cdrtools is currently in a state just before a new major release.
*******
All:
- New directory autoconf/ contains the complete Schily autoconf system.
It is based on GNU autoconf-2.13, the latest GNU autoconf that worked
correctly even on older systems.
- Sources and makefilesystem restructured to allow all needed files to be
retrieved from the SCCS repository and to call "make" later. To achieve
this, all symlinks have been removed from the tarball.
- The Schily Makefile System now includes rules to recreate the file
"configure" by calling "autoconf". This is needed in order to allow the
complete source tree to be extracted from the SCCS repository.
Libscg:
- aspi-win32.h and spti-wnt.h now in SCCS
Cdda2wav (Maintained/enhanced by Jörg Schilling, originated by Heiko Eißfeldt heiko@hexco.de):
- Interactive mode for corrected to allow new tests
for replacing libcdio in GStreamer.
- child_pid variable moved into gloval var structure.
NEW features of cdrtools-2.01.01a45:
All:
- Added a workaround for a GNU make design bug that causes the rules
to create file "foo" to be evaluated _past_ the "include foo"
statement in a Makefile has been evaluated. Note that you still need
GNU make 3.81. GNU make 3.80 and before will still fail to compile
cdrtools because of other unfixed GNU make bugs.
Note that the basic GNU make design bug has been reported to the
GNU make maintainers and accepted as bug by the GNU make maintainers
in 1998 already. It is still unfixed in GNU make although smake and
SunPro make verify that there is no problem to do it right.
Cdrecord:
- Reduced the minimal write speed of a ultraspeed CD-RW capable drive
from 16x to 10x.
Mkisofs (Maintained/enhanced by Jörg Schilling since 1997, originated by Eric Youngdale):
- Try to avoid incostencies with USE_ARGEFILES with multi-extent files
- Corrected the iso directory record size computation in stream-file mode
- Mkisofs no longer tries to write 8 TB of data in case that -stream-media-size
was too small.
- avoid returning large fileids on Windows, for better compatibility
with clients such as Linux 2.6.24
- try to prevent races between READDIR and removal of files
ECL stands for Embeddable Common-Lisp. The ECL project is an effort to
modernize Giuseppe Attardi's ECL environment to produce an implementation of
the Common-Lisp language which complies to the ANSI X3J13 definition of the
language.
2008/08/04: version 2.9.6 = tag release-2-9-6
6599: Allow values lower than max_upload_slots for BT-max_bt_uploaders
2008/07/29
6593: CryptoPP performance fix for ARM (Marc Pignat)
6592: HTML: Fix invalid html respond when login is invalid
2008/07/17
6571: Runinfo: Include DirectConnect in list of enabled nets
2008/07/02
6558: Fix text relocation warnings on hardened distributions (Davide Pesavento)
6557: BT: Send correct downloaded value when download is stopped to tracker
(Fox Mulder)
iso-codes 3.2
-------------
Tobias Quathamer <toddy@debian.org>
Fri, 1 August 2008
[ ISO-639 ]
* Update to 2008-07-08:
- oc/oci: Provençal; provençal added Date added to Provençal
- pro: 'Old Occitan (to 1500)' added as alternate name
- wal: Walamo deprecated. Replaced by 'Wolaitta; Wolaytta'
[ ISO-639-3 ]
* Update to 2008-07-11
[ ISO-3166 translations ]
* Fix encoding in Breton. Closes: alioth#310933
* Marathi updated by Sampada Nakhare
* Remove fuzzy strings for Breton.
* Brazilian Portuguese updated by Felipe Augusto van de Wiel
* Korean updated by Changwoo Ryu (TP)
* Malay updated by Nicholas Ng (Pootle)
* Serbian updated by Veselin Mijušković (Pootle)
[ ISO-3166-2 translations ]
* Remove fuzzy strings for Greek.
* Italian by Milo Casagrande (TP)
* Lithuanian updated by Kestutis Biliūnas.
* New Finnish translation by Tommi Vainikainen
[ ISO-639 translations ]
* Thai by Theppitak Karoonboonyanan
* Russian by Yuri Kozlov
* Italian by Milo Casagrande (TP)
* Irish by Kevin Scannell (TP)
* Vietnamese by Clytie Siddall (TP)
* Marathi corrections by pn-guest. Closes: alioth#310943
* Konkani corrections by pn-guest. Closes: alioth#310943
* Xhosa corrections by pn-guest. Closes: alioth#310932
* Basque updated by Piarres Beobide. Closes: #490908
[ ISO-639-3 translations ]
* Thai by Theppitak Karoonboonyanan
* Marathi corrections by pn-guest. Closes: alioth#310943
* Konkani corrections by pn-guest. Closes: alioth#310943
* Xhosa corrections by pn-guest. Closes: alioth#310932
[ ISO-4217 translations ]
* German by Tobias Toedter
Okayed by maintainer (private email to me).
Adds DESTDIR support.
Changes from ChangeLog:
Version 1.4.16:
- Changed all scripts to '#!/usr/bin/env bash' instead of '#!/bin/sh' or
'#!/bin/bash', because they use bash features that are not available in POSIX
/bin/sh and because bash might not live in /bin, e.g. on BSD systems. This is
a quick fix for Debian bug #489635.
- Accept both 250 and 251 in return of the RCPT TO command, as required by RFC
2821 sections 4.3.2 and 3.4. Reported and fixed by Matthias Bernhardt.
Thanks!
- Fix scripts/msmtpqueue/msmtp-runqueue.sh. An error made while applying a
patch accidently broke it. Reported by Thomas Weber. Thanks!
Version 1.4.15:
- Added the new tls_crl_file configuration command and the corresponding
--tls-crl-file option.
- Added the new tls_min_dh_prime_bits configuration command and the
corresponding --tls-min-dh-prime-bits option. This closes Debian bug
#440344.
- Added the new tls_priorities configuration command and the corresponding
--tls-priorities option.
- Gnulib upate to 2008-06-02. Use getpass-gnu instead of getpass module.
- Add msmtpq scripts by Chris Gianniotis to the scripts directory. Suggest
them as a replacement in the README of the msmtpqueue scripts.
- Do not let getpass() read from stdin, because we read the mail from there.
Reported by Karol Lewandowski. Thanks!
- Updated the set_sendmail script by Gautam Iyer. Thanks!
- Return EX_TEMPFAIL instead of EX_DATAERR in case of 4xx replies to the MAIL
FROM, RCPT TO and DATA commands. Reported by Kent Vinther Friis. Thanks!
Version 1.4.14:
- Add support for the SMTPSERVER and EMAIL environment variables. These
variables are used when no other configuration is available. Suggested by
Jari Aalto.
- Add the --read-envelope-from option, which extracts the envelope from address
from the From: header.
- Fix a typo in the man page.
- Add support for Resent-* headers to the -t/--read-recipients option. Fixes
Debian bug #464474, reported by Tim Abbott.
- Buffer read operations also when TLS/SSL is active. Fixes performance problems
with GnuTLS, reported by Dimitrios Apostolou for mpop.
- Fixed a potential problem with VPATH builds.
- Updated gnulib to 2008-02-26. Imported havelib module.
- Always log smtpstatus and smtpmsg, even in case of success. Suggested by
Bruno De Fraine.
- Use locale-independent c_toupper() instead of toupper() to avoid problems
with the tr_TR.UTF-8 locale. Reported by S.Çağlar Onur. Thanks!
- Updated gnulib to 2008-02-15. Imported c-ctype module.
- Support for the Max OS X keychain was added by Jay Soffian. Thanks a lot!
- Fix network input/output timeouts for W32. Bug reported and fixed by
Shoorick for mpop. Thanks!
The changes in version 1.23 are
* Support for MIPS, x86_64, sparc, alpha, arm, FreeBSD
* Fix serious sign-extension error in handling IP addresses
* RTC support can be excluded at compile time
* Make sources gcc-4 compatible
* Fix various compiler warnings
* Handle fluctuations in peer distance better.
* Fixed handling of stratum zero.
* Fix various problems for 64-bit systems
* Flush chronyc output streams after each command, to allow it to be
driven through pipes
* Manpage improvements
The changes in version 1.21 are
* Don't include Linux kernel header files any longer : allows chrony to
compile on recent distros.
* Stop trying to use RTC if continuous streams of error messages would
occur (Linux with HPET).
1.30
Added game data dir knowledge.
Added fopen error checking.
Corrected 64bit builds.
Added OSX Makefile to tarballs.
Fixed uninitialized update function crash.
Adjusted configure to abort when libraries are missing.
Compiler warning cleanups.
Updates net/Geomyidae[1] gopher server package to current release (0.12)
which includes the following changes:
- fixes script.cgi user/group permissions security issue [2]
- changes the default logging level from 7 to 15
- updates files/Geomyidae.sh and Geomyidae.8
[1] http://www.r-36.net/
[2] patch by jneitzel@freeshell.org
(I only tested install and deinstall -- reed.)
Move from BSD Makefile to libtool
Use DESTDIR
Use PKG_MANDIR
Install the programs with this package as well as the library
Make this build on Mac OS X - there was a problem with case sensitivity
Use modern regexp calls
Get rid of lint
Bump PKGREVISION
Use DESTDIR
Use PKG_MANDIR
Install the programs with this package as well as the library
Make this build on Mac OS X - there was a problem with case sensitivity
Use modern regexp calls
Get rid of lint
Bump PKGREVISION
An Emacs major mode for editing PHP code.
Features: Syntax coloring and indenting; Documentation browse and search
functions; Support for Imenu and SpeedBar; Customization options.
1.10 Fri Jul 25 01:39:08 PDT 2008
- lots of small fixes
1.1001 Fri Aug 1 01:58:09 PDT 2008
- nope, still didn't get it right. left a stray dependency.
changed my version system because I seem to do this alot. now
releasing version 1.1001. I'm hoping I don't have to release
version 1.1002 tomorrow. :)
1.54 Sun Feb 10 21:35:02 PST 2008
Modify fromFileGetTopLines method, remove dependency on bytes
bytes::substr causes infinite loop in some older version of perl
1.53 Thu Jan 3 21:13:40 PST 2008
add "use bytes" to Table.pm
Just patched test.pl, because some OS cannot open in-memory file.
1.52 Fri Dec 14 11:48:42 PST 2007
1.51 Wed Dec 12 15:36:22 PST 2007
1. Add a class methods Data::Table::fromFile(file_name), which can
guess the file format and call fromCSV/fromTSV internally.
fromFile relies on the following new methods
fromFileGuessOS(file_name)
fromFileGetTopLines($file_name, $OS, $lineNumber)
fromFileIsHeader($string)
fromFileGuessDelimiter($arrayRefToLines)
to figure out if the input file is from UNIX/PC/MAC, whether its first
row contains column headers, and whether it uses ",", "\t" or ":" as
field delimiters.
It then calls either fromCSV or fromTSV to return the table object.
$t = Data::Table::fromFile("myFileName_CSVorTSV_HeaderOrNoHeader_UNIXorPCorMAC
");
Please refers to the updated document for details.
2. When fromFile/fromCSV/fromTSV reads from an empty file, it returns
an undef object, rather than quit.
3. Provide more informative error message, when invalid column header is found
.
4. fixed a bug in 1.51 where fromFileGuessOS failed in Windows
Thanks to patches provided by "whitebell".
Version 0.9605
==============
- MANIFEST in 0.9604 was bad, causing pertesters FAIL
Version 0.9604
==============
- MainLoop removal broke several examples. Fixed (thanks to
Antony Gelberg)
- Japanese localization added (thanks Takatoshi Kitano)
Version 0.9603
==============
- MainLoop has been removed (please use '$cui->mainloop')
- So the circular reference of $Curses::UI::rootobject has
been removed as well
- RT bugs 31919, 11925 (Notebook.pm testing failures) fixed,
again thanks to Russ Allbery
- UI.pm now uses strict and warnings(!)
- UI.pm's POD and layout being overhauled
- BUGS and TODO have been nuked (RT, googlecode)
Version 0.9602
==============
- Using Module::Install now
- Removed effectively null t/99template.t which was causing
FAILs for CPAN testers (to be replaced with more testing
at a later date)
- Apologies for the weird previous version number
Version 0.96_01
===============
- Fixed bug in C::UI::Checkbox->get (RT#31916, Russ Allbery)
- Fixed doc bug in Tutorial.pod (rt#31918, Russ Allbery)
- Fixed doc bug in Checkbox.pm (rt#31917, Russ Allbery)
- Began POD overhaul and code reformatting
Version 0.96
============
- Added -keydelay option to new()
- Fixed Listbox docs again
- Fixed focusing bug in connection with mouse support
- Applied patches by Vitaliy Sennikov
- Doc patches by Alexey Tourbin
- Slovak translation by Marek Grac
- Removed test.pl, added note on demos to INSTALL
- Removed COLOR_TODO
- Added Coverage (Devel::Cover report)
2.12 Wed Jul 16 11:14:35 2008
[JSON]
- made compatible with JSON::XS 2.22
[JSON::PP]
- fixed the incremental parser in negative nest level
(pointed and patched by Yuval Kogman)
2.11 Tue Jun 17 14:30:01 2008
[JSON::PP]
- fixed the decoding process which checks number.
regarded number like chars in Unicode (ex. U+FF11) as [\d].
- enhanced error messages compatible to JSON::XS.
Updated www/p5-Apache-Session to 1.87
Updated devel/p5-Class-Data-Accessor to 0.04003
Updated devel/p5-Config-Any to 0.14
Updated comms/p5-Device-Gsm to 1.49
Added devel/p5-Devel-PPPort version 3.14
Updated devel/p5-Module-Install to 0.77
Updated textproc/p5-Number-Format to 1.60
Updated devel/p5-OLE-Storage_Lite to 0.17
Updated devel/p5-Object-InsideOut to 3.45
Updated devel/p5-PAR-Dist to 0.31
Added devel/p5-AutoLoader version 5.66
Updated devel/p5-PAR to 0.982
Updated textproc/p5-PDF-API2 to 0.71.001
Updated textproc/p5-PDF-Create to 1.02
Updated parallel/p5-Parallel-Pvm to 1.4.0
Added devel/p5-Test-SubCalls version 1.07
Updated devel/p5-PPI to 1.203nb1
Updated devel/p5-Perl-Critic to 1.090
Updated devel/p5-PerlIO-eol to 0.14
Updated devel/p5-PerlIO-via-dynamic to 0.13
Updated textproc/p5-Pod-Simple to 3.07
Updated textproc/p5-Pod-Tests to 1.19