]> ruderich.org/simon Gitweb - blhc/blhc.git/commitdiff
Release 0.02. 0.02
authorSimon Ruderich <simon@ruderich.org>
Sat, 28 Apr 2012 08:55:12 +0000 (10:55 +0200)
committerSimon Ruderich <simon@ruderich.org>
Sat, 28 Apr 2012 08:55:12 +0000 (10:55 +0200)
NEWS
bin/blhc
t/tests.t

diff --git a/NEWS b/NEWS
index 3664d0e4b57be0d8c0841c7aa324b2f36f6f7c49..791054541999686f4548a5bee7c2af278c5c7a8a 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -5,3 +5,10 @@ Version 0.1
 -----------
 
 - Initial release.
+
+Version 0.2
+-----------
+
+- Remove -Wformat-security from expected CFLAGS because it's already implied
+  by -Werror=format-security (removed in dpkg-dev >= 1.16.3).
+- Fix --version, --help.
index b0ab4a62736860594a8273db34d00d2a7f8d0026..59360fad514c785fb591b6869a71fc2a9b305562 100755 (executable)
--- a/bin/blhc
+++ b/bin/blhc
@@ -24,7 +24,7 @@ use warnings;
 use Getopt::Long ();
 use Text::ParseWords ();
 
-our $VERSION = '0.01';
+our $VERSION = '0.02';
 
 
 # CONSTANTS/VARIABLES
index a1b80126f4e5dac114503965a54f9ba2a92c0e09..8a0fa2df8465e1a9df2bb9cd80e7eca3b0ed51f6 100644 (file)
--- a/t/tests.t
+++ b/t/tests.t
@@ -57,7 +57,7 @@ is_blhc '', '', 2,
         $usage;
 
 is_blhc '', '--version', 0,
-        'blhc 0.01  Copyright (C) 2012  Simon Ruderich
+        'blhc 0.02  Copyright (C) 2012  Simon Ruderich
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by