Skip to content

Commit

Permalink
Update package.xml generation script for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Gauthier committed Jan 29, 2010
1 parent 36cf2e8 commit ffa6030
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions package.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* Copyright 2009 silverorange
*
* Copyright (c) 2008-2009, Peytz & Co. A/S
* Copyright (c) 2009, silverorange
* Copyright (c) 2009-2010, silverorange
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
Expand Down Expand Up @@ -54,14 +54,12 @@
$api_version = '0.3.0';
$api_state = 'alpha';

$release_version = '0.3.0';
$release_version = '0.3.1';
$release_state = 'alpha';
$release_notes =
" * Implemented Request #15239. Use HTTP_Request2. This allows for " .
" better forwards-compatibility with PHP.\n" .
" * Implemented Request #14751. Add S3 object copy method.\n" .
" * Implemented Request #16517. Make object iterator populate the eTag, " .
" lastModified and size properties.\n";
" * Fixed Bug #16827 - Adding empty value for custom metadata causes " .
" signature to generate incorrectly.\n" .
" * Fixed Bug #16912 - Invalid variable in exception class.\n";

$description =
"This package provides an object-oriented interface to the Amazon " .
Expand Down

0 comments on commit ffa6030

Please sign in to comment.