From: H.Merijn Brand Date: Thu, 8 Sep 2011 16:21:48 +0000 (+0200) Subject: Make all my ChangeLog's look more or less the same X-Git-Tag: v0.37~4 X-Git-Url: https://repo.or.cz/w/Data-Peek.git/commitdiff_plain/da22627a3a0c6bd7a0c1cb2a5d52ece02b4a9043 Make all my ChangeLog's look more or less the same --- diff --git a/ChangeLog b/ChangeLog index 0c1c3a3..1ca4425 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,112 +1,95 @@ -2011-09-07 0.36 - H.Merijn Brand +0.37 2011-09-08, H.Merijn Brand + * +0.36 2011-09-07, H.Merijn Brand * NAME / DISTNAME in Makefile.PL -2011-09-07 0.35 - H.Merijn Brand - +0.35 2011-09-07, H.Merijn Brand * More cross-checks for META data -2011-09-01 0.34 - H.Merijn Brand - +0.34 2011-09-01, H.Merijn Brand * Tests require Test::More-0.88 or up (RT#70538) * Tested on perl-5.14.1 and 5.15.1 -2011-02-16 0.33 - H.Merijn Brand - +0.33 2011-02-16, H.Merijn Brand * Added DTidy (): stream DDumper output through Perl::Tidy * Upped copyright to 2011 -2010-11-21 0.32 - H.Merijn Brand - +0.32 2010-11-21, H.Merijn Brand * Require perl 5.8.0 * DGrow tests for bigger gap * Spell checking * Add DHexDump () -2010-03-16 0.31 - H.Merijn Brand - +0.31 2010-03-16, H.Merijn Brand * Dropped YAML spec to 1.0 -2010-02-14 0.30 - H.Merijn Brand - +0.30 2010-02-14, H.Merijn Brand * Use $Data::Dumper::Quotekeys = 0; instead of removing the quotes myself * Put first hash element after opening lonely brace * Upped copyright to 2010 * Use warn () instead of print STDERR -2009-11-09 0.29 - H.Merijn Brand - +0.29 2009-11-09, H.Merijn Brand * Use skip instead of skip_all for builds that have no DPeek () * Be more lenient towards the allocated space -2009-11-06 0.28 - H.Merijn Brand - +0.28 2009-11-06, H.Merijn Brand * DDump () now dumps the variable itself, instead of a copy (Zefram) * Add DGrow () -2009-06-03 0.27 - H.Merijn Brand - +0.27 2009-06-03, H.Merijn Brand * void context behaviour for DPeek () * void context behaviour for DDual () -2009-06-03 0.26 - H.Merijn Brand - +0.26 2009-06-03, H.Merijn Brand * Upped copyright to 2009 * Corrected paren placement for bless (...) * Documentation fixes * Added Test::NoWarnings * Added DDsort () -2008-11-24 0.25 - H.Merijn Brand - +0.25 2008-11-24, H.Merijn Brand * Wrong e-mail in META.yml * #34831 fixed tied $, -2008-10-31 0.24 - H.Merijn Brand - +0.24 2008-10-31, H.Merijn Brand * Implement DDisplay () * Implement triplevar () * Update ppport.h to 3.14_05 (mhx++) * 5.6.x DDisplay ()'s UTF8 different * make leaktest/leakcheck enabled and executed -2008-10-21 0.23 - H.Merijn Brand - +0.23 2008-10-21, H.Merijn Brand * Selecting to install DP did not install Data::Peek -2008-10-20 0.22 - H.Merijn Brand - +0.22 2008-10-20, H.Merijn Brand * Updated to ppport-3.14_01 * YAML declared 1.4 (META.yml) instead of 1.1 (YAML) * DP.pm gets version from Peek.pm * DP.pm should not be installed in Data namespace -2008-10-13 0.21 - H.Merijn Brand - +0.21 2008-10-13, H.Merijn Brand * Typo in pod (Joshua Juran) * MSwin doesn't use plain \n (RT#39916) * Some MSWin (ActivePerl) and AIX builds do not have Perl_sv_peek () exported (RT#39916) -2008-10-08 0.20 - H.Merijn Brand - +0.20 2008-10-08, H.Merijn Brand * Renamed DDumper to Data::Peek * Default argument for DPeek is $_ * Optionally install DP as shortcut for Data::Peek * Public git repo set up -2008-10-07 0.16 - H.Merijn Brand - +0.16 2008-10-07, H.Merijn Brand * Allocated length for PV's depends on arch (upped test to 8) * Released on Amsterdam.pm -2008-09-26 0.15 - H.Merijn Brand - +0.15 2008-09-26, H.Merijn Brand * Start writing tests for DDump () * Added DDual () -2008-09-25 0.11 - H.Merijn Brand - +0.11 2008-09-25, H.Merijn Brand * PerlIO is only available in 5.8 and up * Perl 5.6 is a minimal requirement for 'use warnings' * Tests for DPeek () @@ -116,6 +99,5 @@ * Doc changes * In void context DDumper prints to STDERR -2008-09-24 0.10 - H.Merijn Brand - +0.10 2008-09-24, H.Merijn Brand * Initial attempt