summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2009-01-19+sendmailadrianp1-1/+2
2009-01-19Updated databases/pear-MDB2 to 2.5.0b2abs1-1/+6
Updated databases/pear-MDB2_Driver_mysql to 1.5.0b2 Updated databases/pear-MDB2_Driver_pgsql to 1.5.0b2 Updated databases/pear-MDB2_Driver_sqlite to 1.5.0b2 Updated mail/roundcube to 0.2stable
2009-01-19Updated mail/roundcube to 0.2stableabs6-27/+38
- Fix mark popup in IE 7 (#1485369) - Fix line-break issue when copy & paste in Firefox (#1485425) - Fix autocomplete "unknown server error" (#1485637) - Fix STARTTLS before AUTH in SMTP connection (#1484883) - Support multiple quota values in QUOTAROOT resonse (#1485626) - Only abbreviate file name for IE < 7 browsers (#1485063) - Performance: allow setting imap rootdir and delimiter before connect (#1485172) - Fix sorting of folders with more than 2 levels (#1485569) - Fix search results page jumps in LDAP addressbook (#1485253) - Fix empty line before the signature in IE (#1485351) - Fix horizontal scrollbar in preview pane on IE (#1484633) - Add Robots meta tag in login page and installer (#1484846) - Added 'show_images' option, removed 'addrbook_show_images' (#1485597) - Option to check for new mails in all folders (#1484374) - Don't set client busy when checking for new messages (#1485276) - Allow UTF-8 folder names in config (#1485579) - Add junk_mbox option configuration in installer (#1485579) - Do serverside addressbook queries for autocompletion (#1485531) - Allow setting attachment col position in 'list_cols' option - Allow override 'list_cols' via skin (#1485577) - Fix 'cache' table cleanup on session destroy (#1485516) - Increase speed of session destroy and garbage clean up - Fix session timeout when DB server got clock skew (#1485490) - Fix handling of some malformed messages (#1484438) - Speed up raw message body handling - Better HTML entities conversion in html2text (#1485519) - Fix big memory consumption and speed up searching on servers without SORT capability - Fix setting locale to tr_TR, ku and az_AZ (#1485470) - Use SORT for searching on servers with SORT capability - Added message status filter - Fix empty file sending (#1485389) - Improved searching with many criterias (calling one SEARCH command) - Fix HTML editor initialization on IE (#1485304) - Add warning when switching editor mode from html to plain (#1485488) - Make identities list scrollable (#1485538) - Fix problem with numeric folder names (#1485527) - Added BYE response simple support to prevent from endless loops in imap.inc (#1483956) - Fix unread message unintentionally marked as read if read_when_deleted=true (#1485409) - Remove port number from SERVER_NAME in smtp_helo_host (#1485518) - Don't send disposition notification receipts for messages marked as 'read' (#1485523) - Added 'keep_alive' and 'min_keep_alive' options (#1485360) - Added option 'identities_level', removed 'multiple_identities' - Allow deleting identities when multiple_identities=false (#1485435) - Added option focus_on_new_message (#1485374) - Fix html2text class autoloading on Windows (#1485505) - Fix html signature formatting when identity save error occured (#1485426) - Add feedback and set busy when moving folder (#1485497) - Fix 'Empty' link visibility for some languages e.g. Slovak (#1485489) - Fix messages count bar overlapping (#1485270) - Fix adding signature in drafts compose mode (#1485484) - Fix iil_C_Sort() to support very long and/or divided responses (#1485283) - Fix matching case sensitivity when setting identity on reply (#1485480) - Prefer default identity on reply - Fix imap searching on ISMail server (#1485466) - Add css class for flagged messages (#1485464) - Write username instead of id in sendmail log (#1485477) - Fix htmlspecialchars() use for PHP version < 5.2.3 (#1485475) - Fix js keywords escaping in json_serialize() for IE/Opera (#1485472) - Added bin/killcache.php script (#1485434) - Add support for SJIS, GB2312, BIG5 in rc_detect_encoding() - Fix vCard file encoding detection for non-UTF-8 strings (#1485410) - Add 'skip_deleted' option in User Preferences (#1485445) - Minimize "inline" javascript scripts use (#1485433) - Fix css class setting for folders with names matching defined classes names (#1485355) - Fix race conditions when changing mailbox - Fix spellchecking when switching to html editor (#1485362) - Fix compose window width/height (#1485396) - Allow calling msgimport.sh/msgexport.sh from any directory (#1485431) - Localized filesize units (#1485340) - Better handling of "no identity" and "no email in identity" situations (#1485117) - Added 'mime_param_folding' option with possibility to choose long/non-ascii attachment names encoding eg. to be readable in MS Outlook/OE (#1485320) - Added "advanced options" feature in User Preferences - Fix unread counter when displaying cached massage in preview panel (#1485290) - Fix htmleditor spellchecking on MS Windows (#1485397) - Fix problem with non-ascii attachment names in Mail_mime (#1485267, #1485096) - Fix language autodetection (#1485401) - Fix button label in folders management (#1485405) - Fix collapsed folder not indicating unread msgs count of all subfolders (#1485403) - Fix handling of apostrophes in filenames decoded according to rfc2231
2009-01-19Updated databases/pear-MDB2_Driver_sqlite to 1.5.0b2abs3-10/+12
1.5.0b2 - fixed bug #12117: disconnect() does not work as documented - fixed bug #13815: incomplete regexp in the Reverse module - fixed bug #13928: Invalid triggers created for 'ON UPDATE' - fixed bug #14302: Connection errors were not always returned 1.5.0b1 - request #12731: added truncateTable() in the Manager module - request #12732: added vacuum() in the Manager module for OPTIMIZE/VACUUM TABLE abstraction - fixed bug #12924: correctly handle internal expected errors even with custom error handling - added standaloneQuery() and databaseExists() - request #13106: added unixtimestamp() in the Function module - fixed bug #13201: better regexp in errorInfo() - fixed bug #13283: replace() doesn't respect quote_identifiers option - fixed bug #13303: PRIMARY keys are not always returned in listTableConstraints() and in getTableConstraintDefinition() 1.5.0a2 - fixed bug #12105: new error message in the SQLite driver (patch by Adam Ashley) - fixed bug #12145: missing optional spaces in regexp in _getTableColumns() in the Reverse module - request #12012: added charset support in createDatabase() and collation support in createTable() for table fields 1.5.0a1 - initial support for FOREIGN KEY and CHECK constraints in the Reverse and Manager modules (on FK creation, some triggers are automatically created to enforce the FK constraint) - in listTableConstraints() in the Reverse module, also search in table definition for PRIMARY KEYs and FOREIGN KEYs - fixed bug #11428: propagate quote() errors with invalid data types - fixed bug #11790: avoid array_diff() because it has a memory leak in PHP 5.1.x - fixed bug #12083: createTable() in the Manager module now returns MDB2_OK on success, as documented - fixed bug #12146: wrong regex in _getTableColumns($sql) in the Reverse module - fixed bug #12269: tableInfo() in the Reverse module detect 'clob' data type as first option
2009-01-19Updated databases/pear-MDB2_Driver_pgsql to 1.5.0b2abs4-41/+12
1.5.0b2 - fixed bug #12117: disconnect() does not work as documented - fixed bug #13481: getTableConstraintDefinition() may return incomplete results - fixed bug #13877: UNIQUE index not always recognized as constraint - fixed bug #14292: alterTable() cannot change column type when no implicit cast is defined - fixed bug #14510: getTableFieldDefinition() does not unquote defaults - fixed bug #14828: unixtimestamp() generates invalid SQL for non-constant argument - fixed bug #15056: tableInfo does not work with pgsql schemas (added support to table schemas to Manager module) 1.5.0b1 - request #12731: added truncateTable() in the Manager module - request #12732: added vacuum() in the Manager module for OPTIMIZE/VACUUM TABLE abstraction - request #12800: added alterDatabase() in the Manager module - fixed bug #12846: missing escape in getSequenceName() on PostgreSQL 8.2.4 [thanks to Stephane Berthelot] - fixed bug #12920: added new error info and fixed escape method if connection doesn't exist [afz] - fixed bug #12922: use standaloneQuery() in alterDatabase() [afz] - fixed bug #12924: correctly handle internal expected errors even with custom error handling - added standaloneQuery() and databaseExists() - fixed bug #13112: the Reverse module does not know the timestamptz data type - request #13106: added unixtimestamp() in the Function module - fixed bug #13281: list FOREIGN KEY constraints in listTableConstraints() in the Manager module - fixed bug #13356: added float4 to _mapNativeDatatype() - fixed query in getTableConstraintDefinition() for FK constraints in the Reverse module (thanks to Andre Restivo) 1.5.0a2 - fixed bug #12376: getTableConstraintDefinition() in the Reverse module uses incorrect column number in certain cases (thanks to Dennis Birne) - request #12338: added 'disable_smart_seqname' option to make improved getSequenceName() behaviour optional (thanks to Dennis Birne) (@see bug #9106) - request #12012: added collation support in createDatabase() 1.5.0a1 - initial support for FOREIGN KEY and CHECK constraints in the Reverse and Manager modules - fixed bug #10986: Using more random statement names (request #11625) - request #11297: added support for "schema.table" (or "owner.table") notation in the Reverse module (related to bug #11207) - fixed bug #11428: propagate quote() errors with invalid data types - fixed bug in MDB2_Statement_pgsql::_execute(), called property of invalid object - fixed bug #11624: getSequenceName() returning incorrect results with multiple schemas and 'SET search_path' - fixed bug #11652: failed prepared queries containing the "::type" style of casting - fixed bug #11694: remove data type cast from DEFAULT value in getTableFieldDefinition() in the Reverse module - fixed bug #11753: NOTICEs in alterTable() in the Manager module - fixed bug #11790: avoid array_diff() because it has a memory leak in PHP 5.1.x - fixed some E_STRICT errors with PHP5 - fixed bug #12083: createTable() in the Manager module now returns MDB2_OK on success, as documented - fixed bug #12269: tableInfo() in the Reverse module detect 'clob' data type as first option
2009-01-19Updated databases/pear-MDB2_Driver_mysql to 1.5.0b2abs4-41/+12
1.5.0b2 - fixed bug #12117: disconnect() does not work as documented - fixed bug #13412: sometimes getTableConstraintDefinition() fails for FOREIGN KEYs - fixed bug #13581: wrong query in beginTransaction() for certain MySQL versions - request #13657: in setCharset(), use mysql_set_charset() if available [cwiedmann] - fixed bug #13928: Invalid triggers created for 'ON UPDATE' - fixed bug #15051: Cannot create constraints with field length - add index on FK column(s) or a FK constraint cannot be created in some cases 1.5.0b1 - fixed bug #11831: createTable() now supports tables with a multi-field PRIMARY KEY where one field is defined as AUTO_INCREMENT - request #11204: support AUTO_INCREMENT for FLOAT data type and UNSIGNED option for FLOAT and DECIMAL data type [afz] - fixed bug #11692: value of $db->supports('transactions') changes after query [afz] - request #12731: added truncateTable() in the Manager module - request #12732: added vacuum() in the Manager module for OPTIMIZE/VACUUM TABLE abstraction - request #12800: added alterDatabase() in the Manager module [afz] - fixed quoting in createDatabase() in the Manager module - fixed bug #12924: correctly handle internal expected errors even with custom error handling - added standaloneQuery() and databaseExists() - request #13106: added unixtimestamp() in the Function module - fixed regexp in listTableConstraints() in the Manager module to list FOREIGN KEY constraints - fixed bug #13180: MySQL driver tells SAVEPOINT is supported for MyISAM tables - fixed bug #13283: replace() doesn't respect quote_identifiers option - request #13313: setCharSet() supports 'COLLATE' too - fixed bug #13370: some capabilities depend on user options, so check them after a setOption() call - when triggers are supported, two triggers are created to emulate ON UPDATE / ON DELETE actions for FOREIGN KEY constraints. Known limitation: since mysql doesn't support multiple triggers with the same action time and event for one table, if there are multiple table referencing the same table, only the first one will have the triggers created. 1.5.0a2 - fixed bug #12516: error in FK constraint creation query - request #12012: added charset/collation support in createDatabase() 1.5.0a1 - fixed bug #10024: Added new option 'lob_allow_url_include' (default false) to [dis]allow inserting a LOB from an url (file, http, ...). - fixed bug #10986: Using more random statement names (request #11625) - fixed bug #11055: Using placeholders with := variable assignment fails [bekarau] - initial support for FOREIGN KEY constraints in the Manager and Reverse modules - request #11389: added many new MySQL 5.1 error codes in errorInfo() - fixed bug #11428: propagate quote() errors with invalid data types - fixed bug #11590: _getServerCapabilities() has to be called once per connection - fixed bug #11790: avoid array_diff() because it has a memory leak in PHP 5.1.x - fixed some E_STRICT errors with PHP5 - fixed bug #12010: MDB2_PORTABILITY_RTRIM option was ignored - fixed bug #12083: createTable() in the Manager module now returns MDB2_OK on success, as documented - fixed bug #12217: mysql_num_rows() returns FALSE on failure, not NULL (thanks to zaa@zaa.pp.ru) - fixed bug #12242: missing charset info in the Reverse module (patch by Carsten Wiedmann) - fixed bug #12269: tableInfo() in the Reverse module detect 'clob' data type as first option - fixed bug #12336: supply default value for NOT NULL timestamp fields
2009-01-19Updated databases/pear-MDB2 to 2.5.0b2abs4-41/+6
2.5.0b2 - fixed bug #12117: disconnect() does not work as documented - fixed bug #12912: replace() documentation - fixed bug #13811: _skipDelimitedStrings() fails on empty strings - fixed bug #13898: more tolerant check for 'new_link' DSN option - request #13929: added 'default_fk_action_ondelete' and 'default_fk_action_onupdate' options for default FOREIGN KEY constraints actions - fixed bug #14124: _skipDelimitedStrings() and prepare() fail with sql comments inside quoted strings - fixed bug #14179: declaration of MDB2_Driver_Common::raiseError() must be compatible with that of PEAR::raiseError() - fixed doc bug #14290: connect should mention the type of object returned - fixed bug #14831: $ignores in _skipDelimitedStrings() [patch by Aleksander Machniak] 2.5.0b1 - request #12731: added truncateTable() in the Manager module - request #12732: added vacuum() in the Manager module for OPTIMIZE/VACUUM TABLE abstraction - request #12800: added alterDatabase() in the Manager module [afz] - fixed bug #12924: correctly handle internal expected errors even with custom error handling - fixed bug #12991: new error code in errorInfo() [afz] - added databaseExists() method [afz] - request #13106: added unixtimestamp() in the Function module - added max_identifiers_length option 2.5.0a2 - fixed bug #12358: E_STRICT changes in latest alpha broke PHP4 compatibility - fixed bug #12351: wrong case for function PEAR::isError() in the Reverse module [was: IsError()] - fixed bug #12530: MDB2_Extended::autoPrepare() gives error if $types is null - request #12012: added charset/collation support in createDatabase() for the drivers that support this feature - added bindname_format option (this is the regexp used to recognize named placeholders in prepared statements) 2.5.0a1 - fixed bug #10024: Security fix for LOBs. Added an option to turn lob_allow_url_include off by default - fixed bug #11179: prepared statements with named placeholders fail if extra values are provided - request #11297: added support for "schema.table" (or "owner.table") notation in the Reverse module - initial support for FOREIGN KEY and CHECK constraints in the Reverse and Manager modules - fixed bug #11428: propagate quote() errors with invalid data types - added new test cases in the test suite - added LENGTH() function in the Function module - fixed bug #11612: raiseError() must be compatible with PEAR::raiseError() [PHP6] - fixed bug #11790: avoid array_diff() because it has a memory leak in PHP 5.1.x - fixed bug #11906: quoteIdentifier fails for names with dots - fixed bug #11975: Extended::autoExecute() does not work with Oracle when using LOBs (patch by Pieter Meulen, van der) - fixed some E_STRICT errors with PHP5 - fixed bug #12083: createTable() in the Manager module now returns MDB2_OK on success, as documented - fixed bug #12246: wrong check in MDB2::isStatement() (thanks to zaa@zaa.pp.ru)
2009-01-19Allow a directory to be excluded from PEAR_DIRRM by specifying ↵abs2-4/+10
PEAR_DIRRM_EXCLUDE
2009-01-19Added www/p5-Catalyst-Component-InstancePerContext version 0.001001abs1-1/+7
Added time/p5-Time-modules version 2006.0814 Added devel/p5-B-Hooks-OP-PPAddr version 0.02 Added devel/p5-B-Hooks-Parser version 0.08 Added devel/p5-Method-Signatures-Simple version 0.03 Added devel/p5-signatures version 0.03
2009-01-19+p5-Catalyst-Component-InstancePerContextabs1-1/+2
2009-01-19+p5-Time-modulesabs1-1/+2
2009-01-19+ p5-B-Hooks-OP-PPAddrabs1-1/+5
+ p5-B-Hooks-Parser + p5-Method-Signatures-Simple + p5-signatures
2009-01-19Added devel/p5-signatures version 0.03abs3-0/+32
With this module, we can specify subroutine signatures and have variables automatically defined within the subroutine.
2009-01-19Added devel/p5-Method-Signatures-Simple version 0.03abs3-0/+29
This module provides a basic method keyword with simple signatures. It's intentionally simple, and is supposed to be a stepping stone for its bigger brothers MooseX::Method::Signatures and Method::Signatures. It only has a small benefit over regular subs, so if you want more features, look at those modules. But if you're looking for a small amount of syntactic sugar, this might just be enough.
2009-01-19Added devel/p5-B-Hooks-Parser version 0.08abs6-0/+76
This module provides an API for parts of the perl parser. It can be used to modify code while it's being parsed.
2009-01-19Added devel/p5-B-Hooks-OP-PPAddr version 0.02abs5-0/+56
This module provides a c api for XS modules to hook into the execution of perl opcodes.
2009-01-19Set USE_LANGUAGES= # emptyabs1-2/+2
2009-01-19Added time/p5-Time-modules version 2006.0814abs3-0/+35
This package contains the following perl5 modules: Time::CTime.pm ctime, strftime, and asctime Time::JulianDay.pm Julian Day conversions Time::ParseDate.pm Reverses strftime and also understands relative times Time::Timezone.pm Time::DaysInMonth.pm
2009-01-19Added www/p5-Catalyst-Component-InstancePerContext version 0.001001abs3-0/+29
Uses Moose to return a new instance of a specified component on each Catalyst request
2009-01-19add RCS idtnn1-0/+1
2009-01-19Fix a couple of places where 32-bit values were being used for 64 bitshattered3-3/+48
values (i.e. pointers). From PR 40257. OK by wiz@.
2009-01-19+ atf-0.6, gnumeric-1.8.4, goffice0.6-0.6.6, libmp3splt-0.5.4,wiz1-7/+11
mkvtoolnix-2.4.2, mp3splt-2.2.3, musicpd-0.14.1, tea-22.2.0, tokyocabinet-1.4.0, transcode-1.1.0.
2009-01-19Updated audio/pulseaudio to 0.9.14jmcneill1-1/+2
2009-01-19Update pulseaudio to 0.9.14.jmcneill3-19/+18
Colin Guthrie (2): Fix a potential C++/C99 ism, add a log message on error condition Fix two typos that broke tunnels Lennart Poettering (46): Initialize exit_idle_time to -1 instead of 0 when in system mode. instead of resetting virtual_volume unconditionally on initialization, do so only when no volume was set before use pa_channel_map_init_extend() instead of pa_channel_map_init_auto() as channel map for sink inputs/source outputs in case no map is specified if the channel map was modified due to PA_SINK_INPUT_FIX_CHANNELS, remap the specified volume properly define 0dB in PA as maximum amplification properly remove dbus matches an filters when unloading m-b-d always check for libtool prefix binary name to avoid confusion when using both installed and run-from-build-tree versions of PA in parallel Fix spelling of privilige Make missing git-changelog.perl non-fatal fix invalid validity check convert argument to boolean int in PA_UNLIKELY, too include log.h near the end so that macro.h can be included in log.h and defines pa_bool_t properly Try to catch certain driver errors make the debug trap macro a proper macro in macro.h don't set the volume of pacat unless it is explicitly set warn if ALSA wakes us up and there is actually nothing to do fix build make sure to use 64bit rounding even on 32bit machines when converting to pa_usec_t make shm marker architecture independant, patch from michich, closes #401 Make sure libpulse never gets unloaded Check if environ is actually set before we use it Fix return value of --dump-resample-methods Don't mix front-center into rear channels Pass GDBM_NOLOCK to gdbm Load module-volume-restore and module-device-restore before all other modules introduce new function pa_module_unload_request_by_index Don't store pointer to pa_module actually unload the modules from a new stack frame unload tunnel modules from a new stack frame it's better to always use the index of a module instead of the pa_module* downgrade a few warnings Make sure we drop CAP_NICE if RT is not allowed Allow access("/dev/dsp", W_OK) succeed Use FIONREAD instead of TIOCINQ Implement PA_SOURCE_MESSAGE_GET_LATENCY make sure we don't hit an assert when we issue two rewind requests in a If we cannot open an ALSA device with SND_PCM_NO_AUTO_FORMAT retry without fix a gcc warning Rework handling of the PA_SINK_LATENCY/PA_SOURCE_LATENCY flags A few minor cleanups and updates add a few missing parens show maximum usable slot size Make sure we don't drop any data on the client side for record streams fill in the latency as the fragsize Fix suspending of all sinks/sources bump version/soname Luiz Augusto von Dentz (7): Unload module-bluetooth-device if the remote device disconnects. Fix possible invalid read while attempting to load module-bluetooth-device. Fix bug walking on module list. Update module-bluetooth-device to the new ipc. Send packets with proper size. Fix send and recv message sizes. Fix sending wrong codec capability length. Sean McNamara (1): --check: Updated manpage slightly and pulseaudio --help slightly. Tom Bamford (1): Multicast SDP packets sent with same IP TTL as RTP packets chocolateboy (1): Fix typo in log message: s/Recevied/Received/
2009-01-19Solaris's md4.h and sha1.h are not good enough for this package,obache1-1/+10
and MD5_* is in libmd5. Fixes build failure reported by PR 40434.
2009-01-19Note net/djbdns bump for djbdns-cachestats option.sketch1-1/+2
2009-01-19Add djbdns-cachestats option, show cache hits/misses in stats output.sketch4-5/+16
2009-01-19Note chat/irssi-icb bump for /bricksketch1-1/+2
2009-01-19Add the all-important /brick command.sketch3-9/+9
2009-01-19Sort.wiz1-2/+2
2009-01-19Add DESTDIR support.obache1-5/+7
2009-01-19Note addition of net/unworkable-0.51agc1-1/+2
2009-01-19Add and enable unworkableagc1-1/+2
2009-01-19Initial import of unworkable-0.51 into the Packages Collection.agc5-0/+74
Unworkable is a BSD-licensed BitTorrent implementation written by Niall O'Higgins <niallo@p2presearch.com>. Goals of this project include efficiency, simplicity and high code quality. Unworkable is single threaded and asynchronous, written in portable ANSI C using libevent and mmap() for performance.
2009-01-19include rubyversion.mk to resolve RUBY_PKGPREFIX.obache1-1/+2
2009-01-19Need to buildlink ruby, pango and ruby-gnome2-glib for ruby.h, pango/pano.h andobache1-1/+4
rbgobject.h.
2009-01-19Need to buildlink ruby for ruby.h.obache1-2/+2
2009-01-19Include rubyversion.mk to resolve RUBY_PKGPREFIX.obache1-1/+2
2009-01-19mention java and antchristos1-1/+4
2009-01-19welcome to 1.7.1christos3-12/+26
2009-01-19enable 1.6 for x86_64 too, and make it the default.christos1-3/+4
2009-01-19Today's set from this corner:he1-1/+8
Updated converters/p5-JSON-Any to 1.19 Updated databases/p5-CatalystX-CRUD to 0.39 Updated databases/p5-DBD-postgresql to 2.11.8 Updated devel/p5-App-Cmd to 0.203 Updated devel/p5-AutoLoader to 5.68 Updated devel/p5-B-Hooks-EndOfScope to 0.05 Updated devel/p5-Curses to 1.26
2009-01-19Update from version 1.24nb1 to 1.26.he2-7/+7
Pkgsrc changes: o Add commands to remove leftover Curses.i and Curses.s from distribution Upstream changes: New in 1.26 (Released January 3, 2009) newterm() is available and putwin() and getwin() work in newer Perl (with PerlIO). We now use PerlIO_findFile(). 1.25 doesn't exist (The name got burned in a CPAN upload mistake).
2009-01-18welcome to 6u11christos3-75/+441
2009-01-18Update from version 0.04 to 0.05.he2-7/+7
Pkgsrc changes: o Update dependencies according to changed requirements. Upstream changes: 0.05 Sun, 04 Jan 2009 20:46:07 +0100 * Use Variable::Magic and cast %^H instead Scope::Guard and relying on a timely destruction of objects within %^H. This fixes using on_scope_end in blocks where string evals are compiled as those increment the refcount of objects in %^H on 5.10.
2009-01-18Update from version 5.67 to 5.68.he2-6/+6
Upstream changes: 5.68 Mon Jan 5 17:50 2009 - VMS fixes for the AutoSplit tests (John Malmberg, RT #42137)
2009-01-18Update from version 0.202 to 0.203.he2-6/+6
Upstream changes: 0.203 2009-01-16 add repo info to metadata
2009-01-18Updated pkgtools/rc.subr to 20090118.shattered1-1/+2
2009-01-18Update from version 2.11.7 to 2.11.8.he2-6/+6
This despite one of the selftests still fail. Upstream changes: 2.11.8 Released December 28, 2008 - Fix minor bug in t/12placeholders.t test (CPAN bug #41723)
2009-01-18Update from version 0.37 to 0.39.he2-6/+6
Upstream changes: 0.39 14 Jan 2009 * add missing file to MANIFEST that causes tests to fail in 0.38 0.38 12 Jan 2009 * use maybe::next::method * fix view_on_single_result bug in Test::Controller