Also, update to 1.5.3.7.
Fixes since v1.5.3.6
--------------------
* git-send-email added 8-bit contents to the payload without
marking it as 8-bit in a CTE header.
* "git-bundle create a.bndl HEAD" dereferenced the symref and
did not record the ref as 'HEAD'; this prevented a bundle
from being used as a normal source of git-clone.
* The code to reject nonsense command line of the form
"git-commit -a paths..." and "git-commit --interactive
paths..." were broken.
* Adding a signature that is not ASCII-only to an original
commit that is ASCII-only would make the result non-ASCII.
"git-format-patch -s" did not mark such a message correctly
with MIME encoding header.
* git-add sometimes did not mark the resulting index entry
stat-clean. This affected only cases when adding the
contents with the same length as the previously staged
contents, and the previous staging made the index entry
"racily clean".
* git-commit did not honor GIT_INDEX_FILE the user had in the
environment.
* When checking out a revision, git-checkout did not report where the
updated HEAD is if you happened to have a file called HEAD in the
work tree.
* "git-rev-list --objects" mishandled a tree that points at a
submodule.
* "git cvsimport" was not ready for packed refs that "git gc" can
produce and gave incorrect results.
* Many scripted Porcelains were confused when you happened to have a
file called "HEAD" in your work tree.
* Miscellaneous updates to the user manual and documentation.
Also, update to 1.5.3.7.
Fixes since v1.5.3.6
--------------------
* git-send-email added 8-bit contents to the payload without
marking it as 8-bit in a CTE header.
* "git-bundle create a.bndl HEAD" dereferenced the symref and
did not record the ref as 'HEAD'; this prevented a bundle
from being used as a normal source of git-clone.
* The code to reject nonsense command line of the form
"git-commit -a paths..." and "git-commit --interactive
paths..." were broken.
* Adding a signature that is not ASCII-only to an original
commit that is ASCII-only would make the result non-ASCII.
"git-format-patch -s" did not mark such a message correctly
with MIME encoding header.
* git-add sometimes did not mark the resulting index entry
stat-clean. This affected only cases when adding the
contents with the same length as the previously staged
contents, and the previous staging made the index entry
"racily clean".
* git-commit did not honor GIT_INDEX_FILE the user had in the
environment.
* When checking out a revision, git-checkout did not report where the
updated HEAD is if you happened to have a file called HEAD in the
work tree.
* "git-rev-list --objects" mishandled a tree that points at a
submodule.
* "git cvsimport" was not ready for packed refs that "git gc" can
produce and gave incorrect results.
* Many scripted Porcelains were confused when you happened to have a
file called "HEAD" in your work tree.
* Miscellaneous updates to the user manual and documentation.
Changes within pkgsrc:
(*) While here, add some logic to allow REPLACE_PERL and
REPLACE_BASH to work without USE_TOOLS+="perl bash".
Thus, the paths in share/dar/samples will now [usually]
be correct. Simplify options handling.
(*) Use PTHREAD_AUTO_VARS to ensure harmony with the
rest of pkgsrc, add USE_FEATURES.openssl=threads
when necessary. Threads are enabled if a built-in
thread library is used.
Changes in source (since version 2.3.5):
(*) fixed: Makefile.am in src/dar_suite
(removed "/" after $(DESTDIR))
(*) fixed: bug in regex mask building when not using
ordered masks
(*) fixed: bug that led dar_manager to report no error while
some files failed to be restored due to command-line
for dar being too large.
(*) fixed: bug encountered when user aborts operation while
dar is finalizing archive creation [SF #1800507]
(*) fixed: problem with execvp when dar_manager launches dar
Initialize enable_mp3 to enabled (it should have been)
Add javascript src attribute
Get rid of GTK size request exception
Alternate parsing of RAM files
Updated Spanish translation by Festor Wailon Dacoba
Make qtsrc locations work, makes some apple sites work
Add support for realmedia pnm:// streaming media
Turn volume down by pressing 9 and up by pressing 0
Add the ability to set the onClick callback via a javascript method
Based on packaged by Yamashiro Jun in PR 37450.
pkglintfy, fix PLIST and DESTDIR support by me.
TrueType kanji propotional fonts that have same metric and order as
Japanese Windows font. This is named after ascii art 'mona' used in
'2 channel' ,notrious huge Web BBS.
Based on packaged by Yamashiro Jun in PR 37449.
pkglintfy, DESTDIR support by me.
VLGothic is Japanese TrueType font using by Vine Linux.
Based on Sazanami Gothic and M+ font.
- USER_DESTDIR support added
- new maintainer for the package
- ok'ed by rillig
2.207 Fri 17 Aug 2007
- The filenames method not correctly returns 0 when there are no file names.
2.206 Fri 17 Aug 2007
- Updating Params::Util dep to 0.21 to avoid a problem on ActivePerl
- Updating List::Util to 1.19 to avoid leaks on some platforms
- No longer include Test::ClassAPI
- Skip the false-negative failing readonly tests when testing as root
- Changed some non-working code in a heredoc that should never be
run that was none-the-less breaking the RedHat package generator
because it naively scans for dependencies.
2.205 Thu 12 Jul 2007
- ACTUALLY adding a missing dependency on Test::Script
2.204 Thu 12 Jul 2007
- Adding a missing dependency on Test::Script
- Correcting the script/inline2test version
2.203 Wed 11 Jul 2007
- When overwriting readonly files, delete them properly first.
Don't naively assume we can write to them (obviously, duh) :(
- It turns out that File::chmod is smart enough to correctly
make files readonly even on Win32. Removed all the code that
skipped on Win32. All platforms now equal again! Yay!
2.202 Tue 10 Jul 2007
- Adding support for writing test scripts with read-only permissions
- Upgraded to Module::Install 0.65
- Moving bin/inline2test to the more correct script/inline2test
(this has no effect on where it will actually be installed)
- Fixing another couple of kwalitee nigglies
(automatically via release tool improvements since last release)
- USER_DESTDIR support added
- new maintainer for the package
- ok'ed by rillig
Changelog:
0.16 Thu Dec 6 11:15:39 GMT 2007
- Make sure there are no ._ files in the tarball
- Refuse to run Makefile.PL with Perl < 5.006
- USER_DESTDIR support added
- new maintainer for the package
- ok'ed by rillig
Changelog:
Revision history for Perl extension Tree::Simple.
1.18 Sun. Nov. 11, 2007
- fixing version string to not choke on 5.10
(RT #29746)
- USER_DESTDIR support added
- new maintainer for the package
- ok'ed by rillig
Changelog:
0.79
Fri Jun 29 01:43:12 UTC 2007 ($Rev: 4391 $, $Author: chromatic $)
- removed noisy and unnecessary diag() calls in tests
- fixed a magic @ISA assignment for 5.9.5 (Andreas Koenig)
- removed signature test (not that useful)
Tue Oct 10 04:46:55 UTC 2006 (Rev: 2945, Author: chromatic)
- removed directory changes in tests
- return merged hash from merge_hash()
- added hash merging tests from Derek Price (part of RT #21269)
- fixed nested lists error reported by Derek Price (RT #21269)
- USER_DESTDIR support added
- new maintainer for the package
- ok'ed by rillig
Changelog:
0.106
Some doc clarifications and improvements.
0.105
Fixed documentation for run_tests - looks like I copied code for
check_test and didn't alter it correctly. Ricardo Signes pointed out
the errors.
Removed the code and docs related to the $name parameter of run_tests,
it had no effect and a name makes no sense (again a hang over from
factoring this out of check_tests I guess).
0.104
Removed a bogus entry for Exporter in @ISA in Test::Tester::Capture
and add a "use Test::Builder". This can cause problems that I can't
reproduce. Thanks to Andres Koenig.
- USER_DESTDIR support added
- new maintainer for the package
- ok'ed by rillig
Changelog:
0.74 Thu Nov 29 15:39:57 PST 2007
Misc
- Add abstract and author to the meta information.
0.73_01 Mon Oct 15 20:35:15 EDT 2007
Bug fixes
* Put the use_ok() fix from 0.71 back.
- USER_DESTDIR support added
- new maintainer for the package
- ok'ed by rillig
Changelog:
0.084
Perl 5.005 throws a warning when accessing $Carp::VERSION and was
causing a test to fail.
0.083
Finally got rid of INSTALLDIRS => 'perl' from Makefile.PL. It should
never have been there but removing it could cause hassle because of
Perl's weird ordering of include directories. Basically if an older
version exists in the 'perl' installdir it could be picked up instead
of the newer version.
- USER_DESTDIR support added
- new maintainer for the package
- ok'ed by rillig
Changelog:
0.05 2007-03-20
Packaging fixes. No functional changes.
0.04 2005-10-26
Small tweaks to the packaging, mostly for CPANTS. No functional
changes.