From 337441b8de93bfa08d48a4a7140f1f34c3aeceef Mon Sep 17 00:00:00 2001
From: mpc <mpc>
Date: Sun, 1 Aug 2004 06:25:56 +0000
Subject: [PATCH] Time for a new release

---
 apps/sam/c/doc/whatsnew.txt | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/apps/sam/c/doc/whatsnew.txt b/apps/sam/c/doc/whatsnew.txt
index 851e59cb92..65af0705e0 100644
--- a/apps/sam/c/doc/whatsnew.txt
+++ b/apps/sam/c/doc/whatsnew.txt
@@ -1,12 +1,14 @@
 /* vi:set ts=4: */
 
-v1.25
+v1.25	2004-07-31
+	* Created I2P-Ping, a new example program (it's a clone of I2Ping).  Works
+		on Posix only, because it uses getopt().
 	* Removed the old broken examples and added more comments to
 		warhammer-dgram.c
 	* Added support for sessions - now LibSAM can have multiple SAM sessions
 		going at once (with different destinations)
 	* Rewrote sendq functions to automatically send big packets, for better
-		network performance
+		network performance (still considered experimental)
 
 v1.20	2004-07-11
 	* Ported to FreeBSD (Makefile.freebsd)
-- 
GitLab