0.27, 0.28 not described.
Revision 0.26 2007-10-15 04:52:42 ray
Made a change in CLONE_KEY to the way Clone stores refs in the ref hash.
Perl no longer uses the SvANY part of the SV struct in the same way which
meams the old way of storing the hash key is no longer unique.
Thanks to Slaven Rezic for the patch.
Revision 0.25 2007-07-25 03:41:04 ray
Latest patch from Ruslan Zakirov. Patched another memory leak.
Revision 0.24 2007-07-25 03:33:57 ray
Bug fix for 5.9.*, for some reason the 'visible' logic is no longer working.
I #if 'ed it out until I figure out what is going on.
Also removed an old redundant CLONE_STORE, could have been the cause of some
memory leaks.
0.55 Mon Aug 20 16:37:48 EDT 2007
- FIXED:[rt.cpan.org #28852] t/basic.t fails on Win32 due to the path separator issue. Thanks to ISHIGAKI
0.54 Mon Aug 13 17:18:51 EDT 2007
- Ditched Test::Inline like a lead brick.
1.04 Mon 24 Mar 2008
- Removing dependency on File::Slurp
1.03 Sat 1 Mar 2008
- Incremental release to clear out some CPAN Testers failures
- No need to upgrade
1.02 Tue 11 Dec 2007
- Cygwin is clearly insane, skip root and win32 test sets
- More aggressive dependencies, particularly on Win32
1.01 Tue 11 Dec 2007
- No functional changes
- Correcting dependency
- Updating to Module::Install 0.68
- Updating bundled tests
9999.13 Wed Jan 23 22:54:03 CDT 2008
- This is a "get the tests passing" release by Dave Rolsky
- Fixes the tests to pass with the latest Test::More
- Also shuts up warnings from some tests about redefining SEEK_SET.
1.40 Sat 23 Feb 2008
- Dev release looks good, changing to production release
1.39_01 Wed 20 Feb 2008 (Adam Kennedy)
- Fixed rt.cpan.org #30251 "removing dirs enclosed by curly braces"
- remove now ignores globbing if -e is true BEFORE globbing
(This should fix numerous possible failures where people are trying
delete strangely named files, but globbing is kicking in and
expanding the names incorrectly)
- Moving to a production-grade version to indicate module stability
- Adding explicit 5.005 dependency
(Primarily for the benefit of automated quality/anaylsis tools)
0.31 Wed 14 Nov 2007
- Upgrading to Module::Install 0.68
0.30 Mon 22 Oct 2007
- Incremental release to get a newer and non-broken version of the
author-only tests.
0.29 Thu 23 Aug 2007
- Correcting a test which only ran under AUTOMATED_TESTING,
apparently my release automation isn't doing what I think
it is doing.
0.28 Sat 18 Aug 2007
- Dropping the Perl version requirement in 01_compile.t to 5.004
0.27 Sat 18 Aug 2007
- Skipping one particularly evil test that we know fails on a few OS
unless AUTOMATED_TESTING is enabled.
These failures weren't worth preventing installation at all.
0.26 Fri 27 Jul 2007
- Adding the _NONNEGINT function
1.22 Sat 1 Mar 2008
- 1.21_01 tested ok, moving to production version
- No changes
1.21_01 Tue 12 Feb 2008
- Adding experimental support for utf8 methods
(as per http://rt.cpan.org/Public/Bug/Display.html?id=28796)
1.20 Tue 12 Feb 2008
- CPAN Testers results look good for 1.19_01,
converting to a production release.
1.19_01 Mon 11 Feb 2008
- Bug fix to adapt to changes to File::Spec
1.18 Thu 8 Nov 2007
- Incremental release, no functional changes
- Updated to Module::Install 0.68
(This brings META.yml to the current version)
- Updated versions of the automated tests that
were causing CPAN Testers failures.
0.36 Thu Dec 13 17:49:35 PST 2007
- Patch from ISHIGAKI@cpan.org to suppress unnecessary warnings about
undefined local_options, thanks!
- fix bug preventing adding new columns as primary keys under Pg
0.35 Mon Oct 29 18:58:36 PDT 2007
- Fix minor breakage (pretty_print) resulting from Jesse's changes.
- Update mysql driver to handle BIGSERIAL columns
- Update Column.pm, move all mysql and Pg-specific code to DBD driver
callbacks
- Update Table.pm, add local_options
- Fix mysql NULL reverse-engineering and updating code
0.34 Sun Aug 19 10:08:51 PDT 2007
- More work on update schema from Slaven Rezic <srezic@cpan.org>,
thanks!
+ implement table dropping (closes: CPAN#27936)
+ implement column dropping (closes: CPAN#27896)
- Fix to quiet warnings from internal use of old API from Jesse Vincent
<jesse+cpan@fsck.com>, thanks! (closes: CPAN#27958)
- Make table dropping optional, not the default.
0.33 Thu Jun 28 18:46:15 PDT 2007
- Overhaul of index representation: indices (both normal and unique)
now have names and are DBIx::DBSchema::Index objects
- update_schema now handles indices!
- Bump version numbers in Table.pm, Column.pm and DBD.pm
- Pg reverse-engineering fix for column order in multi-column indices,
to prevent needless drop/add of identical indices
- mysql reverse-engineering patch from Brian Phillips
<bphillips@cpan.org>, closes: CPAN#17582, thanks!
- mysql NAME vs NAME_lc patch from Ralf Hack <ralf@beetlecraft.net>,
closes: CPAN#16715, thanks!
- mysql fix for additional column data from Chris Mungall
<cjm@fruitfly.org>, closes: CPAN#20859, thanks!
- SQLite SERIAL patch from IN SUK JOUNG <i.joung@gmail.com>, and fix
for mis-application of said patch from Slaven Rezic
<srezic@cpan.org>, thanks!
- Update README wrt current CVS info and URL, closes: CPAN#27577
0.32 Wed Apr 18 15:02:25 PDT 2007
- increment the version numbers in Column.pm and Table.pm and the
"use" statements accordingly
- Error reporting for load constructor
- Update documentation wrt supported databases and new update_schema
stuff
- Fixes for dropping nullability on old Pg (<= 7.2)
- Fixes for adding nullability on old Pg (<= 7.3)
- Throw a warning if pg_server_version is unavailable, assume >= 7.3
- fix POD error in DBSchema::DBD::SQLite that confused pod2man and
prevented the documentation from being installed. Patch from Niko
Tyni <ntyni@iki.fi>, thanks!
VERSION 1.4.9
BUGFIXES:
* The last.fm dialog did not always properly disable options when the
username was not entered.
* Fix Amazon Cover fetching by using their new web service api.
* Don't insert items into Dynamic Mode that don't exist.
* If unavailable tracks are in the Playlist and random mode is on, don't
stop those tracks if selected; continue with available tracks.
Release 0.6.2 (2007-10-18 Danny Baumann <dannybaumann@web.de>)
==============================================================
Stable release.
Support for automatically starting one decorator per screen.
Various stacking problem fixes.
Fixes for various focus issues.
Minor other bug fixes.
Release 0.6.0 (2007-10-01 Danny Baumann <dannybaumann@web.de>)
==============================================================
Third stable release of Compiz.
Improved focus stealing prevention.
Improved dynamic desktop resizing support.
Added button action configuration options to gtk-window-decorator.
Added UTF-8 window title support to kde-window-decorator.
Various bug fixes and improvements.
... and more, check the NEWS file.
Sense codes are now transcribed into human-readable representation.
The -F/-free-space option was added. Solaris compatibility was
increased. Building on Mac OS X 10.5 was fixed. A workaround for
missing direct I/O on Linux 2.4 was implemented. SCSI devices are
now locked more aggressively on Linux. Error handling was improved.
Several other fixes and enhancements were made.
version 2.03: Mon Apr 14 11:13:31 CEST 2008
Fixes:
- Netware needs to use smtp as well [Günter Knauf]
- Mail::Field::extract() fixed. Reported by [Andrea Venturol]