Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
3.22 - Thu Aug 29 19:30:00 CET 2013
- Fix parallel testing crashes.
- Explicitly require new-enough Exporter.
3.21 - Fri Aug 9 19:08:00 CET 2013
- stop "sv_2mortal(&PL_sv_yes)" and "(void)sv_newmortal()" for immortal
typemap entries [perl #116152]
- Deterministic C output (fix for hash randomization in 5.18).
3.18_04 - Fri Jun 20 17:47:00 CET 2013
- Fix targetable size detection (& better tests)
- Assorted cleanup and refactoring.
3.18_03 - Fri Apr 19 18:40:00 CET 2013
- Heuristic (and flawed) type canonicalization for templated
C++ types.
- More tests ported from core.
3.18_02 - Mon Apr 15 07:30:00 CET 2013
- ExtUtils::ParseXS no longer uses global state (if using OO
interface).
- New "real" OO interface.
3.18_01 - Thu Apr 11 19:17:00 CET 2013
- ExtUtils::Typemaps gains a clone method.
3.18 - Mon Nov 19 07:35:00 CET 2012
- Restore portability to Perl 5.6, which was lost at EU-PXS 3.00.
- [perl #112776] avoid warning on an initialized non-parameter
- Only increment PL_amagic_generation before 5.9
|
|
|
|
1.63 Sun, Sep 8, 2013
- Deal with VMS extended filespecs
1.62 Sun, Sep 8, 2013
- Normalize VMS case handling in ExtUtils::Manifest.
1.61 Tue, Sep 11, 2012
- Avoid some test-time warnings.
- Current VMS can handle filenames with spaces.
|
|
This module is part of perl core since 5.0something. The version in
this separate package is older than THAT version, and no newer
version is available separately.
|
|
The package is included in perl core since 5.7. The latest versions
included in perl are newer than what's available separately.
|
|
|
|
|
|
2.09 2013-01-13 21:09:12 UTC
- merge two bugfixes from blead
see https://github.com/dland/File-Path/pull/1
|
|
|
|
5.74 Fri Oct 25 19:08 2013
- Makefile.PL: Set installdirs to "site" on Perl >= 5.12
5.73 Tue Oct 16 16:45 2012
- AutoLoader::autoload_sub
Same as actually autoloading a function, but doesn't
execute it. Cf. documentation for details.
|
|
|
|
0.280212 - 2013-09-08
Fixed:
- Reversion all modules.
0.280211 - 2013-09-08
Fixed:
- Missing dependency Perl::OSType [Leon Timmermans]
- Fixed repository location [Alberto Simões]
0.280210 - 2013-09-06
Fixed:
- Update INSTALLDIRS to favor installation under 'site' (perl 116479)
[James E Keenan]
0.280209 - 2012-10-20 (Perl v5.17.5)
Fixed:
- Allow options to be passed to prelink in Windows (perl #115100)
[Eric Brine]
0.280208 - 2012-06-20 (Perl v5.17.1)
Fixed:
- Corrected location in which manifest file is looked for on
Windows (RT#35943, perl #111798) [snaury@gmail.com]
0.280207 (Not released)
Fixed:
- Corrected test for existence of manifest file on Windows
(perl #111782) [Steve Hay]
0.280206 - 2012-03-20 (Perl v5.15.9)
Documented:
- Added a SUPPORT section to indicate that upstream is Perl 5 core
|
|
The latest distfile is 0.35 from 2004. perl-5.15 already contained a
newer version, which wasn't released separately though.
The module itself is included in perl since 5.7.3.
|
|
Bump PKGREVISION.
|
|
|
|
VERSION 3.27 (2013-09-03; sbeck)
NEW CODE(s)
* FIPS-10 country codes removed
As of June, the FIPS codes are not being published in their
entirety. Only changes to the codes are published. This adds
a huge layer of complexity to maintaining the set, which is not
worth doing considering that the set is deprecated. As such, the
code set is no longer supported.
VERSION 3.26 (2013-06-03; sbeck)
Documentation fixes
Some of the examples were not correct. RT 84589
Some typos corrected. RT 85692
VERSION 3.25 (2013-03-01; sbeck)
NEW CODE(s)
VERSION 3.24 (2012-12-03; sbeck)
NEW CODE(s)
Syria alias
Syria added as an alias. RT 82747
FIPS-10 country codes deprecated
The FIPS-10 document is being withdrawn. It was deprecated in 2008,
and is being updated now only until all the agencies that use it have
switched to something else. The current version no longer lists the
long names for countries. These long names (such as 'Republic of
Albania' for Albania) only appeared in the old FIPS-10 document which
is no longer available, so they are no longer available in this module.
I will continue to support the FIPS-10 codeset as long as it is available,
but at that point, it will be withdrawn immediately. If an official
end-of-life date is announced, I will include a notice here. Otherwise, support
for the codeset will be discontinued when the document is withdrawn.
You are encouraged to no longer use the FIPS-10 codeset.
Domain country codes now come from ISO 3166
The IANA domain codes have changed slightly. The IANA no longer
publishes a list of countries associated with their codes. Instead,
they use the ISO 3166 codes and country names. However, they support
a few non-standard codes, so I will continue to maintain this codeset.
The domain codes are now lowercase to correspond to the ISO 3166 codes.
VERSION 3.23 (2012-09-01; sbeck)
NEW CODE(s)
VERSION 3.22 (2012-06-01; sbeck)
NEW CODE(s)
Updated perl version required
Changed 'require 5.002' (which dated back to the version 2.xx Locale-Codes)
to 'require 5.006'. Some features used in Locale-Codes are not supported that
far back. Nicholas Clark
Sorted deprecated codes
The codes in the generated deprecated codes modules were not sorted making version
diffs bigger than they should be. Nicholas Clark
VERSION 3.21 (2012-03-01; sbeck)
NEW CODE(s)
|
|
|
|
1.27 2013.03.21 SAPER (Sébastien Aperghis-Tramoni)
[CODE] Updated from bleadperl:
- Remove a reference to a non-existent module (Karl Williamson)
- Make utf8 downgrading version dependent in order to avoid
unconditional loading of utf8_heavy.pl (Brad Gilbert)
1.25 2013.01.19 SAPER (Sébastien Aperghis-Tramoni)
[CODE] Updated from bleadperl:
- Remove 5.6-isms (Sébastien Aperghis-Tramoni)
1.24 2013.01.07 SAPER (Sébastien Aperghis-Tramoni)
[CODE] Updated from bleadperl:
- Disable the UTF8 downgrade when unnecessary (Father Chrysostomos)
- Restore compatibility with Perl 5.8 (Sébastien Aperghis-Tramoni)
- Skip t/utf8.t on Perl before 5.8.4 (Sébastien Aperghis-Tramoni)
[DIST] Perl-RT #114050: Added meta-information in Makefile.PL to
reflect that the module is maintained by P5P.
|
|
|
|
0.90 Mon Nov 18 15:08:15 GMT 2013
Misc:
* skip some problematic tests when PERL_CORE
0.88 Fri Nov 15 14:44:03 GMT 2013
Misc:
* skip some problematic tests on Cygwin
0.86 Mon Nov 4 14:09:42 GMT 2013
Bug fixes:
* run_forked: workaround absent CLOCK_MONOTONIC on OSX (Petya Kohts)
* RT#89770 Patch to fix error reporting if command killed by signal
(Ed Avis)
* Make the false test more forgiving, for Solaris and other SVR*
(bingos)
0.85_02 Thu Oct 10 13:59:34 BST 2013
Bug Fixes:
* run_forked: incomplete output more than buffer size
0.85_01 Thu Sep 5 20:30:51 BST 2013
Enhancements:
* run_forked() now uses Time::HiRes and Carp
0.84 Tue Aug 6 10:03:03 BST 2013
Enhancements:
* Lowered CPU usage for run_forked() (Petya Kohts)
Bug Fixes:
* RT#85912 Handle STDOUT/STDERR for run_forked()
and coderefs (Petya Kohts)
* RT#76901 fixed regression introduced in 0.78
(Petya Kohts)
* RT#70530 run_forked() now has a consistent
API with run() (Petya Kohts)
* Socket only used where needed (bingos)
Misc:
* Install into sitelib if >= v5.12.0
0.82 Sat Jun 29 22:11:22 BST 2013
* Typo fixes (David Steinbrunner)
0.80 Sat Mar 2 22:03:49 GMT 2013
* Use File::Spec->path instead of relying on
Config (William Orr)
|
|
|
|
Version 0.2:
- add experimental support for Super Game Boy, including Super Game
Boy borders.
- add support for emulation speedup.
- add support for forcing emulation mode (Game Boy, Color Game Boy
or Super Game Boy) in Configuration File.
- improved accuracy for startup state.
|
|
|
|
This release fixes several bugs and adds two new pie charts about the most use top second level domains. It is also possible to do DNS lookup of Ip addresses inside SquidAnalyzer, see UseClientDNSName new configuration directive. This can slow down dramatically the squid-analyzer performances but you can adjust the DNS lookup timeout to prevent waiting slow DNS server, see DNSLookupTimeout new configuration directive.
- Update and fix first and second top level domain name.
- Add new directive DNSLookupTimeout to change the default timeout for
DNS lookup. Add 0.0001 second timeout when SquidAnalyzer look for a DNS
name and can't find a name server.
- Add pie chart of top second level domains.
- Fix some HTML tag issues and table ordering on Top domain hits and Top
url hits.
- Update INSTALL file to remove GD::Graph requirements.
- Change underscore used to replace space in user name by the special
string _SPC_ so that underscore will not be wrongly replaced on HTML
output.
- Fix pt_BR translation with charset to utf-8 and a few words with
accentuation fix.
- Allow Ip addresses on user names to be replaced by their DNS name, this
feature is activated by a new directive: UseClientDNSName.
- Add missing description of --no-year-stat option to documentation and
squid-analyzer usage.
|
|
|
|
|
|
I have no idea why the extended regexp does not catch the unsetenv declaration
but the check is redundant anyway (there is another unsetenv check below in
configure) so I don't care that much.
|
|
Disable SSE{2,3,4} in the runtime CPU detection code as well.
|
|
Remove all "#define _XOPEN_SOURCE" lines, as they break things horribly on
MirBSD for some reason. Sprinkle a few <sys/types.h> includes. Add support for
generating shared libraries on MirBSD.
|
|
|
|
|
|
Changes since version 1.0.22:
- Check for writability when waiting for a socket to finish connecting.
- Don't send PING requests on connections which are not active yet.
- Fix segfault when Name = $HOST but $HOST is not set.
- Fix typos in the documentation.
- Modernize the build system.
- Get rid of the splay tree implementation.
- Add description of IffOneQueue and MaxTimeout to the info manual.
- Clean up child processes from proxy type exec.
|
|
|
|
Core:
- Set manifest as Windows 8 compatible
GUI:
- Indicate if a file was exported in the Quit dialog
- Add shortcuts and hint labels to the close and quit dialogs
that make closing and quitting easier and more consistent
- Rename the File->Export menu labels to match Save/Save as
- Fix keyboard shortcuts on OSX Mavericks
- Don't open lots of progress popups when opening many files
- Correctly restore the hidden state of docks in single window mode
Libgimp:
- Fix exporting an image consisting of a single layer group
- Don't attempt to pick transparent colors
Plug-ins:
- Fix crash in LCMS plugin if RGB profile was missing
General:
- Fix compile on NetBSD (missing -lexecinfo)
- Bug fixes
- Translation updates
|
|
|
|
bundles. This library provides two implementations: An older Carbon
implementation (gtk-mac-integration) and a new implementation in Cocoa
(GtkOSXApplication). PyGtk bindings are provided for both.
|
|
|
|
4.58 2013-11-19
- Improved IIS and WebSphere compatibility of Mojo::Message::Request.
- Improved Mojo::Collection to allow join without arguments.
- Improved Mojo::DOM::HTML performance.
- Fixed recursion bug in Mojo::Reactor::EV where timers could run more than
once.
- Fixed a few "0" value bugs in Mojo::DOM::HTML.
|
|
This fixes a configure problem for solaris, in particular.
|
|
|
|
|
|
Changelog:
Changes with Apache 2.4.7
*) APR 1.5.0 or later is now required for the event MPM.
*) slotmem_shm: Error detection. [Jim Jagielski]
*) event: Use skiplist data structure. [Jim Jagielski]
*) mpm_unix: Add ap_mpm_podx_* implementation to avoid code duplication
and align w/ trunk. [Jim Jagielski]
*) Fix potential rejection of valid MaxMemFree and ThreadStackSize
directives. [Mike Rumph <mike.rumph oracle.com>]
*) mod_proxy_fcgi: Remove 64K limit on encoded length of all envvars.
An individual envvar with an encoded length of more than 16K will be
omitted. [Jeff Trawick]
*) mod_proxy_fcgi: Handle reading protocol data that is split between
packets. [Jeff Trawick]
*) mod_ssl: Improve handling of ephemeral DH and ECDH keys by
allowing custom parameters to be configured via SSLCertificateFile,
and by adding standardized DH parameters for 1024/2048/3072/4096 bits.
Unless custom parameters are configured, the standardized parameters
are applied based on the certificate's RSA/DSA key size. [Kaspar Brand]
*) mod_ssl, configure: Require OpenSSL 0.9.8a or later. [Kaspar Brand]
*) mod_ssl: drop support for export-grade ciphers with ephemeral RSA
keys, and unconditionally disable aNULL, eNULL and EXP ciphers
(not overridable via SSLCipherSuite). [Kaspar Brand]
*) Add experimental cmake-based build system for Windows. [Jeff Trawick,
Tom Donovan]
*) event MPM: Fix possible crashes (third party modules accessing c->sbh)
or occasional missed mod_status updates for some keepalive requests
under load. [Eric Covener]
*) mod_authn_socache: Support optional initialization arguments for
socache providers. [Chris Darroch]
*) mod_session: Reset the max-age on session save. Bug 47476. [Alexey
Varlamov <alexey.v.varlamov gmail com>]
*) mod_session: After parsing the value of the header specified by the
SessionHeader directive, remove the value from the response. Bug 55279.
[Graham Leggett]
*) mod_headers: Allow for format specifiers in the substitution string
when using Header edit. [Daniel Ruggeri]
*) mod_dav: dav_resource->uri is treated as unencoded. This was an
unnecessary ABI changed introduced in 2.4.6. Bug 55397.
*) mod_dav: Don't require lock tokens for COPY source. Bug 55306.
*) core: Don't truncate output when sending is interrupted by a signal,
such as from an exiting CGI process. Bug 55643. [Jeff Trawick]
*) WinNT MPM: Exit the child if the parent process crashes or is terminated.
[Oracle Corporation]
*) Windows: Correct failure to discard stderr in some error log
configurations. (Error message AH00093) [Jeff Trawick]
*) mod_session_crypto: Allow using exec: calls to obtain session
encryption key. [Daniel Ruggeri]
*) core: Add missing Reason-Phrase in HTTP response headers.
Bug 54946. [Rainer Jung]
*) mod_rewrite: Make rewrite websocket-aware to allow proxying.
Bug 55598. [Chris Harris <chris.harris kitware com>]
*) mod_ldap: When looking up sub-groups, use an implicit objectClass=*
instead of an explicit cn=* filter. [David Hawes <dhawes vt.edu>]
*) ab: Add wait time, fix processing time, and output write errors only if
they occured. [Christophe Jaillet]
*) worker MPM: Don't forcibly kill worker threads if the child process is
exiting gracefully. [Oracle Corporation]
*) core: apachectl -S prints wildcard name-based virtual hosts twice.
Bug 54948 [Eric Covener]
*) mod_auth_basic: Add AuthBasicUseDigestAlgorithm directive to
allow migration of passwords from digest to basic authentication.
[Chris Darroch]
*) ab: Add a new -l parameter in order not to check the length of the responses.
This can be usefull with dynamic pages.
Bug 9945, Bug 27888, Bug 42040 [<ccikrs1 cranbrook edu>]
*) Suppress formatting of startup messages written to the console when
ErrorLogFormat is used. [Jeff Trawick]
*) mod_auth_digest: Be more specific when the realm mismatches because the
realm has not been specified. [Graham Leggett]
*) mod_proxy: Add a note in the balancer manager stating whether changes
will or will not be persisted and whether settings are inherited.
[Daniel Ruggeri, Jim Jagielski]
*) mod_cache: Avoid a crash with strcmp() when the hostname is not provided.
[Graham Leggett]
*) core: Add util_fcgi.h and associated definitions and support
routines for FastCGI, based largely on mod_proxy_fcgi.
[Jeff Trawick]
*) mod_headers: Add 'Header note header-name note-name' for copying a response
headers value into a note. [Eric Covener]
*) mod_headers: Add 'setifempty' command to Header and RequestHeader.
[Eric Covener]
*) mod_logio: new format-specifier %S (sum) which is the sum of received
and sent byte counts.
Bug 54015 [Christophe Jaillet]
*) mod_deflate: Improve error detection when decompressing request bodies
with trailing garbage: handle case where trailing bytes are in
the same bucket. [Rainer Jung]
*) mod_authz_groupfile, mod_authz_user: Reduce severity of AH01671 and AH01663
from ERROR to DEBUG, since these modules do not know what mod_authz_core
is doing with their AUTHZ_DENIED return value. [Eric Covener]
*) mod_ldap: add TRACE5 for LDAP retries. [Eric Covener]
*) mod_ldap: retry on an LDAP timeout during authn. [Eric Covener]
*) mod_ldap: Change "LDAPReferrals off" to actually set the underlying LDAP
SDK option to OFF, and introduce "LDAPReferrals default" to take the SDK
default, sans rebind authentication callback.
[Jan Kaluza <kaluze AT redhat.com>]
*) core: Log a message at TRACE1 when the client aborts a connection.
[Eric Covener]
*) WinNT MPM: Don't crash during child process initialization if the
Listen protocol is unrecognized. [Jeff Trawick]
*) modules: Fix some compiler warnings. [Guenter Knauf]
*) Sync 2.4 and trunk
- Avoid some memory allocation and work when TRACE1 is not activated
- fix typo in include guard
- indent
- No need to lower the string before removing the path, it is just a waste of time...
- Save a few cycles
[Christophe Jaillet <christophe.jaillet wanadoo.fr>]
*) mod_filter: Add "change=no" as a proto-flag to FilterProtocol
to remove a providers initial flags set at registration time.
[Eric Covener]
*) core, mod_ssl: Enable the ability for a module to reverse the sense of
a poll event from a read to a write or vice versa. This is a step on
the way to allow mod_ssl taking full advantage of the event MPM.
[Graham Leggett]
*) Makefile.win: Install proper pcre DLL file during debug build install.
Bug 55235. [Ben Reser <ben reser org>]
*) mod_ldap: Fix a potential memory leak or corruption. Bug 54936.
[Zhenbo Xu <zhenbo1987 gmail com>]
*) ab: Fix potential buffer overflows when processing the T and X
command-line options. Bug 55360.
[Mike Rumph <mike.rumph oracle.com>]
*) fcgistarter: Specify SO_REUSEADDR to allow starting a server
with old connections in TIME_WAIT. [Jeff Trawick]
*) core: Add open_htaccess hook which, in conjunction with dirwalk_stat
and post_perdir_config (introduced in 2.4.5), allows mpm-itk to be
used without patches to httpd core. [Stefan Fritsch]
*) support/htdbm: fix processing of -t command line switch. Regression
introduced in 2.4.4
Bug 55264 [Jo Rhett <jrhett netconsonance com>]
[Apache 2.3.0-dev includes those bug fixes and changes with the
Apache 2.2.xx tree as documented, and except as noted, below.]
Changes with Apache 2.2.x and later:
*) http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/CHANGES?view=markup
Changes with Apache 2.0.x and later:
*) http://svn.apache.org/viewvc/httpd/httpd/branches/2.0.x/CHANGES?view=markup
|
|
Updated devel/apr-util to 1.5.3
|
|
Changelog:
Changes with APR-util 1.5.3
*) Cygwin: Use correct file extension when loading APR DSOs. Bug 55587.
[Carlo Bramini <carlo.bramix libero.it>]
*) Add experimental cmake-based build system for Windows. Refer to
README.cmake for more information. [Jeff Trawick, Tom Donovan]
*) Fix warnings in odbc driver on 64bit systems.
Bug 55197 [Tom Donovan]
*) Add support to apr_memcache for unix domain sockets. Bug 54573 [Remi
Gacogne <rgacogne+asf aquaray.com>]
*) Add support for Berkeley DB 6.0. [Rainer Jung]
*) Improve platform detection for bundled expat by updating
config.guess and config.sub. [Rainer Jung]
|
|
* BUILDLINK_{API,ABI}_DEPENDS.apr are bumped
Changelog:
Changes for APR 1.5.0
*) Fix Linux kernel version check to recognize more versions,
including versions 3.10 and later. Bug 55690. [Joe Orton,
Arfrever Frehtes Taifersar Arahesis <arfrever.fta gmail.com>]
*) Add apr_sockaddr_is_wildcard() to check if a socket address
refers to the wildcard address for the protocol family (e.g.,
0.0.0.0/INADDR_ANY for IPv4). [Jeff Trawick]
*) apr_file_dup2() on Windows: Fix debug RTL assertion in when
attempting to _commit(stdout) or _commit(stderr). [Mike Rumph
<mike.rumph oracle.com>]
*) apr_socket_connect() on Windows: Handle WSAEISCONN. Bug 48736.
[<inoue ariel-networks.com>, Jeff Trawick]
*) z/OS: threadsafe apr_pollset_poll support for sockets [Greg Ames]
*) Windows: Don't obtain a mutex for buffered file I/O unless the
file was opened with the APR_FOPEN_XTHREAD flag. [Ivan Zhakov
<ivan visualsvn.com>]
*) Windows: Create named shared memory segments under the "Local"
namespace if the caller is unprivileged, fixing an inability of
unprivileged callers to use apr_shm_create() with named shared
memory segments under recent Windows. As before, shared memory
segments are created under the "Global" namespace for privileged
callers. Add apr_shm_create_ex() and apr_shm_attach_ex(), which
provide the ability to override the normal namespace selection.
[Jeff Trawick]
*) Update compile settings for MINT OS. Bug 47181. [Alan Hourihane
<alanh fairlite.co.uk>]
*) Files and pipes on Windows: Don't create an unused pollset when
files and pipes are opened. [Mladen Turk]
*) apr_socket_timeout_set() on Windows: If the socket was in a non-
blocking state before, disable that setting so that timeouts work.
[Jeff Trawick]
*) File info APIs: Fix calculation of atime and mtime on AIX. Bug 51146.
[Ruediger Pluem]
*) Add the apr_escape interface. [Graham Leggett]
*) Cygwin build fixes. Bugs 51016 and 55586. [Carlo Bramini
<carlo.bramix libero.it>]
*) Add apr_skiplist family. [Jim Jagielski]
*) Add experimental cmake-based build system for Windows. Refer to
README.cmake for more information. [Jeff Trawick, Tom Donovan]
*) Add the apr_table_getm() call, which transparently handles the
merging of keys with multiple values. [Graham Leggett]
*) Add apr_hash_this_key(), apr_hash_this_key_len(), and
apr_hash_this_val() for easier access to those attributes from
a hash iterator. [Hyrum K. Wright <hyrum_wright mail.utexas.edu>]
*) MinGW/MSYS: Support shared builds of APR, other general improvements
to support of this toolchain. Bug 46175. [Carlo Bramini
<carlo.bramix libero.it>]
*) Improve platform detection by updating config.guess and config.sub.
[Rainer Jung]
*) apr_socket_opt_set: Add support for APR_SO_BROADCAST. PR 46389.
[Armin Müller <mueller itestra com>]
*) Enable platform specific support for the opening of a file or
pipe in non-blocking mode through the APR_FOPEN_NONBLOCK flag.
[Graham Leggett]
|
|
|
|
|
|
IO has been a part of perl core since 5.6.
The latest version distributed outside the perl core is as old as perl-5.10.
|
|
The latest version distributed outside the perl core is as old as perl-5.10.
Remove p5-IO dependencies in preparation for removal of package.
|