Perl-Repository-APC
view release on metacpan or search on metacpan
* blah
2007-02-14 k
* Property set for release after_239
* fix a badly constructed test
2007-02-12 k
* Property set for release after_237
* add Changes
* prereq Digest::MD5 added
2007-02-11 k
* Property set for release after_234
* s/Releasenotes/Changes/
2007-02-10 k
* adjust wording to my current taste; disable the 99999 hack when
--exact-bounds is given
* fix binsearch to take the highest perl we have if the upper bound
is even higher (allow for 99999)
* remove an unneeded concurrency blocker (which probably was not
even working correctly)
* chmod the temporary directory in the cache to 0755
* remove the code that stops to ask for confirmation just because
it is a testfile being removed
2007-01-25 k
* blah
2007-01-02 k
* blah
2006-12-01 k
* the semi had to go for a &&
2006-11-30 k
* for the first time we have a makefile that builds bleadperl AND a
CPAN megainstall with one make command
* bug workaround for a few hours disabled again because the cause
is fixed
* keep output in a file with timestamp and add the -b switch to
rsync so we can always see what exactly has changed when a patch
gets remastered
* prepare a change if we need to change the -p swich occasionally
2006-10-22 k
* improve the coverage
* improve kwalitee by adding license stuff
2006-10-20 k
* no default for PERL_REPOSITORY_APC_REPO anymore, now distroprefs
is used to set the value
* in trimtrees we were always testing with a wrong perl
2006-09-28 k
* blah
2006-09-10 k
* Property set for release after_215
2006-09-09 k
* patch 28791 introduced a zero length file and we knoe no way to
create it
2006-08-19 k
* blah
2006-04-14 k
* blah
2006-02-25 k
* Property set for release after_211
* MM version
* make the Makefile.PL more similar to the one in CPAN.pm: I just
made a distro with old SIG -- AGAIN!
* Property set for release after_208
* copying MANIFEST seems nosense because it is a link???
* Property set for release after_206
* copying META.yml seems nosense because it is a link???
* Property set for release after_204
* copying SIGNATURE seems nosense because it is a link???
* Property set for release after_202
* make svn deprecation more visible; add version testing to
t/script; do not test the svn scripts anymore; add the version
option to apc-overview
* makethe deprecation mor visible
* trying to skip over sv.h#252 in everything but in 27297
* bleadperl 27302 was a straight reverse and -N was inappropriate
* make the _arg variables look alike
* reveal more switched to patchlevel.h
2006-02-05 k
* we did the CP stuff twice, in distdir and release; the former
should do
* Property set for release after_194
* SUPER without package does not work
* MY:: and a comment why the distdir target is there
* Property set for release after_191
* ahh, I missed the SIGN => 1 stuff in the Makefile.PL!
* Property set for release after_189
* remove the sign target from the dist target; adding distdir stuff
from CPAN.pm without recognizing what exactly it does: the last
release contained a wrong signature and I need to make sure that
this does not happen again
2005-08-30 k
* blah
2005-08-09 k
* Property set for release after_146
* now it was my bug to forget a -v
* I think I found the culprit, I believe that svn output has
changed
* there must have gone something wrong between 132 and now because
APC.pm does not have the cpan:release property set higher than
131
* except that a German locale also introduces German strings, sorry
* without locale setting svn still writes weird log output
* now the ChangeLog was sorted from 1 ascending
* still missed how to get a correct ChangeLog
* fighting against setversion
* chlog target did not reflect the really very latest checkin, only
up to the version of the current directoy
* update for a more recent svn version
* exempt symlinks from trimtrees.pl; patch courtesy Marko Mäkelä
2005-06-23 k
* blah
2005-04-02 k
* nothing spectacular, just what cumulated over time while I forgot
to checkin
2004-04-19 k
* Warning more explicit/educative when patchls not found
The eg/Makefile did not rsync old stuff
2003-09-14 k
* Property set for release after_131
*
* binsearchaperl: also needed a special case for 5.6.2
* rm-rf-allbutlatest.pl: was only keeping one maint directory, now
keeps one per perl-base-version
* eg/Makefile: forgot to rsync the 5.6.2 sources
* BUGS: explain the situation for the record
perlpatch2svn: fix the special case 5.6.2
apc2svn: ditto
eg/Makefile: start building 5.6.2 to see how it goes
* perlpatch2svn: cosmetics as preparation
* Wrote short explanation of the workaround in rev 124 to the BUGS
file
* Found some duct tape to let the 5.6.2/3 branching problem
disappear
This is a temporary fix, it cries for a solution within the APC.
BAP.pm: special-case the "maint-5.6/perl-5.6.2" branch
APC.pm: identify the maint-5.6/perl-5.6.2 branch
apc-overview: new printf to align the output
eg/Makefile: my personal prefs changed again
2003-09-08 k
* binsearchaperl: downgrade a die to a warn for the case we find an
installed-perl/... directory without a perl binary
apc2svn: doc patches
eg/Makefile: introduce the -Dnoextensions option to safe time
2003-09-06 k
* Property set for release after_121
* perlpatch2svn: cosmetics
* Clean up all the debugging noise and add a --debug switch to
apc2svn. Remove the "no svn test" bug from the BUGS file. Clean
up svn.t as well.
Ready for a release with the directory removal bug in apc2svn
fixed.
2003-09-05 k
* vn.t: just commenting and disabling the test again
* svn.t: tweak until we see the bug reproduced
APC2SVN.pm: get rid of double negation
perlpatch2svn: make open3 usage & debugging cleaner
2003-09-04 k
* svn.t: make it useable but disable it for all users (too slow)
buildaperl: fix an updir bug, rename variale "this" to "dir"
perlpatch2svn: comment extensively the bug we were trying to fix
* svn.t: just comments
APC2SVN.pm: introduce global variable $DEBUG
perlpatch2svn: make the svn up conditional, not mandatory
* bap.t: cosmetic change
svn.t: small progress, still not useful
APC2SVN.pm: more debug info output which needs to be eliminated
later
APC.pm: silence an unini warning
perlpatch2svn: insert a mandatory "svn up" to see if that fixes
all
problems
2003-09-03 k
* svn.t: skeleton of a new test which does nothing yet
MANIFEST: add svn.t
APC2SVN.pm: more debugging output
* BUGS: talk about missing tests
APC2SVN.pm: the now added deletes needed to be sorted
perlpatch2svn: add some "mysqystem" noise to make debugging
easier
apc2svn: add locatime to mysystem output
FAQ: harmless tweak
2003-09-02 k
* * APC2SVN.pm:
-- switch back to the unless or not style because the other
( run in 2.588 seconds using v1.01-cache-2.11-cpan-8f98c5d2c55 )