Bump version to 0.002
authorMarius Gavrilescu <Marius Gavrilescu>
Sun, 18 Aug 2013 07:45:59 +0000 (10:45 +0300)
committerMarius Gavrilescu <Marius Gavrilescu>
Sun, 18 Aug 2013 07:45:59 +0000 (10:45 +0300)
Changes
README
lib/App/MusicExpo.pm

diff --git a/Changes b/Changes
index 865eb6513d8d1c50cb0a9d4d8b5a7049d19cfdf3..8d1e0181a4f4f6e4380e6c4fdae24fd5403de6ca 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,14 @@
-App::MusicExpo (0.001) 17 Jun 2013
-  * Initial release
-App::MusicExpo (0.001001) 18 Jun 2013
-  * Add EXE_FILES, MIN_PERL_VERSION
-  * Depend on DB_File
\ No newline at end of file
+Revision history for Perl extension App::MusicExpo.
+
+0.002 Sun 18 Aug 10:41:44 EEST 2013
+       * Depend on less modules
+       * Move default format inside the module
+       * Do not cache by default
+       * Change musicexpo's command-line arguments
+       * Depend on a newer MP3::Tag
+       * Write more tests
+0.001001 18 Jun 2013
+       * Add EXE_FILES, MIN_PERL_VERSION
+       * Depend on DB_File
+0.001 17 Jun 2013
+       * Initial release
diff --git a/README b/README
index f00e36e45813e2f54c06dfb8e5366a8a67f73516..1a49d097106e5c548d174ec95d9e73f7e156fe38 100644 (file)
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
-App-MusicExpo version 0.001001
-==========================
+App-MusicExpo version 0.002
+===========================
 
 App::MusicExpo creates a HTML table from a list of songs.
 
@@ -25,11 +25,9 @@ DEPENDENCIES
 This module requires these other modules and libraries:
 
   * Audio::FLAC::Header
-  * HTML::Entities
   * HTML::Template::Compiled
   * Memoize
   * MP3::Tag
-  * URI::Escape
 
 COPYRIGHT AND LICENCE
 
index 1ad37688f7af720bfd2e73c7efb8c6cf2cb8b0e4..3c0f4b7ae88f0fb79946ee5b3698408936ff4f6f 100644 (file)
@@ -1,4 +1,4 @@
-package App::MusicExpo 0.001;
+package App::MusicExpo 0.002;
 use v5.14;
 use strict;
 use warnings;
This page took 0.012807 seconds and 4 git commands to generate.