Skip to content

Commit

Permalink
Prepare for release 0.0804
Browse files Browse the repository at this point in the history
  • Loading branch information
olof committed Oct 19, 2014
1 parent 63e9bbd commit e7156a6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions Changes
@@ -1,13 +1,16 @@
Revision history for Transmission-Client

0.0804 Sun Oct 19 18:30:59 CEST 2014
- Fix perl precedence warning in Types

0.0803 Mon Sep 16 19:22:46 CEST 2013
- Fix POD issues (NAME section syntax)
- Add explicit copyright statements
- Add .gitignore to MANIFEST.SKIP
- Add AUTHORS file

Thanks to Marius Gavrilescu of the Debian Perl team for
reporting the above issues.
Thanks to Marius Gavrilescu of the Debian Perl team for
reporting the above issues.

0.0802 Wed Aug 21 17:49:02 CEST 2013
- Update types of Transmission::Torrent attributes
Expand Down
2 changes: 1 addition & 1 deletion lib/Transmission/Client.pm
Expand Up @@ -91,7 +91,7 @@ use Transmission::Torrent;
use Transmission::Session;
use constant RPC_DEBUG => $ENV{'TC_RPC_DEBUG'};

our $VERSION = '0.0803';
our $VERSION = '0.0804';
our $SESSION_ID_HEADER_NAME = 'X-Transmission-Session-Id';
my $JSON = JSON::Any->new;

Expand Down

0 comments on commit e7156a6

Please sign in to comment.