Skip to content

Commit

Permalink
prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
dod38fr committed Jul 9, 2012
1 parent 2ec4b04 commit 5b7827f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions ChangeLog
@@ -1,3 +1,9 @@
2012-07-09 Dominique Dumont <domi.dumont@free.fr> v0.112

* tests: Fixe broken test by changing the way the tests retrieve
node's backend manager (from $node->{bmgr} to $node->backend_mgr)
Closes Debian #680821

2012-05-24 Dominique Dumont <domi.dumont@free.fr> v0.111

* In t/*.t: Change the way Augeas version is tested to cope with 0.10.0
Expand Down
2 changes: 1 addition & 1 deletion lib/Config/Model/Backend/Augeas.pm
Expand Up @@ -32,7 +32,7 @@ my $has_augeas = 1;
eval { require Config::Augeas ;} ;
$has_augeas = 0 if $@ ;

our $VERSION = '0.111';
our $VERSION = '0.112';

my $logger = get_logger('Backend::Augeas') ;

Expand Down

0 comments on commit 5b7827f

Please sign in to comment.