pkgsrc changes:
- Add license definition
Upstream changes:
New in 1.28 (Released January 27, 2010)
Disable Curses::Var::STORE. It doesn't work (doesn't even compile) with
newer Ncurses (due to updates to make Ncurses reentrant). One can
re-enable it by defining ALLOW_VARS_STORE in c-config.h.
Improve "not provided by your vendor" message.
Upstream changes:
2.09 Tue Feb 23 00:33:09 EST 2010
* DOCS: Fixed documentation typo. RT #48575
Thanks to David Taylor.
* TEST: Tests involved multi-arg open are skipped
on Windows (where multi-arg pipe is not implemented).
pkgsrc changes:
- Adjust dependencies
Upstream changes:
0.19 Sun Feb 21 15:39:27 2009
Remove rafb.net support since it's been shut down
- See also http://rafb.net/paste/
pkgsrc changes:
- Add license definition
Upstream changes:
1.34 - January 7, 2009
Remove quadratic memory allocation during multipart_buffer reads
[joes]
have fill_buffer() completely fill the multipart_buffer. This
bug is tickled by the FireFox 2.0 when doing ssl uploads:
https://bugzilla.mozilla.org/show_bug.cgi?id=356470https://bugzilla.mozilla.org/show_bug.cgi?id=369414
move the mod_perl version detection to the top of Makefile.PL, so
Apache-Test and other things won't fool around with %INC and confuse
the detection code. [Stas]
pkgsrc changes:
- Add license definition
Upstream changes:
@section v2_12 Changes with libapreq2-2.12 (released March 13, 2009)
- C API [joes]
Make the cookie parser a little more flexible.
@section v2_11 Changes with libapreq2-2.11 (not released)
- Interactive CGI module [issac]
Allow cgi module to interactively prompt for parameters and cookies when
running a script from the command line and not from a CGI interface
@section v2_10 Changes with libapreq2-2.10 (not released)
- Perl Glue [joes]
Fix the linking of the perl modules to libapreq2 and libapr
on Solaris.
- Perl Glue [joes]
Fix install-time linking issue of the .so modules.
Previously they would remain linked against the src
library path, not the install path.
- C API [joes]
Add optional interface for apreq_handle_apache2().
- C API [joes]
Clean up buggy apreq_hook_find_param().
- Perl Glue Build [Philip M. Gollucci]
config.status format changed format yet again in autoconf 2.62+.
- License [Mladen Turk]
Add libapreq.rc and generate libapreq.res
- Build [Mladen Turk]
Add APREQ_DECLARE_EXPORT/APREQ_DECLARE_STATIC
in the same way as APR declares so that dllexport/dllimport
get correctly handled.
- Build [Randy Kobes]
Add appropriate manifest command to embed manifest files on Win32
when using VC8
- C API [Andy Grundman, joes]
Add missing bytes_read initializer to apreq_handle_custom().
- C API [suggested by Vinay Y S, tested by Steve Hay and Peter Walsham]
For Win32, remove the
flag |= APR_FILE_NOCLEANUP | APR_SHARELOCK;
in apreq_file_cleanup, to avoid problems with file uploads.
@section v2_09 Changes with libapreq2-2.09 ( not released)
- C API [joes]
Fix leak associated to calling apreq_brigade_fwrite() on an upload
brigade.
- Build [Philip M. Gollucci]
SunOS (Solaris)
Users must use gmake not make for building.
- Build [Philip M. Gollucci]
SunOS (Solaris)
Code around bug in libtool (at least in 1.5.18, 1.5.20, 1.5.22)
causing mod_apreq2 to be built instead of mod_apreq2.so
- C API [Philip M. Gollucci]
Fix comparison signed vs unsigned comparison
in apreq_fwritev() on SunOS/gcc where iovec.iov_len is a long.
- Build [Philip M. Gollucci]
SunOS (Solaris)
fix duplicate link error to libexpat.so -- by using the one from httpd
exclusively now.
- Build [Philip M. Gollucci]
code around |#_!!_#| autoconf 2.60 bug.
Upstream changes:
0.84 2010-02-22 <schubiger@cpan.org>
- Merged development version to stable.
0.83_04 2010-02-16 <schubiger@cpan.org>
- Enhance the regular expression matching a non-word alias.
- Correct the indentation of _Nth_Weekday_of_Month_Year().
0.83_03 2010-02-14 <schubiger@cpan.org>
- Introduce short name aliases. [rt #53976 - Kevin Field]
- Support shortened relative dates with a +/- prefix.
[rt #53976 - Kevin Field]
- Add according tests for aliases and prefixed dates.
- Test for case-insensitive processing of input strings.
- Test compile-time loading of Aliases.pm.
0.83_02 Wed Jan 27 10:42:41 CET 2010
- New supported formats: <time> <weekday> and <time> on <weekday>.
[rt #53979 - Kevin Field]
0.83_01 Mon Jan 18 10:28:42 CET 2010
- Pass the time zone object instead of name to the final DateTime
constructor. [rt #53268 - Eric Wilhelm]
Upstream changes:
v1.32 2010.02.22
- Makefile.PL: die if Scalar::Util has no dualvar support instead of
only complaining. Thanks to w[DOT]phillip[DOT]moore[AT]gmail[DOT]com
for reporting.
pkgsrc changes:
- Adjust dependencies
Upstream changes:
0.15 18/12/2009
- renamed word() to keyword().
- added identifier() validation.
- changed optional_features key from a keyword to an identifier type,
thus further clarifying RT#52685 (thanks Kevin).
0.14 12/12/2009
- clarified spec defined and user defined keys, as promoted by Kevin
Ryde in RT#52685 (thanks Kevin).
0.13 07/12/2009
- RT#46473: license url with fragment part (Kevin Ryde)
- RT#47393: "optional_features" as map rather than list (Kevin Ryde)
- above applied to 1.4, 1.3 and 1.2 version of the meta-spec.
pkgsrc changes:
- Add module type
Upstream changes:
1.21 - Wed Dec 30 14:58:07 PST 2009
- Add error_callback() patch from Derek Wueppelmann
1.20 - Mon Nov 2 22:13:47 PST 2009
- Refactor timeout code so the UserAgent timeout is always long enough
- Make set_timeout() also set the UserAgent timeout.
1.19 - Thu Sep 24 19:27:51 PDT 2009
- Fixed test to not spew deprecation errors
- removed t/test_ajax_jsf.t because the site it used went away
pkgsrc changes:
- Adjust dependencies
- Add system dependent optional (but recommended) dependencies
Upstream changes:
0.12 2010-01-28
- Added auto_features to the Build.PL, which will give hints on what modules
to install for KQueue and Inotify support.
- Require Linux::Inotify 1.2+, since 1.1 apparently doesn't work with this
module. Reported by Michael Grondin. RT #54069.
0.11 2009-12-07
- A test attempted to use Test::Without::Module but this wasn't in the prereq
list. I've made the test check for the module and skip its tests if the
module isn't present. Reported by Leon Brocard. RT #52539.
0.10 2009-12-06
- Attempting to instantiate more than one watcher failed if you were on a
system where one of the watcher subclasses could not be loaded (which is
basically every system because no system has both inotify and kqueue). Patch
by Mark Grimes. RT #52477.
0.09 2009-11-09
- This release fixes the excluded-dirs.t under Windows. There are no other
changes in this release, so there's no need to upgrade if you have 0.08
installed. Patch by Taro Nishino. RT #51161.
0.08 2009-11-05
- Added a new exclude feature that allows you to excludes files or directories
outright. Implemented by Dan Thomas. RT #51062.
- Added a KQueue-based watcher written by Dan Thomas. I have no idea if this
works, as I don't have BSD, but we'll assume he ran the tests on his system
;) RT #51062.
of scheduled update of devel/p5-File-ChangeNotify to 0.12
This module implements an interface to the Linux 2.6.13 and later Inotify
file/directory change notification sytem.
It has a number of advantages over the Linux::Inotify module:
- it is portable (Linux::Inotify only works on x86)
- the equivalent of fullname works correctly
- it is better documented
- it has callback-style interface, which is better suited for
integration.
update of devel/p5-File-ChangeNotify to 0.12.
This module provides a fairly low level interface to the BSD kqueue(2) system
call, allowing you to monitor for changes on sockets, files, processes and
signals.
Usage is very similar to the kqueue system calls, so having read and
understood the kqueue(2) man page is a usage prereqisite.
pkgsrc changes:
- Adjust dependencies
Upstream changes:
0.001002 2010-02-22 17:00EST
- Add Test::Exception to the test_requires (RT#54357)
- Warning when you try to import things from MooseX::Types::Common rather
than one of the specific String/Numeric modules in the distribution.