1.02
Sat Dec 24 08:36:07 UTC 2005 (chromatic)
- avoid warnings in UNIVERSAL::isa and UNIVERSAL::can by always calling
both as methods (oops)
- mark dependency on Perl 5.6.0
- skip signature check without SIGNATURE file
- remove chdir/library logic from tests and add warnings
- clean up warnings in t/bugs.t
- made Test::MockObject::Extends warnings clean
1.03 Fri Jan 13 04:46:59 UTC 2006
- mark minimum dependency on Perl 5.6 (reported by Adam Kennedy)
- test for Really Bad Input (also suggested by Adam Kennedy)
- fixed invalid input bugs
1.02 Wed Jan 11 00:58:57 UTC 2006
- don't eat $@ in can() (RT #17008, reported by martin at hybyte dot com)
2.18 Tue Jan 17 13:01:00 2006
- $Petal::CodeGenerator::PI_RE should be applied newline insensitively
- pod fixes
- Cookbook tal:repeat example (DSL)
- pod note that on-error isn't fully implemented
- defang html metacharacters in on-error output
- undo 2.16 $Petal::Hash::String::VARIABLE_RE_BRACKETS ${1} regression
* DESCR:
PBButtons is a program suite to handle the special hotkeys of an Apple
iBook, Powerbook or TiBook.
With this programs the keys for the display brightness, the volume of
speaker and headphone, the mute key and the eject key will do their job
as expected.
0.10 Fri Nov. 25, 2005
- removing OS X resource fork files which are causeing
the pod test to fail
0.09 Mon November 7, 2005
- fixing an error in the Tree::Simple::Visitor::LoadDirectoryTree test
0.08 Mon July 18, 2005
- small bug fix in Tree::Simple::Visitor::VariableDepthClone visitor
- small bug fix with Tree::Simple::Visitor::FindByPath visitor
a pppd daemon and a lzs module for decompression. This package only
provides the kernel module, and is intended to replace the other one
as I have submitted the necessary patches for lzs negotiation to
the net/pppd package directly (which this package will depend on - see
TODO comment in Makefile)
I think that makes sense :)
DESCR file:
This is a NetBSD compressor kernel module for PPP compatible with the
Stac LZS scheme as described in rfc1974.
This compressor actually only handles decompression, outgoing packets
will be sent uncompressed. The native NetBSD cannot negotiate LZS so
make sure you use PPP daemon from pkgsrc/net/pppd.
0.16 Mon Nov 7 14:40:43 EST 2005
SIG{'HUP'} does not exist on Win32 (cpan #15606)
0.15 Thu Oct 6 21:11:02 EDT 2005
Precompute the local host's hostname and IP to save on DNS lookups at runtime
0.14 Thu Oct 6 20:48:49 EDT 2005
Split out HTTP::Server::Simple::CGI::Environment to support non-CGI.pm CGIs
Ignore SIGPIPE
Signal handlers are now installed on ->run, not on new. Also, they're
documented. Thanks to Mark Fowler.
We no longer lookup $ENV{'REMOTE_HOST'} by hostname, as it can cause
huge performance problems.
0.13 Tue Aug 9 21:25:20 EDT 2005
Signal handlers should be 'localed', so as not to mess with others'
code. -- Thanks to David Wheeler
>
> 2005-11-23 Balazs Scheidler <bazsi@bzorp.balabit>
>
> * configure.in: bumped version number to 1.6.9
>
> 2005-11-05 Balazs Scheidler <bazsi@bzorp.balabit>
>
> * src/affile.c: do not warn on permission change in /dev if no
> permission change is requested
>
> 2005-11-03 Balazs Scheidler <bazsi@bzorp.balabit>
>
> * src/cfg-grammar.y: added NUMBER->string conversion rule, so that
> NUMBER can be specified in place of <string>
>
> * src/cfg-lex.l: added a possible sign mark in front of numbers
>
> 2005-11-02 Balazs Scheidler <bazsi@bzorp.balabit>
>
> * configure.in: added test for %z format string in strftime
>
> * src/macros.c (format_tzofs): fixed timezone calculation for systems
> that do not support %z format string in strftime
>
> 2005-10-28 Balazs Scheidler <bazsi@bzorp.balabit>
>
> * src/affile.c: separate user/group id setting so they can fail
> independently (previously if one of them failed, the other failed
> too)
>
> 2005-10-15 Balazs Scheidler <bazsi@bzorp.balabit>
>
> * src/afuser.c: do not treat utmp->ut_name and utmp->ut_user NUL
> terminated
>
> 2005-09-09 Balazs Scheidler <bazsi@bzorp.balabit>
>
> * fixed RHEL packaging in syslog-ng.spec.bb.in
>
> 2005-07-14 Balazs Scheidler <bazsi@bzorp.balabit>
>
> * doc/sgml/syslog-ng.sgml: clarified netmask() filter
>
> 2005-06-29 Sandor Geller <wildy@balabit.hu>
>
> * updated RHEL packaging
>
> 2005-06-27 Balazs Scheidler <bazsi@bzorp.balabit>
>
> * added debian subdirectory with Debian packaging
>
> 2005-06-24 Balazs Scheidler <bazsi@bzorp.balabit>
>
> * added contrib/rhel-packaging
>
> * added syslog-ng.spec.bb a separate RPM specfile used by the
> internal BalaBit build system
>
> 2005-06-23 Balazs Scheidler <bazsi@bzorp.balabit>
>
> * configure.in: added support for bundled libol and dist.conf
>
> 2005-05-26 Balazs Scheidler <bazsi@bzorp.balabit>
>
> * configure.in: bumped version number to 1.6.8
>
> * configure.in: added --enable-full-dynamic option to configure to
> make it easier to create a dynamically linked syslog-ng, if
> dynamic libraries in /usr/lib are not a concern,
> fixed HP-UX ld detection
>
> 2005-05-25 Balazs Scheidler <bazsi@bzorp.balabit>
>
> * src/sources.c (do_read_line): define salen as socklen_t instead
> of size_t to solve a 64bit compatibility issue (reported by
> Bostjan Golob)
>
> 2005-05-19 Balazs Scheidler <bazsi@bzorp.balabit>
>
> * src/sources.c (get_source_hostname): treat use_fqdn() correctly,
> e.g. use the resolver to get the full hostname if gethostname()
> returns only a short name
>
> 2005-05-04 Balazs Scheidler <bazsi@bzorp.balabit>
>
> * doc/syslog-ng.8: removed "Process will not become a deamon" from
> -v option as it is not true.
>
> 2005-05-03 Balazs Scheidler <bazsi@bzorp.balabit>
>
> * configure.in: never try to link to -lwrap if
> --enable-tcp-wrapper was not specfied
>
> 2005-04-18 Balazs Scheidler <bazsi@bzorp.balabit>
>
> * configure.in: added experimental ld support for HP-UX
>
> 2005-04-15 Balazs Scheidler <bazsi@bzorp.balabit>
>
> * configure.in: added detection code for ld static linking
> arguments (-Bstatic and -Bdynamic) which currently works for
> Solaris/Linux. On other platforms syslog-ng might link to some
> libraries dynamically.
>
> 2005-04-08 Balazs Scheidler <bazsi@bzorp.balabit>
>
> * configure.in: bumped to version 1.6.7
>
> * src/afinet.c: fixed possible LibNET context leak when the target
> system is down
5.62 2006-01-17 16:30:00
- Added YAML config support
- Added COMPONENT() and ACCEPT_CONTEXT() support
- Action list in debug mode is now displayed as a tree in the
correct execution order.
- Fixed engine detection to allow custom mod_perl engines.
- Static::Simple: Fixed bug in ignore_dirs under win32.
- Display version numbers of loaded plugins. (Curtis Poe)
- Added class and method for caught exception messages.
- Updated PAR support to use "make catalyst_par",
packages are no longer written by Makefile.PL.
- Automatically determine Content-Length when serving a
filehandle.
- Exceptions now return status 500.
- Updated for Module::Install 0.44.
- Fixed additional file installation for multi level app names.
- Added REDIRECT_URL support for applications running behind
a RewriteRule in Apache. (Carl Franks)
- Fixed FastCGI engine under win32. (Carl Franks)
- FastCGI doc updates (Bill Moseley)
- Bugfix for $c->model and friends (defined).
eval "require $module";
to get around the bareword caveats on require(), this module is for you. It creates a universal require() class method that will work with every Perl module and its secure. So instead of doing some arcane eval() work, you can do this:
$module->require;
It doesn't save you much typing, but it'll make alot more sense to someone who's not a ninth level Perl acolyte.
WWW: http://search.cpan.org/~mschwern/UNIVERSAL-require-0.10/