From: Simon Ruderich Date: Sat, 28 Apr 2012 08:55:12 +0000 (+0200) Subject: Release 0.02. X-Git-Tag: 0.02^0 X-Git-Url: https://ruderich.org/simon/gitweb/?p=blhc%2Fblhc.git;a=commitdiff_plain;h=df33515631599ff32c01b6304332a70e6682522b;hp=93540e07ace91544bd5e72f509d6b83744d98e07 Release 0.02. --- diff --git a/NEWS b/NEWS index 3664d0e..7910545 100644 --- 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. diff --git a/bin/blhc b/bin/blhc index b0ab4a6..59360fa 100755 --- 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 diff --git a/t/tests.t b/t/tests.t index a1b8012..8a0fa2d 100644 --- 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