Skip to content

Commit

Permalink
Bump versions for dev release, update POD, etc
Browse files Browse the repository at this point in the history
  • Loading branch information
bobtfish committed Nov 23, 2009
1 parent 651b386 commit b4a9671
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 4 deletions.
9 changes: 8 additions & 1 deletion CHANGES
@@ -1,8 +1,15 @@
Revision history for Perl module Git::PurePerl:

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

0.41 Tue Apr 21 20:41:07 BST 2009
- allow subdirectories in .git/refs/*/ (thanks to martijn)
Expand Down
22 changes: 19 additions & 3 deletions lib/Git/PurePerl.pm
Expand Up @@ -34,7 +34,7 @@ use Git::PurePerl::Protocol;
use IO::Digest;
use IO::Socket::INET;
use Path::Class;
our $VERSION = '0.41';
our $VERSION = '0.42_01';

has 'directory' => (
is => 'ro',
Expand Down Expand Up @@ -471,15 +471,31 @@ It was mostly based on Grit L<http://grit.rubyforge.org/>.
=back
=head1 MAINTAINANCE
This module is maintained in git at L<http://github.com/bobtfish/git-pureperl/>.
Patches are welcome, please come speak to one of the L<Gitalist> team
on C<< #gitalist >>.
=head1 AUTHOR
Leon Brocard <acme@astray.com>
=head1 CONTRIBUTORS
Chris Reinhardt
Tomas (t0m) Doran
Dan (broquaint) Brook
=head1 COPYRIGHT
Copyright (C) 2008, Leon Brocard.
Copyright (C) 2008, Leon Brocard and the above mentioned contributors.
=head1 LICENSE
This module is free software; you can redistribute it or
This module is free software; you can redistribute it or
modify it under the same terms as Perl itself.
=cut

0 comments on commit b4a9671

Please sign in to comment.