8
0
Files
perl-Git-Repository/perl-Git-Repository.changes

94 lines
3.7 KiB
Plaintext

-------------------------------------------------------------------
Wed Dec 1 13:32:37 UTC 2010 - coolo@novell.com
- switch to perl_requires macro
-------------------------------------------------------------------
Thu Oct 14 13:40:26 UTC 2010 - chris@computersalat.de
- update to 1.12
o [ENHANCEMENTS]
- the input option can now be empty: it means "close stdin first"
- if the input option is undef, it still means "don't touch stdin"
- 1.11 Sat Oct 2 18:17:33 CEST 2010
o [ENHANCEMENTS]
- fixed a bug in version comparison
(version 1.7.1.209.gd60ad81 is smaller than 1.7.1.1.1.g66bd8ab)
o [TESTS]
- skip tests that fail between between versions 1.7.1 and 1.7.1.1
(thanks to Sébastien Aperghis-Tramoni for the private report)
- fix abs_path dying on Win32 with a path to a non-existent file
(again)
- 1.10 Fri Sep 24 18:04:05 CEST 2010
o [ENHANCEMENTS]
- Git::Repository::Command doesn't write to the command stdin
if the input option is set to something empty
- Git::Repository::Command now has a version number too
o [DOCUMENTATION]
- minor copy editing by Aristotle Pagaltzis
- 1.09 Thu Aug 19 00:34:47 CEST 2010
o [ENHANCEMENTS]
- now handle SIGPIPE when writing to git stdin
(fixes RT bug #60482, reported by Todd Rinaldo (TODDR))
- new() ignores the 'input' option for git commands called
during initialization
o [TESTS]
- t/20-simple.t should stop failing with "Non-zero wait status: 13"
as it has been doing since 1.05.
- 1.08 Tue Aug 17 14:49:11 CEST 2010
o [ENHANCEMENTS]
- Git::Repository->new() now supports git versions older than 1.5.3
o [TESTS]
- ensure we have some identity when committing
- make tests require the lowest git version they support
- 1.07 Sat Aug 14 16:52:21 CEST 2010
o [ENHANCEMENTS]
- support for option hash in create(), which is attached to the
returned Git::Repository object
- accessors for Git::Repository::Command objects
(including a 'cmdline' accessor)
- removed the wc_subdir() attribute, which is useless and
redundant with the cwd option
- completely rewrote the repo_path and wc_path computation in new()
- support new (post-v1.7.1) clone output in create()
- less confusing names for options and attributes:
+ new() now takes git_dir and work_tree
(instead of repository and working_copy)
+ the corresponding attributes are now git_dir and work_tree
(instead of repo_path and wc_path)
+ the older options and attributes are being kept for compatibility
o [TESTS]
- tests for the case when GIT_DIR is not .git (Mark Lawrence)
- protect git log tests against format.pretty (Aristotle Pagaltzis)
- tests for backward-compatibility with repository, working_copy, etc.
- 1.06 Sat Jul 3 22:02:59 CEST 2010
o [ENHANCEMENTS]
- none
o [TESTS]
- just make sure all tests fail gracefully when git is not installed
- 1.05 Sat Jul 3 00:40:09 CEST 2010
o [ENHANCEMENTS]
- version() method returns the git binary version
- version_eq(), version_gt(), etc allow simple version comparison
for the current git binary
- allow providing a default option hash to Git::Repository->new()
o [DOCUMENTATION]
- Document git init behaviour changed in 1.6.5
o [TESTS]
- extensive version comparison tests
- 1.04 Sun Jun 27 17:24:02 CEST 2010
o [ENHANCEMENTS]
- create() now supports "reinitializing existing Git repository"
(thanks to Michael G. Schwern)
o [TESTS]
- test a few extra cases
- noarch pkg
- added bcond_with pod
- recreated by cpanspec 1.78
-------------------------------------------------------------------
Sat Jun 19 00:08:20 UTC 2010 - pascal.bleser@opensuse.org
- initial package (1.03)