bumped version to 2.6.3 in preparation for release

This commit is contained in:
Michael Rash 2014-07-27 23:03:11 -04:00
parent fa154259d5
commit 03000dde5d
4 changed files with 7 additions and 4 deletions

View File

@ -1,4 +1,4 @@
fwknop-2.6.3 (05//2014): fwknop-2.6.3 (07/28/2014):
- [client] External IP resolution via '-R' (or '--resolve-ip-http') is now - [client] External IP resolution via '-R' (or '--resolve-ip-http') is now
done via SSL by default. The IP resolution URL is now done via SSL by default. The IP resolution URL is now
'https://www.cipherdyne.org/cgi-gin/myip', and a warning is generated 'https://www.cipherdyne.org/cgi-gin/myip', and a warning is generated

View File

@ -1 +1 @@
2.6.2 2.6.3

View File

@ -11,7 +11,7 @@ AC_PREREQ(2.62)
dnl Define our name, version and email. dnl Define our name, version and email.
m4_define(my_package, [fwknop]) m4_define(my_package, [fwknop])
m4_define(my_version, [2.6.2]) m4_define(my_version, [2.6.3])
m4_define(my_bug_email, [dstuart@dstuart.org]) m4_define(my_bug_email, [dstuart@dstuart.org])
AC_INIT(my_package, my_version, my_bug_email) AC_INIT(my_package, my_version, my_bug_email)

View File

@ -13,7 +13,7 @@
%define _mandir /usr/share/man %define _mandir /usr/share/man
Name: fwknop Name: fwknop
Version: 2.6.2 Version: 2.6.3
Epoch: 1 Epoch: 1
Release: 1%{?dist} Release: 1%{?dist}
Summary: Firewall Knock Operator client. An implementation of Single Packet Authorization. Summary: Firewall Knock Operator client. An implementation of Single Packet Authorization.
@ -142,6 +142,9 @@ fi
%config(noreplace) %attr(0600,root,root) %{_sysconfdir}/fwknop/access.conf %config(noreplace) %attr(0600,root,root) %{_sysconfdir}/fwknop/access.conf
%changelog %changelog
* Mon Jul 28 2014 <mbr@cipherdyne.org> - 2.6.3
- fwknop-2.6.3 release.
* Mon Apr 28 2014 <mbr@cipherdyne.org> - 2.6.2 * Mon Apr 28 2014 <mbr@cipherdyne.org> - 2.6.2
- Bumped libfko and libfko-devel version to 2.0.2. - Bumped libfko and libfko-devel version to 2.0.2.
- fwknop-2.6.2 release. - fwknop-2.6.2 release.