Newsletter for Thursday, February 05th 2009

The freshmeat daily newsletter <[email protected]> Fri, 6 Feb 2009 00:10:02 +0000 (UTC)
Newsgroups gmane.linux.freshmeat.announce
Message-ID <[email protected]>
--===============0569962648465893422==

::: L I N K S   F O R   T H E   D A Y :::

Today's news on the web: http://freshmeat.net/daily/2009/02/05/
freshmeat.net newsgroup: news:///fm.announce

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

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

[001] - AsDoclet 1.1.3 
[002] - Aspyct 3k beta 1 
[003] - Asycle 1.0.2 
[004] - Asymptote 1.61 
[005] - dhcpcd-dbus 0.2.0 
[006] - dhcpcd-gtk 0.2.0 
[007] - Dnsmasq 2.47 
[008] - DynaStop 08333.1634-054 
[009] - FBReader 0.10.3 
[010] - fsarchiver 0.4.1 
[011] - get_iplayer 1.29 
[012] - Ghostscript 8.64 
[013] - GNU SIP Witch 0.3.12 
[014] - Hawkscope 0.4.0 
[015] - Internet Media Manager 0.2 
[016] - Kheops beta 1 
[017] - LaTeX::Table 0.9.13 
[018] - libscgi 0.8 
[019] - m2secret 0.1 
[020] - magicErmine 2.2.1 
[021] - massXpert mass spectrometry package 1.9.0 
[022] - MGRX 1.0.0 
[023] - MSAR-W 1.3 
[024] - mxGraph 0.15.1.1 
[025] - MySAC 0.0b-1 
[026] - Nanoki 1.12 
[027] - Nebula3 3-stable1 
[028] - Neverball 1.5.0 
[029] - OBM 2.1.14 
[030] - Online Grades 3.2.4.1 
[031] - Online Grades 3.2.5 
[032] - OpenMeetings 0.7 RC2 
[033] - ORLite 1.19 
[034] - PETSc 3.0.0 
[035] - phpLiveDocx 1.0 
[036] - picturesort 0.2 
[037] - Poddy Home 0.5 
[038] - pymssql 1.0.1 
[039] - QMotion 1.7 
[040] - QMotion 1.8 
[041] - QtAda 2.1.0 
[042] - ReactOS 0.3.8 
[043] - releaser 0.5.0 
[044] - safecopy 1.0 
[045] - Scannedonly 0.12 
[046] - Simple Groupware 0.1 
[047] - sqlmap 0.6.4 
[048] - TCExam 7.0.029 
[049] - Thread Safe Template Library 1.2.5 
[050] - tig 0.14 
[051] - transmorph 2.0.0 
[052] - WiKID Strong Authentication System 3.2.15 
[053] - Wolverine Firewall and VPN Server 2.10.1062 (Development)
[054] - XPTracker 20090104 
[055] - ZK Mobile 0.8.10 
[056] - [fleXive] 3.0.2 


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

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

[001] - AsDoclet 1.1.3 
  by Harald (http://freshmeat.net/users/haraldradi/)
  Thu, Feb 5th 2009 18:31

Software Development :: Code Generators
Software Development :: Documentation

About: AsDoclet can be used to generate Actionscript and C# files out of
Java sources. Such a tool is useful for RIA and client/server applications
where value objects are transmitted between server and client as serialized
data that should be deserializable on both ends again. That includes
remoting technologies like Flash Remoting, RTMP, Blaze DS, Red5, and
Hessian.

License: The Apache License 2.0

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

                        - %  - %  - % - % -

[002] - Aspyct 3k beta 1 
  by Antoine d'Otreppe (http://freshmeat.net/users/antoine_935/)
  Thu, Feb 5th 2009 21:30

Software Development :: Libraries :: Python Modules

About: Aspyct is a Python (both 2.x and 3.x) module that implements AOP
(aspect oriented programming). It's a two-part library containing both a
highly flexible engine and a light one.

Changes: Aspyct3k features compatibility with the new Python 3000 engine,
as well as with Python 2.6. In addition, the new Smarty engine is available
as a replacement for the old and slow Core.

License: GNU Lesser General Public License (LGPL)

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

                        - %  - %  - % - % -

[003] - Asycle 1.0.2 
  by Harald (http://freshmeat.net/users/haraldradi/)
  Thu, Feb 5th 2009 18:59

Software Development
Software Development :: Build Tools
Software Development :: Documentation

About: Asycle is an analysis tool for Actionscript class and package
dependencies based on Classycle. It uses metaas as an Actionscript parser,
and provides the necessary statistics to generate reports with Classycle.

License: The Apache License 2.0

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

                        - %  - %  - % - % -

[004] - Asymptote 1.61 
  by John Bowman (http://freshmeat.net/users/jcbowman/)
  Thu, Feb 5th 2009 11:04

Education
Multimedia :: Graphics :: Editors :: Vector-Based
Scientific/Engineering

About: Asymptote is a powerful descriptive vector graphics language for
technical drawing, inspired by MetaPost but with an improved C++-like
syntax. It provides for figures the same high-quality level of typesetting
that LaTeX does for scientific text. Asymptote is a programming language as
opposed to just a graphics program. It can exploit the best features of
script (command-driven) and graphical user interface (GUI) methods.
High-level graphics commands are implemented in the language itself,
allowing them to be easily tailored to specific applications.

Changes: A workaround was implemented for a dvips misconfiguration in
TeXlive 2008 that introduces unwanted %%BeginPaperSize commands into the
EPS output. The -q option was reinstated and the asymptote.py Python module
was fixed. The bezulate.asy module now enforces the same zerowinding
fillrule as used by dvips. In solids.asy, a warning is issued if the
silhouette routine is used in a fully 3D context. The freeglut extensions
for supporting user-specified multisampling values were re-instated. A
freeglut segmentation fault triggered by spurious window creation was
fixed. An aspect ratio problem was fixed.

License: GNU General Public License (GPL)

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

                        - %  - %  - % - % -

[005] - dhcpcd-dbus 0.2.0 
  by Roy Marples (http://freshmeat.net/users/uberl0rd/)
  Thu, Feb 5th 2009 15:06

System :: Networking

About: dhcpcd-dbus receives interface configuration events from the dhcpcd
control socket and emits them to the DBus listeners. It also has methods to
release, rebind, stop, and query dhcpcd on an interface. This allows users
to control dhcpcd to some extent, as all dhcpcd operations require root
privileges, and DBus has a fine-grained ACL list for accessing these
functions which dhcpcd-dbus can optionally use. dhcpcd-dbus can also talk
to wpa_supplicant via its control socket and expose a minimal interface.

Changes: The dhcpcd event loop is used to better manage things.
wpa_supplicant support is more robust. Most of the wpa_supplicant socket
API is now exported. 

License: BSD License (revised)

URL: http://freshmeat.net/projects/dhcpcd-dbus/

                        - %  - %  - % - % -

[006] - dhcpcd-gtk 0.2.0 
  by Roy Marples (http://freshmeat.net/users/uberl0rd/)
  Thu, Feb 5th 2009 15:08

Desktop Environment :: Gnome
System :: Networking

About: dhcpcd-gtk is a GTK+ monitor for dhcpcd. It uses dhcpcd-dbus to
talk to dhcpcd and wpa_supplicant.  At present, dhcpcd-gtk is just an
application that sits in the notification area. The icon has several
states, showing offline, address negotiation, and online. When attempting
to negotiate an address, you get a nice animation. A notification bubble is
also shown per interface state change. Future versions will have Access
Point selection and dhcpcd configuration options.

Changes: A list of available APs is now available via a dropdown menu,
which shows if each AP is encrypted or not and its signal quality. You can
click one to configure its PSK or WEP key 0. 

License: BSD License (revised)

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

                        - %  - %  - % - % -

[007] - Dnsmasq 2.47 
  by Simon Kelley (http://freshmeat.net/users/simonkelley/)
  Thu, Feb 5th 2009 21:30

Internet :: Name Service (DNS)

About: Dnsmasq is a lightweight, easy to configure DNS forwarder and DHCP
server. It is designed to provide DNS and (optionally) DHCP to a small
network. It can serve the names of local machines which are not in the
global DNS. The DHCP server integrates with the DNS server and allows
machines with DHCP-allocated addresses to appear in the DNS with names
configured either in each host or in a central configuration file. Dnsmasq
supports static and dynamic DHCP leases and BOOTP/TFTP for network booting
of diskless machines. 

Changes: Bugs fixed include NetBSD 5.0 compatibility, DBus configuration,
and network interface binding. Additional features include more flexible
encapsulated DHCP options (for gPXE), better DHCP packet matching
facilities, and IP address rewriting.

License: GNU General Public License (GPL)

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

                        - %  - %  - % - % -

[008] - DynaStop 08333.1634-054 
  by BpMatthias (http://freshmeat.net/users/BpMatthias/)
  Thu, Feb 5th 2009 11:08

Communications :: Email
Communications :: Email :: Filters
Internet

About: DynaStop is a utility to examine IPv4 based addresses for Exim and
procmail for the purpose of filtering based upon patterns defined by the
administrator. This can be a pivotal factor in email filtering and server
load management, since dynamic IP addresses are typically used for dial-up,
DHCP, and DSL accounts. All of which have a designated mail exchange server
through which all outbound mail flows as defined with many, if not most,
large Internet service providers. 

Changes: The BleedingThreats, WhiteList, DropList, VirusList, and
UnsubList example config files were updated.

License: GNU General Public License v2

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

                        - %  - %  - % - % -

[009] - FBReader 0.10.3 
  by Nikolay Pultsin (http://freshmeat.net/users/geometer/)
  Thu, Feb 5th 2009 00:42

Text Processing

About: FBReader is an e-book reader. It currently works on the Sharp
Zaurus, Siemens Simpad with Opensimpad ROM, Nokia Internet Tablet (Maemo
platform), Archos PMA430, Motorola E680i/A780/A1200 smartphones, PepperPad
3, Asus Eee PC, IRex iLiad, UMPC, and desktop computers running Linux,
Windows XP/Vista, or FreeBSD. It supports several e-book formats: epub,
plucker, palmdoc, zTXT, HTML, CHM, fb2, TCR (psion text), OEB, OpenReader,
RTF, non-DRM'ed Mobipocket, and plain text. 

Changes: Some issues related to multi-file tar, tar.gz, and tar.bz2
archives have been fixed. Greek hyphenation patterns were regenerated from
another TeX source; the new version has no license issues from the Debian
point of view.

License: GNU General Public License (GPL)

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

                        - %  - %  - % - % -

[010] - fsarchiver 0.4.1 
  by François Dupoux (http://freshmeat.net/users/fdupoux/)
  Thu, Feb 5th 2009 15:33

System :: Archiving :: Backup
System :: Filesystems
System :: Recovery Tools

About: fsarchiver is a system tool that allows you to save the contents of
a filesystem to a compressed  archive file. The filesystem can be restored
on a  partition that has a different size, and it can be restored on a
different filesystem. Unlike tar/dar, fsarchiver also creates the
filesystem when it extracts the data to partitions. Everything is
checksummed in the archive in order to protect the data. If the archive is
corrupt, you just lose the current file, not the whole archive.

Changes: This version is able to archive and extract NTFS filesystems. It
can be used to flexibly clone NTFS partitions. This means you can restore
the backup of an NTFS filesystem to a partition which is smaller than the
original or somewhere else on the disk. It has been tested on the XP
version of Windows only. This requires the advanced release of ntfs-3g
(systemrescuecd-1.1.5-beta15 is a live CD that comes with fsarchiver-0.4.1
and all its requirements). This version also adds a command that shows all
the filesystems of the computer: "fsarchiver probe simple". 

License: GNU General Public License v2

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

                        - %  - %  - % - % -

[011] - get_iplayer 1.29 
  by Linuxcentre (http://freshmeat.net/users/linuxcentre/)
  Thu, Feb 5th 2009 18:51

Multimedia :: Sound/Audio
Multimedia :: Video

About: get_iplayer allows a user to download or stream any BBC iPlayer TV
program (H.264/Quicktime), ITVplayer TV programs (ASF/WMV), iPlayer radio
programs (MP3/RealAudio), and BBC podcasts (MP3/AAC). It even downloads
iPlayer subtitles. It supports RTMP iPlayer downloads. It has full PVR
functionality for automatic downloading.

Changes: This release adds a --fields option to allow the user to
customize which program fields to search using a comma-separated list. If
".get_iplayer/" exists in the current working directory, its options file
is used to override any user/system options. A --pvrqueue option has been
added to allow matching programs to be added to the PVR download queue on a
one-off basis. This release will only skip the current program download,
and not exit, if the file already exists. A benign --comment option has
been added to allow annotation of PVR searches.

License: GNU General Public License v3

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

                        - %  - %  - % - % -

[012] - Ghostscript 8.64 
  by Moritz Barsnick (http://freshmeat.net/users/barsnick/)
  Thu, Feb 5th 2009 21:28

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: Improvements were made for overprint and spot color support in
documents with transparency, as well as for PDF and PS output. Proper
handling of PDF-specific text rendering modes was implemented. Support for
reading AES-encrypted PDF documents was added. Handling of CJK text,
especially in vertical writing modes, was improved. The memory footprint
with certain files at high resolutions was reduced. Several long-standing
bugs in the PCL drivers with respect to duplex, resolution, and paper tray
selection were fixed. Many other bugs were fixed.

License: GNU General Public License (GPL)

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

                        - %  - %  - % - % -

[013] - GNU SIP Witch 0.3.12 
  by David Sugar (http://freshmeat.net/users/davidsugar/)
  Thu, Feb 5th 2009 05:41

Communications :: Telephony
Office/Business
Security

About: GNU SIP Witch is a pure SIP-based office telephone call server that
supports generic phone system features like call forwarding, hunt groups
and call distribution, call coverage and ring groups, holding, and call
transfer, as well as offering SIP specific capabilities such as presence
and messaging. It supports secure telephone extensions for making calls
over the Internet, and intercept/decrypt-free peer-to-peer audio and video
extensions. It is not a SIP proxy, a multi-protocol telephone server, or an
IP-PBX, and does not try to emulate Asterisk, FreeSWITCH, or Yate.

Changes: A CGI-based XMLRPC API was introduced. Call maps were added for
live status of active calls. More data collection and statistical services
were added. 

License: GNU General Public License v3

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

                        - %  - %  - % - % -

[014] - Hawkscope 0.4.0 
  by Tomas Varaneckas (http://freshmeat.net/users/spajus/)
  Thu, Feb 5th 2009 10:57

Desktop Environment :: File Managers
Desktop Environment :: Gnome
System :: Filesystems

About: Hawkscope is a productivity tool that allows you to access your
hard drive contents quickly via a system tray icon with a dynamic popup
menu. 

Changes: This release is compatible with Java 5 and runs on Mac OS X
10.4+. Handling of resources was improved and memory consumption was
reduced. The ability to use operating system icons if they are available
was added. The Swing GUI implementation is now discontinued and was
removed. It is now possible to blacklist folders and drives. A Settings
window was added. A menu reload delay was added to improve performance.

License: GNU General Public License v3

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

                        - %  - %  - % - % -

[015] - Internet Media Manager 0.2 
  by Steve Hannah (http://freshmeat.net/users/shannah/)
  Thu, Feb 5th 2009 18:44

Database
Desktop Environment :: File Managers
Information Management :: Document Repositories

About: The Internet Media Manager is a Web-based database application that
allows webmasters to centrally store their images and videos to be served
on their sites. It provides a Youtube-like interface whereby users can
simply copy and paste code snippets to embed images and videos into their
Web pages. It also provides a photo gallery component that allows users to
easily embed a gallery of images into their Web pages by simply copying and
pasting a snippet of Javascript code.

Changes: This release adds an embeddable video gallery action. It fixes an
issue with uploading FLV files (MIME type was not recognized). It adds a
'format' parameter to images to specify the desired output format of an
image.

License: GNU General Public License v2

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

                        - %  - %  - % - % -

[016] - Kheops beta 1 
  by Antoine d'Otreppe (http://freshmeat.net/users/antoine_935/)
  Thu, Feb 5th 2009 22:12

Information Management
Software Development
System :: Archiving :: Packaging

About: Kheops is a PHP source repository for small to medium sized
projects. Its aim is to be easy to use but powerful. It features a Web
interface, automated archive creation, and other enjoyable features. It
works with a Python client to allow advanced users to keep a copy of the
sources updated.

License: GNU General Public License (GPL)

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

                        - %  - %  - % - % -

[017] - LaTeX::Table 0.9.13 
  by markus (http://freshmeat.net/users/ohulan/)
  Thu, Feb 5th 2009 11:03

Text Processing :: Markup :: TeX/LaTeX

About: LaTeX::Table is a Perl module that provides functionality for an
intuitive generation of LaTeX tables. It ships with some predefined,
good-looking table styles. This module supports multi-page tables via the
xtab LaTeX package. For publication quality tables, it utilizes the
booktabs package. It also supports the tabularx and tabulary packages for
nicer fixed-width tables. Furthermore, it supports the colortbl package for
colored tables optimized for presentations. The ltpretty program makes it
easy to use this module from within a text editor such as Vim or emacs. 

Changes: This release adds functionality for splittin tables ('continued'
option). The tutorial and the POD documentation were improved.

License: Perl License

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

                        - %  - %  - % - % -

[018] - libscgi 0.8 
  by &#321;ukasz Zemczak (http://freshmeat.net/users/sil2100/)
  Thu, Feb 5th 2009 15:15

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

About: libscgi is a library offering a useful API for SCGI client programs
written in C. The library additionally comes with a small SCGI server used
for relying the incoming connections from the HTTP server to the client
application. It allows writting SCGI based persistent Web applications in
C. It is part of ASNlibs.

Changes: Support for multi-request handling was added in scgiserver. The
server will now spawn additional children for handling multiple requests at
a time. A minor bug with handling keys without values has also been fixed.
libscgi will now safely ignore such cases instead of bailing out with an
error. 

License: GNU General Public License v3

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

                        - %  - %  - % - % -

[019] - m2secret 0.1 
  by Heikki Toivonen (http://freshmeat.net/users/heikkitoivonen/)
  Thu, Feb 5th 2009 11:00

Security :: Cryptography
Software Development :: Libraries :: Python Modules

About: m2secret is an encryption/decryption module for Python and CLI
utility. It defaults to 256-bit AES with CBC mode, uses the PBKDF2
algorithm to derive keys from passwords, and is based on M2Crypto.

License: The Apache License 2.0

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

                        - %  - %  - % - % -

[020] - magicErmine 2.2.1 
  by magicErmine (http://freshmeat.net/users/magicermine/)
  Thu, Feb 5th 2009 11:04

System :: Software Distribution Tools

About: magicErmine allows the same Linux executable to be run on a wide
range of different distributions. Like statifier, It makes one executable
file with no run-time dependencies from a dynamically linked executable and
all of its libraries. Unlike statifier, it is able to add arbitrary files
to the packed executable, such as configuration files or pixmaps. 

Changes: Support for systems with VDSO linux-vdso.so.1 (such as Fedora 8
and Ubuntu 8.10), and more robust VDSO detection.

License: Other/Proprietary License with Free Trial

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

                        - %  - %  - % - % -

[021] - massXpert mass spectrometry package 1.9.0 
  by filippo rusconi (http://freshmeat.net/users/FilippoRusconi/)
  Thu, Feb 5th 2009 18:31

Education
Scientific/Engineering :: Bioinformatics
Scientific/Engineering :: Chemistry

About: The massXpert software package is a mass spectrometry environment
for linear (bio-)polymers. It inherits all the innovations of GNU
polyxmass. It allows the detailed definition of new polymer chemistries in
the XpertDef module. These chemistry definitions are then used in the
desktop calculator-like mass calculator (XpertCalc) and in the
sophisticated polymer sequence editor and (bio-)chemical/mass spectrometric
simulations module (XpertEdit). Available simulations include polymer and
monomer chemical modifications, polymer sequence cleavage, gas-phase
fragmentation, m/z ratio calculations, and more.

Changes: This release fixes a bug that would provide inexact oligomers
when cleaving with a specification involving left-cutting and right-cutting
activities like "K/;/D", for example. It adds a feature to edit a polymer
sequence by clicking onto monomers in the list of available monomers.
Internal code cleanup.

License: GNU General Public License (GPL)

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

                        - %  - %  - % - % -

[022] - MGRX 1.0.0 
  by malfer (http://freshmeat.net/users/malfer/)
  Thu, Feb 5th 2009 00:31

Multimedia :: Graphics
Software Development :: Libraries

About: MGRX is a 2D graphics library derived from GRX.

Changes: This release has a faster X11 driver. Bugs have been fixed in the
Win32 driver, which runs in Vista now.

License: GNU Lesser General Public License (LGPL)

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

                        - %  - %  - % - % -

[023] - MSAR-W 1.3 
  by MSARRaptor (http://freshmeat.net/users/MSARRaptor/)
  Thu, Feb 5th 2009 18:39



About: MSAR-W stands for MultiScale AutoRegressive modeling with Wavelets.
It is a software toolkit written in Matlab 5.2. MSAR-W requires only base
Matlab (no toolboxes needed). MSAR-W can produce multi-scale autoregressive
(AR) models of data. These models can be integer, fractional, or mixed
integer and fractional. Model orders can be different for each wavelet
resolution level. Users can choose a spline wavelet or a Haar wavelet. If
the data is multi-scale, MSAR-W can produce better-fitting models than
conventional AR models. 

Changes: A bug in the model coefficient info report has been fixed. The
documentation has been updated. Reporting/display functions have been
updated. A feature for users to eliminate specific wavelet resolution
levels has been added. Ploting of actual and residual autocorrelations has
been added.

License: Open Software License

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

                        - %  - %  - % - % -

[024] - mxGraph 0.15.1.1 
  by bensond (http://freshmeat.net/users/BessyBoo/)
  Thu, Feb 5th 2009 15:07

Information Management
Information Management :: Workflow Frameworks
Multimedia :: Graphics :: Editors :: Vector-Based

About: mxGraph is a JavaScript library that uses built-in browser
capabilities to provide an interactive drawing and diagramming solution.
Target applications are Web based applications that require workflow/BPM,
diagram, network, or general graph editing to be available in-place on a
Web page. 

Changes: This release is mostly code cleanup pending the 1.0 release. 

License: Free for non-commercial use

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

                        - %  - %  - % - % -

[025] - MySAC 0.0b-1 
  by Thierry FOURNIER (http://freshmeat.net/users/fourniert/)
  Thu, Feb 5th 2009 11:05

Database :: API

About: MySAC (MySQL Simple Asynchronous Driver) is a library that provides
mechanisms for making asynchronous request to MySQL databases. It uses uses
the official MySQL client library for authentication and network functions.
Memory allocation must be done in user code, so any memory manager can be
used.

Changes: This release has been tested with MySQL 5.

License: GNU General Public License (GPL)

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

                        - %  - %  - % - % -

[026] - Nanoki 1.12 
  by Zoe (http://freshmeat.net/users/ZoeInfo/)
  Thu, Feb 5th 2009 19:00

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

About: Nanoki is a simple, elegant wiki engine implemented in Lua.

License: MIT/X Consortium License

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

                        - %  - %  - % - % -

[027] - Nebula3 3-stable1 
  by post-factum (http://freshmeat.net/users/pfactum/)
  Thu, Feb 5th 2009 21:29



About: Nebula3 is multi-user Web file storage software. It's designed to
be easy to use and fast, with a text-only interface. It helps you to share
your files, organizes them using tags and descriptions, provides thumbnails
for pictures, and more.

Changes: Integration with the SMF forum was added. A tags cloud was added.
A checking referrer was added. Working with files was improved. Bugs were
fixed.

License: GNU Lesser General Public License (LGPL)

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

                        - %  - %  - % - % -

[028] - Neverball 1.5.0 
  by J&#257;nis R&#363;cis (http://freshmeat.net/users/parasti/)
  Thu, Feb 5th 2009 05:42

Games/Entertainment :: Arcade
Games/Entertainment :: Puzzle Games

About: Neverball is a game where you tilt the floor to roll a ball through
an obstacle course before time runs out. It is part puzzle game, part
action game, and entirely a test of skill.

License: GNU General Public License (GPL)

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

                        - %  - %  - % - % -

[029] - OBM 2.1.14 
  by Pierre Baudracco (http://freshmeat.net/users/pierreb/)
  Thu, Feb 5th 2009 18:53

Internet :: WWW/HTTP
Office/Business
Office/Business :: Groupware

About: OBM is a groupware, email, LDAP, Windows PDC, CRM, and project
management application. It is mainly used as an Exchange or Notes/Domino
groupware and mail server replacement, as an LDAP directory, as a Windows
PDC, as a contact and customer database, as a project management tool, or
as any combination of these functions. It provides groupware (calendars,
contacts, and tasks) connectors for Outlook, Thunderbird/Lightning, and
PDAs. It supports internationalization and themes. It is highly scalable,
and is used by sites from five to many thousands of users. 

Changes: A new calendar view has been added (one calendar per column).
Enhancements were made to the color handling in calendar, event sorting,
event information displayed and other ergonomic areas, and user CSV import.
Bugfixes were made for user deletion that destroyed events with resources,
for event popup in calendar planning view, for some module searches, and
other minor bugs. MySQL 4.1 compatibility has been restored in the
calendar.

License: GNU General Public License (GPL)

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

                        - %  - %  - % - % -

[030] - Online Grades 3.2.4.1 
  by Beau Huber (http://freshmeat.net/users/bhuber/)
  Thu, Feb 5th 2009 15:36

Education
Internet

About: Online Grades is a program that allows K-12+ student grades to be
posted onto a dynamic Web site. Online Grades is not a Web-based gradebook.
Instead, it accepts grade export information from several popular gradebook
software programs (such as Easy Grade Pro, Gradekeeper, Misty City's Grade
Machine, and PGGP) and places the grade information online securely. Online
Grades was originally based on the SourceForge project Basmati, and
backward compatibility has been maintained. 

Changes: Updates were made to the login files in each area to remove an
SQL injection vulnerability. 

License: GNU General Public License (GPL)

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

                        - %  - %  - % - % -

[031] - Online Grades 3.2.5 
  by Beau Huber (http://freshmeat.net/users/bhuber/)
  Thu, Feb 5th 2009 15:39

Education
Internet

About: Online Grades is a program that allows K-12+ student grades to be
posted onto a dynamic Web site. Online Grades is not a Web-based gradebook.
Instead, it accepts grade export information from several popular gradebook
software programs (such as Easy Grade Pro, Gradekeeper, Misty City's Grade
Machine, and PGGP) and places the grade information online securely. Online
Grades was originally based on the SourceForge project Basmati, and
backward compatibility has been maintained. 

Changes: Updates were made to the login code to prevent SQL injections,
which would allow someone to log in without having a valid password. A rich
text editor is used for notes. CSV data can be uploaded in the
administrative interface. A Web based database schema installer was added
to help with fresh installs. The ability to accept assignment dates in the
export from the grade book software was added. 

License: GNU General Public License (GPL)

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

                        - %  - %  - % - % -

[032] - OpenMeetings 0.7 RC2 
  by sw (http://freshmeat.net/users/SebastianWagner/)
  Thu, Feb 5th 2009 21:56

Communications :: Conferencing

About: OpenMeetings is a multi-language customizable video-conferencing
and collaboration system. It supports audio/video and allows you to see the
desktop of any participant. It includes a whiteboard, the ability to import
a variety of image formats, invitations, a moderation system, backup and
language modules, private and public conference rooms, and the ability to
record meetings. 

Changes: This release candidate adds a new UI to the conference room and a
new styling for the complete application. In the conference room, the
moderator can now allow multiple people to draw simultaneously to the
whiteboard. A number of critical bugs are fixed in the database config for
MySQL to prevent connection errors. The previously removed invitation
ability is now available again through the menu bar.

License: GNU Lesser General Public License (LGPL)

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

                        - %  - %  - % - % -

[033] - ORLite 1.19 
  by Alexandr Ciornii (http://freshmeat.net/users/chorny/)
  Thu, Feb 5th 2009 11:02

Database
Software Development :: Libraries :: Perl Modules

About: ORLite is an object-relation system specifically tailored for
SQLite that follows many of the same principles as the ::Tiny series of
modules.

Changes: This release added support for using a CODE reference in the
'create' parameter, so that the schema setup can be provided directly in
the ORLite initialization.

License: Perl License

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

                        - %  - %  - % - % -

[034] - PETSc 3.0.0 
  by imipak (http://freshmeat.net/users/imipak/)
  Thu, Feb 5th 2009 00:32

Software Development :: Libraries
System :: Clustering/Distributed Networks

About: PETSc is a suite of data structures and routines for the scalable
(parallel) solution of scientific applications modeled by partial
differential equations. It employs the MPI standard for all message-passing
communication.

Changes: This release changes the Socket viewer to be the same as the
binary viewer except for its creation. It changes the Matlab Socket code to
work the same as the Matlab binary reader except for its creation. It has
numerous API changes and code acceleration. It encapsulates the
configuration sections relating to Matlab for easier exclusion. There are
numerous bugfixes.

License: Freely Distributable

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

                        - %  - %  - % - % -

[035] - phpLiveDocx 1.0 
  by phpLiveDocx (http://freshmeat.net/users/phplivedocx/)
  Thu, Feb 5th 2009 11:04

Software Development :: Libraries :: PHP Classes

About: phpLiveDocx allows PHP developers to generate documents by
combining structured data from PHP with a template, created in a WYSIWYG
word processor. The resulting document can be saved as a PDF, DOCX, DOC, or
RTF file. The concept is the same as with mail-merge.

License: BSD License (revised)

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

                        - %  - %  - % - % -

[036] - picturesort 0.2 
  by Folkert van Heusden (http://freshmeat.net/users/fvh/)
  Thu, Feb 5th 2009 18:29

Multimedia :: Graphics

About: Picturesort sorts pictures by how they look, not by their metadata.

License: GNU General Public License (GPL)

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

                        - %  - %  - % - % -

[037] - Poddy Home 0.5 
  by Oxygenic (http://freshmeat.net/users/oxygenic/)
  Thu, Feb 5th 2009 10:57

Home Automation
Multimedia
Multimedia :: Sound/Audio

About: Poddy Home is a multimedia application that can replace your CD
player, DVD player, all your CDs and DVDs, and your collection of videos by
storing them on your computer. It gives you easy, fast, and intuitive
access to your media collection without the need to search for the disc
itself.

Changes: This version offers some additional editing and managing
functions for videos and stored movie DVDs. There is now a graphical setup
included so that there is no need to edit the configuration file manually.

License: GNU General Public License v2

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

                        - %  - %  - % - % -

[038] - pymssql 1.0.1 
  by Andrzej Kukula (http://freshmeat.net/users/akukula/)
  Thu, Feb 5th 2009 05:37

Database
Database :: Front-Ends
Software Development :: Libraries :: Python Modules

About: The pymssql module provides access to MS SQL databases from Python
scripts. It implements version 2.0 of the Python DB API.

Changes: This release fixes some bugs, including bug in the
pymssql.execute() function introduced in 1.0.0, a charset bug, and some
64-bit issues. pymssql from now on includes the Nagios plugin. 

License: GNU Lesser General Public License (LGPL)

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

                        - %  - %  - % - % -

[039] - QMotion 1.7 
  by Stephane List (http://freshmeat.net/users/slist/)
  Thu, Feb 5th 2009 15:35

Multimedia :: Video :: Capture

About: QMotion provides motion detection using opencv and QT.

Changes: This release adds an FPS limiter which can be useful in case of a
slow CPU. The image is now kept in the same aspect ratio. 

License: GNU General Public License v3

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

                        - %  - %  - % - % -

[040] - QMotion 1.8 
  by Stephane List (http://freshmeat.net/users/slist/)
  Thu, Feb 5th 2009 18:36

Multimedia :: Video :: Capture

About: QMotion provides motion detection using opencv and QT.

Changes: This release adds timestamps on the bottom of images.

License: GNU General Public License v3

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

                        - %  - %  - % - % -

[041] - QtAda 2.1.0 
  by sigra (http://freshmeat.net/users/sigra/)
  Thu, Feb 5th 2009 10:59

Software Development :: Libraries
Software Development :: User Interfaces

About: QtAda is an Ada2005 language binding to the Qt libraries and a set
of useful tools. It allows you to easily create powerful cross-platform
graphical user interfaces completely on Ada 2005. QtAda applications use
the native look and feel on every supported platform. It also allows you to
develop your own widgets and integrate them into the Qt Designer for high
speed visual GUI development. It uses a native thread-safe signal/slot
mechanism and provides full transparent integration with Ada tasks.

Changes: Documentation in the Qt Assistant format was added. Integration
with the GNAT tool chain including gprbuild and GPS was added. Support for
the QtXml modules was added. Support for the QtCore and QtGui modules was
extended. Support for safe pointers to instances of QObject subclasses was
added. Support for printing was added.

License: GNAT Modified GPL (GMGPL)

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

                        - %  - %  - % - % -

[042] - ReactOS 0.3.8 
  by cliveb (http://freshmeat.net/users/cliveb/)
  Thu, Feb 5th 2009 22:00

System :: Operating System Kernels

About: ReactOS is an advanced operating system providing a ground-up
implementation of a Microsoft Windows XP compatible operating system. It
aims to achieve complete binary compatibility with both applications and
device drivers meant for NT and XP operating systems by using a similar
architecture and providing a complete and equivalent public interface.

Changes: Various bugfixes and enhancements to kernel core services (e.g.
registry, system information routines, sync primitives like guarded mutex,
I/O support, and others). An initiative has been started to fix the
remaining unstable parts of the kernel: Memory Manager, caching code, and
filesystem driver APIs and other dependencies of Mm. Introduction of a new
Portable Structured Exception Handling mechanism (PSEH 2.0). Various GDI
drawing problems were fixed.

License: GNU General Public License (GPL)

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

                        - %  - %  - % - % -

[043] - releaser 0.5.0 
  by Lost Goblin (http://freshmeat.net/users/lostgoblin/)
  Thu, Feb 5th 2009 06:50

freshmeat.net
Information Management :: Workflow Frameworks
Software Development

About: Releaser is a set of scripts to automate and manage the tasks
related to software package releases. It is designed to be modular and to
make it easy to both select a particular set of actions associated with
releases of a particular project (such as changelog generation, uploading
of tarballs, posting announcements to mailing lists), and create new
actions that integrate seamlessly into the process. Its status is still
somewhat experimental, but the most basic functionality is there. 

Changes: Style fixes were made. Compatibility with the new werc blog
format was implemented. A $dry_run option was added. All rel-related files
are put in a single directory rather than all over /tmp. Other improvements
and fixes were made. 

License: Public Domain

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

                        - %  - %  - % - % -

[044] - safecopy 1.0 
  by Corvus V Corax (http://freshmeat.net/users/CorvusVCorax/)
  Thu, Feb 5th 2009 05:39

System :: Recovery Tools
Utilities

About: safecopy is a data recovery tool which tries to extract as much
data as possible from a seekable but problematic (i.e., damaged sectors)
source like floppy drives, hard disk partitions, CDs, etc., where other
tools like dd would fail due to I/O errors. 

Changes: Safecopy has undergone enough maturing for a 1.0 release. It went
from a simple sequential data copying tool with the ability to skip over
I/O errors to a generic data recovery swiss army knife that can resurrect
data from almost anything, while at the same time being tuneable, verbose,
and interoperable with other tools (thanks to badblock lists and machine
readable output). It now provides advanced features like marking of bad
data to later find affected files, and forced head re-positioning to
increase fault tolerance rates of some devices. 

License: GNU General Public License (GPL)

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

                        - %  - %  - % - % -

[045] - Scannedonly 0.12 
  by Olivier Sessink (http://freshmeat.net/users/olivier/)
  Thu, Feb 5th 2009 15:09

Security
System :: Networking

About: Scannedonly is a samba VFS module that ensures that only files that
have been scanned for viruses are visible and accessible to the end user.
Scannedonly was developed because of scalability problems with samba-vscan.
Scannedonly comes in two parts: a Samba VFS module and (one or more)
daemons. The daemon scans files and marks them when they are known to be
clean. The samba module simply filters out files that aren't marked clean. 

Changes: This release improves various logging messages and includes
compatibility with samba-3.2 (tested against samba-3.2.4). 

License: GNU General Public License (GPL)

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

                        - %  - %  - % - % -

[046] - Simple Groupware 0.1 
  by Thomas Bley (http://freshmeat.net/users/simplegroupware/)
  Thu, Feb 5th 2009 21:57

Communications
Information Management
Office/Business

About: Simple Groupware is a complete enterprise application offering
email, calendaring, contacts, tasks, document management, synchronization
with cell phones and Outlook, full-text search, and much more. Simple
Groupware combines standards like RSS, iCalendar, vCard, IMAP, POP3, SMTP,
CIFS, CSV, WebDAV, LDAP, and SyncML under one platform. Unlike other
groupware software, Simple Groupware contains the programming language
sgsML to enable the quick customization and creation of powerful Web
applications. 

Changes: The new installer for Simple Groupware helps download the latest
release, extracts the archive, and starts the setup. It is no longer
necessary to copy all the extracted files via FTP. Setting permissions is
also easier, since only one directory needs to be made writable. The
installer has only 26 KB, and also works on systems not connected to the
Internet by using a local archive file of Simple Groupware.

License: GNU General Public License (GPL)

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

                        - %  - %  - % - % -

[047] - sqlmap 0.6.4 
  by inquis (http://freshmeat.net/users/inquis/)
  Thu, Feb 5th 2009 05:36

Database
Internet :: WWW/HTTP :: Dynamic Content
Security

About: sqlmap is a command line automatic SQL injection tool developed in
Python. Its goal is to detect and take advantage of SQL injection
vulnerabilities in Web applications. Once it detects one or more SQL
injections on the target host, the user can choose from a variety of
options to perform an extensive back-end database management system
fingerprint, retrieve DBMS session user and database, enumerate users,
password hashes, privileges, and databases, dump entire or user-specific
DBMS tables/columns, run his own SQL statement, read specific files on the
filesystem, and more.

Changes: A major enhancement was implemented to make the comparison
algorithm work properly on URLs that are not stable by using the difflib
Sequence Matcher object. A major enhancement was done to support SQL data
definition statements, SQL data manipulation statements, et cetera from the
user in SQL query and SQL shell if stacked queries are supported by the Web
application technology. A major speed increase was made in DBMS basic
fingerprint. 

License: GNU General Public License v2

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

                        - %  - %  - % - % -

[048] - TCExam 7.0.029 
  by Nicola Asuni (http://freshmeat.net/users/nicolaasuni/)
  Thu, Feb 5th 2009 15:08

Education :: Testing

About: TCExam is Web-based assessment software for generating and managing
online tests and exams. It simplifies the exam cycle, including generation,
execution, evaluation, presentation, and archiving. 

Changes: This version includes support for IPv6 addresses and minor
bugfixes. 

License: GNU General Public License (GPL)

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

                        - %  - %  - % - % -

[049] - Thread Safe Template Library 1.2.5 
  by Vyacheslav I. Levtchenko (http://freshmeat.net/users/sll/)
  Thu, Feb 5th 2009 18:45

Software Development :: Libraries
System :: Operating System Kernels
System :: Operating System Kernels :: BSD

About: Thread Safe Template Library (TSTL) is a C++ library that provides
thread-safe storage data structures without global locking. It includes
classes for maps based on a non-binary extensible hashing tree for very
fast access, a pipe, a queue, a timercache, a limitcache, and a fast writer
multiple reader guard (or 'rwlock') without global locking (which uses the
atomic C++0x API based on the interlocked instruction set of the CPU). It's
useful for writing multi-threaded applications and operating system
components.

Changes: A limitcache::set_at () deadlock was fixed.

License: Freeware

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

                        - %  - %  - % - % -

[050] - tig 0.14 
  by Jonas Fonseca (http://freshmeat.net/users/fonseca/)
  Thu, Feb 5th 2009 21:33

Software Development :: User Interfaces
Software Development :: Version Control
Utilities

About: Tig is an ncurses-based text-mode interface for git. It functions
mainly as a git repository browser, but can also assist in staging changes
for commit at chunk level and act as a pager for output from various git
commands.

Changes: This update fixes multiple regressions from the introduction of
the IO API in 0.13. Improvements include the much requested ability to
restore the position in the stage view when staging diff hunks. Many
optimizations of the screen updating have been made, so it should work
better across slow links. The tree view has been reworked to annotate files
with dates and last author.

License: GNU General Public License (GPL)

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

                        - %  - %  - % - % -

[051] - transmorph 2.0.0 
  by Cédric Chabanois (http://freshmeat.net/users/cchabanois/)
  Thu, Feb 5th 2009 21:59

Software Development :: Libraries :: Java Libraries

About: Transmorph is a Java library used to convert a Java object of one
type into an object of another type (with another signature, possibly
parameterized). It supports conversion for primitives and objects,
conversion to multidimensional arrays, conversion to parameterized
collections and types, and jars for JDK 1.4 and JDK 1.5. It has no
dependencies. It is easy to add more converters. It can convert to a type
given either its Java type (class) or signature.

Changes: There is a now a conversion context object. It contains a pool of
created objects to support data objects that contain bi-directional
relationships. It can also keep the used converters (useful for debugging).
Some new converters have been added: BeanToBean, EnumToEnum,
ImmutableIdentityConverter, StringToQName, and StringToTimeZone. There is
also now the notion of modifiers than can be applied after conversion
(CanonicalizeFile, LowerCaseString, ResolveFile, TrimString, and
UppercaseString).

License: The Apache License 2.0

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

                        - %  - %  - % - % -

[052] - WiKID Strong Authentication System 3.2.15 
  by nowen (http://freshmeat.net/users/nowen/)
  Thu, Feb 5th 2009 18:40

Security
Security :: Cryptography
System :: Networking

About: The WiKID Strong Authentication System is a highly scalable, secure
two-factor authentication system. 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 Ruby, PHP, Java, COM, Python,
etc.), supports multiple domains, and supports replication for fault
tolerance and scalability. It also supports mutual /host and transaction
authentication, wireless tokens only domains, locked tokens (to your PC),
anti-keystroke logger keypad PIN entry, etc. 

Changes: Minor fixes and code cleanup.

License: GNU General Public License (GPL)

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

                        - %  - %  - % - % -

[053] - Wolverine Firewall and VPN Server 2.10.1062 (Development)
  by Joshua Jackson (http://freshmeat.net/users/jjackson/)
  Thu, Feb 5th 2009 00:49

Security
System :: Networking
System :: Networking :: Firewalls

About: Wolverine is an embedded distribution of Linux designed to function
as a firewall and VPN server. This product is intended to be a less costly,
commercial alternative to products such as the Cisco PIX, the FireBox, etc.
Wolverine features a hardened Linux 2.6-based stateful firewall along with
IPSEC and PPTP VPN services, dynamic DNS support, UPnP, DHCP, and Web or
console based administration. As it is intended to be an embedded solution,
the overall installation size is roughly 13Mb.

Changes: This release removes the product activation requirement and
enables all of the built-in features. Wolverine is now freely distributable
and does not require the purchase of any additional licenses for use. This
is the last release of Wolverine, as future versions will be merged with
Coyote Linux 4.0.

License: Freely Distributable

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

                        - %  - %  - % - % -

[054] - XPTracker 20090104 
  by Stephen Starkey (http://freshmeat.net/users/firepoet78/)
  Thu, Feb 5th 2009 06:51

Office/Business
Office/Business :: Scheduling
Software Development

About: XPTracker is a radical alternative agile planning tool aimed at
keeping out of your way and making sure you can see the stuff you care
about at a glance. Included in this tool is a very advanced search system
based on Lucene, an easy-to-use planning system based on Queues, and a
customizable reporting engine (with burndown/scope creep charts) called
Timelines.

Changes: This release fixes a defect where an exception was thrown when
rejecting a story that wasn't in a queue.

License: GNU General Public License v2

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

                        - %  - %  - % - % -

[055] - ZK Mobile 0.8.10 
  by Henri Chen (http://freshmeat.net/users/henrichen/)
  Thu, Feb 5th 2009 18:48

Internet :: WWW/HTTP :: Dynamic Content
Multimedia :: Graphics :: Presentation
Multimedia :: Graphics :: Viewers

About: The ZK Mobile is a ZK extension that enables ZK applications to run
on mobile devices with little programming. With the event-driven components
and a markup language, programming is as simple as programming desktops and
designing screens is as easy as authoring HTML pages. No JavaME
prerequisite is required. 

Changes: This release lifts the dependency on JSR-172(SAX Parser), so many
more mobile phones are supported. It adds a new button component and other
new features, and fixes some bugs.

License: GNU General Public License (GPL)

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

                        - %  - %  - % - % -

[056] - [fleXive] 3.0.2 
  by Markus Plesser (http://freshmeat.net/users/mplesser/)
  Thu, Feb 5th 2009 11:01

Information Management :: Metadata/Semantic Models
Internet :: WWW/HTTP :: Dynamic Content
Software Development :: Internationalization

About: [fleXive] is a Java EE 5 framework for the development of complex
and evolving (Web) applications. It speeds up development by easing many
tedious and repetitive programming tasks and helping to keep your
application(s) flexible during the development cycle and in production. It
concentrates on enterprise-scale content modeling, storage, and retrieval,
and includes comprehensive JSF support for displaying and manipulating
these contents in (Web) applications. The runtime environment can be
included in existing Java EE applications, but you can also build new
applications and package them into stand-alone Java EE applications. Key
features include persistence, security, versioning, multi-language support,
scripting, etc.

Changes: This version contains important bugfixes and maintains binary
compatibility with 3.0.0.

License: GNU Lesser General Public License (LGPL)

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



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



--===============0569962648465893422==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
The freshmeat daily newsletter
To unsubscribe, send email to [email protected]
or visit http://lists.freshmeat.net/mailman/listinfo/freshmeat-news

--===============0569962648465893422==--