Skip to content

Commit

Permalink
new release
Browse files Browse the repository at this point in the history
  • Loading branch information
Dirk Stöcker committed Apr 13, 2019
1 parent f812e8c commit a2e98b2
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGES
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
v2.8 (...)
v2.8 (April 13, 2019)
- tlsa: add submission port (587) to starttls support [Dirk Stöcker]
- tlsa: fixes for newer m2crypto [Dirk Stöcker]
- tlsa: small fixes in error handling [Dirk Stöcker]
Expand Down
2 changes: 1 addition & 1 deletion ipseckey
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# with this program; if not, write to the Free Software Foundation, Inc.,
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.

VERSION = "2.7"
VERSION = "2.8"

import os
import sys
Expand Down
2 changes: 1 addition & 1 deletion openpgpkey
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
# with this program; if not, write to the Free Software Foundation, Inc.,
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.

VERSION="2.7"
VERSION="2.8"
OPENPGPKEY=61

import sys
Expand Down
2 changes: 1 addition & 1 deletion sshfp
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
# with this program; if not, write to the Free Software Foundation, Inc.,
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.

VERSION = "2.7"
VERSION = "2.8"

import os
import sys
Expand Down
4 changes: 2 additions & 2 deletions tlsa
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#
# Copyright 2012 Pieter Lexis <pieter.lexis@os3.nl>
# Copyright 2014 Paul Wouters <pwouters@redhat.com>
# Copyright 2015 Dirk Stoecker <hashslinger@dstoecker.de>
# Copyright 2015-2019 Dirk Stoecker <hashslinger@dstoecker.de>
#
# 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
Expand All @@ -23,7 +23,7 @@
# with this program; if not, write to the Free Software Foundation, Inc.,
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.

VERSION="2.7"
VERSION="2.8"

import sys
import os
Expand Down

0 comments on commit a2e98b2

Please sign in to comment.