Newsletter for Thursday, November 17th 2005

[email protected]
Newsgroups gmane.linux.freshmeat.announce
Message-ID <[email protected]>
::: L I N K S   F O R   T H E   D A Y :::

Today's news on the web: http://freshmeat.net/daily/2005/11/17/
freshmeat.net newsgroup: news://news.freshmeat.net/fm.announce

 ---.--.-- --- .-.. --.--..-----. - .- --- -.------ -.--.. ------

::: A D V E R T I S I N G :::

USENIX and SAGE present the 19th Large Installation System

Administration Conference (LISA '05) in San Diego, CA, Nov. 4-9, 2005.
System administrators of all specialties and levels of expertise meet at
LISA. Topics include security, Linux, configuration management, open
source tools, and more. Register today.

http://www.usenix.org/lisa05/ostg

--- - -- --.-- . ------.-.--.-.--..- -.-- . ---..- .--.--- . -- -

::: R E L E A S E   H E A D L I N E S (71) :::

[001] - aardmail 0.1.1 
[002] - Active port forwarder 0.7.5 
[003] - ADODB 4.67 
[004] - AFPL Ghostscript 8.53 
[005] - aiParts 0.8.4 
[006] - ALSA driver 1.0.10 (Stable)
[007] - Astaro Security Linux 4.029 (Stable 4.x)
[008] - Crossroads Load Balancer 0.14 
[009] - db2dot 0.1 
[010] - Easy SVN Browser 1.00 
[011] - Eligante 0.2 
[012] - Elm Millenium Edition 2.5 PLalpha8 (Elm ME+ 2.5)
[013] - FBReader 0.7.1 
[014] - fetchmail 6.2.5.4 (Stable)
[015] - fetchmail 6.2.9-rc9 (Development)
[016] - Fuzzy Clock 0.2 
[017] - GLib 2.8.4 
[018] - GNU MP3 Daemon 2.9.8 (Stable)
[019] - gojax 0.2 
[020] - Gourmet Recipe Manager 0.8.5.14 
[021] - Gourmet Recipe Manager 0.9.1 (Development)
[022] - gt5 1.2e 
[023] - GTK+ 2.8.7 
[024] - GvTags 0.2.0 
[025] - Hyper Estraier 1.0.6 
[026] - Internet DJ Console 0.5.5 
[027] - iproute2 2.6.14-051107 (2.6)
[028] - ISPConfig 2.1.1 
[029] - Itzam 2.2.0 
[030] - JGraphpad Community Edition 5.7.3.1 
[031] - JHylaFAX 1.3.4 
[032] - Jinzora 2.3.2 
[033] - KMess 1.4.2 
[034] - lftp 3.3.4 
[035] - LinCity-NG 1.0.2 
[036] - MatrixSSL 1.7.3 
[037] - mcl-algorithm 05-321 
[038] - MOSIX Cluster and Grid Management 1.13.3 for Linux 2.4.32 (Linux
2.4)
[039] - mrt_McAfeeFetchUpdates 0.0.7 
[040] - NeatUpload 1.0.13 
[041] - Nitro + Og 0.25.0 
[042] - Nixory 0.3.4 
[043] - Open Concepts Bulletin Board CVS-2005-11-17 (CVS)
[044] - OpenVPN-Admin 1.1.5 
[045] - PHPSurveyor 0.99 
[046] - psycopg 2.0b6 (Development)
[047] - Puppy Linux 1.0.6 
[048] - PyDO 2.0rc1 (Development)
[049] - pympd 0.05.2 
[050] - QMail Installation 1.3.16 
[051] - qSheff Manager 1.0 
[052] - Rememorizer 1.0.0 
[053] - RFC 3.3.0 
[054] - Sahi 2005-11-18 
[055] - SortImagesGUI 1.1.1 
[056] - Source Mage GNU/Linux 1.13.2 (Sorcery)
[057] - Stunnix Perl-Obfus 2.8 
[058] - The Qu Programming Language 1.10 
[059] - Time Attendance 1.07 
[060] - TrackFS 0.0.5 
[061] - Transmission 0.4 
[062] - TYPO3 3.8.1 
[063] - util-linux 2.13-pre6 
[064] - Vice Stats 0.5 beta 
[065] - Visuel Hexdiff 0.0.48 
[066] - WebCleaner 2.34 
[067] - WiKID Strong Authentication System 1.0.0 (Ruby Network Client)
[068] - X-Cart 4.0.17 
[069] - xine gxine 0.5.0
[070] - XNap Commons 0.9.3 
[071] - Yet Another Freeware PDF-Composer 1.5 


-.-- --.-- -. -- -------. ---.-- --.-- -.--  ----- ----.--- -----

::: R E L E A S E   D E T A I L S :::

[001] - aardmail 0.1.1 
  by Bernd 'Aard' Wachter (http://freshmeat.net/users/Aardvark/)
  Thu, Nov 17th 2005 23:16

Communications :: Email :: Post-Office :: POP3

About: aardmail is a package with useful tools for different kinds of mail
handling. Current programs include a POP3 client (can be used to replace
fetchmail for getting mail from POP 3 servers), an SMTP client, a
minimalistic sendmail, and a minimalistic client for testing. All programs
support SSL for encryption, verification, and authentication. IPv6 works.

Changes: This release fixes a memory reallocation problem in smtpc. When
sending out more then one mail message at once, the memory was not
properly reallocated after sending the first message, which meant that all
messages bigger than the first one were truncated to the length of the
first message. 

License: GNU General Public License (GPL)

URL: http://freshmeat.net/projects/aardmail/

                        - %  - %  - % - % -

[002] - Active port forwarder 0.7.5 
  by jeremian (http://freshmeat.net/users/jeremian/)
  Thu, Nov 17th 2005 10:32

System :: Networking

About: Active port forwarder uses SSL for secure packet tunneling. It is
designed for people without an external IP who want to make some services
available on the Internet. afserver is placed on the machine with a
publicly accessible address, and afclient is placed on the machine behind
a firewall or masquerade. This makes the second machine visible to the
Internet. Running afserver does not require root priviledges, nor does it
use other processes. Zlib is used to compress the transferred data. 

Changes: Several minor and major bugs have been tracked down and fixed.

License: GNU General Public License (GPL)

URL: http://freshmeat.net/projects/actfor/

                        - %  - %  - % - % -

[003] - ADODB 4.67 
  by pipeweed (http://freshmeat.net/users/pipeweed/)
  Thu, Nov 17th 2005 06:41

Internet :: WWW/HTTP
Internet :: WWW/HTTP :: Dynamic Content
Software Development :: Libraries

About: ADODB is a set of advanced PHP database abstraction classes. It
supports MySQL, PostgreSQL, Interbase/Firebird, Informix, Sybase SQL
Anywhere, Oracle, MS SQL 7 and 2000, SAP DB, Sybase, DB2, FrontBase,
Foxpro, Access, Netezza, LDAP, ODBTP, ADO, and generic ODBC. A metatype
system is built in, making it possible to figure out that types such as
CHAR, TEXT, and STRING are equivalent in different databases. It also
features portable database creation, database-backed session support (with
encryption), SQL performance monitoring, and database health checks.

Changes: The Sqlite driver is now PHP 5 compliant. The PostgreSQL not_null
flag is now set to false correctly. A check is now done in Replace() to
test whether a key is in fieldArray. The _file_get_contents() function was
missing in xmlschema. Week in year support was added to SQLDate(), using
the "W" flag. In sqlite, metacolumns was repeated twice, causing a PHP 5
crash. The debug output XHTML was made compliant. 

License: BSD License (original)

URL: http://freshmeat.net/projects/adodb/

                        - %  - %  - % - % -

[004] - AFPL Ghostscript 8.53 
  by Moritz Barsnick (http://freshmeat.net/users/barsnick/)
  Thu, Nov 17th 2005 06:56

Multimedia :: Graphics
Multimedia :: Graphics :: Graphics Conversion
Multimedia :: Graphics :: Viewers

About: Ghostscript is a processor for PostScript and PDF files. It can
rasterize these files to a wide variety of printers, devices for screen
preview, and image file formats. Since applications tend to prepare pages
for printing in a high-level format such as PostScript, most Unix users
with low-level bitmap printers, such as inkjets, use GhostScript as part
of the printing process. In addition, Ghostscript is capable of converting
PostScript files, functionality comparable to Adobe Acrobat Distiller, but
on the command line. In addition, Ghostscript is used for file import and
viewing by a great many other applications, including xv, ImageMagick,
gimp, and xdvi. Several GUI wrappers for viewing PostScript and PDF files
exist, including GSview, ghostview, gv, ggv, and kghostview. This is far
from a comprehensive list.

Changes: Numerous bug fixes and improvements, particularly in the area
DeviceN (spot color) handling and the PDF interpreter were implemented.
The pdfwrite device can now create PDF/X-3 compliant documents using the
lib/PDFX_def.ps prefix approach. A Beta version level 2 Postscript output
device (ps2write) was added, which generates high-level PostScript
including text and images and graphics. Rendering performance for PDF's
with transparency was vastly improved (10x to 90x on files with many small
transparency regions/groups).

License: Aladdin Free Public License (AFPL)

URL: http://freshmeat.net/projects/aladdinghostscript/

                        - %  - %  - % - % -

[005] - aiParts 0.8.4 
  by Brian Marshall (http://freshmeat.net/users/bmarshal/)
  Thu, Nov 17th 2005 10:36

Scientific/Engineering :: Artificial Intelligence

About: aiParts is a set of C++ classes that implement artificial
intelligence techniques and some tiny sample programs. The classes
implement the pandemonium and emotion AI Patterns, and the High-Hope
technique. A "find the shortest path from A to B" sample program uses
subclasses of the High-Hope classes. 

Changes: The primary change in this release was to move logic that affects
hopes from aipHHProblem to aspects attached to the hope emotion-components.
aipHHHope objects, using this logic, can now be added to other classes,
such as application-specific decision groups. Support was added for a set
of decisions to share a set of options. Several other small changes were
made.

License: MIT/X Consortium License

URL: http://freshmeat.net/projects/aiparts/

                        - %  - %  - % - % -

[006] - ALSA driver 1.0.10 (Stable)
  by ugenn (http://freshmeat.net/users/ugenn/)
  Thu, Nov 17th 2005 10:45

Multimedia :: Sound/Audio
Multimedia :: Sound/Audio :: Capture/Recording
Multimedia :: Sound/Audio :: CD Audio

About: The Advanced Linux Sound Architecture is composed of several parts.
The first is a fully modularized sound driver which supports module
autoloading, devfs, isapnp autoconfiguration, and gives complete access to
analog audio, digital audio, control, mixer, synthesizer, DSP, MIDI, and
timer components of audio hardware. It also includes a fully-featured
kernel-level sequencer, a full compatibility layer for OSS/Free
applications, an object-oriented C library which covers and enhances the
ALSA kernel driver functionality for applications (client/server, plugins,
PCM sharing/multiplexing, PCM metering, etc.), an interactive configuration
program for the driver, and some simple utilities for basic management. 

License: GNU General Public License (GPL)

URL: http://freshmeat.net/projects/alsadriver/

                        - %  - %  - % - % -

[007] - Astaro Security Linux 4.029 (Stable 4.x)
  by astaro (http://freshmeat.net/users/astaro/)
  Thu, Nov 17th 2005 06:29

System :: Networking :: Firewalls

About: Astaro Security Linux is an all-in-one network security gateway
that includes a firewall, intrusion protection, virus protection, spam
protection, URL filtering, and a VPN gateway. Features include stateful
packet inspection, deep packet filtering, intrusion detection and
prevention, portscan detection, content filtering, virus detection for
email and Web traffic, whitelists and blacklists, IPSec and PPTP VPN
tunneling, spam blocking, proxies for HTTP, FTP, SMTP, DNS, SIP, SOCKS,
and Ident, logging, and reporting. The WebAdmin and Up2Date service make
it easy to install, manage, and update. 

Changes: This Up2Date disables the SSLv2 Cipher Suite for WebAdmin
(because of a possible vulnerability) and fixes the Pluto crash with
malformed ISAKMP messages (DoS attack). It also solves issues with
accounting on PPP interfaces, multicast packet filter rules in WebAdmin,
and POP3 network definitions. 

License: Free For Home Use

URL: http://freshmeat.net/projects/asl/

                        - %  - %  - % - % -

[008] - Crossroads Load Balancer 0.14 
  by Karel Kubat (http://freshmeat.net/users/karelk/)
  Thu, Nov 17th 2005 10:33

System :: Clustering/Distributed Networks
System :: Networking

About: Crossroads is a load balance and failover utility for TCP-based
services. It is a daemon program running in userspace and features
extensive configurability, polling of backends using "wakeup calls",
detailed status reporting, "hooks" for special actions when backend calls
fail, and more. It is service-independent; it is usable for HTTP(S), SSH,
SMTP, DNS, etc. 

Changes: A new backend definition statement 'throughputlog' was
introduced. This causes crossroads to log throughput times, which helps in
timing backends and so on. The statement 'dumptraffic' was renamed to
'trafficlog' (to keep the ~log statements in logical sync).

License: GNU General Public License (GPL)

URL: http://freshmeat.net/projects/crossr/

                        - %  - %  - % - % -

[009] - db2dot 0.1 
  by dufflebunk (http://freshmeat.net/users/dufflebunk/)
  Thu, Nov 17th 2005 14:54

Database
Database :: Front-Ends
Software Development :: Documentation

About: db2dot reverse engineers an existing database and produces an ER
diagram in dot format. The dot file can be fed through graphviz's dot to
produce a pretty ER diagram. The diagram includes tables and relationships
derived from db meta-data and foreign key constraints.

License: GNU General Public License (GPL)

URL: http://freshmeat.net/projects/db2dot/

                        - %  - %  - % - % -

[010] - Easy SVN Browser 1.00 
  by Karel Kubat (http://freshmeat.net/users/karelk/)
  Thu, Nov 17th 2005 10:43

Information Management
Internet :: WWW/HTTP
Internet :: WWW/HTTP :: Dynamic Content :: CGI Tools/Libraries

About: Easy SVN is a subversion browser via the Web. It's easy because
only a command line svn program and Perl are required to run it; no extra
software needs to be installed. After configuring the Perl script as
cgi-bin program, SVN repositories can be navigated, and entries viewed for
contents, history, and diffs.

License: GNU General Public License (GPL)

URL: http://freshmeat.net/projects/websvn/

                        - %  - %  - % - % -

[011] - Eligante 0.2 
  by Mardy (http://freshmeat.net/users/mardy/)
  Thu, Nov 17th 2005 10:48

Communications
Communications :: Chat
Communications :: Email

About: Eligante is software for archival, management and browsing (with
full-text search functions) of all your communications, be it via email,
chat (IRC, ICQ, MSN, etc.), or even messaging Web sites (hi5, orkut,
etc.). Messages are fetched from their original source and stored in a
MySQL database. A Web interface allows you to search all data. The
strength of eligante lies in the ability to tie all the various accounts
your friends may have into a single virtual account. In this way, you can
see all the conversations you had with someone, independently of where the
conversation took place.

License: GNU General Public License (GPL)

URL: http://freshmeat.net/projects/eligante/

                        - %  - %  - % - % -

[012] - Elm Millenium Edition 2.5 PLalpha8 (Elm ME+ 2.5)
  by Kari Hurtta (http://freshmeat.net/users/hurtta/)
  Thu, Nov 17th 2005 14:33

Communications :: Email
Communications :: Email :: Email Clients (MUA)
Communications :: Email :: Post-Office

About: Elm Millenium Edition is an interactive mail system based on Elm
2.4. It contains enhanced MIME and character set support. It can read mail
from POP or IMAP folders and can pass mail to the PGP or GPG programs. It
can also view digests as a mailbox and reassemble fragmented
(message/partial) messages. It includes modules for TLS/SSL, iconv, and
SMTP.

Changes: This release fixes a bug introduced in Elm ME+ PLalpha7 that
caused a crash when sending a binary attachment. This release also drops
support for AT&T Mail Forms. It collects changes from the Elm 2.4 ME+
PL122e (25) version.

License: Freely Distributable

URL: http://freshmeat.net/projects/elmme/

                        - %  - %  - % - % -

[013] - FBReader 0.7.1 
  by Nikolay Pultsin (http://freshmeat.net/users/geometer/)
  Thu, Nov 17th 2005 07:13



About: FBReader is an e-book reader for Linux PDAs and desktop computers.
FBReader currently works on Sharp Zaurus, Siemens Simpad with Opensimpad
ROM, and Linux desktop computers. FBReader supports several e-book
formats: plucker, palmdoc, zTXT, HTML, fb2, and plain text. 

Changes: Image support for HTML files was added. A build for
openzaurus/opie was added. Chinese support was added, including GBK and
Big5 encodings and a Chinese line breaking algorithm. A README.build file
was added with short instructions for building FBReader. Minor bugfixes
were made. 

License: GNU General Public License (GPL)

URL: http://freshmeat.net/projects/fbreader/

                        - %  - %  - % - % -

[014] - fetchmail 6.2.5.4 (Stable)
  by Matthias Andree (http://freshmeat.net/users/mandree/)
  Thu, Nov 17th 2005 06:25

Communications :: Email

About: Fetchmail is a free, full-featured, robust, well-documented
remote-mail retrieval and forwarding utility intended to be used over
on-demand TCP/IP links (such as SLIP or PPP connections). It supports
every remote-mail protocol now in use on the Internet: POP2, POP3, RPOP,
APOP, KPOP, all flavors of IMAP, and ESMTP ETRN. It can even support IPv6
and IPSEC.

Changes: A security bug in fetchmailconf (CVE-2005-3088) that exposed
passwords was fixed. An IMAP timeout bug with certain servers was fixed
(Debian Bug#314509). The included gettext was updated. The parser source
files are now in the tarball for systems without flex/yacc. The build
system was revised and supports using FreeBSD's gettext from ports for
NLS, avoids stumbling across hesiod.h of insufficient HESIOD
implementations, supports separated (VPATH) and parallel (make -j4)
builds, and finally fixes resolv.h detection on FreeBSD. 

License: GNU General Public License (GPL)

URL: http://freshmeat.net/projects/fetchmail/

                        - %  - %  - % - % -

[015] - fetchmail 6.2.9-rc9 (Development)
  by Matthias Andree (http://freshmeat.net/users/mandree/)
  Thu, Nov 17th 2005 23:22

Communications :: Email

About: Fetchmail is a free, full-featured, robust, well-documented
remote-mail retrieval and forwarding utility intended to be used over
on-demand TCP/IP links (such as SLIP or PPP connections). It supports
every remote-mail protocol now in use on the Internet: POP2, POP3, RPOP,
APOP, KPOP, all flavors of IMAP, and ESMTP ETRN. It can even support IPv6
and IPSEC.

Changes: fetchmail now defaults to "localhost" for SMTP, even with
Kerberos. The SMTP/LMTP retry logic was fixed, and some memory holes were
plugged. Backslashes at the end of configuration lines now work more
intuitively. Fetchmail's IMAP client no longer mistakes unrelated
information for untagged responses. In "oversized messages" warnings, the
account name is mentioned. The Albanian translation is back. The manual
page was updated. Some other fixes were made. 

License: GNU General Public License (GPL)

URL: http://freshmeat.net/projects/fetchmail/

                        - %  - %  - % - % -

[016] - Fuzzy Clock 0.2 
  by Christoph 'delmonico' Neuroth (http://freshmeat.net/users/delmonico/)
  Thu, Nov 17th 2005 10:47

Software Development :: Libraries :: Python Modules
Utilities

About: Fuzzy Clock is a Python class and command line utility to generate
"fuzzy clock" output.

Changes: This release defaults to the current time. The -t switch has been
fixed. i18n support using gettext has been added. A German translation has
been added.

License: GNU General Public License (GPL)

URL: http://freshmeat.net/projects/fuzzyclock/

                        - %  - %  - % - % -

[017] - GLib 2.8.4 
  by Moritz Barsnick (http://freshmeat.net/users/barsnick/)
  Thu, Nov 17th 2005 07:00

Software Development :: Libraries

About: GLib is a library containing many useful C routines for things such
as trees, hashes, and lists. GLib was previously distributed with the GTK
toolkit, but has been split off as of the developers' version 1.1.0.

Changes: Support for aborting on critical warnings was added. Various
bugfixes, documentation improvements, and translation updates were added. 

License: GNU Lesser General Public License (LGPL)

URL: http://freshmeat.net/projects/glib/

                        - %  - %  - % - % -

[018] - GNU MP3 Daemon 2.9.8 (Stable)
  by Steve Kemp (http://freshmeat.net/users/skx/)
  Thu, Nov 17th 2005 07:00

Communications :: File Sharing
Internet :: WWW/HTTP
Internet :: WWW/HTTP :: Dynamic Content

About: GNUMP3d is a small, portable, and robust server for streaming MP3s,
OGGs, and other audio files. It presents a simple and attractive interface
to Web browsers, which allows you to navigate through your music
collection. Individual files may be streamed, as can whole directory
trees. Other features include the ability to see your most popular tracks,
and to search your collection for songs. 

Changes: This release features two security bugfixes, and is a recommended
upgrade for all users. 

License: GNU General Public License (GPL)

URL: http://freshmeat.net/projects/gnump3d/

                        - %  - %  - % - % -

[019] - gojax 0.2 
  by bearclaw (http://freshmeat.net/users/mnottale/)
  Thu, Nov 17th 2005 14:53

Games/Entertainment :: Turn Based Strategy

About: Gojax is a Web-based GO board using PHP, Javascript, and ajax
techniques to produces a nice-looking interface, and a C++ go server
capable of handling an unlimited number of GO boards (game number limited
only by memory).

Changes: The server is more stable(thread pooling and interlocking have
been implemented). There are many bugfixes. Refreshing during the
end-of-game phase works properly. The board and the history can be
downloaded at any time in SGF format. Small documentation has been
written.

License: GNU General Public License (GPL)

URL: http://freshmeat.net/projects/gojax/

                        - %  - %  - % - % -

[020] - Gourmet Recipe Manager 0.8.5.14 
  by tom (http://freshmeat.net/users/Thomas_Hinkle/)
  Thu, Nov 17th 2005 06:57

Desktop Environment :: Gnome
Information Management

About: Gourmet Recipe Manager is a simple but powerful  recipe managing
application that is intended for the  GNOME desktop environment, but
should work on  any platform that Gtk supports. It allows you to  collect,
search, and organize your recipes, and to  automatically generate shopping
lists from your  collection. It aims to make it easy to enter and 
organize your recipes with an intuitive interface. 

Changes: This version was made compatible with Python 2.3. 

License: GNU General Public License (GPL)

URL: http://freshmeat.net/projects/grecipe-manager/

                        - %  - %  - % - % -

[021] - Gourmet Recipe Manager 0.9.1 (Development)
  by tom (http://freshmeat.net/users/Thomas_Hinkle/)
  Thu, Nov 17th 2005 23:27

Desktop Environment :: Gnome
Information Management

About: Gourmet Recipe Manager is a simple but powerful  recipe managing
application that is intended for the  GNOME desktop environment, but
should work on  any platform that Gtk supports. It allows you to  collect,
search, and organize your recipes, and to  automatically generate shopping
lists from your  collection. It aims to make it easy to enter and 
organize your recipes with an intuitive interface. 

Changes: This release sports a new recipe card layout. The ingredients are
now placed in a separate pane so that you can scroll through the
description, image, and instructions while still looking at the
ingredients. This is particularly handy for recipes that reference
ingredients. The new layout also separates out editing from viewing, so an
"Edit" toggle button pops up edit mode; you no longer see the cluttered
tabbed view by default. Compatability with Python 2.3 was restored. A bug
which prevented emailing recipes from working was fixed. 

License: GNU General Public License (GPL)

URL: http://freshmeat.net/projects/grecipe-manager/

                        - %  - %  - % - % -

[022] - gt5 1.2e 
  by Thomas Sattler (http://freshmeat.net/users/tsattler/)
  Thu, Nov 17th 2005 23:14



About: gt5 is a text-mode utility that makes it easier  to determine what
is using your disk space. It  runs 'du' and generates HTML, which is then 
shown using 'links'. The data is clearly  arranged and intuitive to browse.

Changes: File permissions were fixed for gawk/links if built via
--get-gawk/--get-links as root. The --get-elinks and --get-links2 options
were added. The default was changed to ignore mounted filesystems. A
--with-mounts switch was added for old behavior. 

License: GNU General Public License (GPL)

URL: http://freshmeat.net/projects/gt5/

                        - %  - %  - % - % -

[023] - GTK+ 2.8.7 
  by Moritz Barsnick (http://freshmeat.net/users/barsnick/)
  Thu, Nov 17th 2005 07:02

Desktop Environment
Software Development :: Libraries :: Application Frameworks
Software Development :: Widget Sets

About: GTK, which stands for the Gimp ToolKit, is a library for creating
graphical user interfaces. It is designed to be small and efficient, but
still flexible enough to allow the programmer freedom in the interfaces
created. GTK provides some unique features over standard widget libraries.

Changes: Numerous bugfixes were made, including bugs in GDK, GtkComboBox,
GtkTreeView, GtkEntry, GtkTextView, and GtkFileChooser. 

License: GNU Lesser General Public License (LGPL)

URL: http://freshmeat.net/projects/gtk/

                        - %  - %  - % - % -

[024] - GvTags 0.2.0 
  by tof (http://freshmeat.net/users/cvollrath/)
  Thu, Nov 17th 2005 14:34

Internet :: WWW/HTTP :: Dynamic Content

About: GvTags is a lightweight yet powerful tag library and template
engine for the dynamic programming language Groovy. The tag library can be
used to generate Web pages with powerful tag support. It can be used with
the template servlet of GvTags (TagTemplateServlet) or with JavaServer
Pages (JSP). The template engine can be used to generate any kind of text
documents. Since it is written in Groovy and compiled to a Java class
file, it can be used from Groovy as well as from Java.

Changes: GvTags now has a TemplateEngine with Tag support. It can be used
to process text documents by the TagTemplateEngine, or it can replace a
JSP with the TagTemplateServlet.

License: The Apache License 2.0

URL: http://freshmeat.net/projects/gvtags/

                        - %  - %  - % - % -

[025] - Hyper Estraier 1.0.6 
  by Mikio Hirabayashi (http://freshmeat.net/users/mikio/)
  Thu, Nov 17th 2005 10:33

Internet :: WWW/HTTP :: Indexing/Search
Software Development :: Libraries
Text Processing :: Indexing

About: Hyper Estraier is a full-text search system. It can be used as a
Web search engine, mailbox searching, etc. It features high performance
searching, high scalability of target documents, a perfect recall ratio by
the N-gram method, phrase searching, attribute searching, and similarity
searching. Multilingualism is supported with Unicode. It is independent of
file format and repository, and has a simple and powerful API.

Changes: The speed and accuracy of the similarity search were improved.
Searching by regular expressions was added.

License: GNU Lesser General Public License (LGPL)

URL: http://freshmeat.net/projects/hyperestraier/

                        - %  - %  - % - % -

[026] - Internet DJ Console 0.5.5 
  by Stephen Fairchild (http://freshmeat.net/users/psoriasis/)
  Thu, Nov 17th 2005 14:39



About: Internet DJ console is a graphical shoutcast/icecast client that
runs under GTK+ and the JACK audio connection kit. In short, it's an
Internet radio app for making a live radio show or podcast. Features
include two main media players with a crossfader, a jingle player,
microphone signal processing (compressor and noise gate), IRC track
announcements with X-Chat, an automatic stream shut-off timer, MP3 or Ogg
streaming and recording at various bit rates, aux input for connecting
external JACK aware applications, and audio level meters.

Changes: A new media player has been added that plays a single song in a
loop during breaks in the music. The music file tagger now does Vorbis
tagging on Ogg and Flac files. G_FILENAME_ENCODING no longer needs to be
set. This version uses locale settings instead. The X-Chat message timer
delay reacts more responsively to being changed. Features have been added
to the X-Chat plugin. The Prefs window has been rearranged, and alignment
and naming improved. Some documentation has been added to the Doc folder.
The Recorder now saves filenames in the correct encoding.

License: GNU General Public License (GPL)

URL: http://freshmeat.net/projects/idjc/

                        - %  - %  - % - % -

[027] - iproute2 2.6.14-051107 (2.6)
  by ugenn (http://freshmeat.net/users/ugenn/)
  Thu, Nov 17th 2005 23:11

System :: Networking
System :: Operating System Kernels :: Linux

About: This is `iproute', the professional set of tools to control the
networking behavior in kernels 2.2.x and later.

License: GNU General Public License (GPL)

URL: http://freshmeat.net/projects/iproute2/

                        - %  - %  - % - % -

[028] - ISPConfig 2.1.1 
  by Projektfarm (http://freshmeat.net/users/projektfarm/)
  Thu, Nov 17th 2005 10:35

Internet :: WWW/HTTP :: Site Management
System :: Systems Administration

About: ISPConfig is an ISP management and hosting control panel. It
manages your Web server, email server, BIND DNS, proftpd + vsftpd FTP
server, MySQL databases, Spamassassin, and disk quotas with an easy to use
Web interface for administrators, resellers, and clients.

Changes: Support for Trustix Linux and a default vHost for shared IP's has
been added. The SpamAssassin package has been updated to 3.1.0, and the
ClamAV package to 0.87.1. The Swedish and Polish translations has been
updated, and bugs in the backup manager and apache directives field have
been fixed.

License: BSD License (revised)

URL: http://freshmeat.net/projects/ispconfig/

                        - %  - %  - % - % -

[029] - Itzam 2.2.0 
  by Scott Robert Ladd (http://freshmeat.net/users/ChaoticCoyote/)
  Thu, Nov 17th 2005 07:06

Database :: Database Engines/Servers
Software Development :: Libraries

About: Itzam is an embedded database engine that creates and manipulates
files containing variable-length random access records. Information is
referenced by a user-defined key value, and indexes may be combined with
or separate from data. Higher level languages (C++, Python, and Java)
implement more complex heuristics on top of the Itzam core functions.

Changes: A new Sparse Matrix index was implemented, with two-dimensional
coordinate references. Searching was made faster. Minor bugfixes were
made, including the elimination of a B-tree memory leak. Even more testing
programs were added. 

License: GNU General Public License (GPL)

URL: http://freshmeat.net/projects/itzam/

                        - %  - %  - % - % -

[030] - JGraphpad Community Edition 5.7.3.1 
  by bensond (http://freshmeat.net/users/BessyBoo/)
  Thu, Nov 17th 2005 00:52

Multimedia :: Graphics
Multimedia :: Graphics :: Editors :: Vector-Based
Multimedia :: Graphics :: Presentation

About: JGraphpad is a free diagram editor for Swing that offers the
functionality to create flow charts, maps, and UML diagrams.

Changes: This release compiles with JGraph 5.7.3.1. Toolbox buttons to
create edges or vertices no longer persist selection state. The former
behaviour can be restored by setting GPMarqueeHandler.remanent to true.
The GPMarqueeHandler, GPGraph, DefaultGraphModelFileFormatXML, and
GPUserObject classes were moved to org.jgraph and their constructors are
now protected so that JGraphpad is easier to extend from as a library
without changing its code. Various warnings were removed and a general
code cleanup undertaken.

License: GNU General Public License (GPL)

URL: http://freshmeat.net/projects/jgraphpad/

                        - %  - %  - % - % -

[031] - JHylaFAX 1.3.4 
  by Steffen Pingel (http://freshmeat.net/users/squig/)
  Thu, Nov 17th 2005 23:21

Communications :: Fax

About: JHylaFAX is a platform independent client for HylaFAX. It is purely
written in Java and runs on any Java 5.0 enabled platform. It has a small
footprint, starts up quickly, and features a sleek user interface. It is
capable of sending faxes, displaying server status, editing fax job
parameters, and viewing received faxes.

Changes: Support for admin mode has been implemented. A file can now be
monitored for changes, which will trigger a send dialog. Handling of
custom fax covers has been fixed. 

License: GNU General Public License (GPL)

URL: http://freshmeat.net/projects/jhylafax/

                        - %  - %  - % - % -

[032] - Jinzora 2.3.2 
  by Ben Dodson (http://freshmeat.net/users/guycouch/)
  Thu, Nov 17th 2005 14:43

Multimedia :: Sound/Audio
Multimedia :: Sound/Audio :: Players
Multimedia :: Sound/Audio :: Players :: MP3

About: Jinzora is a Web-based media streamer, primarily designed to stream
MP3s (but can be used for any media file that can stream from HTTP). It can
be integrated into a PostNuke site, run as a standalone application, or be
integrated into any PHP Website.

Changes: This release adds support for podcast feeds, support for 'link
tracks' for Webcasts and similar, native support for SQLite, fallback to
DBX calls for MySQL, PostgreSQL, and SQLite (if available/required), AJAX
code for a much snappier response (mainly in the Jukebox), a new logging
system for easier troubleshooting, support for AudioScrobbler, and a new
Flash based player (JW: mp3Player). It fixes some small bugs with the
Winamp3 Jukebox module.

License: GNU General Public License (GPL)

URL: http://freshmeat.net/projects/jinzora/

                        - %  - %  - % - % -

[033] - KMess 1.4.2 
  by Diederik van der Boor (http://freshmeat.net/users/vdboor/)
  Thu, Nov 17th 2005 07:22

Communications :: Chat

About: KMess is an MSN Messenger compatible chat client for KDE, with
support for almost all MSN features (except video/voice), including full
font, font color, and emoticon support with an original emoticon theme,
file transfer, and a great look and feel. Its emphasis is on
contact-by-contact configurability (including specifying contact pictures
and sounds to be used when a contact logs on or off or in a chat). 

Changes: Crashing bugs were fixed. This release also fixes problems with
the font selection in the settings dialog, contacts without a display
picture, and new contacts adding you while you're online. A translation
for Slovenian has been added. 

License: GNU General Public License (GPL)

URL: http://freshmeat.net/projects/kmess/

                        - %  - %  - % - % -

[034] - lftp 3.3.4 
  by Alexander V. Lukyanov (http://freshmeat.net/users/avl/)
  Thu, Nov 17th 2005 00:42

Internet :: File Transfer Protocol (FTP)
Internet :: WWW/HTTP

About: lftp is a sophisticated command line based file transfer program.
Supported protocols include FTP, HTTP, SFTP, and FISH. It has a
multithreaded design allowing you to issue and execute multiple commands
simultaneously or in the background. It also features mirroring
capabilities and will reconnect and continue transfers in the event of a
disconnection. Also, if you quit the program while transfers are still in
progress, it will switch to nohup mode and finish the transfers in the
background. Additional protocols supported: FTP over HTTP proxy, HTTPS and
FTP over SSL. There are lots of tunable parameters, including rate
limitation, number of connections limitation and more.

Changes: Support for the CCC command and the ftp:ssl-use-ccc setting was
added. The password is now removed from URLs when showing them on the
status line. "open -u" was fixed with a URL. A rare spinning was fixed.
Compilation on HP-UX was fixed. Handling of a 334 reply to the AUTH
command was fixed.

License: GNU General Public License (GPL)

URL: http://freshmeat.net/projects/lftp/

                        - %  - %  - % - % -

[035] - LinCity-NG 1.0.2 
  by WolfgangB (http://freshmeat.net/users/WolfgangB/)
  Thu, Nov 17th 2005 23:18

Games/Entertainment :: Simulation

About: LinCity-NG is a city simulation game. It is a polished and improved
version of the classic LinCity game. In the game, you are required to build
and maintain a city. You can win the game either by building a sustainable
economy or by evacuating all citizens with spaceships. 

Changes: This release fixes the "load instead of save" bug. It also
features complete Spanish and Swedish translations, as well as Catalan and
French dialogs. 

License: GNU General Public License (GPL)

URL: http://freshmeat.net/projects/lincity-ng/

                        - %  - %  - % - % -

[036] - MatrixSSL 1.7.3 
  by PeerSec Networks (http://freshmeat.net/users/peersec/)
  Thu, Nov 17th 2005 14:50

Communications
Internet
Internet :: WWW/HTTP

About: PeerSec MatrixSSL is an embedded SSL implementation designed for
small footprint devices and applications requiring low overhead per
connection. The library is less than 50K on disk with cipher suites. It
includes SSL client and SSL server support, session resumption, and
implementations of RSA, 3DES, ARC4, SHA1, and MD5. The source is well
documented and contains portability layers for additional operating
systems, cipher suites, and cryptography providers.

Changes: Minor fixes in handling specific X.509 certificate extensions,
increasing validation rate for SSL certificates. Fixes for minor compile
issues with various code options enabled.

License: GNU General Public License (GPL)

URL: http://freshmeat.net/projects/matrixssl/

                        - %  - %  - % - % -

[037] - mcl-algorithm 05-321 
  by Stijn van Dongen (http://freshmeat.net/users/micans/)
  Thu, Nov 17th 2005 14:41

Scientific/Engineering :: Bioinformatics
Scientific/Engineering :: Mathematics

About: The MCL (Markov Cluster Algorithm) is a fast and scalable cluster
algorithm for graphs based on stochastic flow. The flow process employed
by the algorithm is mathematically sound and intrinsically tied to cluster
structure in graphs, which is revealed as the imprint left by the process.
The threaded implementation has handled graphs of up to one million nodes
within hours, and is widely used in the field of protein family analysis.
It comes with a wide range of sibling utilities for handling and analyzing
graphs, matrices, and clusterings. 

Changes: mcl and a few of its sibling applications now accept a uniform
transformation syntax to transform the values from either a label/value
stream or an existing graph. Documentation of the various exchange formats
was improved and gathered in the mcxio manual page.

License: GNU General Public License (GPL)

URL: http://freshmeat.net/projects/mcl-algorithm/

                        - %  - %  - % - % -

[038] - MOSIX Cluster and Grid Management 1.13.3 for Linux 2.4.32 (Linux
2.4)
  by A. Barak (http://freshmeat.net/users/amnon/)
  Thu, Nov 17th 2005 07:25

System :: Operating System Kernels :: Linux

About: MOSIX is a management system that allows a cluster or an
organizational grid of x86 nodes to perform like a single computer with
multiple processors. It is particularly suitable to run intensive
computing and applications with moderate amounts of I/O. In a MOSIX system
there is no need to modify applications, link them with any library, or
even assign processes to different nodes. It is done automatically, just
"fork and forget", like in an SMP. 

Changes: This release uses version 2.4.32 of the Linux kernel. 

License: GNU General Public License (GPL)

URL: http://freshmeat.net/projects/mosix/

                        - %  - %  - % - % -

[039] - mrt_McAfeeFetchUpdates 0.0.7 
  by Martin Cuellar (http://freshmeat.net/users/mcuellar/)
  Thu, Nov 17th 2005 14:40

Communications :: Email :: Filters
System :: Filesystems
Utilities

About: mrt_McAfeeFetchUpdates downloads and updates virus definition data
from the McAfee page. 

Changes: Stinger name and the site name of McAfee have been changed.

License: GNU General Public License (GPL)

URL: http://freshmeat.net/projects/mrt_mcafeefetchupdates/

                        - %  - %  - % - % -

[040] - NeatUpload 1.0.13 
  by Dean Brettle (http://freshmeat.net/users/brettle/)
  Thu, Nov 17th 2005 00:43

Internet :: WWW/HTTP
Software Development :: Libraries

About: NeatUpload allows ASP.NET developers to stream uploaded files to
disk and allows users to monitor upload progress. It works under Mono's
XSP/mod_mono as well as Microsoft's ASP.NET implementation and features
two custom controls. InputFile allows the user to select a file to upload
and ProgressBar displays the upload progress either inline or in a popup.
ProgressBar even allows users without JavaScript to see upload progress.

Changes: This release fixed a bug where custom error pages were not
displayed when the UploadHttpModule was used.

License: GNU Lesser General Public License (LGPL)

URL: http://freshmeat.net/projects/neatupload/

                        - %  - %  - % - % -

[041] - Nitro + Og 0.25.0 
  by gmosx (http://freshmeat.net/users/gmosx/)
  Thu, Nov 17th 2005 06:50

Internet :: WWW/HTTP :: Dynamic Content :: CGI Tools/Libraries
Internet :: WWW/HTTP :: Site Management

About: Nitro is an efficient yet elegant engine for developing
professional Web Applications using Ruby. It aims to provide a robust
infrastructure for scalable Web applications that can be distributed over
a server cluster. However, it can also power simple Web applications for
deployment on intranets or even personal computers. It integrates the Og
Object-Relational mapping library. It will incorporate ideas from Rails,
Wee, PHP, JSP, and Microsoft.NET.

Changes: This release features scoped queries, more dynamic finders,
dynamic schema evolution, tons of bugfixes, and many smaller improvements.


License: BSD License (original)

URL: http://freshmeat.net/projects/nitro_and_og/

                        - %  - %  - % - % -

[042] - Nixory 0.3.4 
  by Alfredo Spadafina (http://freshmeat.net/users/Yoshis/)
  Thu, Nov 17th 2005 06:51

Security

About: Nixory is an innovative, fast, and powerful anti-spyware program,
with a user-friendly graphical interface. It protects Mozilla Firefox from
dangerous spyware and harmful cookies. 

Changes: Code improvements were done. Definitions were updated. A new
update system was implemented for the definitions database. The scan
function was improved. The Dutch, Italian, Spanish, Argentine Spanish, and
Catalan translations were updated. GUI and code bugfixes were done. 

License: GNU General Public License (GPL)

URL: http://freshmeat.net/projects/nixory/

                        - %  - %  - % - % -

[043] - Open Concepts Bulletin Board CVS-2005-11-17 (CVS)
  by Soenke J. Peters (http://freshmeat.net/users/soenke/)
  Thu, Nov 17th 2005 10:44

Communications :: BBS
Internet :: WWW/HTTP :: Dynamic Content :: Message Boards

About: ocBB (Open Concepts Bulletin Board) is a fork of the phpBB
"Olympus" CVS which will strive to continue the phpBB traditions of easy
modification, freedom, and usablity, and also to improve upon development
speed. 

Changes: CAPTCHA support has been implemented using the freeCap script
from pureMango.co.uk.

License: GNU General Public License (GPL)

URL: http://freshmeat.net/projects/ocbb/

                        - %  - %  - % - % -

[044] - OpenVPN-Admin 1.1.5 
  by reinerj (http://freshmeat.net/users/kaisersl/)
  Thu, Nov 17th 2005 23:03

Security
System :: Networking

About: OpenVPN-Admin is a GUI for OpenVPN. A Certificate wizard is
included. 

Changes: The Windows installer has been improved. There are translations
to Spanish, Portuguese, and German. The TrayIcon system has been improved.
Log view has been fixed. There are a lot of minor bugfixes. RPM
dependencies have been fixed. 

License: GNU Lesser General Public License (LGPL)

URL: http://freshmeat.net/projects/openvpnadmin/

                        - %  - %  - % - % -

[045] - PHPSurveyor 0.99 
  by c_schmitz (http://freshmeat.net/users/cronostitan/)
  Thu, Nov 17th 2005 06:36

Internet :: WWW/HTTP

About: PHP Surveyor is a set of PHP scripts that interact with MySQL to
develop surveys, publish surveys, and collect responses to surveys. Once a
survey has been created there are (currently) two ways to insert data into
the survey: either by a 'pretty' public screen which presents each
question one at a time, or by a quick and nasty data entry screen. It
includes the capacity to generate individualised 'tokens', so that
invitations can be issued to participants, which allows for good quality 
control of surveys. It also has the capacity to set  conditions on whether
questions will display  (branching), numerous question types, and a basic
statistics function.

Changes: This version is the culmination of 12 months of development and
bugfixing for PHPSurveyor since the "stable" release of 0.98. The package
has undergone significant changes and enchancements, but it can still be
installed over the top of most existing 0.98final installations and
upgraded without losing data. This is labelled a "stable" release,
indicating that the recent months have been dedicated to bugfixing rather
than the development of new features. Several new languages were added;
some languages even have their own translated manual. 

License: GNU General Public License (GPL)

URL: http://freshmeat.net/projects/phpsurveyor/

                        - %  - %  - % - % -

[046] - psycopg 2.0b6 (Development)
  by Federico Di Gregorio (http://freshmeat.net/users/fog/)
  Thu, Nov 17th 2005 07:06

Database
Software Development :: Libraries

About: psycopg is a PostgreSQL database adapter for the Python programming
language. Its main advantages are that it supports the full Python DBAPI
2.0 and it is thread safe at level 2. It was designed for heavily
multi-threaded applications that create and destroy lots of cursors and
make a conspicuous number of concurrent INSERTs or UPDATEs. The psycopg
distribution includes ZPsycopgDA, a Zope Database Adapter.

Changes: This release introduces named cursors, which are used to retrieve
information from the backend in small chunks. Some inconsistencies in date
and time parsing were fixed. 

License: GNU General Public License (GPL)

URL: http://freshmeat.net/projects/psycopg/

                        - %  - %  - % - % -

[047] - Puppy Linux 1.0.6 
  by Barry Kauler (http://freshmeat.net/users/bkauler/)
  Thu, Nov 17th 2005 07:38

System :: Operating System :: Linux Distributions :: CD-Based

About: Puppy Linux is a Linux distribution that is less than 60 megabytes
large, yet it includes a complete set of graphical applications, combined
with extensive utility applications. Puppy was created from scratch,
file-by-file, optimized for size at every step. Another feature of Puppy
Linux is that it can work totally without a hard drive, even allowing you
to save data and install extra packages by saving back to the CD or DVD. 

Changes: Abiword was upgraded to 2.4.1, with extensive plugins.
Multisession DVD is now working well. 

License: GNU General Public License (GPL)

URL: http://freshmeat.net/projects/puppylinux/

                        - %  - %  - % - % -

[048] - PyDO 2.0rc1 (Development)
  by smulloni (http://freshmeat.net/users/smulloni/)
  Thu, Nov 17th 2005 14:40

Database

About: PyDO is an object-relational mapping library for Python that is
easy to use, explain and extend. It supports multiple database systems,
including PostgreSQL, SQLite, MySQL, MSSQL, and Oracle. 

Changes: This version fixes several bugs and makes it easier to pickle
dynamically created classes.

License: BSD License (revised)

URL: http://freshmeat.net/projects/pydo/

                        - %  - %  - % - % -

[049] - pympd 0.05.2 
  by whatah (http://freshmeat.net/users/whatah/)
  Thu, Nov 17th 2005 23:46

Multimedia :: Sound/Audio :: Players

About: Pympd is a frontend for mpd in the style of rhythmbox and itunes,
written in Python, with pygtk. Pympd itself is not a music player, but is
a frontend to mpd.

Changes: FHS compliance was added. A Makefile and minor bugfixes were
added. 

License: GNU General Public License (GPL)

URL: http://freshmeat.net/projects/pympd/

                        - %  - %  - % - % -

[050] - QMail Installation 1.3.16 
  by Franck (http://freshmeat.net/users/lexo/)
  Thu, Nov 17th 2005 10:48

Communications :: Email :: Mail Transport Agents
Software Development
System :: Installation/Setup

About: QMail Installation is a small and very practical  script that makes
it easy to install qmail and  other related tools, such as vpopmail, 
qmailadmin, spamassassin, F-prot, and qmailmrtg. 

Changes: Versions of software sources have been updated. A minor change
has been added to spamassasin's configuration (local.cf). There are minor
changes in Isoqlog installation, minor changes in vlimits.default, and
major changes in simscan installation.

License: GNU General Public License (GPL)

URL: http://freshmeat.net/projects/qmail_install/

                        - %  - %  - % - % -

[051] - qSheff Manager 1.0 
  by M.Ali VARDAR (http://freshmeat.net/users/VARDAR/)
  Thu, Nov 17th 2005 06:46

Communications :: Email :: Filters

About: qSheff Manager is a wrapper for the qmail queue that scans email
for viruses and spam. 

Changes: All menu keys have been redesigned. The code was tested for
stability. 

License: GNU General Public License (GPL)

URL: http://freshmeat.net/projects/qsheffmanager/

                        - %  - %  - % - % -

[052] - Rememorizer 1.0.0 
  by Jason (http://freshmeat.net/users/jasonstracner/)
  Thu, Nov 17th 2005 14:47

Education

About: Rememorizer is a flash card program that aids in extremely
efficient memorization (phone numbers, birthdays, math, etc.). It helps
you memorize items around 10 to 50 times faster than with regular flash
cards. It is similar to SuperMemo. It works on PocketPC, Palm, Windows,
Linux, and more.

License: GNU General Public License (GPL)

URL: http://freshmeat.net/projects/rememorizer/

                        - %  - %  - % - % -

[053] - RFC 3.3.0 
  by sekko75 (http://freshmeat.net/users/Sekko75/)
  Thu, Nov 17th 2005 14:55

Security
System :: Filesystems
System :: Monitoring

About: RFC (Remote Filesystem Checker) is a set of scripts that aims to
help system administrators run a filesystem checker (like tripwire, aide,
etc.) from a "master-node" to several "slave-nodes" using ssh, scp, sudo,
and few other common shell commands.  

Changes: A new function that replaces the "seq" command, which is not
available on all systems. A fix for a small bug that caused a "cp: missing
destination file" error. A fix for an error that caused RFC to suggest a
bad "sudo" setup. A new function to check whether a node is alive without
the "nmap" requirement. "/lib" is included in all default configuration
files for the filesystem checkers (afick, aide, and integrit). AFICK has
been updated to version 2.8-2. The documentation reflects the latest
changes.

License: GNU General Public License (GPL)

URL: http://freshmeat.net/projects/rfc/

                        - %  - %  - % - % -

[054] - Sahi 2005-11-18 
  by V Narayan Raman (http://freshmeat.net/users/narayanraman/)
  Thu, Nov 17th 2005 14:38

Software Development :: Quality Assurance
Software Development :: Testing

About: Sahi is an automation and testing tool for web applications, with
the facility to record and playback scripts. Features include, in-browser
controls, text based scripts, ant support for playback of suites of tests,
and multi threaded playback. It supports HTTP and HTTPS. Sahi runs as a
proxy server, and the browser needs to use the sahi server as its proxy.
Sahi then injects JavaScript so that it can access elements in the Web
page. This makes the tool independent of the Web site or Web application. 

Changes: This release adds supprt for access of input tags of type
"image". A bug regarding escaping of single/double quotes during recording
and playback has been fixed. A bug has been fixed regarding recursion/out
of memory errors while navigating to a proxy URL through the browser.
Javascript files have been concatenated to reduce the number of sockets
being opened.

License: Other/Proprietary License with Source

URL: http://freshmeat.net/projects/sahi/

                        - %  - %  - % - % -

[055] - SortImagesGUI 1.1.1 
  by Species 8472 (http://freshmeat.net/users/8472/)
  Thu, Nov 17th 2005 00:48

Multimedia :: Graphics
Multimedia :: Graphics :: Capture :: Digital Camera
System :: Archiving

About: SortImagesGUI is a Java Swing application for sorting still images
from digital cameras by capture date from the EXIF header. The images are
sorted into subfolders by year, month, and day. Most of the EXIF-metadata
are inserted into a MySQL database with the MD5 sum of the image file as a
primary key. This makes it easy to find out if an image already exists.

Changes: This release fixes a minor bug in the file chooser. Hidden files
(starting with a dot) are now ignored. This fixes some warnings under Mac
OS X. The hidden Mac OS Finder meta files were also found but not sorted,
as they didn't contain any valid EXIF metadata.

License: GNU General Public License (GPL)

URL: http://freshmeat.net/projects/sortimagesgui/

                        - %  - %  - % - % -

[056] - Source Mage GNU/Linux 1.13.2 (Sorcery)
  by SMGL Sorcery Team Lead (http://freshmeat.net/users/Sorcery/)
  Thu, Nov 17th 2005 10:29

System :: Operating System
System :: Operating System :: Linux Distributions

About: Source Mage GNU/Linux is a source-based Linux distribution based on
a magical metaphor of "casting" and "dispelling" programs, which are
referred to as "spells". In multi-tasking style, it downloads the sources
in the background while compiling in the foreground. Source Mage's
"sorcery" offers advanced package management, but retains the choices,
options, and control not offered by many other distributions. 

Changes: This release fixes an issue with leapforward URLs, a cosmetic
error in scribbler, a bug in the code that looks for the best default
answer for depends providers, and a problem with GPG verification.

License: GNU General Public License (GPL)

URL: http://freshmeat.net/projects/sourcemage/

                        - %  - %  - % - % -

[057] - Stunnix Perl-Obfus 2.8 
  by Stunnix (http://freshmeat.net/users/stunnix/)
  Thu, Nov 17th 2005 10:50

Internet :: WWW/HTTP :: Site Management
Software Development :: Compilers
Software Development :: Pre-processors

About: Stunnix Perl-Obfus is a unique solution for protecting your
valuable intellectual property from possible Perl source code
piracy/studying/rework. It's an advanced and extremely reliable obfuscator
for the Perl source code. It converts the Perl source files (.pl and .pm)
into highly mangled and obfuscated forms, making them extremely difficult
to study, analyse, reuse, or re-work for competitors or customers, while
fully retaining functionality of the original source code. It's not a
compiler to machine code, and the obfuscated form will still be the usual
Perl source code, and so will work on all platforms the original source
worked on.

Changes: This release adds the ability to specify the encoding of input
files using the --input-encoding switch. It has workarounds for several
bugs in standard Perl interpreters. The Project Manager GUI now allows you
to switch encoding off or on globally for a project using a new menu item
in the Project menu. A lot of useful obfuscation presets (switchable via
Project->'Switch debugging/product profile') were added to the Project
Manager GUI. The menu item Project->'Quit GUI' was added to the Project
Manager GUI. The most recent version of Stunnix Perl Web Server is used
for running the Project Manager GUI.

License: Other/Proprietary License

URL: http://freshmeat.net/projects/perl-obfus/

                        - %  - %  - % - % -

[058] - The Qu Programming Language 1.10 
  by Marc Krisnanto (http://freshmeat.net/users/marckris/)
  Thu, Nov 17th 2005 14:46

Software Development :: Interpreters

About: Qu is a full-featured, dynamic strong typing, object-oriented
programming language. It has a clean syntax,
private/public/read-only/read-write attributes, lexical closures,
generator, fast exceptions, try-finally, eval, and a lot more.

Changes: Several built-in classes have been renamed and enhanced. Several
new syntaxes have been added. Method names and behaviors are now more
consistent. Several standard modules have been added.

License: GNU General Public License (GPL)

URL: http://freshmeat.net/projects/qu/

                        - %  - %  - % - % -

[059] - Time Attendance 1.07 
  by WA (http://freshmeat.net/users/webapp/)
  Thu, Nov 17th 2005 06:53

Information Management
Information Management :: Records Management
Office/Business :: Groupware

About: Time and Attendance is software that is designed to track time and
attendance. Attendance tracking is key to any club or organization, and
Time and Attendance can easily bring this task online. Its Web-based
interface allows you to enter events as either public or private, and only
public events are shown on the public attendance page. 

Changes: The documentation about setting up the system was updated to
prevent viewing of the site.xml file. 

License: Other/Proprietary License with Source

URL: http://freshmeat.net/projects/time-attendance/

                        - %  - %  - % - % -

[060] - TrackFS 0.0.5 
  by Michael Riepe (http://freshmeat.net/users/tootired/)
  Thu, Nov 17th 2005 23:27

Software Development :: Build Tools
Utilities

About: Trackfs is a small program that tracks file system changes made by
another program (or group of programs). It is similar to "installwatch",
but works quite differently. While installwatch uses LD_PRELOAD to
intercept library functions like open() and unlink(), trackfs runs the
child program(s) with tracing enabled and tracks the system calls they
make. 

Changes: Forks are processed serially now. This should avoid the problems
trackfs had with some Perl scripts (e.g. pod2man). 32-bit (i386) versions
of trackfs will now complain if they're about to execute a 64-bit (x86_64)
binary. More bugfixes were made. 

License: GNU General Public License (GPL)

URL: http://freshmeat.net/projects/trackfs/

                        - %  - %  - % - % -

[061] - Transmission 0.4 
  by titer (http://freshmeat.net/users/titer/)
  Thu, Nov 17th 2005 23:38

Communications :: File Sharing
Internet

About: Transmission is a BitTorrent client which aims to be as efficient
as possible. Only the Mac OS X version currently has a graphical
interface. 

Changes: Downloading torrents with many pieces now uses less CPU time. UI
freezes which could occur when the hard drive is slow to respond were
fixed. Fixes have been included for difficult trackers which require a
"key" parameter or a User Agent field. The OS X version features a cleaner
look with a unified toolbar, a document icon for torrent files, a
Pause/Resume button for each torrent, a "Reveal in Finder" button, and a
contextual menu. A bug in which torrents kept "Stopping..." forever was
fixed. Several other minor UI improvements and fixes were done. 

License: MIT/X Consortium License

URL: http://freshmeat.net/projects/transmission/

                        - %  - %  - % - % -

[062] - TYPO3 3.8.1 
  by Michael Stucki (http://freshmeat.net/users/mundaun/)
  Thu, Nov 17th 2005 23:20

Database :: Front-Ends
Internet :: WWW/HTTP :: Dynamic Content
Internet :: WWW/HTTP :: Indexing/Search

About: TYPO3 is a Web content management system which features automatic
creation of navigational menus, headlines, and other dynamic graphical
elements, automatic conversion and scaling of images, the ability to
present different templates based on variables such as client browser or
country code, support for multiple templates on a site, and a built-in
password-protection option. Pages can be timed to be shown on a certain
date, be hidden on a certain date or just temporarily hidden. TYPO3
supports search in SQL-databases and redesigning of a website at once is
just a matter of creating a single new template.

Changes: The automatic detection of the base href has been removed for
security reasons. A cross-site-scripting issue in showpic.php was fixed,
and phpinfo was publically viewable using a specific URL. Some more minor
security related fixes include random generation of the encryptionKey and
an upgrade of the phpMyAdmin extension from 2.6.2 to upstream 2.6.4-pl3.
Additionally, image alignment works properly again and the layers menu
will now work flawlessly in Opera browsers. 

License: GNU General Public License (GPL)

URL: http://freshmeat.net/projects/typo3/

                        - %  - %  - % - % -

[063] - util-linux 2.13-pre6 
  by Adrian Bunk (http://freshmeat.net/users/bunk/)
  Thu, Nov 17th 2005 14:44

Utilities

About: Util-linux is a suite of essential utilities for any Linux system.
It contains the following programs: addpart, agetty, blockdev, cal,
cfdisk, chfn, chkdupexe, chrt, chsh, col, colcrt, colrm, column,
ctrlaltdel, cytune, ddate, delpart, display-services, dmesg, elvtune,
fastboot, fasthalt, fdformat, fdisk, flock, fsck.cramfs, fsck.minix,
getopt, halt, hexdump, hwclock, initctl, ionice, ipcrm, ipcs, isosize,
kill, last, line, logger, login, look, losetup, mcookie, mesg, mkfs,
mkfs.bfs, mkfs.cramfs, mkfs.minix, mkswap, more, mount, namei, need,
newgrp, partx, pg, pivot_root, provide, ramsize, raw, rdev, readprofile,
reboot, rename, renice, reset, rev, rootflags, script, scriptreplay,
setsid, setterm, sfdisk, shutdown, simpleinit, swapoff, swapon, taskset,
tailf, tunelp, ul, umount, vidmode, vipw, wall, whereis, and write.

Changes: getopt has been updated to 1.1.4. All *llseek variants have been
replaced with lseek. There are miscellaneous build system, code, and
documentation cleanups and fixes. The French and Italian translations have
been updated.

License: GNU General Public License (GPL)

URL: http://freshmeat.net/projects/util-linux/

                        - %  - %  - % - % -

[064] - Vice Stats 0.5 beta 
  by Arantius (http://freshmeat.net/users/arantius/)
  Thu, Nov 17th 2005 23:43

Internet :: WWW/HTTP :: Dynamic Content
Internet :: WWW/HTTP :: Dynamic Content :: Page Counters
System :: Logging

About: Vice Stats is an advanced Web site statistics gathering package. It
collects data about the resources in a Web site, the visitors to that site,
and the referring resources. It runs in PHP and stores its data in a MySQL
database.

Changes: This release fixes errant debugging code in the visitor detection
section that sometimes used "header" mode when other modes were selected. A
bug in the creation of browscap-lite.ini which caused all visitors to
appear as bots was fixed. Multi-user mode is no longer incorrectly always
on. "jscookie" header mode is completed. 

License: GNU General Public License (GPL)

URL: http://freshmeat.net/projects/vicestats/

                        - %  - %  - % - % -

[065] - Visuel Hexdiff 0.0.48 
  by tonton Th (http://freshmeat.net/users/thierryboudet/)
  Thu, Nov 17th 2005 14:35

Utilities

About: Visuel Hexdiff is a curses-based application designed to make it
easy to visually detect the differences between two binary files. It has
only been tested on Linux and OpenBSD, but is reported to work on FreeBSD,
Solaris, and Irix. 

Changes: Asciiviewer has been improved.

License: Freely Distributable

URL: http://freshmeat.net/projects/visuelhexdiff/

                        - %  - %  - % - % -

[066] - WebCleaner 2.34 
  by Bastian Kleineidam (http://freshmeat.net/users/calvin/)
  Thu, Nov 17th 2005 14:31

Internet :: Proxy Servers
Internet :: WWW/HTTP

About: WebCleaner is a filtering HTTP proxy. It can disable animated GIFs,
compress documents on-the-fly (with gzip), add/remove HTTP headers, and
remove unwanted HTML (adverts, Javascript, etc.). It can be customized to
your needs.

Changes: The HTML parser has better error recovery with missing attribute
quotes. All HTML length attributes are checked for validity and a minimum
and maximum value to avoid certain overflow attacks. More HTML advertising
filtering rules have been added.

License: GNU General Public License (GPL)

URL: http://freshmeat.net/projects/webcleaner/

                        - %  - %  - % - % -

[067] - WiKID Strong Authentication System 1.0.0 (Ruby Network Client)
  by nowen (http://freshmeat.net/users/nowen/)
  Thu, Nov 17th 2005 07:42

Security
Security :: Cryptography
System :: Networking

About: The WiKID Strong Authentication System is a highly scalable, secure
two-factor authentication system consisting of a server, a token client,
and network clients that connect a service such as a VPN or Web page to
the WiKID server to validate one-time passcodes. The user enters their PIN
into the token client, where it is encrypted and sent to the server. If the
PIN is correct, the encryption valid, and account active, the one-time
passcode is generated, encrypted, and returned to the user. It is simple
to implement and maintain, allows users to be validated automatically,
requires no hardware tokens, has a simple API for application support via
a COM object and Java component, supports multiple domains, and supports
replication for fault tolerance and scalability.

Changes: This is the initial release of the Ruby network client. Network
clients pass authentication credentials to the WiKID server, enabling
2-factor authentication. Sample files are provided under docs/example/ for
use with the WiKID server. Use example.rb for command line or CGI, or use
example.rhtml for mod_ruby/eruby. 

License: GNU General Public License (GPL)

URL: http://freshmeat.net/projects/wikid/

                        - %  - %  - % - % -

[068] - X-Cart 4.0.17 
  by Ruslan R. Fazliev (http://freshmeat.net/users/rrf/)
  Thu, Nov 17th 2005 06:58

Internet
Internet :: WWW/HTTP
Internet :: WWW/HTTP :: Dynamic Content

About: X-Cart is a time-proven shopping cart software. Its Web-based
administrator area and installation wizard make setup and maintenance of
the shopping cart easy. Free technical support is provided with every
software license. No PHP or other programming knowledge is required to set
it up and run it. X-Cart is template based, which means you can modify its
look and feel and functionality. The software has no logical limitations
on the number of products. The code is optimized for smooth performance
with up to 20,000 products. Special hardware and software optimization
allows X-Cart run up to 500,000 products. 

Changes: This is the most stable release of X-Cart 4.0.x branch. This
release only includes minor bugfixes. 

License: Other/Proprietary License with Source

URL: http://freshmeat.net/projects/xcart/

                        - %  - %  - % - % -

[069] - xine gxine 0.5.0
  by Moritz Barsnick (http://freshmeat.net/users/barsnick/)
  Thu, Nov 17th 2005 10:30

Multimedia :: Video :: Display

About: xine is a free multimedia player. It plays back CDs, DVDs, and
VCDs. It also decodes multimedia files like AVI, MOV, WMV, and MP3 from
local disk drives, and displays multimedia streamed over the Internet. It
interprets many of the most common multimedia formats available--and some
of the most uncommon formats, too. All those features come in a reusable
library (xine-lib) which can easily be embedded in your applications. 

Changes: This release of the gxine frontend is a major overhaul. An
optional separate window for windowed-mode controls was implemented. A
keypad window was added. Tabs and a graphic equalizer were added to the
settings window. Clipboard support was added to the playlist and media
marks windows. Lirc support was improved. GNOME VFS support was added.

License: GNU General Public License (GPL)

URL: http://freshmeat.net/projects/xine/

                        - %  - %  - % - % -

[070] - XNap Commons 0.9.3 
  by Steffen Pingel (http://freshmeat.net/users/squig/)
  Thu, Nov 17th 2005 14:33

Software Development :: Libraries :: Java Libraries

About: The XNap Commons project provides a set of utility  Java classes
for easy handling of common tasks like sortable tables, auto completion,
and internationalization, a settings framwork, and Swing components like
common dialogs, a wizard, a closeable tabbed pane, a directory chooser,
and what's-this-style context help.

Changes: A selection action has been added, the dialog button separator
can now be disabled, the SplashWindow has been improved, and a few bugs
have been fixed. A French localization has been added.

License: GNU Lesser General Public License (LGPL)

URL: http://freshmeat.net/projects/xnap-commons/

                        - %  - %  - % - % -

[071] - Yet Another Freeware PDF-Composer 1.5 
  by Wolfgang Ullrich (http://freshmeat.net/users/ullrich/)
  Thu, Nov 17th 2005 10:30

Printing

About: YAFPC (Yet Another Free PDF-composer) can compose PDF documents
from picture files and other PDF files, encrypt the created document, and
send it to a given email address. YAFPC is designed to act as a
command-line tool that combines with GhostScript to provide a network
shared PDF printer which automatically adds letterheads, company-logos,
watermarks, and Terms & Condition- pages to the printed documents, and
then mails the document to the user who initiated the print job. It has a
graphical user interface (GUI) for easy configuration and testing.
Easy-to-use sample scripts for setting up a PDF-printer on Windows or
Linux servers are included. 

Changes: This version fixes a bug where an empty configuration file
(*.fpc) caused a system crash.

License: GNU General Public License (GPL)

URL: http://freshmeat.net/projects/yafpc/



 ---. --- ---  ---. -.---- - .--.--- --. --.. ---. - .--.- ---.--


_______________________________________________
The freshmeat daily newsletter
To unsubscribe, send email to [email protected]
or visit http://lists.freshmeat.net/mailman/listinfo/freshmeat-news
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.