Skip to content

Commit

Permalink
Update version strings and add entry to Changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
juster committed Jun 11, 2015
1 parent 21ecdd9 commit 6df1a36
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@
: /_/ \_\_____|_| |_| |_| \____|_| |_|\__,_|_| |_|\__, |\___||___/
: |___/

* Release 3.05
- Add missing get_root and get_dbpath methods to ALPM.
- Assign proper DB class to DB object returned by a package's DB accessor.
- Fix $arch and $repo parsing in mirror list.

Fixes by Andrew Gregory. Thank you!

* Release 3.04

Bugfix for DB::groups infinite while loop.
Expand Down
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ALPM 3.04
ALPM 3.05

INTRODUCTION

Expand Down
2 changes: 1 addition & 1 deletion lib/ALPM.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use strict;

our $VERSION;
BEGIN {
$VERSION = '3.04';
$VERSION = '3.05';
require XSLoader;
XSLoader::load(__PACKAGE__, $VERSION);
}
Expand Down

0 comments on commit 6df1a36

Please sign in to comment.