summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README6
-rw-r--r--VERSION2
2 files changed, 6 insertions, 2 deletions
diff --git a/README b/README
index 450a49f..f4ece3a 100644
--- a/README
+++ b/README
@@ -2,7 +2,7 @@ bind()s to address LST-ADDR on port LST-PORT and retransmits UDP
packets received to addresses(s) DST-ADDR(s) on port DST-PORT,
with modified headers to reflect the new target.
-To receieve broadcast traffic, use a LST-ADDR of 0.0.0.0. If
+To receive broadcast traffic, use a LST-ADDR of 0.0.0.0. If
a program is already listening on LST-PORT on LST-ADDR, you may
listen on a broadcast address such as 255.255.255.255.
@@ -14,6 +14,10 @@ directly receive packets that were broadcast.
Revision history:
+1st October 2014
+- udprelay-1.1
+-- Add the ability to send to a broadcast address
+
29th September 2010
- udprelay-1.0
-- Initial release
diff --git a/VERSION b/VERSION
index 546fbfe..d87ec78 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-udpreplay version 1.0
+udpreplay version 1.1