Skip to content

Commit

Permalink
Release 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanGibbs3 committed Feb 7, 2019
1 parent f15c803 commit c6f3119
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 4 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
02-07-2019
0.3.3
Complete install script.
Documentation updates.
Improved error reporting & logging.
Support for multiple VE service IPs.
Control use of RFC1918 IPs as VE service IPs.
Various code improvements.

12-17-2014
0.3.2
Finished code rewrite.
Expand Down
1 change: 1 addition & 0 deletions TODO
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ Nathan's TODO
- Reduce the number of system calls in the script.
Reduce dependencies on underlying OS commands.
Do as much in perl as possible.
- Add connection threshold support.

4 changes: 2 additions & 2 deletions iptoip
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

###############################################################################
#
# iptoip, v 0.3.2 ( devel )
# iptoip, v 0.3.3 ( devel )
#
# Copyright (C) 2001 Lenny Cartier ([email protected])
# Additional Code Mangling Copyright (C) 2013-2019 Nathan Gibbs <[email protected]>
Expand Down Expand Up @@ -57,7 +57,7 @@ GetOptions(

$help && die <<END;
iptoip-0.3.2 (devel), Copyright (C) 2001 Lenny Cartier
iptoip-0.3.3 (devel), Copyright (C) 2001 Lenny Cartier
(C) 2013-2019 Nathan Gibbs
iptoip comes with ABSOLUTELY NO WARRANTY;
This is free software, and you are welcome to
Expand Down
2 changes: 1 addition & 1 deletion iptoip.8
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.\" $Id$
.TH iptoip "8" "December 28, 2018" "iptoip 0.3.2"
.TH iptoip "8" "February 07, 2019" "iptoip 0.3.3"
.\" disable hyphenation
.nh
.\" disable justification (adjust text to left margin only)
Expand Down
2 changes: 1 addition & 1 deletion iptoip.xml.5
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.\" $Id$
.TH "iptoip.xml" "5" "December 28, 2018" "iptoip 0.3.2" "iptoip"
.TH "iptoip.xml" "5" "February 07, 2019" "iptoip 0.3.3" "iptoip"
.\" disable hyphenation
.nh
.\" disable justification (adjust text to left margin only)
Expand Down

0 comments on commit c6f3119

Please sign in to comment.