Bump version and update Changes 0.002
authorMarius Gavrilescu <marius@ieval.ro>
Sat, 7 Jan 2017 19:27:05 +0000 (21:27 +0200)
committerMarius Gavrilescu <marius@ieval.ro>
Sat, 7 Jan 2017 19:27:05 +0000 (21:27 +0200)
Changes
README
lastmsg
lib/App/Lastmsg.pm

diff --git a/Changes b/Changes
index 23e0b7db01d5ab72bd0f87276121b68fd9c820d8..fca48fddbf3d4b1d7653a208195bc598e53365e1 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,13 @@
 Revision history for Perl extension App::Lastmsg.
 
+0.002 2017-01-07T21:27+02:00
+ - [Windows compatibility] Prevent warnings for systems without
+   $ENV{HOME} or $ENV{USER}
+ - [Windows compatibility] Fix tests on systems without "%s" specifier
+   for strftime.
+ - Write debug messages on STDERR not STDOUT
+ - Test debug output as well
+
 0.001002 2016-12-31T22:59+02:00
  - Fix test
 
diff --git a/README b/README
index 0e045ea560a562bbd63debf6b56914443655b62a..b0f60854dd27c83ef2f3f9df5c6e0c3ef30754c0 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-App-Lastmsg version 0.001
+App-Lastmsg version 0.002
 =========================
 
 lastmsg reads your mail folders looking for emails you exchanged with
@@ -25,7 +25,7 @@ This module requires these other modules and libraries:
 
 COPYRIGHT AND LICENCE
 
-Copyright (C) 2016 by Marius Gavrilescu
+Copyright (C) 2016-2017 by Marius Gavrilescu
 
 This library is free software; you can redistribute it and/or modify
 it under the same terms as Perl itself, either Perl version 5.24.1 or,
diff --git a/lastmsg b/lastmsg
index ee7e68a4bfa4b267b070d8d0c9f4945d9698ff5c..f7de2eba82607bebd263a4aabfce44ba63d0ee54 100755 (executable)
--- a/lastmsg
+++ b/lastmsg
@@ -117,7 +117,7 @@ Marius Gavrilescu, E<lt>marius@ieval.roE<gt>
 
 =head1 COPYRIGHT AND LICENSE
 
-Copyright (C) 2016 by Marius Gavrilescu
+Copyright (C) 2016-2017 by Marius Gavrilescu
 
 This library is free software; you can redistribute it and/or modify
 it under the same terms as Perl itself, either Perl version 5.24.1 or,
index 40a3e8a4b89d06c692ef0e62da9e4af92400760e..8f7be5ed663814c2b79960e88a2d5cf757965b05 100644 (file)
@@ -12,7 +12,7 @@ use List::Util qw/max/;
 use POSIX qw/strftime/;
 
 our $OUTPUT_FILEHANDLE = \*STDOUT;
-our $VERSION = '0.001002';
+our $VERSION = '0.002';
 
 our @DEFAULT_INBOX;
 push @DEFAULT_INBOX, "/var/mail/$ENV{USER}" if exists $ENV{USER};
@@ -133,7 +133,7 @@ Marius Gavrilescu, E<lt>marius@ieval.roE<gt>
 
 =head1 COPYRIGHT AND LICENSE
 
-Copyright (C) 2016 by Marius Gavrilescu
+Copyright (C) 2016-2017 by Marius Gavrilescu
 
 This library is free software; you can redistribute it and/or modify
 it under the same terms as Perl itself, either Perl version 5.24.1 or,
This page took 0.013411 seconds and 4 git commands to generate.