Includes OpenBSD fixes and cleanups.
Other changes that concern us:
* Now gets correct keyboard state when starting up on X11
* Improved X11 fullscreen support, works better with KDE
o transposition.grid-controls added (rectangular grid transposition
ciphers)
o steganalysis.word-gaps added (hidden cipher breaker)
o Various cosmetic changes
o Made source pane editable updating view pane dynamically. Got rid of
old "edit source" option.
o Moved hillclimb-cracker's progress bar onto widget display
o Description area in plugin-viewer
o Plugins share variables by not using 'static'
o New plugin->menu_string and menu items
o Added optional source pane to make the source/view idea more obvious
---
CGI::XMLApplication is a CGI application class, that intends to
enable perl artists to implement CGIs that make use of XML/XSLT
functionality, without taking too much care about specialized
errorchecking. Also it is ment to provide the power of the XML::LibXML
/ XML::LibXSLT module package.
Spim/xspim is a software simulator that runs assembly language programs
for the MIPS R2000/R3000 RISC computers. It can read and immediately
run files containing assembly language statements. It is a self-contained
system for running these programs and contains a debugger and interface to
the operating system.
- Some transfer() bugfixes/improvements.
- STDIN/STDOUT are no logner assumed to be non-socket decriptors.
- Problem with --with-tcp-wrappers patch fixed.
- pop3 and nntp support bug fixed by Martin Germann.
- -o option to append log messages to a file added.
- Changed error message for SSL error 0.
This include:
- slrn-0.9.7.1-xhdr_spool.diff
- slrn-0.9.7.1-readcount.diff
- slrn-0.9.7.1-include.diff
- slrn-0.9.7.1-decode.diff
- slrn-0.9.7.1-readfail.diff
- slrn-0.9.7.1-makefile.diff
thus, bump the package distname to slrn-0.9.7.1p1. However, this is not
related to the development version named "slrn-0.9.7.1pl1".
See http://slrn.sourceforge.net/patches/index.html for more info.
---
Net::IPv4Addr provides functions for parsing IPv4 addresses both
in traditional address/netmask format and in the new CIDR format.
There are also methods for calculating the network and broadcast
address and also to see check if a given address is in a specific
network.