1.08 2013-07-20
- ChangeLog renamed to Changes and reformatted as per CPAN::Changes::Spec
- Added repository details to metadata (Makefile.PL) and pod
- Added license type to metadata (in Makefile.PL)
1.65 Wed Jul 3 16:40:48 PDT 2013
Ruslan Zakirov:
* Bug fix for DateTimeInterval extraction on Pg
1.64 Mon Jul 1 10:20:43 PDT 2013
No changes since 1.63_03. Simply a non-dev release of everything since 1.63.
1.63_03 Fri Jun 14 13:11:01 PDT 2013
Ruslan Zakirov:
* warn when rollback and commit are mixed
* Handle->NullsOrder
* skip timezone tests on SQLite when tzinfo is not there
* skip tests if mysql can not do timezones
* DISTINCT argument in Join method
* DISTINCT argument in Join and NewAlias
Thomas Sibley:
* Reset the iterator position whenever a search is run
* Return the correct record from ->Last instead of the first record
* Document the caveat of using GotoItem with a non-zero N
1.63_02 Wed Apr 17 18:47:31 MSK 2013
* _Set now can take undef as argument to mean default or NULL.
Still may result in error if default is not defined and no_nulls
is true for the column. If old behaviour is required set
$record->{'no_undefs_in_set'} to true value.
* FUNCTION argument is now allowed in Limit. Code to combine
FUNCTION, ALIAS and FIELD was refactored and unified in one
place - CombineFunctionWithField method. Used in Column, GroupBy
and Limit. This change should be backwards compatible.
* Handle->DateTimeIntervalFunction
1.63_01 Wed Mar 27 13:02:35 PDT 2013
* IN and NOT IN operators in ->Limit method
* Add an AdditionalColumn method to collections
* Add an AS parameter to Column method in collections
* Consistent query generation by sorting hash keys/values
1.63 Fri Sep 14 2012 01:19:38 GMT+0400 (MSK)
* joins_are_distinct hint to indicate that distinct is not
required for the current set of joins.
1.62 Mon Mar 26 09:31:05 UTC 2012
* Bind values were ignored in SimpleUpdateFromSelect
0.40 Sat Dec 17 17:03:51 PST 2011
- doc: sql_update_schema link to sql_add_column misspelled
- Pg: fix mapping for DOUBLE PRECISION type to avoid needless alter cols
- mysql: implement altering column types & lengths
2.018002 2013-07-30 18:45:10 CST6CDT
- ::Helper::ResultSet correctly uses all Helpers (reported by moltar)
Note that some deprecated helpers were removed from ::ResultSet, so check
your code to see if you use the as_virtual_view method. If you do, replace
it with as_subselect_rs and you'll be fine.
- Fix return precedence in test (Reini Urban)
[Changes for 1.27 - 2013-05-20]
* Resolve RT#84466 not fixed in 1.26 It failed about 10% of the time.
[Changes for 1.26 - 2013-05-20]
* Resolve RT#84882 and RT#84466 hash randomisation in yaml-alias.t on perl 5.18.0
[Changes for 1.25 - 2013-03-10]
* Bump version number and release to fix a MANIFEST mistake in 1.24
[Changes for 1.24 - 2013-03-07]
* Tests all green on CPAN Testers. releasing to public.
[Changes for 1.24_02 - 2013-03-01]
* Apply patch from RT 78363 - MinGW64 compatibility
[Changes for 1.24_01 - 2013-03-01]
* Implement $JSON::Syck::MaxDepth
* Prevent failure when the same object is seen twice during Dump.
* Prevent YAML from being influnced by the previous
change
[Changes for 1.23 - 2013-02-26]
* Tests all green on CPAN Testers. releasing to public.
[Changes for 1.23_01 - 2013-02-21]
* Make sure that LoadBlessed=0 blocks all blessing.
* Start listing primary repo as toddr on github ( http://github.com/toddr/YAML-Syck )
* README refreshed via perldoc -t
[Changes for 1.22 - 2012-12-04]
* Tests all green on CPAN Testers. releasing to public.
[Changes for 1.22_01 - 2012-11-27]
* Fix error message typo: s/existant/existent/g
* Fix for non-printable character detection
* Quote if non-printable characters are present
* Change LoadBlessed=0 to not bless under ANY circumstances
0.32 Mon Mar 18 20:53:00 CDT 2013
- Updated dependency on File::Spec to 3.26, fixing RT #83143.
- Fixed bug with leading empty string in dir() - became unintentional
UNC path on Cygwin. [David Golden and MITHUN@cpan.org]
- Fixed "Unterminated C<...> sequence" in Pod. [Olaf Alders]
1.1.2 5 August 2011 15:47:00
- use Digest::SHA over Digest::SHA1 since it is core, RT #70092 (Salvatore Bonaccorso)
1.1.1 30 March 2011 12:17:00
- use 5.8.1 instead of 5.6.1 (and correctly)
- bump DBIx::Class dependency (RT#66601)
This module is intended to be used as a drop-in replacement for
Test::NoWarnings: it also adds an extra test, but runs this test
before done_testing calculates the test count, rather than after.
It does this by hooking into done_testing as well as via an END
block. You can declare a plan, or not, and things will still Just
Work.
Upstream changes:
Version 1.04 2013-03-18
The __nl__ substitution wasn't happening.
Version 1.05 2013-03-20
Fixed the Build.PL/Makefile.PL scripts to not install the example scripts. RT 84091
User-visible changes:
- Client- and server-side bugfixes:
* translation updates for Swedish
* enforce strict version equality between tools and libraries (r1502267)
* consistently output revisions as "r%ld" in error messags (r1499044 et al)
- Client-side bugfixes:
* status: always use absolute paths in XML output (issue 4398)
* ra_serf: 'svn log -v' fails with a 1.2.x server (issue 4044)
* ra_serf: fix crash when committing cp with deep deletion (issue 4400)
* diff: issue an error for files that can't fit in memory (r1513119 et al)
* svnmucc: generate proper error for mismatched URLs (r1511353)
* update: fix a crash when a temp file doesn't exist (r1513156)
* commit & update: improve sleep for timestamps performance (r1508438)
* diff: continue on missing or obstructing files (issue 4396)
* ra_serf: use runtime serf version for User-Agent (r1514315, r1514628)
* ra_serf: ignore case when checking certificate common names (r1514763)
* ra_serf: format distinguished names properly (r1514804)
* ra_serf: do not retry HTTP requests if we started to parse them (r1503318)
* ra_serf: output ssl cert verification failure reason (r1514785 et al)
* ra_serf: allow session reuse after SVN_ERR_CEASE_INVOCATION (r1502901)
* ra_serf: include library version in '--version' output (r1514295 et al)
* info: fix spurious error on wc root with child in conflict (r1515366)
- Server-side bugfixes:
* svnserve: fix creation of pid files (r1516556)
* svnadmin: fix output encoding in non-UTF8 environments (r1506966)
* svnsync: fix high memory usage when running over ra_serf (r1515249 et al)
* mod_dav_svn: do not map requests to filesystem (r1512432 et al)
* svnauthz: improve help strings (r1511272)
* fsfs: fixed manifest file growth with revprop changes (r1513874)
* fsfs: fix packed revprops causing loss of revprops (r1513879 et al)
- Other tool improvements and bugfixes:
* svnwcsub/irkerbridge: fix symlink attack via pid file (r175 from upstream)
Developer-visible changes:
- General:
* describe APR unimplemented errors as coming from APR (r1503010 et al)
* mod_dav_svn: update INSTALL to reflect configure defaults (r1515141)
* davautocheck: use the correct apxs binary by default (r1507889, r1507891)
- API changes:
* svn_config_walk_auth_data() config_dir arg: permit NULL (r1507382 et al)
- Bindings:
* swig-pl: fix SVN::Client not honoring config file settings (r150744)
* swig-pl & swig-py: disable unusable svn_fs_set_warning_func (r1515119)