Changes since last packaged version (0.07):
0.23 Tue 20 Feb 2007
- Bug fix to _INVOCANT to handle false classes.
0.22 Wed 1 Nov 2006
- Bug fix to _CODELIKE to handle CODE refs properly
- Updating tests to work more accurately in this regard.
0.21 Tue 10 Oct 2006
- When no compiler available, minimise the dependency on Scalar::Util,
because it's better to leave them with a slightly leaky version
than to fail altogether.
0.20 Tue 26 Sep 2006
- Advanced deprecation of _CALLABLE to "warn but work".
- Correctly refer to _CALLABLE being deprecated, not _CODELIKE.
- Add support for Tie::Handle objects to _HANDLE
- Add support for IO::Scalar objects to _HANDLE
- Add support for IO::String objects to _HANDLE
0.19 Thu 14 Sep 2006
- Adding more Scalar::Util tests, this time with some diagnostics
0.18 Thu 14 Sep 2006
- Explicitly importing refaddr in t/07_handle.t to fix
test failure on ActivePerl 5.8.0.
- Increased Scalar::Util dep to 1.14 because we may well
be hurt by tied handles-related bug.
0.17 Tue 8 Aug 2006
- Adding experimental _HANDLE implementation
0.16 Sun 2 Jul 2006
- We don't check for stash definedness for _INVOCANT.
(This is required for 5.005 compat.)
0.15 Sun 2 Jul 2006
# This release contains only build-time changes
- Updating to Module::Install 0.63 to add 5.004 support (sorta)
- Dropping version dependency to 5.004 (Ricardo Signes)
0.14 Wed 10 May 2006
- No features() used in this dist, so removing auto_install
- Moved _CALLABLE to _CODELIKE for symmetry reasons. Sorry :(
Immediate doc changover. Silent alias for a month, then
warning alias for 3 months, then full deprecation at the end
of August.
- Removed RJBS's use warnings that broke 5.005-compatibility.
- Other minor test cleanups.
0.13 Sun May 7 2006
# This release contains only build-time changes
- Upgrading Module::Install to 0.62 final
0.12 Mon May 1 2006
- Added _ARRAYLIKE and _HASHLIKE (Ricardo Signes again)
- Added _INVOCANT (Ricardo Signes again!)
- Expanded test suite (Does Ricardo Signes ever sleep??)
0.11 Wed Apr 12 2006
- Update _CLASS to allow numeric parts in the tail, like Foo::10
(provided by Ricardo Signes)
0.10 Sat Jan 14 2006
- Updated copyright
- Added _STRING
0.09 Fri Dec 30 2005
- Fixed broken link to RT in POD
0.08 Mon Dec 19 2005
- Moved from old CVS repository to newer SVN repository
- Added _CALLABLE (provided by Ricardo Signes)
We have no variable in pkgsrc for the "false" program located in the
filesystem which we could use with REPLACE_INTERPRETER; most definitions
in mk/tools/tools.*.mk refer to the builtin shell command.
Anyway, being able to run a script with the "false" program _really_
doesn't make much sense.
- Remove the mutt-compressed option for now, as it is not updated upstream
- Add a mutt-smtp option (suggested by Brian de Alwis), to enable smtp relay
support in mutt
Changes:
The keys used are:
!: modified feature, -: deleted feature, +: new feature
- $imap_home_namespace (useless clutter)
+ $check_mbox_size (use size change instead of atime for new mail)
! improved f=f support wraps lines at $wrap if $wrap is not 0
+ $wrap (>0 wraps at $wrap, <0 = $wrapmargin)
+ $assumed_charset, $attach_charset, $ignore_linear_white_space
+ $save_history, $history_file (save history across sessions)
+ $smtp_url (ESMTP relay support)
+ $crypt_use_pka (use GPGME PKA signature verification)
Pkgsrc changes:
- DESTDIR support
Changes since version 0.176:
============================
0.179 Mon Nov 27 2006
bug 23657: fix domain label regex: thanks, Nobuaki ITO!
0.178 Sat Nov 25 2006
reduce cases in which IO::CaptureOutput is needed on Win32
(bug 22062, thanks Alexandr Ciornii)
0.177 Sat Nov 25 2006
resolve bug 22710: make fqdn rule more strict: domains must be multiple
valid domain labels, and domain labels must be [a-z0-9][-a-z0-9]*
replace UNIVERSAL:: with eval{}-wrapping
News
Jan 5th 2007
Version 1.0.7 released.
* Fixed a bug that caused slow network speeds on Windows.
* Fixed a bug that caused tinc unable to write packets to the tun device on OpenBSD.
Dec 18th 2006
Version 1.0.6 released.
* More flexible detection of the LZO libraries when compiling.
* Fixed a bug where broadcasts in switch and hub modes sometimes would not work anymore when part of the VPN had become disconnected from the rest.
Nov 14th 2006
Version 1.0.5 released.
* Lots of small fixes.
* Broadcast packets no longer grow in size with each hop. This should fix switch mode (again).
* Generic host-up and host-down scripts.
* Optionally dump graph in graphviz format to a file or a script.
* Support LZO 2.0 and later.
This is a merge of wip/p5-Email-MIME by Roman Kulik and the
package submitted by Edgar Fuss to tech-pkg@. Some small changes by me.
Email::MIME is an extension of the Email::Simple module, to handle MIME
encoded messages. It takes a message as a string, splits it up into its
constituent parts, and allows access to various parts of the message.
Headers are decoded from MIME encoding.
This is a merge of wip/p5-Email-MIME-Encodings by Roman Kulik and the
package submitted by Edgar Fuss to tech-pkg@. Some small changes by me.
The Email::MIME::Encodings module simply wraps "MIME::Base64" and
"MIME::QuotedPrint" so that you can throw the contents of a
"Content-Transfer-Encoding" header at some text and have the
right thing happen.
This is a merge of wip/p5-Email-MIME-ContentType by Roman Kulik and the
package submitted by Edgar Fuss to tech-pkg@. Some small changes by me.
This module is responsible for parsing email content type headers
according to section 5.1 of RFC 2045. It returns a hash with entries
for the discrete type, the composite type, and a hash of attributes.
Pkgsrc changes:
- DESTDIR support
- Added CONFLICTS line to follow the comments in Makefile.PL (see 1.998 below)
Changes since version 1.995:
============================
1.999 2007-03-20
fix bug 25496: deletion of headers affected the wrong range,
sometimes deleting too many headers -- thanks, Nicholas Oxhoej!
fix bug 24922: errant space in last header of CRLF-delim email
thanks, Barry Downes and Alex Vandiver
1.998 2007-02-07
MAJOR REFACTORING OF GUTS
If you run Email::MIME, you MUST be running Email::MIME 1.857 or
better.
require Email::MIME 1.857 in Makefile.PL only if an older
version is already installed
boldly moving forward with refactored headers and
Email::Simple:::Header
greatly reduce memory footprint
add crlf method to allow other modules to avoid ->{mycrlf}
fix broken header-junk test
1.996 2006-11-27
- do not wrap Content-Type field; it can cause Outlook to go nuts
while this is a special case, it does not make E::S incorrect, as folding
long headers is allowed (for aesthetics) and not mandated
Get DISTFILE from original MASTER_SITE. (effectively a package version
downgrade, but it is only a few hours old.)
Update to changeset 99:
Abort if the commit didn't succeed.
penrose added to xlock95 ("far" changed to "faraway" to compile).
xcl added with a fix for DefaultScreen, which should not be
there since xlock is a multiscreen program.
Created packaging scripts in etc with input of releases to make
it easier for me for release and zip. It gets version from
xlock/version.h .
Changed pgsz and txsz variables in my man2html so it does not cause
corruption in generated xlock.html from man page.
Patch for solitare and reducing binary size for xlock95 thanks to
Frank Fesevur <ffes AT users.sourceforge.net>.
dilemma, voters, wator hexagonal/triangular drawing improvements.
More triangular/hexagonal life from Carter Bays.
http://www.cse.sc.edu/~bays/CAhomePage
Fixes for old options for command line -rule S2b34B2a and
-rule S2a2b4aB2a3a4b using -neighbors 6 .
Fixes for hexagonal diagonal shooters.
Added new hexagonal life -rule S35B2 and S3B245.
Added many new triangular life rules with gliders.
Updated random soup to include multiple symmetries.
Added options runtime -glidersearch and -patternsearch, to be used with
big values of cycles and count ie. -cycles 1000 -count 100000000
Added -repeat num option to help find patterns that do not repeat in num
periods. This will output a pattern in cycles - num . If compared to
the output of cycles, one can see if a new pattern may have been
discovered.
Added -vertical option to ant, bug, demon, dilemma, dragon, life, loop,
voters, wator, wire, these affect triangles and hexagons and crystal
which affects parallelograms.
DirectColor fixes for password window thanks to Jouk Jansen [still under
development under DIRECTCOLOR_FIX].
RBTree is a sorted associative collection using Red-Black Tree as
the internal data structure. The elements of RBTree are ordered
and the interface is the almost same as Hash, so simply you can
consider RBTree sorted Hash.
Red-Black Tree is a kind of binary tree that automatically balances
by itself when a node is inserted or deleted. Thus the complexity
for insert, search and delete is O(log N) in expected and worst
case. On the other hand the complexity of Hash is O(1). Because
Hash is unordered the data structure is more effective than Red-Black
Tree as an associative collection.
The interface of RBTree is the almost same as Hash although there
are some limitations.
2.0.1 - April 12th, 2007 :
==========================
* Added WavPack support (thanks to Maarten Maathuis),
* Added a log area in the main window to avoid sending all messages to the
console,
* Added local access to the cddb search for the automatic mode,
* Fixed some bugs in the cddb window,
* Fixed the reloading of the current which was done two times when changing
state of the "Show hidden directories" checkbox,
* Fixed Glib warnings on startup,
* Italian translation updated (thanks to Costantino Ceoldo),
* Brazilian Portuguese translation updated (thanks to doutor.zero),
* French translation updated.