Changes for APR 1.3.8
*) SECURITY: CVE-2009-2412 (cve.mitre.org)
Fix overflow in pools and rmm, where size alignment was taking place.
[Matt Lewis <mattlewis@google.com>, Sander Striker]
*) Make sure that "make check" is used in the RPM spec file, consistent
with apr-util. [Graham Leggett]
*) Pass default environment to testflock, testoc and testpipe children,
so that tests run when APR is compiled with Intel C Compiler.
[Bojan Smojver]
- switch to wxGTK 2.8
- new features:
- commit individual files
- display filters
- subversion 1.5
- recursive revert
- menu shortcut to set svn:ignore
- relocate option for the switch command
- history for copy/move
- date picker in diff dialog
- allow using external 3-way diff tool
- various bugfixes
- switch to GPL v3
- SECURITY: CVE-2009-2412 (cve.mitre.org)
Fix overflow in rmm, where size alignment was taking place.
[Matt Lewis <mattlewis@google.com>, Sander Striker]
- Make sure that "make check" is used in the RPM spec file, so that
the crypto, dbd and dbm tests pass. [Graham Leggett]
- Make sure the mysql version of dbd_mysql_get_entry() respects the
rule that if the column number exceeds the number of columns, we
return NULL. [Graham Leggett]
- Ensure the dbm module is packaged up correctly in the RPM.
[Graham Leggett]
- Clarify the error messages within the dbd tests. [Graham Leggett]
Major changes:
* git-svn updates, including a new --authors-prog option to map author
names by invoking an external program, 'git svn reset' to unwind
'git svn fetch', support for more than one branches, documenting
of the useful --minimize-url feature, new "git svn gc" command, etc.
* We feed iconv with "UTF-8" instead of "utf8"; the former is
understood more widely. Similarly updated test scripts to use
encoding names more widely understood (e.g. use "ISO8859-1" instead
of "ISO-8859-1").
* Various portability fixes/workarounds for different vintages of
SunOS, IRIX, and Windows.
* Git-over-ssh transport on Windows supports PuTTY plink and TortoisePlink.
* Many repeated use of lstat() are optimized out in "checkout" codepath.
* git-status (and underlying git-diff-index --cached) are optimized
to take advantage of cache-tree information in the index.
Version 1.6.4
(06 Aug 2009, from /branches/1.6.x)
http://svn.collab.net/repos/svn/tags/1.6.4
User-visible changes:
* fixed: heap overflow vulnerability on server and client
See CVE-2009-2411, and descriptive advisory at
http://subversion.tigris.org/security/CVE-2009-2411-advisory.txt
Version 1.6.3
(22 Jun 2009, from /branches/1.6.x)
http://svn.collab.net/repos/svn/tags/1.6.3
User-visible changes:
* fix segfault in WC->URL copy (r37646, -56)
* let 'svnadmin load' tolerate mergeinfo with "\r\n" (r37768)
* make svnsync normalize svn:* props to LF line endings (issue #3404)
* better integration with external merge tools (r36178)
* return a friendly error message for 'svn diff' (r37735)
* update dsvn.el for 1.6 (r37774)
* don't allow setting of props on out-of-date dirs under neon (r37745)
* improve BASH completion (r36450, -52, -70, -79, -538)
* always show tree conflicts with 'svn st' (issue #3382)
* improve correctness of 'svn mergeinfo' (issue #3126)
* decrease the amount of memory needed for large commits (r37894, -6)
* work around an APR buffer overflow seen by svnsync (r37622)
* ra_svn clients now use TCP keep-alives if available (issue #3347)
* improve 'svn merge' perf by reducing server contact (r37491, -593, -618)
* stop propagating self-referential mergeinfo in reintegrate merges (r37931)
* fix NLS detection where -liconv is required for bindtextdomain() (r37827)
* don't delete unversioned files with 'rm --keep-local' (r38015, -17, -19)
* bump apr and apr-util versions included in deps to latest. (r37941)
* avoid temp file name collisions with ra_serf, ra_neon (r37972)
* fixed: potential segfault with noop file merges (r37779)
* fixed: incorrect output with 'svn blame -g' (r37719, -23, -41)
* fixed: bindings don't load FS libs when module search enabled (issue #3413)
* fixed: DAV RA layers not properly handling update/switch working copy
directory to revision/place in which it doesn't exist (issue #3414)
* fixed: potential abort() in the working copy library (r37857)
* fixed: memory leak in hash reading functions (r37868, -979)
Developer-visible changes:
* improve memory usage in file-to-stringbuf APIs (r37907)
* reduce memory usage for temp string manipulation (r38010)
Released 2009-07-03
* syntax highlighting for .plist, GLSL, SConscript, and SConstruct files
* status bar now explains how to navigate between modes
* added labels to indicate syntax highlighting rules, encoding, and format
* Subversion 1.6 support
* added Henri Menke's German translation
* added '--examplesdir=' and '--mandir=' options to install.py
* renamed the '--python-interpreter=' installer option to '--pythonbin='
* minor bug fixes
Add an additional post-release fix from upstream (patch-aa).
XULRunner is a runtime environment for applications using the
XML User Interface Language, XUL. It is the successor of the "Gecko"
runtime environment.
incompatible with that (old) version of anjuta.
So disable the devhelp plugin for now.
(Actually, the plugin is not diasbled. It just calls devhelp as
external program rather than embedding it.)
bump PKGREVISION
Changes since 1.3.7:
- Use locally scoped variables in PostgreSQL driver to avoid stomping
on return codes.
- Fix race conditions in initialisation of DBD, DBM and DSO.
- Expose DBM libs in apu-1-config by default. To avoid that, use
apu-1-config --avoid-dbm --libs. To get just DBM libs, use
apu-1-config --dbm-libs.
- Make sure --without-ldap works.
Changes since 1.3.5:
- On Linux/hppa flock() returns EAGAIN instead of EWOULDBLOCK. This
causes proc mutex failures.
- Set CLOEXEC flags where appropriate. Either use new O_CLOEXEC flag and
associated functions, such as dup3(), accept4(), epoll_create1() etc.,
or simply set CLOEXEC flag using fcntl().
- More elaborate detection for dup3(), accept4() and epoll_create1().
lua_altgetopt is a module for Lua programming language
for processing application's arguments the same way
BSD/GNU getopt_long(3) functions do.
Main features and goals:
1) compatibility to SUS "Utility Syntax Guidelines"
http://www.opengroup.org/onlinepubs/009695399/basedefs/xbd_chap12.html#tag_12_02
guidelines 3-13.
2) This module is for plain Lua
2) No extra dependencies
3) No hooks, no functional tricks ;-)
4) Support for long options, e.g. compatibility with getopt_long(3) C
function
present in *BSD and GNU libc.
5) Long options may optionally have one-char synonym or other long synonym
6) Strict error checking (checks for an incorrect use of options)
7) alt_getopt.lua is a Lua module.
Packages Collection.
The Perl 5 module MooseX::Declare provides syntactic sugar for
Moose, the postmodern object system for Perl 5. When used, it sets
up the class and role keywords.
NetBSD Packages Collection.
The Perl 5 module MooseX::Method::Signatures provides a proper
method keyword, like "sub" but specifically for making methods and
validating their arguments against Moose type constraints.
Pkgsrc changes:
- Adjust dependencies, most notably devel/p5-B-Hooks-OP-Check is needed
at run time, not only at build time
- Fix PERL5_MODULE_TYPE, this module is "Module::Install" module
Upstream changes:
- Depend on the latest ExtUtils::Depends for win32+gcc support.
- Conditionally expand linestrings under perl debugger.
the NetBSD Packages Collection.
The Perl 5 module Parse::Method::Signatures is inspired by
Perl6::Signature but streamlined to just support the subset deemed
useful for TryCatch and MooseX::Method::Signatures.
pkgsrc changes:
- Adding license (perl5 license)
Upstream changes:
1.23 - Fri Jul 17 03:04:38 2009
* Move everything to git and finally make a release
1.22_03 - Tue Jul 29 21:14:49 2008
* Fixed bug for missing file: previously the missing file
name was passed through to run_t_files, although without
the t/ added to its path. Test::Manifest should only
warn about and skip missing files.
1.22_02 - Thu Jan 24 06:13:13 2008
* File path and unlink fixes for VMS (RT #32061). Let's see if this works.
1.22_01 - Sun Jan 6 14:18:46 2008
* Changed test file names to only have one dot in them so they
work on VMS and ODS-2 file systems: RT #32061
* This is a test release.
pkgsrc changes:
- Adding license (perl5 one)
- Removing patch for RT #41060 (fixed upstream)
- Don't install *.orig files from patching ...
Upstream changes:
6.54 Tue Jul 7 16:48:22 PDT 2009
Test Fixes
* Added perl core boilerplate code to a few new tests which were missing
them.
6.53_03 Thu Jul 2 14:47:45 PDT 2009
Bug Fixes
* You'd get a warning if you had a PREREQ_PM on a module with no $VERSION
like Config (broken in 6.51_01) [rt.cpan.org 47448]
Test Fixes
* Upgrade the version of Test::More we ship with to 0.88.
* Fix MM_Cygwin.t for older Perls missing Cygwin::win_to_posix_path()
broken in 6.53_01.
* Fix miniperl.t for Windows. Our method of shutting off XS didn't
work for Win32.pm
* Old versions of version.pm, like what ships with OS X, dent Foo->VERSION
causing prereq.t to fail. [rt.cpan.org 47296]
* Add missing core test boilerplates
[blead e39d780342f3e91579069fdc80eda72bfe639ae7]
6.53_02 Sun Jun 7 19:24:56 PDT 2009
Test Fixes
* Stray use of Shell::Command broke older perls
Other
* MakeMaker will now automatically test itself with multiple
perl versions before releasing.
6.53_01 Sun Jun 7 19:02:20 PDT 2009
Bug Fixes
* blib will now be rebuilt if the Makefile is changed
[rt.cpan.org 46658]
* 6.52 broke the setting of EXTRALIBS, LDLOADLIBS and BSLOADLIBS
when $self->{LIBS}[0] is undefined.
[rt.cpan.org 46633] (Craig Berry)
Cygwin
* Fixed MM_Cygwin.t when the path prefix (ie. cygdrive) has been
changed by the user. [rt.cpan.org 46585] (JDHEDDEN)
VMS
* Removed attempts to compensate for the "bin" logical added
by some versions of GNV, Craig says they're futile.
Put a warning into the Makefile.PL instead.
[rt.cpan.org 46679] (Craig Berry)
* Removed the arch_check() special case for VMS.
[rt.cpan.org 46678] (Craig Berry)
Win32
* Restore building the core by not trying to load the Win32
module in arch_check() with miniperl.
[rt.cpan.org 46667] (Max Maischein)
Tests
* Forgot to get rid of the tests for bytes and vmsish
which were removed in 6.51_01.
* Stopped running a Windows specific arch_check.t test
on non-Windows. (Craig Berry)
[rt.cpan.org 46678]
NetBSD Packages Collection.
The Perl 5 module MooseX::Types::Structured provides structured
type constraints for Moose. A structured type constraint is a
standard container Moose type constraint, such as an ArrayRef or
HashRef, which has been enhanced to allow you to explicitly name
all the allowed type constraints inside the structure.
Maven 2.2.0 contains a few important changes that justify the version
upgrade, instead of simply naming it 2.1.1. First, the Java requirement
for Maven 2.2.0 has been upgraded to 1.5 or later. This upgrade was
planned for 2.1.0, but that release still contained binaries that were
compatible with JDK 1.4. In addition, due to some serious flaws in the
version-expression POM transformation included in 2.1.0, this feature
has been removed for the time being. Finally, some new default execution
IDs have been added to Maven to enable the separation of configuration
for plugins bound by the default lifecycle mappings, and for those
invoked directly from the command line.
Changes that may affect existing builds
* MNG-4143 - Starting in 2.2.0, Maven will run only on Java 1.5 and later.
You can still build projects for JDK1.4 and earlier using the approach
documented in the Guide to Building JDK 1.4 Projects on JDK 1.5.
* MNG-3401 - Executions with an id equal to default-phase (where phase is
a valid lifecycle phase) may have unexpected results as it will be merged
into the default lifecycle.
* MNG-4140/4179 - Version-expression resolution during installation and
deployment has been removed, returning to Maven 2.0.x behaviour.
0.01 in the NetBSD Packages Collection.
The Perl 5 module MooseX::Meta::TypeConstraint::ForceCoercion
provides a class which allows to wrap any Moose::Meta::TypeConstraint
in a way that will force coercion of the value when checking or
validating a value against it.
pkgsrc changes:
- Adding license (perl 5)
- Adjusting Carp::Clan version in depedencies
Upstream changes:
Version 6.6 27.07.2009
+ Made the module thread-safe and MacOS X compatible
Version 6.5 27.07.2009
+ Added automatic support for module "Storable"
Packages Collection.
The Perl 5 module Context::Preserve automates the process of calling
a function, getting the results, acting on the results, then returning
the result of the function in the appropriate void, scalar, or list
context.
Upstream changes:
0.88 Fri Jul 24, 2009
* Moose::Manual::Contributing
- Re-write the Moose::Manual::Contributing document to reflect
the new layout and methods of work for the Git repository. All
work now should be done in topic branches and reviewed by a
core committer before being applied to master. All releases
are done by a cabal member and merged from master to
stable. This plan was devised by Yuval, blame him. (perigrin)
* Moose::Meta::Role
- Create metaclass attributes for the different role application
classes. (rafl)
* Moose::Util::MetaRole
- Allow applying roles to a meta role's role application
classes. (rafl)
* Moose::Meta::Attribute
- Add weak_ref to allowed options for "has '+foo'" (mst)
* Moose::Meta::Method::Accessor
- No longer uses inline_slot_access in accessors, to support
non-lvalue-based meta instances. (sorear)
pkgsrc changes:
- More build dependencies (for test target)
Upstream changes:
0.90 Tue Jul 21, 2009
Japan Perl Association has sponsored Goro Fuji to improve startup
performance of Class::MOP and Moose. These enhancements may break
backwards compatibility if you're doing (or using) complex
metaprogramming, so, as always, test your code!
http://blog.perlassociation.org/2009/07/jpa-sponsors-moose-class-mop-work.html
* Class::MOP::Class
* XS
- Anonymous classes were not completely destroyed when they went
out of scope, leading to a memory leak. RT #47480. (Goro
Fuji).
* Class::MOP::Class
- The get_method, has_method, and add_method methods no longer
use get_method_map. Method objects are instantiated
lazily. This significantly improves Class::MOP's load
time. (Goro Fuji)
* All classes
- Inline fewer metaclass-level constructors since the ones we
have are perfectly fine. This reduces the number of string
evals. (Goro Fuji)
* Class::MOP::Method::Wrapped
- If a method modifier set $_, this caused the modifier to blow
up, because of some weird internals. (Jeremy Stashewsky)
Packages Collection.
The Perl 5 module Test::LeakTrace provides several functions that
trace memory leaks. It scans arenas, the memory allocation system,
so it can detect any leaked SVs in given blocks.
2009-06-05 04:14 rjongbloed
* [r22828] version.h:
Update version number for beta v2.6.4
2009-06-12 06:26 rjongbloed
* [r22848] include/ptclib/vxml.h, src/ptclib/vxml.cxx:
Fixed deadlock when shutting down VXML. Also "normalised" member
for vxml channel pointer so cannot get out of sync with
underlying channel pointer.
2009-06-22 01:46 rjongbloed
* [r22944] ., src/ptclib/url.cxx:
Reviewed and fixed the "safe" characters for URI translation as
per RFC2396
2009-06-24 01:57 rjongbloed
* [r22960] ., configure, configure.ac, src/ptlib/unix/osutil.cxx:
Changed PTimer::Tick() from using gettimeofday (if possible) as
if an
RTP time sync daemon is used then the return value of
PTimer::Tick() can
leap forward or backward causing problems. It should always be
simple
monotonic increasing milliseconds from some arbitrary point,
exactly as
provided by clock_gettime() using CLOCK_MONOTONIC. So we use that
if it
is available.
2009-06-24 02:20 rjongbloed
* [r22963] src/ptlib/unix/osutil.cxx:
Fixed incorrect divisor for new clock_gettime version of
PTimer::Tick()
2009-06-25 13:07 rjongbloed
* [r22984] ., include/ptclib/threadpool.h,
src/ptclib/threadpool.cxx:
Change behaviour of thread pooling if a group ID is specified.
If a group ID is specified, work is always added to a worker
thread
of the same group ID, or a new worker thread is created
2009-06-26 05:56 rjongbloed
* [r22992] include/ptclib/threadpool.h:
Reversed out previous change as it fails to be subject to thread
count limit, cannot just allocate new thread if have new group
ID.
2009-07-01 00:13 rjongbloed
* [r23018] plugins/vidinput_v4l2/vidinput_v4l2.cxx,
src/ptlib/common/sockets.cxx:
Fixed name conflict.
2009-03-18 03:44 rjongbloed
* [r22210] version.h:
Update version number for beta v2.6.2
2009-03-23 00:54 rjongbloed
* [r22240] ., src/ptlib/msos/ethsock.cxx:
Patch for compiling without IPv6, thanks Michael Cronenworth
2009-03-23 03:00 rjongbloed
* [r22242] ., configure.ac:
Applied patch:
[ 2685609 ] ptlib: --[enable|disable]-ansi-bool goes to the same
thanks Mounir Lamouri
2009-03-23 03:09 rjongbloed
* [r22243] src/ptlib/common/jidctflt.cxx:
Applied patch ID: 2657924
ptlib: assembler code fails (jidctflt.cxx) with -O0
thanks Mounir Lamouri
2009-03-23 04:04 rjongbloed
* [r22250] ., include/ptclib/podbc.h, src/ptclib/podbc.cxx:
Applied patch ID: 2656778
cannot build ptlib 2.6.0
thanks Götz Waschk
2009-03-25 09:44 rjongbloed
* [r22284] ., src/ptlib/common/sockets.cxx:
Applied patch to fix NULL pointer usage under some error
conditions, thanks elaine.
2009-03-26 00:31 rjongbloed
* [r22295] make/unix.mak, src/ptclib/pdns.cxx,
src/ptlib/common/osutils.cxx, src/ptlib/unix/config.cxx,
src/ptlib/unix/socket.cxx, src/ptlib/unix/svcproc.cxx,
src/ptlib/unix/tlib.cxx, src/ptlib/unix/tlibthrd.cxx:
Applied patch ID: 2712498 "NetBSD port", supplied by Jared D.
McNeill
2009-03-27 03:55 rjongbloed
* [r22304] src/ptlib/unix/channel.cxx:
Added extra information to assert on multiple read in different
threads.
2009-03-27 23:18 rjongbloed
* [r22311] make/common.mak, make/plugins.mak, src/Makefile,
src/ptlib/Nucleus++/Makefile:
Fixed bug ID: 2027650 "$(CFLAGS) include path overrides package
include
path", reported by Stefano Sabatini
2009-03-29 23:48 rjongbloed
* [r22317] src/ptlib/unix/channel.cxx:
Fixed crash (NULL ptr access) as the "message" part of PAssert is
not
protected by the assert condition, so need to put the condition
outside
the PAssert macro.
2009-03-30 00:05 rjongbloed
* [r22320] make/plugins.mak:
Make sure LDFLAGS are last in linker command line.
2009-03-30 01:31 rjongbloed
* [r22324] ., src/ptlib/msos/sound_win32.cxx:
Fixed issue with empty strings for Windows sound devices being
returned when being used over a Remote Desktop connection.
2009-03-30 23:13 rjongbloed
* [r22332] ., src/ptclib/pffvdev.cxx:
Fixed typo in pragma implementation
2009-03-31 00:32 rjongbloed
* [r22335] ., make/common.mak:
Fixed bug ID: 2721897 "Still problems with the STDCCFLAGS
includes", patch supplied by Stefano Sabatini
2009-03-31 06:42 csoutheren
* [r22345] src/ptlib/common/osutils.cxx,
src/ptlib/unix/tlibthrd.cxx:
Backport thread leak fixes and PTRACE changes from trunk
2009-03-31 06:43 csoutheren
* [r22346] src/ptlib/common/osutils.cxx:
Remove vestigal code
2009-03-31 23:57 rjongbloed
* [r22356] include/ptlib/pprocess.h, src/ptlib/common/osutils.cxx,
src/ptlib/unix/tlib.cxx:
Do not set Unix signal handlers if PProcess is being loaded as a
library, leave that up to the enclosing application.
2009-04-07 02:47 rjongbloed
* [r22375] ., include/ptclib/delaychan.h, include/ptlib/contain.h,
include/ptlib/indchan.h, include/ptlib/psync.h,
include/ptlib/videoio.h, src/ptclib/httpsvc.cxx,
src/ptlib/msos/svcproc.cxx:
Applied patch ID: 2725084, thanks Giorgio Alfarano
2009-04-07 03:20 rjongbloed
* [r22378] ., include/ptlib/svcproc.h, src/ptlib/msos/svcproc.cxx:
Fixed applied patch from patch manager, broke Unix build.
2009-04-07 03:29 rjongbloed
* [r22380] ., src/ptlib/msos/vidinput_directx.cxx:
Applied patch ID: 2728435 "directx & YUY2", thanks Giorgio
Alfarano
2009-04-07 04:16 rjongbloed
* [r22383] ., include/ptlib/unix/ptlib/pprocess.h,
src/ptlib/unix/tlibthrd.cxx:
Possible fix for ID: 2725546 "Crash in PInterfaceMonitor::Stop"
2009-04-07 04:43 rjongbloed
* [r22392] ., src/ptlib/common/ptime.cxx:
Applied fix for ID: 2728037 "Win32 linker cannot resolve
_PTimeParse", thanks Michael Rickmann
2009-04-07 04:53 rjongbloed
* [r22394] ., configure.ac, include/ptbuildopts.h.in:
Applied fix for ID: 2735402 "Must check for ATL in configure when
checking for SAPI", thanks Jan Willamowius
2009-04-07 05:05 rjongbloed
* [r22396] ., configure.ac:
Applied fix for ID: 2726070 "ffvdev option needs pipechan
option", thanks Mounir Lamouri
2009-04-23 23:57 rjongbloed
* [r22458] src/ptlib/common/vconvert.cxx:
Applied patch ID: 2778636 "YUY2toYUV420PWithResize fix", thanks
Giorgio Alfarano
2009-04-24 18:23 csoutheren
* [r22464] src/ptlib/unix/tlibthrd.cxx:
Remove potential loophole to delete wrong thread
2009-05-05 01:55 rjongbloed
* [r22509] include/ptlib/pipechan.h, src/ptlib/msos/pipe.cxx:
Fixed issues with PPipeChannel reading stdout/stderr from a child
process on Windows:
data being buffered before sending in subprocess
read of stdout with timeout (SetReadTimeout() now works)
read partial amounts from stdout (ask for 1000 bytes, get the 23
available)
2009-05-07 08:53 csoutheren
* [r22552] ., include/ptclib/sockagg.h,
include/ptclib/threadpool.h, include/ptlib/msos/AUTOEXP.DAT,
include/ptlib/pfactory.h, include/ptlib/safecoll.h,
plugins/vidinput_v4l2/Makefile.in, src/Makefile,
src/ptclib/sockagg.cxx, src/ptclib/threadpool.cxx,
src/ptlib/common/safecoll.cxx:
Bulk backport of patches from trunk including RTP SafePtr and
thread pooling
2009-05-08 04:21 rjongbloed
* [r22565] src/ptlib/unix/channel.cxx:
Changed assert for multiple reads on channel to use same hex
format for thread ID as is used elsewhere in the logging.
2009-05-11 08:31 rjongbloed
* [r22578] ., src/ptlib/msos/Console.vcproj,
src/ptlib/msos/Console_2005.vcproj,
src/ptlib/msos/Console_2008.vcproj:
Removed sockagg.*
2009-05-11 08:55 rjongbloed
* [r22579] src/ptlib/msos/Console.vcproj,
src/ptlib/msos/Console_2005.vcproj,
src/ptlib/msos/Console_2008.vcproj:
Added threadpool.*
2009-05-12 06:14 rjongbloed
* [r22583] configure, configure.ac:
Make sure P_64BIT is included in pkg-config options so downstream
compiles get it.
2009-05-12 08:51 rjongbloed
* [r22587] src/ptlib/msos/pipe.cxx:
Fixed WinCE compile.
2009-05-12 12:20 rjongbloed
* [r22591] include/ptlib/msos/ptlib_2005.dtf,
include/ptlib/msos/ptlib_2005_wm.dtf,
include/ptlib/msos/ptlib_2005_wm6.dtf,
include/ptlib/msos/ptlib_2008.dtf,
include/ptlib/msos/ptlibd_2005.dtf,
include/ptlib/msos/ptlibd_2005_wm.dtf,
include/ptlib/msos/ptlibd_2005_wm6.dtf,
include/ptlib/msos/ptlibd_2008.dtf,
include/ptlib/msos/ptlibn_2005.dtf,
include/ptlib/msos/ptlibn_2005_wm.dtf,
include/ptlib/msos/ptlibn_2005_wm6.dtf,
include/ptlib/msos/ptlibn_2008.dtf:
Update symbols
2009-05-12 13:42 rjongbloed
* [r22592] include/ptlib/msos/ptlib_2008.dtf,
include/ptlib/msos/ptlibd_2008.dtf,
include/ptlib/msos/ptlibn_2008.dtf:
Update symbols
2009-05-13 04:17 rjongbloed
* [r22598] include/ptlib/safecoll.h:
Back ported test for multiple instances of an object in a safe
collection. This is bad, must be prevented.
2009-05-13 14:06 csoutheren
* [r22601] src/ptlib/common/contain.cxx:
Use a custom allocator memory pool for PContainerReference
and PAbstractArray on Linux
This reduces memory fragmentation and allocation overhead
2009-05-13 14:07 csoutheren
* [r22602] src/ptlib/common/osutils.cxx:
Add log message every time timer thread fires
2009-05-14 00:16 rjongbloed
* [r22611] src/ptlib/common/osutils.cxx:
Reduced level of new trace log in timers
2009-05-14 01:58 rjongbloed
* [r22614] ., src/ptlib/common/osutils.cxx:
Reduced level of new trace log in timers, again. Too noisy!
2009-05-18 06:09 rjongbloed
* [r22629] src/ptclib/url.cxx:
Fixed "file:" URL handling. While it is never explicitly stated
anywhere in RFC1798, there is an implication in RFC 1808 that the
path is absolute unless the relative path rules of that RFC
apply. We follow that logic.
Also now follow the convention for Windows drive letters,
"C|/blah" for "C:\blah".
2009-05-18 06:19 rjongbloed
* [r22633] src/ptclib/vxml.cxx:
Fixed loading of VXML file directly (when not via URL)
Fixed correct playing of silence delay after playing a playable
object.
Added and normalised logging.
2009-05-19 05:17 rjongbloed
* [r22648] include/ptlib/msos/ptlib_2003.dtf,
include/ptlib/msos/ptlib_2005.dtf,
include/ptlib/msos/ptlib_2005_wm.dtf,
include/ptlib/msos/ptlib_2005_wm6.dtf,
include/ptlib/msos/ptlib_2008.dtf,
include/ptlib/msos/ptlibd_2003.dtf,
include/ptlib/msos/ptlibd_2005.dtf,
include/ptlib/msos/ptlibd_2005_wm.dtf,
include/ptlib/msos/ptlibd_2005_wm6.dtf,
include/ptlib/msos/ptlibd_2008.dtf,
include/ptlib/msos/ptlibn_2003.dtf,
include/ptlib/msos/ptlibn_2005.dtf,
include/ptlib/msos/ptlibn_2005_wm.dtf,
include/ptlib/msos/ptlibn_2005_wm6.dtf,
include/ptlib/msos/ptlibn_2008.dtf:
Update DLL symbols
Regression fixes:
- fixed excessive memory usage issues with diff and strip
- fixed ssh performance issue on OS X
- fixed slow calculation of branch heads
- fixed handling of port numbers in URLs
- fixed transaction handling exception
- fixed incoming with graphlog extension
- fixed slow commit in fetch extension
- fixed loading of win32mbcs extension
Other fixes:
- fixed http username handling in acl extension
- fixed subrepo path joining on Windows
- allow update --check to cross branches
- miscellaneous small doc and bug fixes
Remove code for gcc 2 in pkgsrc Makefile; it required gcc 3.0 anyway.
cl-2.07 Version 2.07
NASM is now under the 2-clause BSD license.
Fix the section type for the .strtab section in the elf64 output format.
Fix the handling of COMMON directives in the obj output format.
New ith and srec output formats; these are variants of the
bin output format which output Intel hex and Motorola S-records,
respectively. See ithfmt and srecfmt.
rdf2ihx replaced with an enhanced rdf2bin, which can output
binary, COM, Intel hex or Motorola S-records.
The Windows installer now puts the NASM directory first in the
PATH of the "NASM Shell".
Revert the early expansion behavior of %+ to pre-2.06 behavior:
%+ is only expanded late.
Yet another Mach-O alignment fix.
Don't delete the list file on errors. Also, include error and
warning information in the list file.
Support for 64-bit Mach-O output, see machofmt.
Fix assert failure on certain operations that involve strings with
high-bit bytes.
cl-2.06 Version 2.06
This release is dedicated to the memory of Charles A. Crayne, long
time NASM developer as well as moderator of comp.lang.asm.x86 and
author of the book Serious Assembler. We miss you, Chuck.
Support for indirect macro expansion (%[...]). See indmacro.
%pop can now take an argument, see pushpop.
The argument to %use is no longer macro-expanded. Use
%[...] if macro expansion is desired.
Support for thread-local storage in ELF32 and ELF64. See elftls.
Fix crash on %ifmacro without an argument.
Correct the arguments to the POPCNT instruction.
Fix section alignment in the Mach-O format.
Update AVX support to version 5 of the Intel specification.
Fix the handling of accesses to context-local macros from higher
levels in the context stack.
Treat WAIT as a prefix rather than as an instruction, thereby
allowing constructs like O16 FSAVE to work correctly.
Support for structures with a non-zero base offset. See struc.
Correctly handle preprocessor token concatenation (see concat)
involving floating-point numbers.
The PINSR series of instructions have been corrected and
rationalized.
Removed AMD SSE5, replaced with the new XOP/FMA4/CVT16 (rev 3.03)
spec.
The ELF backends no longer automatically generate a .comment section.
Add additional "well-known" ELF sections with default attributes. See
elfsect.
This feature release adds basic support for TASM-like assembly
syntax as well as a TASM-like command line frontend. It updates
AVX and FMA instructions to the latest Intel specifications, and
updates code alignment opcodes for modern processors. It also
includes a number of GAS syntax fixes and other bugfixes.
2.20.1 (stable):
Glib:
* Date: Constructor: Check for invalid dates.
(José Alburquerque)
* ustring: Make the relational operators work with mixed argument types.
(Chris Vine) Bug #580773
* Allow dynamic GType registration, though this is not yet fully tested:
Class: Added a register_derived_type(GTypeModule*) overload to
call g_type_module_register_type() instead of g_type_register_static().
gmmproc: Added a _DYNAMIC_GTYPE_REGISTRATION() macro to
be used in the class in the hg file, to add a *_Class::init(GTypeModule)
method, and a get_type(GTypeModule*) method that calls it.
Gio:
* File: Added the missing make_directory_with_parents() definition.
(Siavash Safi)
Build:
* Fix the build with exceptions disabled.
(Daniel Elstner, José Alburquerque)
* Fix compiler warnings.
(Daniel Elstner, Hubert Figuiere)
* Windows build fixes.
(Armin Burgmeier)
Documentation:
* Improve the guessing of C++ method names for C function names.
(Johannes Schmid)
Overview of changes between 1.24.4 and 1.24.5
=============================================
- Build introspection again
- Misc bug fixes
Bug 589133 – Firefox 3.5 complains about invalid weak references
Bug 585806 – crash during pango_fc_font_map_shutdown
Bug 588678 – pango crash: install a new theme from
libgsf 1.14.15
Andreas:
* Bump ODF version to 1.1 and add enum to inform users.
Morten:
* Fix criticals when parsing bogus OLE properties. [#584848]
* Start cleaning up timestamp code.
Shared directories can now be created independently by the pacakges
needing them and will be removed automatically by pkg_delete when empty.
Packages needing empty directories can use the @pkgdir command in PLIST.
Discussed and ok'd in thread starting at
http://mail-index.netbsd.org/tech-pkg/2009/06/30/msg003546.html
setting license to ${PERL5_LICENSE} according to module POD
Upstream changes:
Sun Jul 5 15:40:32 PDT 2009
* Release version 1.10.
Sun Jul 5 15:15:12 PDT 2009
* Makefile.PL: Resolve
https://rt.cpan.org/Ticket/Display.html?id=47100 by passing
PREREQ_PM to WriteMakefile().
Patch by: Tomas Doran <bobtfish@bobtfish.net>
Wed Jul 1 22:58:13 PDT 2009
* README: Correct the URL to the Subversion repository for
this project.
Wed Jul 1 22:46:11 PDT 2009
* Release version 1.09.
Wed Jul 1 22:36:06 PDT 2009
* Makefile.PL: Switch from die() to warn() if Win32::Process
isn't installed into a warning. When running under CPAN.pm,
the die causes the install to fail before processing
dependencies. Reducing this to a warning means that CPAN
will cleanly install Proc::Background and Win32::Process
with no user intervention needed in strawberry perl or even
ActiveState if you have a working make.
Patch by: Tomas Doran <bobtfish@bobtfish.net>
- Updating package for p5 module Config::General from 2.42 to 2.43
- Adding perl license as license (from module POD)
Upstream changes:
2.43
- fixed rt.cpan.org#40925, $indichar replaced by internal
configuration variable EOFseparator, which contains
a 256 bit SHA checksum of the date I fixed the bug.
This will prevent future conflicts hopefully. In addition
it makes it possible to make it customizable, if neccessary,
in a future release.
- fixed rt.cpan.org#42721, return undef for empty values
- fixed rt.cpan.org#42331, return undef for empty objects
- fixed rt.cpan.org#44600, comments after blockname
causes parser failure.
- fixed rt.cpan.org#42287, whitespace at beginning or end
of a quoted value gets lost after save().
- fixed rt.cpan.org#46184, variables that were not previously
defined are deleted when -InterPolateEnv is enabled.
- fixed bug in config loader for FileHandle objects, it
supports now any compatible object. Hint by Ingo Schmiegel.
- applied spelling- and speedup patches by Ville Skytt"a.
- applied documentation patch by Jordan Macdonald.
- Updating package for p5 module MooseX::Traits::Pluggable from 0.04 to 0.06
- Adjusting dependencies according to META.yml
- Changing module type (Module::Install::Bundled required?), because
bundled Module::Install contains additional packages
Upstream changes:
0.06 2009-07-17 23:33:00
- Work correctly with positional parameters followed by a hashref
passed to new_with_traits.
0.05 2009-07-17 20:15:34
- Add support for composing MooseX::MethodAttributes roles into
anonymous classes correctly.
- Updating package for MooseX::SemiAffordanceAccessor from 0.03 to 0.05
- Adjusting license / Moose dependency according to META.yml
Upstream changes:
0.05 2009-07-15
- Now requires Moose 0.84 to prevent test failures.
0.04 2009-07-09
- This module unconditionally deleted the "is" parameter, which meant
it broke any use of "is => 'bare'". Reported by Jerome Quelin. Fixed
by Jesse Luehrs. RT #47711.
from 0.00901 to 0.00902
Upstream changes:
0.00902 July 10, 2009
- Bump required Moose version to avoid issues with is => 'bare'
when an older version of Moose is already installed.
- Updating package for p5 module MooseX::ClassAttribute from 0.08 to 0.09
- Adjusting license to ${PERL5_LICENSE} and dependency to required
Moose version according to META.yml
Upstream changes:
0.09 2009-07-09
- An attribute with a builder that wasn't also lazy caused an
exception when the attribute's accessor was called.
- Updating package for p5 module Perl::Critic from 1.098 to 1.100
- removing options for recommended dependencies - require them all
- Adding license (perl license)
Upstream changes:
[1.100] Released on 2009-07-17
This is a POD fix release to deal with issues identified by Test::POD
1.40. There is no functional difference between this release and 1.098.
This is the last release of Perl::Critic that will be compatible with PPI
1.203. PPI's parsing of for(each)? loops is changing in its next release
in an incompatible manner and there will be a release in the near future
to make Perl::Critic compatible with that change.
- Updating package for p5 module Devel::REPL from 1.003006 to 1.003007
- Reordering dependencies for required and recommended
Upstream changes:
1.3.7
- resolve rt.cpan#44919 fix deprecated use of compute_all_applicable_methods
Upstream changes:
0.21 Sun July 19, 2009
- Add length to String (Florian Ragwitz).
- Specify build dependency on Test::Moose (Closes RT#47258) (Florian Ragwitz).
- Fix the error message you get on unknown 'curries' parameters to tell you
what it really expected (Florian Ragwitz).
- Doc typo fix in Collection::Bag (Sartak).
- Updating package for p5 module MooseX::Getopt from 0.18 to 0.20
- Adjusting license and dependency versions according to META.yml
- Split dependencies into required and recommended
Upstream changes:
0.20 Wed. July 9 2009
~ fix MANIFEST.SKIP to avoid double-packaging
0.19 Wed. July 8 2009
* MooseX::Getopt
- Fix Getopt config spec for --configfile (t0m)
- Add support for --usage/--help/--? (drew@drewtaylor.com)
- Fix new_with_options to accept a hashref (DOUGDUDE@cpan.org)
* Tests
- Fix warning from tests with new Moose (t0m)
- Fix tests on Win32 from RT#44909 (taro-nishino)
This version fixes the remote DoS problem in
http://secunia.com/advisories/35437/.
Major changes between 1.6.2 and 1.6.3:
* various git-svn updates.
* git-gui updates, including an update to Russian translation, and a
fix to an infinite loop when showing an empty diff.
* gitk updates, including an update to Russian translation and
improved Windows support.
* many uses of lstat(2) in the codepath for "git checkout" have been
optimized out.
* usuability improvements.
* bug fixes.
- Updating package for p5 module Module::CPANTS::Analyse from 0.83 to 0.85
- Adjusting dependencies according to META.yml
Upstream changes:
0.85 2009-07-12, Alexandr Ciornii
- Fix fails on non-Win32
0.84 2009-07-08, Alexandr Ciornii
- require Test::Warn 0.11
- add Test::More to deps
- add LWP::Simple to deps
- fix calc_test_yaml_meta.t
- better META.yml
- list of changes for 0.83 (domm)
Upstream changes:
0.34 - Tue Jul 7 16:56:47 EDT 2009
No changes from 0.33_06
0.33_06 - Sun Jul 5 10:11:40 EDT 2009
Bug-fixes:
- Bundled version code will use pure Perl on 5.10.0 to work around
a corner case involving eval and locale [John Peacock]
- Reversed VMS patch from 0.33_03 [Craig Berry]
- PL_files in Build.PL that are in the bin/scripts directory should not be
installed as if they are scripts (fixed for case-tolerant systems).
[David Golden, reported by Craig Berry]
0.33_05 - Sun Jun 28 22:06:49 EDT 2009
Enhancements:
- New 'auto_configure_requires' parameter (default 1) controls
whether Module::Build should add itself to configure_requires
in META.yml if not specified in Build.PL [David Golden]
Bug-fixes:
- The default MANIFEST.SKIP created by the "manifest" action
was out of date. It will now use the installed MANIFEST.SKIP
and add some Module::Build and distribution specific items
to it. [Michael Schwern]
Other:
- configure_requires do not necessarily need to be in requires
or build_requires; warning to that effect has been removed
[David Golden]
0.33_04 - Fri Jun 26 07:09:06 EDT 2009
Bug-fixes:
- Don't try utf8 YAML I/O on Perl 5.6 [David Golden]
Other:
- configure_requires added to prereq report (RT#47254) [Curtis Jewell]
- updated Module::Build::Version to match forthcoming version.pm 0.77
(RT#47256) [John Peacock]
- skips xs.t and ppm.t when perl was not compiled with dynamic loading
since Module::Buld does not support static linking (RT#46178)
[David Golden]
- skip failing test in par.t if Archive::Zip is broken [David Golden]
- Added YAML utf8 patch in 0.33_03 changes list
- Added attribution for patches in 0.33_03 changes list
0.33_03 - Mon Jun 22 17:22:56 EDT 2009
Bug-fixes:
- Removes Module::Build from its own configure/build_requires
[David Golden]
- ConfigData->feature() confirms that modules actually load successfully,
not just that they are present. (RT#43557) [David Golden]
- Module::Build::Compat handling of INSTALL*LIB (RT#43827)
[Tony Payne, David Golden]
- Module::Build::Compat and recursive test files (RT#39171) [Dave Rolsky]
- Fixed bug linking non-standard XS names on Windows (RT#38065) ["snaury"]
- Run PL files that don't generate any file (RT#39365)
[Matisse Enzer, David Golden]
- HTML generation failure no longer fatal (RT#36660) [David Golden]
- realclean might not delete Build.bat on Windows (RT#43863)
[Roy Ivy, David Golden]
- include_dirs parameter now works correctly when given a single
string argument (RT#40177) [David Wheeler]
- Lots of spelling fixes in the POD (RT#45528r) [Lars Dieckow]
- On Unix-like systems, tilde expansion is more liberal in username
characters accepted (RT#33492) [Jon Jensen]
Other
- On MSWin32, bumped File::Spec prereq to 3.30 for a variety of fixes
- Add support for VMS in Unix compatibility mode (RT#42157)
[John E. Malmberg
- Added a can_action($name) method (RT#45172) [brian d foy]
- Documented that subclass methods should not permanently change
current directory (RT#46919) [David Wheeler]
- META.yml encoded in UTF-8 (RT#43765) [Olivier Mengue]
0.33_02 - Mon Jun 15 12:23:55 EDT 2009
Bug-fixes:
- Fixed tests for bleadperl
0.33_01 - Sat Jun 13 20:24:42 EDT 2009
Bug-fixes:
- Fixed RT#42724: consolidated VMS fixes [patch by Craig Berry]
- Fixed RT#46338: passthrough Makefile.PL cleans Makefile during distclean
- Fixed RT#45700: t/compat.t for HP/UX make
Other:
- Adds current Module::Build to configure_requires (and build_requires)
if no configure_requires is specified
- Always normalizes version number tuples in META.yml (e.g. 'v1.2.0')
(Partially addresses RT#46150)
- Normalizes a generated dist_version (e.g. from a .pm file) --
dist_version set manually in Build.PL is not normalized
- Documentation update for create_license
- Minor POD cleanup
- Updating package for p5 module Devel::NYTProf from 2.09 to 2.10
- Adding perl5 license as license
Upstream changes:
Changes in Devel::NYTProf 2.10 (svn r774) 18th June 2009
Fixed call count for XSubs that was one too high.
Fixed enable_profile() after fork thanks to delamonpansie
http://code.google.com/p/perl-devel-nytprof/issues/detail?id=15
Fixed to use correct scripts during test and so avoid permissions
issues, thanks to David Golden.
Fixed suprious "Unable to determine line number" warnings
when using options like -p, -n, -Mfoo.
Changed enable_profile() to discard the time spent since
profile was disabled.
Changed NYTPROF env var parsing to allow backslash to escape
colons, for Windows, thanks to Joshua ben Jore.
Added license, homepage, bugtracker, repository and MailingList
resources to META.yml thanks to Michael G Schwern.
Added nytprofcg utility to generate callgrind data for
viewing via Kcachegrind, thanks to Chia-liang Kao.
Include sysutils/desktop-file-utils/desktopdb.mk per pkglint.
Geany 0.17 (May 02, 2009)
Bug fixes:
* Fix broken selection of "Document->Set Encoding" menu items.
* Fix broken non-incremental search with the toolbar search entry when
pressing Enter (closes#2638180).
* Fix parsing of Make output (closes#2694479, patch by Andrea Mazzoleni).
* Fix crashes on quitting Geany (closes#2533990).
* Fix disabled Go to Tag items in the editor menu when using the
keyboard (#2780044).
* Prevent crashes when two or more top level items in the symbol
list have the same name (closes#2778246).
Prefs:
* Add an option to set an additional plugin lookup path.
* Add a hidden preference 'use_safe_file_saving'. This has serious side
effects, please read the documentation before enabling this.
Interface:
* Add 'Send Selection to Terminal' command to the Edit->Format menu.
* Change the background colour of the search entries in the Find
and Replace dialogs according to the search results.
* Add 'Close Other Documents' and 'Close All' menu items to the tab bar
menu.
* Add an option to allow appending the toolbar to the main menu bar
to save some vertical space.
* When a project is loaded, replace the project base path with the
project name in the Documents sidebar for parent items (closes#2723679).
* Make the file open dialog more compact.
* Ellipsize tab labels and some status messages for very long
filenames (closes#2777348).
* Add new toolbar element: Print (patch by Roland Baudin).
* Remember the active sidebar page between sessions.
* Add "Recent Projects" menu to the Project menu (#2728630,
patch by Elias Pschernig).
* Add Tools->Configuration Files item for snippets.conf.
Filetypes:
* Fix wrong Fortran 90 comment characters when inserting templates.
* Add filetype ActionScript (patch by Chris Macksey).
* Fixes for CSS, Fortran and Ruby parsers.
* Add a trivial symbol parser for NSIS files.
Windows:
* On Windows, change the working directory to the Geany installation
path at startup to avoid unwanted directory locking(closes#2626124).
* Fix window positioning on startup.
* Make build commands on Windows run synchronously to avoid problems
with reading build commands' output.
Plugins:
* HTMLchars: Extend plugin by bulk replace and replace on
input for special characters to their HTML entities.
* Splitwindow: Add keybindings for the split actions.
* VCDiff: Remove plugin from Geany. Use GeanyVC instead.
Plugin API:
* Deprecate sci_get_text(), sci_get_selected_text() and
sci_get_text_range().
* Add sci_get_contents(), sci_get_contents_range() and
sci_get_selection_contents() as replacement functions to provide
an easier and cleaner API (initial patch by Frank).
* Make GEANY_FILETYPES_NONE = 0, sort filetype IDs randomly (so we can
append new filetypes without breaking the ABI); add
filetypes_by_title sorted list to GeanyData.
Documentation:
* Describe how to build Geany using the Waf build system.
Internationalisation:
* Updated translations: be, cs, de, es, fi, fr, hu, ja, pt_BR, ru,
sv, tr, zh_CN
Geany 0.16 (February 15, 2009)
Bug fixes:
* Fix indenting for Tabs & Spaces mode when inserting snippets.
* Fix snippets and smart indent using too much indentation when the
line contains whitespace after non-whitespace characters (#2215044).
* Fix segfault when showing Find in Files dialog when no documents are
open (#2228544).
* Fix not switching to 2nd last used document when the last used
document has been closed (#1945162).
General:
* Group child tags by their parents in the symbol list for C-like
filetypes, Python, Conf (thanks to Conrad Steenberg).
* Use a tree for the Documents sidebar, grouped by path.
* Add 'Tools->Configuration Files' menu with items to open
filetype_extensions.conf and ignore.tags. These files are also
reloaded automatically when saved.
* Change configuration directory path to $XDG_CONFIG_HOME/geany
(most often this is ~/.config/geany).
* Allow to specify files on the command line and from remote instances
to be URIs (local and with GIO also remote URIs).
* Increase minimum required GTK version to 2.8.
Prefs:
* Add Project Indentation prefs, which override the Editor
Preferences dialog options. For new projects, these default to
the editor indent prefs.
* Add an interface pref for whether to hide additional widgets when
double-clicking on document notebook tabs (off by default).
* Add a preference to invert all colours for syntax highlighting.
* Add a hidden preference "allow_always_save" to make the Save buttons
and menu items always sensitive.
Interface:
* Rework the toolbar: now all elements can be added/removed/reordered
using a simple XML file.
* Add new toolbar buttons for Cut, Copy, Paste, Delete, Preferences,
Close All and Build (including a submenu for Make actions).
* Add a progressbar widget to the statusbar to show progress for time
consuming actions.
Editor:
* Make Ctrl-click go to matching brace if there's no current word.
* Make Shift+Mouse wheel scroll the editor view horizontally.
* Make the 'Mark' button for Find highlight the results with rounded boxes
instead of marking the whole line.
* Add auto-closing of braces, brackets and quotes (Guillaume de Rorthais).
* Support multiple %cursor% wildcards in Snippets (Thomas Martitz).
Filetypes:
* Add new filetypes Ada, CMake, Matlab, NSIS, Vala and YAML.
* Update HTML character entities (thanks to Tyler D'Agosta).
* Parse restructuredText sections in the order of first-used underline
character, which can now be any punctuation character (as per the spec).
* Remove GTK global tags, replace them with C (C99) tags. The GTK tags
file is still available for download on the website.
* Minor improvements for filetypes CSS, Fortran, FreeBasic, HTML, Tcl
and Vala.
Windows:
* Improve tab close icon size.
* Changes to the Windows installer:
- The full installer now includes the GTK 2.14 runtime environment.
- Register ".geany" as Geany Project File extension.
- Install GTK translation files only if installation of translation
files were requested (saves about 22 MB otherwise).
- Support silent installations.
Plugins:
* Add Split Window 'Split Vertically' command (thanks to Moritz Barsnick).
* Make Version Diff plugin set the indent type for diffs based on the
current file's indent type.
* Minor improvements to the filebrowser plugin
Plugin API:
* Generate plugin API header geanyfunctions.h containing macros to
avoid having to type the function pointer names manually.
* Deprecate pluginmacros.h in favour of geanyfunctions.h.
* Add "editor-notify" to the plugin API.
* Add new plugin symbol plugin_help() which is called by Geany when the
plugin should show its documentation (if any, symbol is optional).
Documentation:
* Update Scintilla regular expression info for v1.77 (character
classes, ASCII escaping, character sets containing square
brackets peculiarities). Adapted from SciTE doc.
* Complete 'Hello World' Plugin Howto.
Internationalisation:
* Updated translations: bg, ca, cs, de, en_GB, fr, hu, it, ja,
pt_BR, sv, ru, tr, vi, zh_CN
Release notes for GNU indent version 2.2.9, Aug 2002
* Matthias <moh@itec.uni-klu.ac.at> and Eric Lloyd <ewlloyd@neta.com>
Added support for -brf to place function opening brace after function
declaration.
* Cristalle Azundris Sabon <cristalle@azundris.com>
Added --preprocessor-indentation (ppi) if set, will indent nested
preprocessor-statements with n spaces per level. Overrides -lps.
* D.Ingamells <indent@dingamells.fsnet.co.uk> Added option break-function-decl-args-end
(bfde) to break the function arguments list before the closing bracket.
-bdfa now causes a break after the opening bracket and before the first
argument so that the first argument and subsequent argments are indented
one indentation step instead of being aligned with the opening bracket.
- Updating package for p5 module Package::Generator from 0.102nb1
to 0.103
- Adding perl5 license as license
- Setting Module::Install as module type
Upstream changes:
0.103 2009-07-09
add perl5 v8 requirement; never worked 100% under 5.6 anyway
- Updating package for p5 module File::Find::Rule::VCS from 1.05 to 1.06
- Adjusting license and module type
- Adding missing dependency
Upstream changes:
1.06 Wed 8 Jul 2009
- Updated to Module::Install::DSL 0.91
- Added explicit dependency on Text::Glob.
Some CPAN Testers machines seem to blow up without it.
- Updating package for p5 module File::Find::Rule::Perl from 1.06 to 1.08
- Uncommenting license info and correct it
Upstream changes:
1.08 Thu 16 Jul 2009
- Added the debian/ directory to the list of skipped paths (RT#47921)
1.07 Wed 15 Jul 2009
- Fix no_index regression with absolute paths (RT#47633)
Upstream changes from 1.21 to 1.22:
1.22 Jul 15, 2009
- Apparently, overload::StrVal on older Perls (5.8.5, but not 5.8.8)
tried to call a stringification method if it existed. So now,
Devel::StackTrace just uses overload::AddrRef instead, which should
always be safe. Reported by Michael Stevens. Fixes RT #47900.
Major Changes
* experimental support for sub-repositories
* Python 2.3 is no longer supported; now requires Python 2.4-2.6
Commands
* merge: add -P/--preview option
* update: don't unlink added files when -C/--clean is specified
* update: added -c/--check option to abort on local changes
* update: allow merges going backwards
* push: improved handling of named branches
* branches/heads: add a -c/--closed option to show closed branches
* help: new extensions topic
General
* add patch.eol config setting to work with cross-platform patches
* fixed support for SSL through proxies
* add ability to load hooks from arbitrary Python modules
* hide passwords for HTTP repositories in error and log output
* fix Python 2.6 support in the Windows installer
* add mechanism for specifying HTTP authentication details in hgrc
* prompts and choices are now shown even in non-interactive mode
* performance improvements, especially on Windows
* much improved zsh completion
* improved Danish, Japanese, Italian and simplified Chinese translations
* new German, French, Greek, Brazilian Portuguese and traditional Chinese translations
Web interface
* read configuration data from webdir configs
* add branches page to hgweb
* pluggable templater engine support
* refresh hgwebdir configuration periodically
* let web.encoding override ui.encoding setting
* deal with dicts/lists like webdir config paths
Extensions
* experimental share extension
* the alias extension has been moved into core
* mq
o add -P/--push option to qimport
o numerous bug fixes
* convert
o improved source detection
o support for comments in author maps
o add branch map support
o add different ordering options
o svn: support OS-specific authn providers
o svn: improved tag support
o git: add committer tag only when needed
o bzr: fix renaming support
o bzr: add support for filemaps
o bzr: handle timestamps correctly
o bzr: fix symlink handling
o bzr: restore paths to source encoding
o cvs: add support for CVS merge(point)s
o cvs: add support for synthetic revisions
o cvs: better support for branchpoints
o cvs: deprecate use of external cvsps
o mtn: improve renaming support
o mtn: support mtn database files as source
o mtn: improve date/time support
o p4: better handling of keywords, binary files and symlinks
* rebase
o don't lose copy/rename info
o keep original mq patch format
* zeroconf
o advertise repositories by hostname
o try to guess IP address if necessary
* patchbomb
o option to set attachment name
o support for In-Reply-To header
* inotify
o fix handling of untracked files moved out of repository
o fix support for directory deletion
* acl: now works with push over https
* Bugzilla's JavaScript and CSS should now be fully compatible with Internet Explorer 8. (Bug 483150)
* Running a saved search with a saved sort order will now no longer overwrite your default search order. (Bug 491679)
* You can now confirm a bug by popular vote even if there is no status called "NEW" in your Bugzilla. (Bug 500900)
* Displaying a bug with lots of comments should now be significantly faster. (Bug 498318)
This release also contains a security fix. See the Security Fixes Section for details.
- Updating package for p5 module Test::Pod from 1.26nb1 to 1.40
- Adjusting LICENSE and dependencies
Upstream changes:
1.40 - Sun Jul 12 23:32:11 CDT 2009
[THINGS THAT MAY BREAK YOUR CODE]
Test::Pod now requires Perl 5.8.0.
[ENHANCEMENTS]
Test::Pod now complains about the illegal construct L<text|url>.
Thanks to Paul Miller.
The list of directories to exclude is now much longer, and is
available in %Test::Pod::ignore_dirs. This list is right now:
'.bzr' => 'Bazaar',
'.git' => 'Git',
'.hg' => 'Mercurial',
'.pc' => 'quilt',
'.svn' => 'Subversion',
CVS => 'CVS',
RCS => 'RCS',
SCCS => 'SCCS',
_darcs => 'darcs',
_sgbak => 'Vault/Fortress',
- Updating package for p5 module Test::Inline from 2.210 to 2.211
- Adjusting dependencies, LICENSE and PERL5_MODULE_TYPE
Upstream changes:
2.211 Wed 15 Jul 2009
- Updating to Module::Install 0.91
- More complete removal of Class::Autouse
- Updating package for p5 module Test::ClassAPI from 1.05nb1 to 1.06
- Adjusting dependencies, LICENSE and PERL5_MODULE_TYPE
Upstream changes:
1.06 Mon 13 Jul 2009
- No functional changes
- Updating to Module::Install::DSL 0.91
- Updating to new author tests
- Updating minimum Perl version to 5.6
Use eggs instead of distutils.
Remove patch-aa as it no longer applies.
Add licenses/zpl and add zpl to mk/license.mk:DEFAULT_ACCEPTABLE_LICENSES.
Patch posted to pkgsrc-users@ and okayed by agc@.
/usr/pkg/include in the header search path shadows some of the system's
curses headers (happens when building or developing curses application
outside of the pkgsrc build system).
Alan Coopersmith (1):
Version bump: 1.2.2
Dan (1):
Fix incorrect warning message in XORG_MACROS_VERSION
Dan Nicholson (3):
Fix comment in XORG_MACROS_VERSION on usage
Restore part of the XORG_MACROS_VERSION comment
Use m4 for XORG_MACROS_VERSION to error during autoconf
Jeremy Huddleston (1):
XORG_CWARNFLAGS: += is not valid for appending in bourn scripts
Jon TURNEY (1):
Use correct CWARNFLAGS when cross compiling
Correcting license according to META.yml
Upstream changes:
0.36 2009-07-05 16:30 UTC
+ Chg : getdata() now returns an empty list when no magic is present.
It used to return undef but did not croak as stated in the doc.
Thanks Matt S. Trout for pointing this out.
+ Fix : Building and tests with ActiveState Perl 5.8 build >= 822.
from 0.00900 to 0.00901
Upstream changes:
0.00901 July 06, 2009
- Fix to not warn with newer versions of Moose by passing is => 'bare'
to process_accessors method.
Adjusting meta-info according to META.yml (license, dependencies)
Upstream changes:
0.12 Tue. Jul. 7, 2009
- Using the subroutine name as a cache key for validation specs
broke in the face of method modifiers, which all appear to have
the same name. Now we use Devel::Caller to get the CV of the
caller and use its refaddr as the key, which will be unique in
all cases. Bug report by Jos Boumans. RT #46730.
0.11 Tue. Jul. 7, 2009
- The validation functions tried to coerce optional keys which
weren't present in the incoming parameters, leading to weird
errors. Based on a patch from Jos Boumans. RT #46344.
- Allow other callbacks to be specified. Previously these were
silently thrown out. But we'd recommend just defining types that
encapsulate everything in the callback instead. Based on a patch
from Jos Boumans. RT #47647.
0.10 Tue. Jun. 30, 2009
- Shut up deprecation warnings from the tests. Reported by John
Goulah.
Upstream changes:
0.07 2009-06-29
- Fixed a typo in File::ChangeNotify::Watcher that causes a warning
with newer versions of Moose. Reported by David Raab. Fixes RT
#47431.
- Updating package for module Devel::StackTrace from 1.20 to 1.21
- Adjusting meta information:
* license to ${PERL5_LICENSE}
* module type to Module::Build
* remove dependency to devel/p5-Test-Simple - desired version is in
perl core
Upstream changes:
1.21 Jul 1, 2009
- Overloaded objects which didn't provide a stringification method
cause Devel::StackTrace to die when respect_overload was
true. Reported by Laurent Dami. RT #39533.
- Added a frame_filter option which allows for fine-grained control
over what frames are included in a trace. Based on (but expanded)
from a patch proposed by Florian Ragwitz. RT #47415.
to ${PERL5_LICENSE} according to META.json
Upstream changes:
0.091820 2009-07-01 18:25:50 UTC
add docs on using ForMethod to avoid autocleaning (thanks, Kent
Fredric)
0.006 2008-11-23
remove smoke tests that did nothing useful; thanks Florian
Upstream changes:
0.92 Fri Jul 3 11:08:56 PDT 2009
Test Fixes
* Silence noise on VMS in exit.t (Craig Berry)
* Skip Builder/fork_with_new_stdout.t on systems without fork (Craig Berry)
0.90 Thu Jul 2 13:18:25 PDT 2009
Docs
* Finally added a note about the "Wide character in print" warning and
how to work around it.
* Note the IO::Stringy license in our copy of it.
[test-more.googlecode.com 47]
Test Fixes
* Small fixes for integration with the Perl core
[bleadperl eaa0815147e13cd4ab5b3d6ca8f26544a9f0c3b4]
* exit code tests could be effected by errno when PERLIO=stdio
[bleadperl c76230386fc5e6fba9fdbeab473abbf4f4adcbe3]
Other
* This is a stable release for 5.10.1. It does not include
the subtest() work in 0.89_01.
- Updating package for p5 module ExtUtils::Depends from 0.301 to 0.302
- Setting license to ${PERL5_LICENSE} according to META.yml
- Using CPAN as MASTER_SITE
Upstream changes:
0.302 Sat Jul 4 15:28:35 CEST 2009
- Create import libraries if necessary to fix linking when gcc is used
on MSWin32 (Strawberry Perl, for example).
- Updating package for p5 module ExtUtils::ParseXS from 1.19 to 1.20
- Allow tests using the c compiler
- remove dependency to ExtUtils::CBuilder package, the is no version
required and ExtUtils::CBuilder is in perl core meanwhile ...
- Setting LICENSE to ${PERL5_LICENSE} according META.yml
Upstream changes:
2.20 - Wed Jul 1 13:42:11 EDT 2009
- No changes from 2.19_04
2.19_04 - Mon Jun 29 11:49:12 EDT 2009
- Changed tests to use Test::More and added it to prereqs
- Some tests skip if no compiler or if no dynamic loading
- INTERFACE keyword tests skipped for perl < 5.8
2.19_03 - Sat Jun 27 22:51:18 EDT 2009
- Released to see updated results from smoke testers
- Fix minor doc typo pulled from blead
2.19_02 - Wed Aug 6 22:18:33 2008
- Fix the usage reports to consistently report package name as well
as sub name across ALIAS, INTERFACE and regular XSUBS. [Robert May]
- Cleaned up a warning with -Wwrite-strings that gets passed into
every parsed XS file. [Steve Peters]
- Allow (pedantically correct) C pre-processor comments in the code
snippets of typemap files. [Nicholas Clark]
Adjust module type and license
Upstream changes:
0.2602 - Sat Jul 4 10:57:12 EDT 2009
Bugs fixed:
- Fixed 00-have-compiler.t if $^X is a relative path [David Wheeler]
0.2601 - Wed Jul 1 09:37:39 EDT 2009
Bugs fixed:
- On VMS, cleans up extra files generated during testing
[John E. Malmberg, Craig Berry]
0.26 - Mon Jun 29 20:11:52 EDT 2009
- No changes from 0.25_01
0.25_01 - Sat Jun 27 23:13:20 EDT 2009
- Changed test library to Test::More
- Added tests for have_compiler
- Skips tests that need a compiler if have_compiler is false
- have_compiler will try to compile in the current directory
if compiling in tmpdir fails for whatever reason
0.25 - Fri Jun 26 16:18:13 EDT 2009
- Slight diagnostic improvements in link.t
0.24_01 - Sun Mar 8 14:50:10 2009
- On Windows, don't generate "mt" command when CRT is statically
linked. [Jan Dubois]
- On Cygwin, examine $Config{useshrplib} to see whether we're
supposed to be linking with a shared perl library or not. [Reini
Urban]
- In link_executable() on Cygwin, trust $Config{ld} rather than using
$Config{cc} for linking. [Reini Urban]
- Add 'haiku' as a Unix-like platform. [Ingo Weinhold]
- updating package for p5 module sapnwrfc from 0.24 to 0.30
- Adjusting meta data (license, homepage, dependencies)
Upstream changes:
Mon Jun 22 16:51:14 NZST 2009
* Fixes on connection parameters
* sapnwrfc-cookbook - a comprehensive set of examples, and discussions there in
* Better installation instructions
* revamped RFC server code
* banishment of RFC client memory leaks
* thanks to ce.com.au (Adam Kennedy) for all assistance in making these improvements possible.
Tue Jun 23 17:00:52 NZST 2009
* further banishment of memory leaks when using tables in RFC client calls
Sat Jun 27 17:55:17 NZST 2009
* very slow memory leak with respect to referencing table entries on RFC client calls.
- Updating package for p5 module from 0.011 to 0.012
- Adjusting license and work around Module::Install
Upstream changes:
0.012 2009-05-22
added guess_license_from_meta which is both JSON and YAML compatible
(BRICAS)
Adjusting LICENSE
Upstream changes:
2009-06-02 Jarkko Hietaniemi <jhi@iki.fi>
* Fixed "The intersection method does not like references in the
set." [rt.cpan.org #46589], bug reported and fix provided by
Father Chrysostomos.
* Cosmetics: removed trailing whitespace.
* Renamed README as README.old. It has been close to ten years.
* Added new README.
* Updated copyright years.
* Released as 1.24.
Setting license to ${PERL5_LICENSE}
Upstream changes:
1.666001 2009-06-08
1.666000 2009-06-08
formally declare Return::Value deprecated
1.303 2007-04-01
fix test to work on 5.5
license to the value from META.yml.
Upstream changes:
1.8 Thu 25 Jun 2009 21:17:17 BST
- Apply patches from doy (#41710) and nothingmuch (set_closed_over).
1.9 Fri 26 Jun 2009 10:01:17 BST
- Identical to 1.8, but with the bogus metadata ._ files removed
from the distributed tar file.
- Updating package for p5 module Mouse from 0.22 to 0.27
- Correcting LICENSE
- Use pkgsrc rules for Module::Install installation
- Adjusting dependencies
Upstream changes:
0.27 Thu Jul 2 15:17:37 2009
* Doc updates (Sartak)
* Include missing Mouse::Tiny
0.26 Wed Jul 1 13:39:30 2009
* Fix failing tests by requiring a newer Moose in that test (t0m)
0.25 Fri Jun 19 12:05:42 2009
* Fix SIGNATURE (reported by daxim) ... by removing it :)
0.24 Mon Jun 15 14:47:18 2009
* Moose's construct_instance is deprecated, use new_object (tokuhirom)
* Improve Mouse::Tiny generation (tokuhirom)
* Inlining destructor fixes (tokuhirom)
* Add Mouse->init_meta (tokuhirom)
* Fix failing tests by requiring a newer Moose in that test (Sartak)
* Don't warn in tests about Squirrel deprecations (Sartak)
0.23 Wed May 27 16:52:28 2009
* Take the mro::linearized_isa DEMOLISHALL fix from Moose
(originally by doy)
* Mouse::class_of to mirror Class::MOP::class_of
Upstream changes:
0.16 Mon Jun 29 10:50:41 PDT 2009
- Ship with Module::Install 0.91
0.15 Sun Jun 27 15:50:00 EDT 2009
- Change all uses of croak in TypeDecorator to use the Moose
throw_exception method.
- More test cases for the union mixed string type issue, and
better handling of this in the | overload in TypeDecorator
0.14 Fri Jun 26 17:52:20 PDT 2009
- Fix union with string type
0.13 Tue Jun 23 05:46:33 PDT 2009
- Add Test::Moose to build_requires for Fedora
- Updating package for p5 module MooseX::Singleton from 0.17 to 0.18
- Correcting LICENSE according to META.yml
- Setting module type to Module::Install to prevent auto-install via
cpan
- Adjusting dependencies
Upstream changes:
0.18 2009-06-21
- Changes to work Moose 0.82 (Dave Rolsky)
Upstream changes:
0.20 Thu June 25, 2009
- MXAH is moving into core. This module will be deprecated when
that finally happens.
- Remove register_implementation methods from the traits because
we don't want to conflict with cored AttributeHelpers. You'll need to
specify the full package name for traits --
MooseX::AttributeHelpers::Trait::Counter instead of Counter
- New provided method for hashs: elements (Returns the key, value
pairs in the hash as a flattened list) (plu)
Upstream changes:
Version 2.52: ( Sun Jun 28 16:16:09 IDT 2009 )
------------------------------------------------
* Added more keys to Build.PL (author, etc.)
* Added resources and keywords to META.yml.
* Converted t/00load.t to Test-More.
* No longer chdir()-ing into "t" in t/00load.t
* Got rid of the "new Config::IniFiles" syntax in the tests.
- replaced with Config::IniFiles->new().
- see "Perl Best Practices", "Programming Perl", 3rd Edition
- Updating package for p5 module Class::Method::Modifiers from 1.01
to 1.04
- Setting license to ${PERL5_LICENSE} and adjust dependencies
according to META.yml
Upstream changes:
1.04 Mon Jun 15 11:33:31 2009
We need parens around confess if we're going to delay-load
Carp, affects only 5.10 (reported by David Raab)
1.03 Sun Jun 14 14:44:25 2009
Modernize the dist
Fix possible test failures
Only load Carp if we have to
1.02 Sun May 31 23:33:42 2009
Fix for void context (reported by tokuhirom)
Lift dependency on on MRO::Compat
- Updating package for p5 module Class::Gomor from 1.01 to 1.02
- Adjusting META information (license, homepage)
Upstream changes:
1.02 Sat May 23 15:44:40 CEST 2009
- bugfix: a warning when used with perl 5.10
- new: test kwalitee
- update: copyright notice
- Updating package for p5 module Cache::FastMmap from 1.30 to 1.34
- Adjusting LICENSE
Upstream changes:
1.34 Fri Jun 19 12:00 2009
- perldoc fix (thanks Jonathan Yu)
1.33 Thu Jun 18 12:00 2009
- Update version in META.yml
1.32 Thu Jun 18 11:55 2009
- Better LiveCaches tracking via DESTROY
1.31 Thu Jun 18 11:40 2009
- when in raw_values => 0 mode, the write_cb is now
correctly called with thawed data, rather than the
raw frozen data
- empty_on_exit correctly called even when a global
cache is left at interpreter exit time (required
Scalar::Util qw(weaken) for object tracking)
Upstream changes:
2009-06-27 Andreas J. Koenig <andk@cpan.org>
* release 1.9402, nearly identical to 1.94_01 with these additions:
* protect build_dir_reuse to not process irrelevant yaml files;
addressing a bug report by Asif Iqbal on cpan-discuss mailing list
* doc fix by Dan Dascalescu
2009-06-14 Andreas J. Koenig <andk@cpan.org>
* release 1.94_01, a candidate for the next stable release
* friendlier CPAN shell startup message (RT#46869 by ADAMK)
* sets $Archive::Tar::CHOWN=0 and $Archive::Tar::SAME_PERMISSIONS=0;
(RT#46384 reported by John Lightsey)
* fix CPAN Testers reports summary for new website YAML format
(RT#46652; David Golden)
* continuing to improve error handling on unplugged operation (tracked
in RT#44549)
* fix RT#46378: what happens when using 'o conf urllist' for reordering
- Updating package for p5 module B::Hooks::Parser from 0.08 to 0.09
- Adjusting dependencies according to META.yml
- Setting license according to META.yml
Upstream changes:
0.09 Wed, 03 Jun 2009 13:20:21 +0200
* Don't redefine various macros if they already exist.
* Add B::Hooks::Toke::skipspace function (Liu Kang-min).
Upstream changes:
4.8 Mon Jul 6 23:45:16 CEST 2009
- AnyEvent::DNS did not properly follow CNAME records with
uppercase targets.
- AnyEvent::DNS would errornously return AAAA records
with v4 mapped addresses (a faulty record) as ipv4 addresses,
causing AnyEvent::Socket to throw an exception.
- added new module AnyEvent::TLS for easier SSL/TLS context
creation, with many options including hostname verification,
secure default configuration, lots of documentation and,
predefined diffie-hellman keys for perfect forward security
and much more. get it while it's still fresh!
- use AnyEvent::TLS in AnyEvent::Handle for context management.
- load AnyEvent::Handle only on demand in AnyEvent::DNS,
so AnyEvent::Socket users have smaller memory footprint
in the common case.
- add AnyEvent::Handle->push_shutdown method.
- add an additional error message parameter to AnyEvent::Handle's
on_error callback (for TLS, $! is still available).
- add AnyEvent::Handle on_starttls/on_stoptls callbacks.
- make AnyEvent::Handle more robust against early conenction
failures (during new), and return C<undef> in that case
from the constructor.
- AnyEvent::Handle will now try to load only JSON::XS first,
then fall back to JSON.
- format_ipv4/format_ipv6 are now exported by default, for symmetry,
and because it was documented that way.
4.451 Fri Jul 3 00:28:58 CEST 2009
- do not clear rbuf when shutting down an AnyEvent::Handle
object - doing so breaks AnyEvent::HTTP.
4.45 Mon Jun 29 22:59:26 CEST 2009
- a write error could cause AnyEvent::Handle to create
an I/O watcher with an undefined $fh.
- special-case mapped ipv4 addresses in both
AnyEvent::Socket::format_address and parse_address,
to treat them just like ipv4 addresses.
- updated and overhauled the AnyEvent::Intro doc.
- implement AnyEvent::Socket::format_ipv4/ipv6.
- slightly speed up portable_pipe/socketpair.
- expand condvar begin/end documentation.
4.42 Fri Jun 26 08:32:18 CEST 2009
- preliminary and neccesarily incomplete support for IO::Async.
- reset SIGCHLD to DEFAULT when AnyEvent is loaded, in
case it was set to IGNORE, to ensure we can catch child statuses
even when the calling env acts stupidly.
- updated benchmarks with IO::Async, which performs very well.
4.412 Wed Jun 24 01:35:57 CEST 2009
- support an "untaint" attribute for AnyEvent::DNS
and set it on the default resolver.
- implement and document AnyEvent::Impl::Perl::loop.
- remove all anyevent-env variables from %ENV
when running in tainted mode.
- mention and extend the IO::Lambda benchmark.
- Updating Perl-Tidy from 20071205 to 20090616
- Setting license to gnu-gpl-v2
Upstream changes:
2009 06 16
- Allow configuration file to be 'perltidy.ini' for Windows systems.
i.e. C:\Documents and Settings\User\perltidy.ini
and added documentation for setting configuation file under Windows in man
page. Thanks to Stuart Clark.
- Corrected problem of unwanted semicolons in hash ref within given/when code.
Thanks to Nelo Onyiah.
- added new flag -cscb or --closing-side-comments-balanced
When using closing-side-comments, and the closing-side-comment-maximum-text
limit is exceeded, then the comment text must be truncated. Previous
versions of perltidy terminate with three dots, and this can still be
achieved with -ncscb:
perltidy -csc -ncscb
} ## end foreach my $foo (sort { $b cmp $a ...
However this causes a problem with older editors which cannot recognize
comments or are not configured to doso because they cannot "bounce" around in
the text correctly. The B<-cscb> flag tries to help them by
appending appropriate terminal balancing structure:
perltidy -csc -cscb
} ## end foreach my $foo (sort { $b cmp $a ... })
Since there is much to be gained and little to be lost by doing this,
the default is B<-cscb>. Use B<-ncscb> if you do not want this.
Thanks to Daniel Becker for suggesting this option.
- After an isolated closing eval block the continuation indentation will be
removed so that the braces line up more like other blocks. Thanks to Yves Orton.
OLD:
eval {
#STUFF;
1; # return true
}
or do {
#handle error
};
NEW:
eval {
#STUFF;
1; # return true
} or do {
#handle error
};
-A new flag -asbl (or --opening-anonymous-sub-brace-on-new-line) has
been added to put the opening brace of anonymous sub's on a new line,
as in the following snippet:
my $code = sub
{
my $arg = shift;
return $arg->(@_);
};
This was not possible before because the -sbl flag only applies to named
subs. Thanks to Benjamin Krupp.
-Fix tokenization bug with the following snippet
print 'hi' if { x => 1, }->{x};
which resulted in a semicolon being added after the comma. The workaround
was to use -nasc, but this is no longer necessary. Thanks to Brian Duggan.
-Fixed problem in which an incorrect error message could be triggered
by the (unusual) combination of parameters -lp -i=0 -l=2 -ci=0 for
example. Thanks to Richard Jelinek.
-A new flag --keep-old-blank-lines=n has been added to
give more control over the treatment of old blank lines in
a script. The manual has been revised to discuss the new
flag and clarify the treatment of old blank lines. Thanks
to Oliver Schaefer.
Upstream changes:
1.15 Mon Jun 22 20:39:48 UTC 2009
- moved Module::Build dependency to config_requires (RT #47165, hdp)
- unified licensing between README and module (RT #46934, nhandler)
- updating package for p5 module Array::Compare from 1.17 to 1.18
- setting license to ${PERL5_LICENSE} according to META.yml
Upstream changes:
2009-06-14 Dave Cross <dave@dave.org.uk>
* lib/Array/Compare.pm: Bump version number for release.
2009-06-14 Dave Cross <dave@dave.org.uk>
* lib/Array/Compare.pm: Added version number. Fixed
https://rt.cpan.org/Ticket/Display.html?id=45145
2009-06-14 Dave Cross <dave@dave.org.uk>
* Build.PL: Moved version setting into .pm.
2009-02-21 Dave Cross <dave@dave.org.uk>
* : Removed execute bit.
2008-06-29 Dave Cross <dave@dave.org.uk>
* Build.PL, lib/Array/Compare.pm: Added LICENSE section (for
cpants).
of imported devel/p5-MooseX-Traits-Pluggable.
When you import a function into a Perl package, it will naturally also be
available as a method.
The namespace::autoclean pragma will remove all imported symbols at the end
of the current package's compile cycle. Functions called in the package
itself will still be bound by their name, but they won't show up as methods
on your class or instances.
This module is very similar to namespace::clean, except it will clean all
imported functions, no matter if you imported them before or after you used
the pagma. It will also not touch anything that looks like a method,
according to Class::MOP::Class::get_method_list.
as dependency of scheduled import of p5 module CatalystX::Component::Traits
(dependency of scheduled update of databases/p5-Catalyst-Model-DBIC-Schema).
Adds support for class precedence search for traits and some extra attributes.
of scheduled import of MooseX::Traits::Pluggable (dependency for
CatalystX::Component::Traits etc.)
Often a developer want to create components that can be added to a class
arbitrarily. This module makes it easy for the end user to use these
components. Instead of requiring the user to create a named class with the
desired roles applied, or applying roles to the instance one-by-one, he can
just pass a traits parameter to the class's new_with_traits constructor.
This role will then apply the roles in one go, cache the resulting class
(for efficiency), and return a new instance. Arguments meant to initialize
the applied roles' attributes can also be passed to the constructor.
- Updating package for p5 module Moose from 0.81 to 0.87
- Adjust dependencies according to META.yml
Upstream changes:
0.87 Tue Jul 7, 2009
* Moose::Meta::Method::Delegation
- Once again allow class names as well as objects for
delegation. This was changed in 0.86.
0.86 Fri Jul 3, 2009
* Moose::Meta::Class::Immutable::Trait
- Fixes to work with the latest Class::MOP.
* Moose::Meta::Method::Delegation
- Delegation now dies with a more useful error message if the
attribute's accessor returns something defined but
unblessed. (hdp)
0.85 Fri, Jun 26, 2009
* Moose::Meta::Attribute
- The warning for 'no associated methods' is now split out into
the _check_associated_methods method, so that extensions can
safely call 'after install_accessors => ...'. This fixes a
warning from MooseX::AttributeHelpers. (hdp)
0.84 Fri, Jun 26, 2009
* Moose::Role
- has now sets definition_context for attributes defined in
roles. (doy)
* Moose::Meta::Attribute
- When adding an attribute to a metaclass, if the attribute has
no associated methods, it will give a deprecation
warning. (hdp)
- Methods generated by delegation were not being added to
associated_methods. (hdp)
- Attribute accessors (reader, writer, accessor, predicate,
clearer) now warn if they overwrite an existing method. (doy)
- Attribute constructors now warn very noisily about unknown (or
mispelled) arguments
* Moose::Util::TypeConstraints
- Deprecated the totally useless Role type name, which just
checked if $object->can('does'). Note that this is _not_ the
same as a type created by calling role_type('RoleName').
* Moose::Util::TypeConstraints
* Moose::Meta::TypeConstraint::DuckType
- Reify duck type from a regular subtype into an actual class
(Sartak)
- Document this because Sartak did all my work for me
(perigrin)
* Moose::Meta::Attribute
- Allow Moose::Meta::TypeConstraint::DuckType in handles, since
it is just a list of methods (Sartak)
* Moose::Meta::Role
- The get_*_method_modifiers methods would die if the role had
no modifiers of the given type (Robert Buels).
0.83 Tue, Jun 23, 2009
* Moose::Meta::Class
- Fix _construct_instance not setting the special __MOP__ object
key in instances of anon classes. (doy)
0.82 Sun, Jun 21, 2009
* Moose::Manual::Types
- Mention MooseX::Types early to avoid users falling down the
string parsing rathole (mst)
* Moose::Manual::MooseX
- Add warnings about class-level extensions and mention considering
using plain objects instead
- Updating package for p5 module Class::MOP from 0.85 to 0.89
- Correcting LICENSE according to META.yml
- Correcting dependencies
Upstream changes:
0.89 Fri Jul 3, 2009
* Class::MOP::Class
* Class::MOP::Class::Immutable::Trait
- Made the Trait act like a role with a bunch of "around"
modifiers, rather than sticking it in the inheritance
hierarchy. This fixes various problems that caused with
metaclass compatibility, which broke Fey::ORM.
* Class::MOP::Method
- Allow a blessed code reference as the method body. Fixes a
problem interaction with MooseX::Types. (ash)
* Class::MOP::Instance
- add inline version of rebless_instance_structure. (doy)
- change inline_slot_access to use single quotes (gphat)
0.88 Tue, Jun 23, 2009
* Class::MOP::Class
- Moved the __INSTANCE__ parameter to _construct_instance from
Moose to here. (doy)
- Fixed some issues involving metaclasses of metaclasses and
immutability. (doy)
0.87 Sun, Jun 21, 2009
* Various
- Made sure to always local-ize $@ and $SIG{__DIE__} before
calling an eval. Fixes RT #45973.
* Class::MOP::Class
- Synced docs about immutability with the current reality (which
changed back in 0.82_01)
- Removed the immutable_transformer method, which had been
returning undef since 0.82_01 anyway.
* Tests
- Got rid of tests which needed Moose and improved testing of
constructor/destructor inlining warnings. Fixes RT #47119.
0.86 Tue, Jun 16, 2009
* Class::MOP::Class
- If you redefined a subroutine at runtime and then wrapped it
with a method modifier, the modifier could in some cases wrap
the original version of the subroutine. Fixes RT #46957.
* Class::MOP::Class
- make_immutable issues a warning instead of overriding an
existing DESTROY method (Dylan William Hardison). Fixes RT
#46854.
File::Util provides a comprehensive toolbox of utilities to automate all
kinds of common tasks on file / directories. Its purpose is to do so in
the most portable manner possible so that users of this module won't have
to worry about whether their programs will work on other OSes and machines.