WendzelNNTPd-1.4.3 released! The new
WendzelNNTPd-1.4.3
release is available
now and includes
many important
bugfixes. Autor/Author: Dipl.-Inform. (FH) Steffen Wendzel (Date/Datum: 2009-08-16-19:27, Hits: 565)
WendzelNNTPd is an open source NNTP server for Linux, BSD, *nix and Windows.
Here is the changelog:
1.4.3-stable "Alice's Adventures in Crashdump Land II" : 16-Aug-2009
ADDED FEATURES:
- Add a 'Path:' line to the header while processing a POST command
- Inform the client if the posting was too big or the max. post #
was exceeded.
- Make wendzelnntpadm able to use a password parameter to make it
easier to auto-generate accounts using scripts.
FIXES:
- Don't write the doubled quotes which prevent SQL injections into
the filesystem where they aren't needed. Remove them within the
function database.c/filebackend_savebody() to prevent ugly doubled
quotes on msg body request. Thanks to @Ann Lynnworth for reporting
this bug.
- Don't write to LOGFILE if it was not possible to do fopen() with
mode "a+" on it in src/log.c:logstr(). This lead to coredumps.
Thanks to @Ann Lynnworth for reporting this bug.
- Don't forget to close a file descriptor (two times) in the Qt GUI
- Use strftime() %z flag instead of %Z flag under Win32 too. Thanks
to @Ann Lynnworth for reporting this bug.
MISC:
- Unique RSS_OUTPUT file definition. Use the Non-Windows filename
for Windows too to prevent confused users.
- Renamed RSS feature to XML output feature because it is no real
RSS output, it is XML output one can use to integrate in a web-
site and such things. ____________
|