summaryrefslogtreecommitdiffabout
authorMichael Krelin <hacker@klever.net>2006-10-13 20:57:38 (UTC)
committer Michael Krelin <hacker@klever.net>2006-10-13 20:57:38 (UTC)
commitf25c308c354d4000d76df1ece6d0170c37b78328 (patch) (unidiff)
treeec0870096490aa6b4b5856d7df0dae09aa710bcb
parentc47fbc86d50a0199fe9000a7df07609bb0a3bc77 (diff)
downloadpumpkin-f25c308c354d4000d76df1ece6d0170c37b78328.zip
pumpkin-f25c308c354d4000d76df1ece6d0170c37b78328.tar.gz
pumpkin-f25c308c354d4000d76df1ece6d0170c37b78328.tar.bz2
summarized changes for changelog
git-svn-id: http://svn.klever.net/kin/pumpkin/trunk@194 fe716a7a-6dde-0310-88d9-d003556173a8
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--help/pumpkin.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/help/pumpkin.xml b/help/pumpkin.xml
index c966fbd..99cfa3d 100644
--- a/help/pumpkin.xml
+++ b/help/pumpkin.xml
@@ -1,23 +1,28 @@
1<?xml version="1.0"?> 1<?xml version="1.0"?>
2<winhelp> 2<winhelp>
3 <topic id="About" title="About PumpKIN" keywords="about"> 3 <topic id="About" title="About PumpKIN" keywords="about">
4 <heading scroll="no">About <kin>PumpKIN</kin></heading> 4 <heading scroll="no">About <kin>PumpKIN</kin></heading>
5 <p><kin>PumpKIN</kin> is a program designed to send and receive files over the net while having <kin href="http://kin.klever.net/T42/">T42</kin> or <product>Wintalk</product> session running using <term>TFTP</term> (<rfc num="1350"/>) protocol. It includes full-functional <term>TFTP</term> server/client so it may be useful for maintaining <a href="http://www.cisco.com/">CISCO</a> routers and other network equipment.</p> 5 <p><kin>PumpKIN</kin> is a program designed to send and receive files over the net while having <kin href="http://kin.klever.net/T42/">T42</kin> or <product>Wintalk</product> session running using <term>TFTP</term> (<rfc num="1350"/>) protocol. It includes full-functional <term>TFTP</term> server/client so it may be useful for maintaining <a href="http://www.cisco.com/">CISCO</a> routers and other network equipment.</p>
6 <p/> 6 <p/>
7 <p><b><i>Enjoy!</i></b></p> 7 <p><b><i>Enjoy!</i></b></p>
8 <license years="1997-2006"/> 8 <license years="1997-2006"/>
9 <credist/> 9 <credist/>
10 </topic> 10 </topic>
11 <topic id="News" title="What's New"> 11 <topic id="News" title="What's New">
12 <newsfor version="2.7.2" date="">
13 <ni>Added rejecting of too large files requests with explicit error message about the block size</ni>
14 <ni>A bit more elaborate logging</ni>
15 <ni>Not closing receive socket until the last ACK receved now</ni>
16 </newsfor>
12 <newsfor version="2.7.1" date="March 13th, 2006"> 17 <newsfor version="2.7.1" date="March 13th, 2006">
13 <ni>Bugfix release</ni> 18 <ni>Bugfix release</ni>
14 </newsfor> 19 </newsfor>
15 <newsfor version="2.7" date="February 28th, 2006"> 20 <newsfor version="2.7" date="February 28th, 2006">
16 <ni>Access lists based on request IP address and TFTP opcode for automating access policy</ni> 21 <ni>Access lists based on request IP address and TFTP opcode for automating access policy</ni>
17 <ni>Possibility to start/stop TFTP server, while keeping client functionality intact</ni> 22 <ni>Possibility to start/stop TFTP server, while keeping client functionality intact</ni>
18 <ni>Logging to file</ni> 23 <ni>Logging to file</ni>
19 <ni>Resizable main window</ni> 24 <ni>Resizable main window</ni>
20 </newsfor> 25 </newsfor>
21 <newsfor version="2.6" date="August 6th, 2005"> 26 <newsfor version="2.6" date="August 6th, 2005">
22 <ni>more robust solution to the backslash/slash dilemma</ni> 27 <ni>more robust solution to the backslash/slash dilemma</ni>
23 <ni>A bit more elaborate error reporting</ni> 28 <ni>A bit more elaborate error reporting</ni>