bumped version to 2.6.3 in preparation for release
This commit is contained in:
parent
fa154259d5
commit
03000dde5d
@ -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
|
||||
done via SSL by default. The IP resolution URL is now
|
||||
'https://www.cipherdyne.org/cgi-gin/myip', and a warning is generated
|
||||
|
||||
@ -11,7 +11,7 @@ AC_PREREQ(2.62)
|
||||
|
||||
dnl Define our name, version and email.
|
||||
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])
|
||||
|
||||
AC_INIT(my_package, my_version, my_bug_email)
|
||||
|
||||
@ -13,7 +13,7 @@
|
||||
%define _mandir /usr/share/man
|
||||
|
||||
Name: fwknop
|
||||
Version: 2.6.2
|
||||
Version: 2.6.3
|
||||
Epoch: 1
|
||||
Release: 1%{?dist}
|
||||
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
|
||||
|
||||
%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
|
||||
- Bumped libfko and libfko-devel version to 2.0.2.
|
||||
- fwknop-2.6.2 release.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user