Skip to content

Commit b4a9671

Browse files
committed
Bump versions for dev release, update POD, etc
1 parent 651b386 commit b4a9671

File tree

2 files changed

+27
-4
lines changed

2 files changed

+27
-4
lines changed

CHANGES

+8-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,15 @@
11
Revision history for Perl module Git::PurePerl:
22

3-
0.42
3+
0.42_01 Mon Nov 23 11:44:51 GMT 2009
44
- allow put_object to update other heads than just 'master'
55
(thanks to martijn)
6+
- Fix bug when the ref dirs are more than two levels deep
7+
- Fix commit object to support multiple parents. This is seen in merge
8+
commits
9+
- Add object_kind method to tag objects.
10+
- Dev release with version bump skipping 0.42 so that Gitalist can depend
11+
on >= 0.42 but we don't have to push a real release until I've done
12+
a little more maintainance work.
613

714
0.41 Tue Apr 21 20:41:07 BST 2009
815
- allow subdirectories in .git/refs/*/ (thanks to martijn)

lib/Git/PurePerl.pm

+19-3
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ use Git::PurePerl::Protocol;
3434
use IO::Digest;
3535
use IO::Socket::INET;
3636
use Path::Class;
37-
our $VERSION = '0.41';
37+
our $VERSION = '0.42_01';
3838

3939
has 'directory' => (
4040
is => 'ro',
@@ -471,15 +471,31 @@ It was mostly based on Grit L<http://grit.rubyforge.org/>.
471471
472472
=back
473473
474+
=head1 MAINTAINANCE
475+
476+
This module is maintained in git at L<http://github.com/bobtfish/git-pureperl/>.
477+
478+
Patches are welcome, please come speak to one of the L<Gitalist> team
479+
on C<< #gitalist >>.
480+
474481
=head1 AUTHOR
475482
476483
Leon Brocard <[email protected]>
477484
485+
=head1 CONTRIBUTORS
486+
487+
Chris Reinhardt
488+
Tomas (t0m) Doran
489+
Dan (broquaint) Brook
490+
478491
=head1 COPYRIGHT
479492
480-
Copyright (C) 2008, Leon Brocard.
493+
Copyright (C) 2008, Leon Brocard and the above mentioned contributors.
481494
482495
=head1 LICENSE
483496
484-
This module is free software; you can redistribute it or
497+
This module is free software; you can redistribute it or
485498
modify it under the same terms as Perl itself.
499+
500+
=cut
501+

0 commit comments

Comments
 (0)