2010-03-14T19:53:39Z
Data Crow is a movie, video, book, image, software, and music cataloger/media manager. Data Crow uses MusicBrainz, Amazon, IMDb, and many other Web services to retrieve the information for you. It is highly customizable, easy to use, and feature rich. It helps you to keep track of your loans, allows you to create reports, enables you to create your own modules (using wizards) and, most importantly, enables you to easily manage all your collections.
Changes: Minor bugfixes and an updated Italian language pack.

Release Tags: Minor
Tags: Home Automation, multimedia
Licenses: GPL
2010-03-14T18:31:11Z
Splice is a label maker for CDs, DAT tapes, 8mm
tapes, and analog cassette tapes. It is primarily
intended for live music, but it can be used for
any label need. The setlists are stored in a
simple textual fashion consisting of a header,
the songs, and an optional trailer. The setlist
format is designed to both easy to use (both by
splice and the person creating the setlist) and
easy to read. Splice's output is either PS or PDF
format.
Changes: This release fixes a bug with iTunes parsing and writing to stdout. Reading a large iTunes library file is now more efficient.
Release Tags: Minor bugfixes, Minor feature enhancements
Tags: Utilities
Licenses: LGPL
2010-03-14T18:18:50Z
Directory Synchronize is a powerful, easy-to-configure tool to synchronize the contents of one directory with another. It can compare files by various attributes, such as size or modified-date. It can synchronize an unlimited number of directories, and has a detailed logging function.
Changes: Some improvements in log handling. Many fixes. New features for default paths. A new feature to clean messages.

Tags: Archiving, Mirroring, Desktop Environment, tools, backup
Licenses: GPL
2010-03-14T17:45:48Z
iDiet is a diet management tool that helps people
choose, customize, and follow their diet. Several
diets are supported (e.g. Atkins, Summer Fresh,
The Zone, Weight Watchers, Body for Life), with
details for every one of them.
Changes: This release updates Food DB to sr22.

Tags: Information Management
Licenses: GPL
2010-03-14T17:35:36Z
ms-sys is a Linux program for writing Microsoft
compatible boot records. The program does the same
as Microsoft's "fdisk /mbr" to a hard disk or "sys
d:" to a floppy or FAT32 partition, except that it
does not copy any system files (only the boot
record is written).
Changes: This release adds support for manually setting the number of heads in BPB.
Release Tags: Development
Tags: Boot
Licenses: GPL
2010-03-14T20:03:10Z
Lightscribe System Software and SDK provides
libraries and a software
development kit for Lightscribe Direct Disc
Labeling of special writable
DVD media. It implements the hardware driver for
burning. Linux kernels
2.6 or higher are required.
Changes: New drive support was added.
Release Tags: Minor feature enhancements
Tags: Archiving, Hardware
Licenses: Proprietary
2010-03-14T21:04:31Z
v4l-utils is a collection of various video4linux (V4L) and DVB utilities. libv4l is an accompanying collection of libraries that adds a thin abstraction layer on top of video4linux2 (V4L2) devices. The purpose of this layer is to make it easy for application writers to support a
wide variety of devices without having to write separate code for different devices in the same class. It consists of 3 different libraries. libv4lconvert offers functions to convert from any (known) pixel format to V4l2_PIX_FMT_BGR24 or V4l2_PIX_FMT_YUV420. libv4l1 offers the (deprecated) v4l1 API on top of v4l2 devices, independent of the drivers for those devices
supporting v4l1 compatibility (which many v4l2 drivers do not). libv4l2 offers the v4l2 API on top of v4l2 devices, while adding support for the application transparent libv4lconvert conversion where necessary.
Changes: This development release combines utilities from the v4l-dvb mercurial kernel as v4l-utils with the previous libv4l into a common distribution. v4l-keytable has been renamed to ir-keytable, and now better supports IR. libv4l adds several laptop models to the list of upside-down devices. Pixart JPEG markers removal was fixed. The whitebalance and gamma defaults of various sonixj and sonixb based cams were improved. Gamma correction is now enabled by default on pac7302 based cams. Convert errors in the first few frames of a stream are now ignored.
Release Tags: Development, Major feature enhancements
Tags: multimedia, Video, Capture, Software Development, Libraries, Hardware
Licenses: LGPL
2010-03-14T12:14:23Z
hashit is a generic hash library that implements diverse collision handling methods.
Changes: A patch was added to support the lib64 directory on 64-bit systems.
Tags: Software Development, Libraries
Licenses: GPL
2010-03-14T16:16:47Z
Fosfat is a C library for providing read-only
access to a Smaky formatted disk. Currently, only
a tool and a FUSE extension that use this library can be used for reading a directory and copying a file. Smaky is a
system developed in Switzerland at the EPFL (Ecole
Polytechnique F??d??rale de Lausanne).
Changes: Many improvements in the build scripts and Makefiles for Linux, *BSD, and Windows. For Windows, g++ is not needed anymore. The code was rewritten in C.
Support was added for the Smaky .COLOR file format through the FUSE extension; the images are converted on the fly to the XPM (v2) format.
Release Tags: Major feature enhancements
Tags: Software Development, Libraries, Filesystems, Terminals
Licenses: GPLv3
2010-03-14T16:04:36Z
iExploder is like a fire hydrant full of bad HTML and CSS code to test the stability and security of Web browsers. It is available as a standalone Web server or CGI script. It continuously feeds browsers bad data in the hope that they will eventually crash. It is designed to run for hours, or even days until the browser crashes.
Changes: This release adds many more fuzzing scenarios (HTTP headers, media files, and DOM manipulation). It adds scripts to scrape attribute definitions from WebKit, Mozilla, gtkhtml, and dillo. It rewrites the subtest generation algorithm.

Release Tags: major release
Tags: Security, qa
Licenses: Apache 2.0
2010-03-14T15:02:28Z
Surealived is a effective LVS (Linux Virtual Server) service tester. It is based on epoll and allows you to detect your hosts' state using HTTP, TCP, DNS, exec, and a universal LUA embedded tester. SSL is also supported. Testers are dynamic modules, and you can extend and write your own modules. You can also dynamicaly change the weight or set real states at run-time. Test states are injected into the kernel IPVS table using the ipvssync application. Configuration is highly extensible, so many testing protocols can be implemented easily.
Changes: The notify_up and notify_down hook scripts were added. Now surealived will trigger such a script when the expected virtual weight or number of reals is exceeded. Notifications are remembered in the notify dump file to prevent calling them twice.

Release Tags: Feature Enhancement
Tags: linux 2.6, virtualization, LVS
Licenses: GPLv2
2010-03-14T14:49:08Z
crosstool-NG is a versatile toolchain generator,
aiming at being highly configurable. It supports
multiple target architectures, different
components (glibc/uClibc...) and versions.
crosstool-NG also features debugging utilities
(DUMA, strace...) and generation tools
(sstrip...).
Changes: All samples have been fixed. A patch has been added for old glibc versions to recognize newer binutils. Building ltrace has been fixed on x86 and powerpc. Auto-completing sample names has been fixed.
Release Tags: minor bug fix
Tags: Software Development, Embedded Systems, Compilers
Licenses: GPLv2
2010-03-14T14:01:18Z
Excel Writer is a package to write Excel files with basic formatting easily. It enables the automatic production of reports. It uses totally portable code that builds for every system without any specific piece of code. It does not interact with Excel.
Changes: Page layout options (portrait/landscape, fit/scale, gridlines, etc.) were added. Custom number formats and styles were added. Write_column_width was fixed.

Release Tags: Major
Tags: Ada, excel, Spreadsheet, Office/Business, Financial, Libraries
Licenses: MIT
2010-03-14T13:53:52Z
etm provides a format for using simple text files to store event and task information, a command line interface for viewing tasks and events in a variety of convenient ways, and a wx(Python)-based GUI for creating and modifying events and tasks as well as viewing them. Alarms are supported for events, as well as repetition for both events and tasks in a powerful and flexible manner.
Changes: "Relative days" were added to fuzzy parsing of dates. For example, if it is currently Feb 15, 2010, then in a field calling for a date, "+45" would give "2010-04-01" and "-90" would give "2009-11-17". The display period is preserved when switching among list, busy, and reckoning views.

Release Tags: Minor feature enchancements
Tags: Office/Business, Scheduling, Information Management
Licenses: GPL
2010-03-14T13:07:23Z
ObjFW is a portable, lightweight framework for Objective C.
Changes: A bug in OFNumber was fixed. The documentation was improved a lot.
Release Tags: bugfix
Tags: framework, Objective-C
Licenses: QPL
2010-03-14T12:13:03Z
Newsbeuter is an RSS feed reader designed to be
used on text terminals on Unix and Unix-like
systems. It was developed with texttools users in
mind, and thus its interface is similar to tools
like mutt and slrn.
Changes: Support for Google Reader was added. A great number of bugs were fixed. The killfile functionality was improved. Article highlighting in the article list based on article content was added. A "hard quit" keybinding was added. An HTML table renderer was added.

Tags: Office/Business, News/Diary
Licenses: MIT/X
2010-03-14T11:21:44Z
xvkbd is a virtual (graphical) keyboard program for X which provides a facility to enter characters onto other clients software by clicking a keyboard displayed on the screen. It also has facility to send characters specified as the command line option to other client.
Changes: The "Behave as Toolbar Window?" option was added to the Property panel, which may make xvkbd work better with some kinds of window managers, such as Matchbox. "Always on Top" will work better with window managers that support the extended window manager hint _NET_WM_STATE_ABOVE. The -window option can now find the window whose title matches the specified string, and the string may now include the wildcard characters "*" and "?".

Tags: Utilities
Licenses: GPL
2010-03-14T10:47:43Z
HyperSQL is like the doxygen program with javadoc added - but for SQL. It hypermaps SQL views, packages, procedures, and functions to HTML source code listings, and it shows all the code locations where these are used. The internal "where used" functionality also scans C++ and Java source files. HyperSQL is written in Python for operating system independence.
Changes: This release adds two major features: Basic JavaDoc verification stuff (which allow you to define mandatory tags, for example) and calculation of "lines of code" and some more statistics. Results in both cases can be displayed in additional pages. Additionally, the "false positives" with "local where_used" have been hopefully fixed.
Release Tags: major feature adds, minor fixes
Tags: Database, Database Engines/Servers, Internet, Web, Indexing/Search, javadoc
Licenses: GPL
2010-03-13T23:56:52Z
Zorba is a general-purpose XQuery processor implementing in C++ the W3C family of specifications. It is not an XML database. The query processor has been designed to be embeddable in a variety of environments, such as other programming languages extended with XML processing capabilities, browsers, database servers, XML message dispatchers, or smartphones. Its architecture employes a modular design, which allows customizing the Zorba query processor to the environment???s needs. In particular, the architecture of the query processor allows a pluggable XML store (e.g. main memory, DOM stores, persistent disk-based large stores, and S3 stores).
Changes: The following specifications are implemented in this version: XQuery 1.0 (with schema validation) (99.5%W3C tests success rate), XQuery Update (97.2%), XQueryX (98.5% success rate for XQuery 1.0 and 96.6% for XQuery Update), many XQuery 1.1 features (including try-catch, windowing and general FLWOR expressions), and XQuery Scripting Extension. This release includes support for data definition and manipulation (collections, indexes, and integrity constraints). It also extends the standard XQuery capabilities with a rich and extensible function library, including xqDoc, REST, JSON, CSV, Excel functions, email, introspection, file manipulation, and mathematical computations. Zorba 1.0 includes lots of bug fixes and performance improvements as well.
Release Tags: major stable release
Tags: xquery, XML, XML Schema, C++, Java, Ruby, Python
Licenses: Apache 2.0
2010-03-14T06:21:33Z
Yii is a high-performance, component-based PHP
framework for developing large-scale Web
applications. Yii comes with a full stack of
features needed by Web application development. It
is written in a strict OOP style and is easy to
learn with its detailed tutorials. Its highly
reusable components allows one to rapidly build up
a Web application that is efficient as well as
robust.
Changes: This is a major service pack to the previous 1.1.0 release. More than 20 bugs were fixed. Numerous new features were included, some of which are expected to further accelerate development speed using Yii. For example, the new CActiveForm widget allows developers to easily build HTML forms that support both client-side and server-side validation by writing validation rules only once. The CGridView widget now supports filtering. The Yii code generator tool will now generate the code implementing searching and filtering features.
Release Tags: Stable
Tags: Software Development, Libraries, php classes, Internet, Web, Database, API
Licenses: BSD Revised
2010-03-14T03:43:21Z
Wiki Web Help is an AJAX-based wiki designed to operate like a CHM viewer. It features a dual split pane with tabs for searching, index browsing, and display of contents (in a tree). Users can create and modify topics and pages. Pages can be tagged for index creation. Searching with highlighting is included.
Changes: A problem in which a hash would not select a tree branch was fixed. A database error with an unselected branch was fixed. Searching was improved. Breadcrumbs were added. A Czech language file was started, but is not yet complete.

Tags: AJAX, Wiki, Help, Documentation
Licenses: MIT/X
2010-03-14T02:39:45Z
Vendetta Online is a multi-platform 3D space-combat MMO for Windows, Mac, Linux/32 and Linux/64. The game permits players to interact in a vast online galaxy; fighting, trading, and mining their way to success. A "twitch" type real-time combat model makes true player skill the deciding factor instead of character advancement. Massive capital-ship battles shake the foundations of the major nations at war, while others struggle to push back the encroachment of the AI "Hives". A no-strings free trial is available.
Changes: Unaligned Station guards now help defend the conquerable station. Convoys really have cargo in them now. The visual mission timer on the HUD was fixed. It now counts down to zero and stays there until the mission ends. If the timer was created outside of a mission, it will go away when it reaches zero. Textured line effects now have a minimum screen size, so they don't glitter as much when they are far away.

Tags: Games/Entertainment, First Person Shooters, Arcade, Role-Playing, Internet, Linux, Mac OS X, MMO
Licenses: Non-free, Trialware
2010-03-14T02:21:06Z
WriteOnly is a text editor for fiction writers. If you wish you had a typewriter, note cards, a dictionary in place of your word processor, this might be the program for you.
Changes: Write protection of paragraphs was implemented. The ability to create stories and chapters was added.

Licenses: GPLv3
2010-03-14T02:05:32Z
Crabgrass is social networking, group collaboration, and network organizing Web application. It consists of a solid suite of group collaboration tools such as private wikis, task lists, a file repository, and decision making tools. Work is currently being done on a large user interface overhaul, better social networking tools, blogs, and event calendars, as well as better support for collaboration and decision making among independent groups.
Changes: This release marks a total visual layout rework, for cleaner and consistent workflow and fixed-width interface. The confusing ME section has been reworked and the dashboard has been killed: its functionality was put into other areas of the site. Multi-page select, search, and actions have been added along with view filters. New interesting pages and social activity feed were added. Private messages have been reworked to clean up the interface, have threading, and filter based on views. Crabgrass now allows browsing by location, which makes it much easier for users and groups to find one another.

Release Tags: Stable
Tags: AGPL, social networking, rails, Web Application
Licenses: GNU Affero GPL 3
2010-03-13T23:19:32Z
phpx augments PHP syntax with powerful metaprogramming constructs such as mixins, class-level eval()/macros, pattern matching, annotations and interface delegation. It also implements a simple compiler for converting this extended syntax to standard PHP. The "compiled" code can be cached to disk, allowing features to be used without any runtime performance penalty.
Changes: This preview release is capable of running a Rails-style controller class supporting inheritable filter chains and declarative exception handling. Examples of this are included. Most major features are now complete, and test cases are included.
Tags: PHP, metaprogramming, Pre-processors
Licenses: MIT
2010-03-13T23:16:20Z
libextractor is a library used to extract meta-data from files of arbitrary type. It is designed to use helper-libraries to perform the actual extraction, and to be trivially extendable by linking against external extractors for additional file types. The goal is to provide developers of file-sharing networks, file managers, and WWW-indexing bots with a universal library to obtain meta-data about files. It includes a shell-command and bindings for Java (JNI) and Python.
Changes: This release fixes a problem with LE not finding its plugins under certain conditions. It also fixes an IPC issue under FreeBSD which caused some plugins to not work.
Tags: Software Development, Libraries, Internet, Web, Indexing/Search, Communications, File Sharing, Text Processing, Indexing
Licenses: GPL
2010-03-13T22:59:01Z
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: Additional server management commands were added. Proper installation of the sipwitch CGI Web service is done to support introduction of a separately installable sipwitch-cgi package in Debian and RPM packaging.
Release Tags: Minor Bug fix and enhancement
Tags: Communications, Telephony, Office/Business, Security
Licenses: GPLv3
2010-03-13T22:56:03Z
UCommon is a lightweight C++ library to facilitate using C++ design patterns even for very deeply embedded applications, such as for systems using uClibc along with POSIX threading support. For this reason, UCommon disables language features that consume memory or introduce runtime overhead. UCommon introduces some design patterns from Objective-C, such as reference counted objects, memory pools, and smart pointers. UCommon introduces some new concepts for handling of thread locking and synchronization.
Changes: A fix was made for an internal lseek bug based on a bug found in the upcoming 2.1.0 release.
Release Tags: Bug Fix
Tags: Software Development, Libraries
Licenses: LGPL
2010-03-13T22:41:57Z
QElectroTech helps you to design electric schematics. It includes both a schematic editor and a symbol editor. It uses XML files to store the produced contents.
Changes: This version fixes bugs shipped along with the 0.21 version, which was supposed to be a bugfix release itself.

Release Tags: bugfix
Tags: Science, Editors, Graphics, Scientific/Engineering, CAD
Licenses: GNU/GPL, CC-BY
2010-03-13T22:21:58Z
AFS is a distributed filesystem which offers a client-server architecture, transparent data migration abilities, scalability, a single namespace, and integrated ancillary subsystems.
Changes: On Linux, support was added for kernels through 2.6.33, and discovery of PAG number from userspace is allowed. Locking was fixed to avoid several oopses. On MacOS, a preferences pane is included and performance in dynroot mode was improved. ZFS caches are handled usefully on Solaris. On all platforms, fixes were made to rx. On fileservers, numerous fixes were made to host tracking, and salvage is not done on a clean shutdown. On all client platforms, support was added for MIT krb5 1.8 via weak crypto API calls and other fixes were made.
Release Tags: Stable, Bug fixes
Tags: Communications, File Sharing, Filesystems
Licenses: IBM Public
2010-03-13T21:15:28Z
cmus is a small, fast, and powerful text mode music player for Linux and *BSD. It supports almost all common file formats, SHOUTcast/Icecast streaming, and multiple output plugins. cmus features multiple media library views, a playqueue, a directory browser, powerful filters, and vi-style search and keybindings. It also features gapless playback, ReplayGain, Unicode support, and customizable color schemes.
Changes: ID3 parsing was fixed. A minor documentation update was done. MP3s with broken CRC are now supported. A default binding was set for "q". Insecure /tmp usage was fixed.

Release Tags: Stable, Minor, bugfix
Tags: multimedia, Sound/Audio, Players, MP3, Console
Licenses: GPLv2
2010-03-13T21:12:15Z
FidoCadJ is a very easy-to-use editor, with a library of electrical symbols and footprints (through hole and SMD). Drawings can be exported in several graphic formats (PDF, EPS, PGF for LaTeX, SVG, PNG, JPEG). Although it is very simple and hence limited, it can be still considered an electronic design automation (EDA) program. FidoCadJ is inspired by FidoCad (without "J"), which was a vector graphic editor useful for electrical schematics and printed circuit boards. It uses a file format containing only 7-bit ASCII text, which is very compact and suited for copying and pasting with newsgroups and forum messages. This determined its success among the Italian Usenet community from the late '90s, as it is quite versatile for simple mechanical drawings as well.
Changes: This version is faster. The length of PCB tracks and lines are now shown interactively while they are being entered. The libraries were internationalized, with translations for Italian and English. In selection mode, shift click and drag shows an interactive ruler.

Release Tags: Minor, Stable, GUI, Internationalization
Tags: EDA, Electronics, PCB, Graphics, schematics
Licenses: GPLv3
2010-03-13T20:35:48Z
TCPDF is a PHP class for generating PDF documents
without requiring external extensions. TCPDF
supports all ISO page formats and custom page
formats, custom margins and units of measure,
UTF-8 Unicode, RTL languages, HTML, barcodes,
TrueTypeUnicode, TrueType, OpenType, Type1, and
CID-0 fonts, images, graphic functions, clipping,
bookmarks, JavaScript, forms, page compression, digital signatures, and encryption.
Changes: This version fixes several bugs related to HTML alignments.

Tags: Software Development, Libraries, php classes, Text Processing
Licenses: LGPL
2010-03-13T20:30:01Z
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: psycopg is now released under the LGPLv3.
Release Tags: Stable, bug fix and enhancement
Tags: Database, Software Development, Libraries
Licenses: ZPL, LGPLv3
2010-03-13T19:09:00Z
Cego implements a relational and transactional
database system with support for the SQL query
language. The current release contains the most
common database features for basic table
manipulation and data retrieval. Indexes, foreign
keys, views, and stored procedures are also
implemented. Future releases (2.0 and above) will
support a multi-node database concept with log
file shipping for an automatic database
application failover.
Changes: The grouping clause implementation was improved.
Tags: Database, Front-Ends, Database Engines/Servers
Licenses: GPL
2010-03-13T18:35:25Z
LionWiki is a minimalist file-based (doesn't need
a database), templatable, extensible wiki engine
that works from just one file (30KB). It supports
page history, recent changes, interface
localization, password protection (both writing
pages and seeing), and much more through plugins
(CAPTCHA, RSS, syntax for Tables). It's intended
for small personal Web sites, notebooks, and other
simple applications. Installation is very easy:
just copy the file and create a directory.
Changes: A Russian translation was added. A bug in the ImageExt plugin was fixed. This bug prevented the plugin from working when not in the document root. PHP4 compatibility was fixed. Other small fixes were made.
Release Tags: Stable
Tags: Internet, Web, Dynamic Content, Wiki
Licenses: GPLv2
2010-03-13T18:13:23Z
flosslogic is a portable, cross-platform logic analyzer program that supports various (usually USB-based) logic analyzer hardware products.
Changes: This is the initial release.

Tags: logicanalyzer hardware fpga samples sampling qt gui lib cli commandline c c++ crossplatform
Licenses: GPLv2
2010-03-13T17:04:58Z
GAdmin-SAMBA is a frontend for the Samba file and
print server. It features multiple local and
remote user and group importation, on-the-fly
share creation and user handling (including
randomization of usernames and passwords), and PDF
printing to shared and private directories or email.
Changes: Samba 3.4.0 or later is now required. pdbedit and the tdbsam files are now used instead of the smbpasswd file and binary. The options in smb.conf must be modified if you are upgrading.

Tags: Networking, Systems Administration
Licenses: GPLv3
2010-03-13T15:30:07Z
RSS Live Links is a browser-action extension to the Google Chrome browser that provides Firefox-like Live Bookmarks for subscribed RSS feeds, as well as a fuller function drop-down/pop-up list of feeds and items with full viewing history and dynamic, background, and update notification.
Changes: The RSSLL button badge now shows the number of unseen feeds. There is an optional animation for the RSSLL button on notification. An optional sound on notification was added. The ability to import and export data was added. The non-clearing "Loading..." message problem was fixed. "More Stories" was renamed to "Feed Home".

Tags: Google Chrome
Licenses: LGPL
2010-03-13T15:25:52Z
Kamailio (formerly named OpenSER) is a
high-performance SIP (RFC3261) server, with a
flexible architecture and many extensions. The
server implements proxy, registrar, redirect, and
location SIP/VoIP services. It has support for
UDP/TCP/TLS transport layers, ENUM, AAA via
database, RADIUS, DIAMETER, gateways to SMS and
XMPP, least cost routing, load balancing, NAT
traversal, and call processing language.
Changes: This minor release includes improvements and fixes made since release 3.0.0. Configuration file and database structure compatibility are preserved.
Tags: Communications, Telephony
Licenses: GPL
2010-03-13T13:53:29Z
"Wiki on a Stick" is a personal wiki that lives in
one self-modifying XHTML file; very useful for organizing your notes, supports AES encryption, embedding and much more!
It can also be used as a Javascript programming environment.
Changes: This is a stabilization release for versions 0.10.8~0.10.9. Import and save issues with IE were fixed. The home button, which was not working, was fixed. A default macro "include" was added for advanced transclusion. A bug regarding new pages not being saved was fixed. Documentation fixes and extension were done.

Tags: Internet, Web, Dynamic Content, Wiki, Documentation, Office/Business, Software Development, Utilities
Licenses: GPL
2010-03-13T13:51:00Z
Gnumeric is a powerful and easy to use spreadsheet using GNOME. Its goal is to provide a full featured spreadsheet and a smooth migration path for people and organizations currently using proprietary applications. It provides more sheet functions and greatly improved accuracy when compared to Microsoft's Excel. A plugin system lets you extend Gnumeric, adding functions, I/O formats, and real time data capabilities. The existing Python, Guile, and Perl plugins let you define complex functions. Gnumeric is capable of reading and writing MS Excel (XLS and Office Open XML), and reading Lotus, Applix, Quattro Pro, OpenCalc (ODF), XBase, DIF, SYLK, HTML, Psion, MPS, oleo, sc, misc. text formats, and its native XML. It can also generate Latex, HTML, and others.
Changes: Fixes were made for storing of error-literals in ODF, display of autocomplete suggestions, formatting of multirow cells in LaTeX export, a crash in excelplugin, cursor appearance, an ODF read problem, a rendering problem with iterated evaluation, a solver undo problem, a graph label problem, a GLPK solver issue, an ssindex crash, ODF export of intersection, and cell comment critical. Filter combos are not exported to ODF. A filter is applied on ODF import. Exported LaTeX files are protected from babel shorthands. The -Wstrict-prototypes compilation option was turned off for the stable series.

Release Tags: stable minor bugfix
Tags: Desktop Environment, GNOME, Office/Business, Financial, Spreadsheet
Licenses: GPL
2010-03-13T12:39:40Z
Personal Calendar is a lightweight calendar/event manager. It is built around the "Secure Gateway" to keep it safe and secure.
Changes: With the increased functionality of Secure Gateway, you can now turn your calendar into a public calendar with a single setting change. The verify_login takes a single parameter, true or false; true makes it secure and false disables security.
Tags: Internet, Web
Licenses: GPLv3
2010-03-13T12:20:42Z
Secure Gateway is a small PHP login gateway. It is written to be simple to use and very secure. It can be plugged into an existing Web site by adding a couple of lines to each page. This was originally written as part of rewriting "Secure Portal".
Changes: The functionality of the gateway was extended so that you can turn the security on and off and even set it page by page. Simply by passing true or false to the verify_login function, you can turn it on or off. This allows you to protect your site but allow public access to specific pages for downloads or other similiar reasons. This functionality will be extended even further in the "secure portal" by allowing security based on access levels.
Tags: Internet, Web
Licenses: GPLv3
2010-03-13T11:32:13Z
GOffice is a library of document-centric objects
and utilities building on top of GLib and Gtk+ and
used by software such as Gnumeric.
Changes: The libglade dependency was removed from the pc file. gtk_buildable_get_name is used instead of gtk_widget_get_name where appropriate. A crash in GogGuru was fixed. Cubic splines with invalid data were fixed. A locale selector issue was fixed. Canvas improvements were made.
Release Tags: stable minor bugfix
Tags: Desktop Environment, GNOME, Office/Business, Software Development, Libraries
Licenses: GPL
2010-03-13T09:30:20Z
youtube-dl is a small command-line program for
downloading videos from YouTube.com.
Changes: This releases fixes the behavior of the program with the -g option.
Tags: Internet, Web, multimedia, Video
Licenses: Public Domain
2010-03-13T08:52:14Z
typhon is a slim and themeable OpenGL-based dashboard and program launcher. It's meant to be easily used on Linux HTPCs. It can be used as an emulator launcher and program launcher. It has optional PNG picture support for both background and preview pictures. There's also an optional autoscreenshotmode, which creates a preview picture of the launched app after a user-configured time. Everything can be configured by the user, including colors, whole color themes, font, font size (any TTF font will do), optional sound effects, optional 3d icons (using glut), and background and preview pictures. Already installed screensavers can also be used as backgrounds using compositing/ transparency. There are also several X11 functions that can be enabled/disabled, like hide/show mouse, enable/disable window decoration, show on all desktops, etc. typhon also works fine with compiz and can be controlled with the mouse and/or keyboard (and therefore also with remotes).
Changes: An emulator launcher and an auto screenshot option were added. sdl-mixer was fixed for SPDIF.

Tags: emulation, launcher, dashboard, HTPC, OpenGL, ftgl, Theme, animated, Screensaver
Licenses: GPLv3
2010-03-13T08:48:47Z
GNU libmicrohttpd is a small C library for
embedding HTTP server functionality into other
applications. It is reentrant, fast, supports HTTP
1.1, and permits listening on multiple ports. The
API is simple and still powerful enough to allow
programmers to use the entire HTTP feature set.
SSL/TLS support is available as an option.
Changes: This release fixes various minor bugs, including use of poll causing busy waiting, a segfault if inconsistent options were used, SSL support on big-endian architectures (missing #define), and an issue with error signalling for PUT/POST requests in HTTP 1.1.
Release Tags: Minor bugfixes
Tags: Internet, Web, HTTP Servers, Software Development, Libraries
Licenses: GPL, LGPL
2010-03-13T08:29:59Z
TongueTied is a Web based application that helps with the creation of keywords with support for multi-language or multi-region resources. One of the key features of TongueTied is that it allows static resources to be exported from the application and can import translations from resources into the application. The following formats are currently supported for both export and import: Java Properties, .NET Resources (.resx), CSV, and Excel. TongueTied integrates an optional work flow around a keyword to track changes to a translation and ensure the validity of that translation. Operators are allowed to query a translation if they believe it to be incorrect.
Changes: Incorrect configuration options were fixed.
Tags: Internationalization, Localization, Java, .NET, translation, multilingual, Resource Management
Licenses: Apache 2.0
2010-03-13T08:10:06Z
VisualBoyAdvance Link is a fork of denopqrihg's VBALink for Linux. It integrates the "Link Multiplayer" support and has its own Java GUI.
Changes: This is the initial release.

Tags: Games, Emulators, Gameboy Advance
Licenses: GPL
2010-03-13T07:06:50Z
M.A.M.E. Catalog / Launcher II (also referred to as QMC2) is the successor of one of the first XMAME GUI frontends available, QMamecat (derived from MAMECAT, which was text-only). QMC2 has been rebuilt from scratch as a Qt 4 project. Parts of the design and code were inspired by its predecessor. The new design was made as flexible as possible to minimize dependencies from frontend- and CLI-related MAME changes, which was a major deficiency of QMamecat. QMC2 uses a template-based MAME configuration scheme, which can easily be enhanced with additional command line options (defined in an XML template file).
Changes: Performance improvements were made for ROM state filtering and loading of all cached data. The ROMAlyzer now has built-in support for chdman which can be used to deeply verify, automatically fix, and/or update CHDs. There are new context menus for the main widget???s horizontal and vertical splitters. On X11 only, the embedder now includes a toggle switch to maximize the emulator window.

Release Tags: Minor feature enhancements
Tags: Emulators
Licenses: GPL
2010-03-13T05:55:39Z
Freeside is an open-source billing and trouble
ticketing package for ISPs, VoIP, hosting,
service, and content providers, and other online
businesses.
Changes: This maintenance release includes fixes and minor feature enhancements. Notable new features include tear-off coupons for invoices, a quantity option for one-time charges, support for ChilliSpot/CoovaChilli RADIUS attributes for data quotas, and basic OpenSRS integration.

Tags: Office/Business, Financial, Systems Administration, Accounting, Information Management, Records Management
Licenses: AGPL
2010-03-12T23:33:18Z
CiWiki is a lightweight and easy-to-use personal wiki. It is a fork of DidiWiki with support for restoring previous pages, playing videos from Youtube, Dailymotion, Vimeo, and Veoh, and changing text and highlight colors.
Changes: Saving and retrieving of pages was added.
Tags: Wiki, memo, todo list
Licenses: GPL
2010-03-13T05:11:53Z
Bugzilla is the leading open-source/free software bug tracking system, with high-profile installations at mozilla.org, GNOME, Red Hat, and NASA, among others. It features a comprehensive set of fields, attachment management, inter-bug dependencies, email notification of changes, a powerful query interface, reporting, and Web, XML, email, and console interfaces. It can be managed entirely using a Web-based UI. The user UI is customizable using templates.
Changes: This release candidate has received QA testing, and should be considerably more stable than the development releases before it. It is still not considered fully stable, and so you should understand that if you use it, you use it at your own risk. It includes Release Notes and a listing of New Features.

Release Tags: 3.6, Unstable
Tags: Database, Front-Ends, Office/Business, Software Development, Bug Tracking, Quality Assurance, Information Management, Issue Tracking
Licenses: MPL
2010-03-13T03:43:53Z
PHP-Calendar is a simple Web-based calendar. It is
designed to easily keep track of events as you
would on a physical calendar.
Changes: A script was added to automate that installation of translations. The output was converted to UTF-8. A few bugs were fixed.

Tags: Internet, Web, Dynamic Content, Office/Business, Scheduling
Licenses: Apache 2.0
2010-03-13T02:47:46Z
rsget.pl is an application designed to retrieve files from download services (like RapidShare, MegaUpload, and many more). It has a long list of features already implemented, and an even longer TODO list.
Changes: Most getters were revised and fixed where appropriate. A new ZippyShare getter was included.

Tags: Internet, download manager, File Sharing, Web
Licenses: GPLv2
2010-03-13T01:20:14Z
The Crossplex package of make macros simplifies the creation of embedded systems, and is powerful enough for large organizations to use for developing elaborate product lines. It allows you to organize many different products under a logical structure, making systems of any complexity easy to specify. When you have many different target platforms, each with multiple different software configurations, Crossplex keeps those configurations from stepping on each other, without requiring redundancy in your source tree. Crossplex allows you to use a single dependency tree encompassing both in-house software and third-party packages, and it is particularly suited to build automation. Crossplex makes it easy to shield your build from the host environment, setting all shell variables explicitly, and giving you complete control over the path that is used at any point in the build. This is nice when you want to support building on a variety of development platforms. Crossplex scales to your needs. You can dabble in the unpacking and patching features as you need them, or you can base your entire system from the ground up on the Crossplex framework.
Changes: Only previously applied patches are reversed in patches.mk so that patch-unrolling works even when source patches have changed. Spaces are removed from patch tag lists in patches.mk so that multiple patch tags don't confuse rules.
Tags: make, Library, cross-compiler, embedded, build, parallel
Licenses: GPLv2
2010-03-13T00:39:23Z
TAMS (Text Analysis Markup System) Analyzer is a qualitative or ethnographic coding and data extraction-analysis system.
Changes: Bugfixes and new data analysis tools.

Release Tags: Minor bugfixes, Minor feature enhancements
Tags: Other/Nonlisted Topic, Scientific/Engineering, Text Processing, Linguistic, Markup, qualitative, research
Licenses: GPL
2010-03-13T00:02:52Z
PDF OCR is a simple drag-and-drop utility that converts PDFs into text documents. It uses advanced OCR (optical character recognition) technology to extract the text of the PDF even if that text is contained in an image. This is particularly useful for dealing with PDFs that were created via a scan-to-PDF function in a scanner or photo copier. It uses the Tesseract engine to perform OCR, and currently supports English, French, German, Dutch, Italian, Spanish, Portuguese, Basque, and Vietnamese documents.
Changes: The community version will now convert the first page of a multi-page PDF rather than simply informing user to upgrade to Enterprise Edition for multi-page PDFs.

Tags: OCR, pdf to text
Licenses: Commercial
2010-03-12T22:59:55Z
jmxsh is a fully scriptable command-line JMX
client based on Tcl. It is simply a Tcl
interpreter powered by Java/Tcl (with command-line
history and editing provided by JLine) that has
special command-line options for connecting to JMX
servers and special Tcl commands for interacting
with JMX servers. jmxsh is capable of
simultaneously connecting to multiple JMX servers.
There's also a "browse mode" for exploring the
remote JMX namespace without knowing beforehand
the names of MBeans or their properties. jmxsh and
all its dependencies are distributed in a
self-contained executable jar file for ease of use.
Changes: A jmx_list command was added for performing a regex search for attributes (though it is not well tested). The -T option was fixed.

Release Tags: Stable
Tags: Internet, Web, Site Management, Monitoring, Networking
Licenses: Apache 2.0
2010-03-12T22:06:57Z
tXtFL is a strategy-based football simulator. Teams can be created from real stats on the Web, built through custom designed plays, and then used to predict scores and games through automated or manual simulations.
Changes: This maintenance release fixes a team draft bug for the Mac and rounds up a number of smaller bugfixes to smoothen the game experience.

Release Tags: Stable, Minor bugfixes
Tags: Games/Entertainment, Simulation
Licenses: GPL
2010-03-12T22:41:51Z
Andy's PHP Knowledgebase is a database-driven knowledge base management system. It features bookmark friendly URLs, easy search with browsing with article tags, article submission, and a professional and attractive interface. It is intended to be used to store, manage, and update article content for a knowledge base, but is very customizable and enables any number of creative uses.
Changes: This release improves question submission and the Admin view of registered users - including pending, approved, and total articles.

Licenses: GPL
2010-03-12T22:26:20Z
"Wiki on a Stick" is a personal wiki that lives in
one self-modifying XHTML file; very useful for organizing your notes, supports AES encryption, embedding and much more!
It can also be used as a Javascript programming environment.
Changes: Some styles from Stanky's WoaS were added. The save feature was fixed for IE. The WoaS logo was added to the left of the title. Border widths will now display properly in Chrome and other browsers. "<" and ">" are now forbidden in titles. Title attributes were added to editor buttons.

Tags: Internet, Web, Dynamic Content, Wiki, Documentation, Office/Business, Software Development, Utilities
Licenses: GPL
2010-03-12T22:07:41Z
The Intel Software Development Emulator is a
functional emulator for new and upcoming
instruction set extensions. The emulator is based
on the Pin dynamic binary instrumentation system
(and XED). It emulates the new instructions in the
SSE4, AES, PCLMULQDQ, and Intel AVX instruction
set extensions. This allows developers to gain
familiarity with Intel's upcoming instruction set
extensions.
Changes: itrace circular buffer fixes, knob fixes, and width of memory references for some emulated instructions to avoid page crossings. debugtrace now prints x87/MMX registers. Output log files now all end with .txt. A new memory pointer checker was added.
Tags: Software Development, Testing, Emulators
2010-03-12T21:46:51Z
Surealived is a effective LVS (Linux Virtual Server) service tester. It is based on epoll and allows you to detect your hosts' state using HTTP, TCP, DNS, exec, and a universal LUA embedded tester. SSL is also supported. Testers are dynamic modules, and you can extend and write your own modules. You can also dynamicaly change the weight or set real states at run-time. Test states are injected into the kernel IPVS table using the ipvssync application. Configuration is highly extensible, so many testing protocols can be implemented easily.
Changes: This release fixes a bug where a SSL session sometimes couldn't be established again, leading to servers being treated as offline. A complete SSL reconnect is now performed. A minor bug with the current max filedescriptors not being logged was also corrected.

Release Tags: Minor bugfixes
Tags: linux 2.6, virtualization, LVS
Licenses: GPLv2
2010-03-12T20:36:57Z
Borderline is a firewall generator. It takes a generic rule specification as input and generated an highly optimized firewall. It features IPv6 rule generation, support for multiple interfaces, and integrated support for network zones. It currently only supports firewall generation for Linux 2.6 (netfilter).
Changes: This release contains improvements to the rule optimization pass and fixes a potentially serious bug in rule merging. TCP flag match has been added in order to improve packet validation.
Tags: Firewall, IPv6, Linux, Networking
Licenses: GPLv3
2010-03-12T17:55:56Z
Piccolo2D is a toolkit that supports the development of 2D structured graphics programs, in general, and Zoomable User Interfaces (ZUIs), in particular. A ZUI is a new kind of interface that presents a huge canvas of information on a traditional computer display by letting the user smoothly zoom in to get more detailed information and zoom out for an overview. It uses a "scene-graph" model that is common to 3D environments. This means that Piccolo maintains a hierarchical structure of objects and cameras.
Changes: Apache Maven is now used instead of Apache Ant. SWT support and SWT examples were refactored from extras into their own modules. Many Checkstyle, PMD, and FindBugs errors and warnings have been fixed. Unit test line coverage has been increased to 48%.
Tags: Software Development, Libraries, Java Libraries, multimedia, Graphics, Animation
Licenses: BSD Revised
2010-03-12T18:32:04Z
Deep transforms the older Ming Server and Ming BlogServer (which are written in Python and still available on pypi) into a faster implementation in C and Lua. The code itself is 61% smaller and up to 400% faster. Deep delivers everything HTML can deliver, handles forms and file creation securely, and adds the CGI capability of Lua. It includes browser-based monitoring, download limits, internal logging, and localization.
Changes: This release adds Downloads.lua, a download limiter that restricts each file to DND_LIMIT downloads per REMOTE_IP. There are other minor changes.
Tags: cgi, Web Application development
Licenses: GPL
2010-03-12T18:13:46Z
AZR3-JACK is a port of the free VST plugin AZR-3.
It is a tonewheel organ with drawbars, distortion
and rotating speakers. The original was written by
Rumpelrausch T??ips. The organ has three sections,
two polyphonic with 9 drawbars each and one
monophonic bass section with 5 drawbars. The two
polyphonic sections respond to events on MIDI
channel 1 and 2, and an optional keyboard split
function makes the bass section listen to the
lower keys on channel 1. The three sections have
separate sustain and percussion switches as well
as separate volume controls, and the two
polyphonic sections have separate vibrato
settings. All three sections are mixed and sent
through the distortion effect and the rotating
speakers simulator, where the modulation wheel can
be used to switch between fast and slow rotation,
and the fast and slow rotation speeds themselves
can be changed separately for the lower and upper
frequencies.
Changes: This release fixes a crashing bug.

Tags: Artistic Software, multimedia, Sound/Audio, Sound Synthesis
Licenses: GPL, GPLv2
2010-03-12T19:53:52Z
echinus is a lightweight window manager for X
based on dwm's source code. It manages windows in
tiled, maximized, and floating layouts. It is
extremely small, rather fast, and supports Xft. It
features nice titlebars, multiple desktops,
theming support, a simple configuration file, the
ability to switch desktops with the mouse wheel, X
bitmaps for title buttons, and true transparency
support (through xcompmgr). There is no need to
recompile or restart X to change its
configuration.
Changes: This is mostly a cleanup/bugfix release. Old xprop/xwininfo bugs were fixed (when they reported incorrect window properties). There's one new "feature": floating windows now raise on click without modkey. There are other things not seen from the user's point of view (but important).

Tags: Desktop Environment, Window Manager
Licenses: MIT/X
2010-03-12T19:15:53Z
Unifdef is useful for removing #ifdef'ed lines from a file while otherwise leaving the file alone. You specify which symbols are defined or undefined with -D and -U flags, and unifdef removes the corresponding ifdefs, and the enclosed code if appropriate. It's especially useful for removing those "#ifdef BROKEN" and "#ifdef PRIVATE" clauses from code before you release it. Unifdef acts on #if, #ifdef, #ifndef, #elif, #else, and #en??dif lines, and it knows only enough about C and C++ to know when one of these is inactive because it is inside a comment or a single or double quote.
Changes: Development has been moved from CVS to git, and the build system redone. The increased version number reflects the change in the release process.
Tags: Utilities, C, C++, cpp, Pre-processors, Software Development
Licenses: BSD Original, BSD Revised
2010-03-12T17:36:42Z
minidom is a minimized, quick and dirty dom/path c++ library. It
supports XML, INI, JSON, NKV, HTTP header parsers, and dumpers. It has
optional support for ICONV.
Changes: This release is much faster than before. A minor bug in the unit test was fixed. See the benchmark with libxml and tinyxml.

Tags: Parser, XML, JSON, C++, ini
Licenses: MIT/X
2010-03-12T17:23:32Z
FECpp is a C++ library implementing a fast forward
error correction code, sometimes also called an
erasure code. These codes are used to split input
data into a set of n shares, with the property
that if any subset of at least k shares survives,
the original data can be recovered by the decoder.
The number of share losses the code will tolerate
can be parameterized during encoding, allowing the
code to be adapted to to a variety of loss
scenarios. FECpp is bit-for-bit compatible with
several other FEC libraries.
Changes: A Python wrapper (using Boost.Python) is now included, as are several example and test programs written in Python. A bug that caused some decoded shares to be emitted more than once has been fixed.
Release Tags: Python, Bugfixes
Tags: Communications, Software Development, Libraries
Licenses: BSD Revised
2010-03-12T17:10:11Z
Siege is a regression test and benchmark utility. It can stress test a single URL with a user defined number of simulated users, or it can read many URLs into memory and stress them simultaneously. The program reports the total number of hits recorded, bytes transferred, response time, concurrency, and return status. Siege supports HTTP/1.0 and 1.1 protocols, GET and POST directives, cookies, transaction logging, and basic authentication. Its features are configurable on a per user basis.
Changes: This release allows the user to change the default log file at the command line. --log turns on logging. --log=my.log turns on logging and logs to my.log.
Release Tags: Beta
Tags: Internet, Web, Site Management, Benchmark
Licenses: GPL
2010-03-12T16:58:12Z
ejabberd is a multi-platform, scalable, distributed,
and fault-tolerant Jabber/XMPP server. It includes Jabber services like Multi-User Chat, IRC transport, HTTP-Bind, Publish-Subscribe and PEP. It supports virtual hosting, connection to transports (gateways) to other networks, and connection to other Jabber servers. Other supported features are Web and command-line administration, encryption support (SSL and TLS),
several authentication methods (embedded, external script, LDAP, PAM, and ODBC), varied storage methods (embedded, ODBC, PostgreSQL, MySQL, MSSQL), Jabber user directory, and
translations in more than 20 languages.
Changes: Bugfixes and improvements in several places: BOSH, PubSub, etc.

Release Tags: Minor bugfixes
Tags: Communications, Chat
2010-03-12T16:42:51Z
JRedis is a high-performance Java client and connector framework and reference implementation for Redis distributed hash key-value database. It will provide both synchronous clients and asynchronous connections for Redis. The connectors will be both passive (non-threaded) and active, to address deployment scenarios and usage requirements.
Changes: This is a Redis 1.2.n compliance release.

Release Tags: redis-1.2.n
Tags: Java, Distributed DB, Connector, Networking, redis
Licenses: Apache 2.0
2010-03-12T16:30:27Z
aria2 is a utility for downloading files. The supported protocols are HTTP(S), FTP, BitTorrent, and Metalink. It has a powerful segmented downloading ability, downloading a file from multiple sources and multiple protocols and utilizing your download bandwidth to the maximum. It supports downloading a file from HTTP(S)/FTP and BitTorrent at the same time, while the data downloaded from HTTP(S)/FTP is uploaded to the BitTorrent swarm. Using Metalink's chunk checksums, aria2 automatically validates chunks of data
while downloading a file like BitTorrent.
Changes: This release adds Metalink4 support and BitTorrent Local Peer Discovery. An aria2.changeUri XML-RPC method was added. It enables you to add/remove URIs to existing downloads dynamically. The user and
password for the proxy server now can be specified on the command line separately. The code has been refactored based on profiler results, so aria2 now runs more efficiently than ever. Russian and Simplified
Chinese translations were updated.
Release Tags: stable 1.9, Feature Enhancements
Tags: Communications, File Sharing, Internet, Web, FTP, Bittorrent
Licenses: GPL
2010-03-12T16:14:03Z
neap is a pager that runs in the notification area or systray of your desktop's panel. It follows the freedesktop.org specifications.
Changes: This release has a CLI option parser, so you don't need to repeatedly modify the config file when testing new configurations.

Tags: Pager, Taskbar, Panel, Systray, Notification Area
Licenses: BSD Revised
2010-03-12T15:49:46Z
Ripcord is an attempt to create an RPC client and server around PHP's xmlrpc library that is as easy to use as possible. You can create XML-RPC, (simplified) SOAP 1.1, and simple RPC clients with one call and then call RPC methods as if they were local methods of the client. You can create a server with one call, passing it any number of objects whose methods it will publish and automatically document.
Changes: This release adds a workaround for a segmentation fault in xmlrpc_decode_request. It refactors the exceptions to use PHP's SPL Exceptions as a base and Ripcord_Exception as an interface.
Tags: XML-RPC, API, PHP 5
Licenses: GPLv3
2010-03-12T15:37:56Z
StoneVPN is a system that makes it easy to create certificates and configuration files for use with an OpenVPN server for both Windows and Linux users. It has the ability to create a zip file and e-mail the entire package to a user. It uses pyOpenSSL and custom patches that allow it to manage a CRL file.
Changes: Certificates are no longer generated with an incorrect serial number (hex was written as decimal). A bug when listing all revoked certificates has been fixed. This release will check for the existence of crlfile before trying to parse it. There is a new option to generate an empty CRL file. All options have been grouped to make --help output look better.

Release Tags: Bugfixes, Feature Enhancements
Tags: Python, OpenVPN, Cryptography
Licenses: GPLv2
2010-03-12T15:33:57Z
jSmaTeP assists in the use of Java for processing import and export data by configuring a data structure rather than by programming it. The structure of the import data is specified in an XML file. jSmaTeP then generates a value object representing exactly one row or record in the import file based on a given XML data configuration. This means that if the import or export format changes, only the XML data configuration needs to be changed to match it.
Changes: Decoupled from using configuration from Apache XML Beans. Switched from jUnit3.x to jUnit4. A "default" configuration tag for fields has been added. The xsd directory has been moved under the resources directory.
Release Tags: Stable
Tags: Java, csv, XML, batch, Text Processing, batch processing, flat file
Licenses: Apache 2.0
2010-03-12T15:26:55Z
Gnetworktester is an application that helps users
in testing the quality of a network connection and
in sending complaints on that to the network
provider. A procedure of testing takes three
steps: choosing the network nodes; automatic
pinging of those nodes to collect statistics on
packet losses, delays, and overall quality; and
automatic report writing.
Changes: Bugfix release.

Tags: Testing, Network, Quality
Licenses: GPLv3
2010-03-12T14:46:43Z
acgtools is a driver for the ACG HF MultiISO RFID reader written
entirely in Python and including several developer tools, including
EEPROM backup/edit/restoration for enabling some of the more exotic
features supported by this hardware. There are also sample applications,
notably an e-Passport reader.
Changes: This release removes the dependency on hal/dbus for device detection
(when hal is not available, acgtools falls back to using a configuration
file), updates the e-passport example application to decode facial image
data and save that to a file, and includes support for retrieving a REQA
answer on tag selection if this option is set in the EEPROM.
Tags: rfid, USB, Drivers, Serial
Licenses: GPLv3
2010-03-12T13:20:41Z
PAC provides a GUI to configure SSH and Telnet connections, including usernames, passwords, EXPECT regular expressions, and macros. It is similar in function to SecureCRT or Putty. It is intended for people who connect to many servers through SSH. It can automate logins and command executions.
Changes: This release can detach tabbed terminals into windows and vice-versa,
revamps the "find in terminal" GUI, adds lots of rewritten code,
recursively auto-accepts consecutive unknown ssh_hosts connections,
adds a new set of user variables (next to the "OPTIONS" frame), has
a new filesystem architecture (everything now goes into "/opt/pac"),
lets users tweak the tab/window title by putting <TAB_TITLE:your new
title:TAB_TITLE> anywhere in "Description", adds an autonomous ".tar.gz"
package, removes "Undo" due to terrible bugs, adds many little GUI
improvements, and makes minor bugfixes.

Release Tags: GUI improvement, code
Tags: Perl, GTK+, SSH, Telnet, GNOME, Ubuntu, Expect
Licenses: GPLv3
2010-03-12T11:54:51Z
betterFORM allows easy creation of highly dynamic Web 2.0 user interfaces with attractive controls and layout. You can add validations, calculations, actions, and events to build complete Web applications in a declarative way.
Changes: This is the first release.

Release Tags: Initial release
Tags: XForms, Web 2.0
Licenses: BSD Original
2010-03-12T13:43:30Z
Samanon Client gives you central access to a collection of indie and casual games for Linux, Mac OS X, and Windows. The client includes a Web browser and allows you to browse, order, install, and uninstall the games, applications, and demos. It is a slim browser application that starts up quickly. It lets you play your games anywhere, as long as the client is installed.
Changes: This release introduces context menus, a tag editor, filtering for the list of installed software, and minor optical enhancements.

Release Tags: Stable, usability improvement
Tags: Games, download manager
Licenses: Freeware
2010-03-12T13:08:51Z
Visifire is a set of data visualization components powered by Microsoft Silverlight. It lets you create and embed visually stunning animated Silverlight Charts within minutes. Visifire is easy to use and independent of the server side technology. It can be used with ASP, ASP.Net, PHP, JSP, ColdFusion, Ruby on Rails, or just simple HTML. Visifire's unique features are visually stunning animated charts, the ability to be embedded into any Web page in minutes, a tiny footprint (140 KB), and enterprise grade features.
Changes: This release adds minor bugfixes.

Tags: Software Development, Libraries, Scientific/Engineering, Visualization, Internet, Web, Dynamic Content, CGI Tools/Libraries
Licenses: GPLv3
2010-03-12T13:20:16Z
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, profile handling, L2TP, IPSec, SSL, and PPTP VPN tunneling, spam blocking, proxies for HTTPS, HTTP, FTP, POP3, SMTP, DNS, VoIP, SOCKS, and Ident, logging, and reporting. It supports Ethernet, VLAN, PPP, PPPoE, PPPoA, Cable Modem, QoS, Link Aggregation, WAN-Uplink-Loadbalancing in routing, and bridge mode.
The WebAdmin, the Install Wizard, and Up2Date service make it easy to install, manage, and update.
Changes: This release adds support for the new product RED (Remote Ethernet
Device), which acts as a long Ethernet cable to a branch office,
requiring no configuration or management. The ability to totally remove
(de-proxy) sites from the HTTPS filter using new functionality for
exceptions has been added, and exceptions for the Web can be made by
category. There's now support for hosting a Proxy PAC file, the ability
to remove some HTTP events completely from logging and reporting, and an
Uplink monitor/action feature and wildcard SMTP routing support. This
version includes also some bugfixes.

Release Tags: ASG V7, AxG V7, ASG V7.5, AxG V7.5
Tags: Firewalls, Networking, UTM, Proxy, Filter, Security
Licenses: Free for non-commercial use
2010-03-12T11:40:23Z
CarvFS is a user space FUSE filesystem aimed at computer forensic tools that process disk and/or memory dump images or other large data files. The filesystem allows CarvPath-aware tools to use CarvPath annotations as a way to designate partitions, files, alternate streams, processes etc. within a disk or memory image as a string, making them available trough the filesystem as a pseudo file that can be handed to other tools. This removes the need to copy the information out of the disk image and reduces storage requirements.
Changes: This release adds a new CarvFS module for mounting raw local block devices intended for triage tools and applications.
Tags: Forensics, FUSE
Licenses: GPL
2010-03-12T03:31:37Z
rsstool is a tool to read, parse, merge, and write
RSS (and Atom) feeds. It has some other functions
built-in like text, HTML, or property file output,
or templates with custom tags to insert RSS feeds
into pages that could be uploaded to a server that
supports only static HTML.
Changes: This release adds a new field to the database structure,
rsstool_media_duration (if rsstool finds durations for some kind of
media in the feed, it will parse them into rsstool_media_duration, in
seconds), --enc=ENCODING, which overrides the encoding specified in the
RSS header (useful for some broken RSS feeds), --filter=LOGIC, sometimes
referred to as implied Boolean LOGIC (use this to remove items from the
RSS feed before output), --nosort, to not sort items by date (on by
default), --parse=FILE|URL to generate an RSS feed from a random HTML
document, some code cleanups and fixes, support for Atom 1.0 feeds (they
worked before, but now it says so in the usage, too), and xmlget as a
download on the Web site (accesses XML files using the XPath syntax). It
deprecates the --joomla and --dragonfly options (replaced with scripts
in contrib/) and --sqlold (and support for the other old database
structures). It removes the --curl option (it is always the default now,
if libcurl is available) and the --wget option (you may want to rely on
the curl support or use wget from a script instead).

Tags: Internet
Licenses: GPL
2010-03-12T10:59:48Z
Jodd is general purpose Java utility library. It enriches JDK with many powerful and feature rich utilities. Jodd helps with everyday tasks and makes code more robust and reliable. Special attention is put into creating code that is reusable and as fast as possible while still keeping it compact (under 500 KB). Jodd Wot is a bundle of lightweight application frameworks, under 300 KB. It was designed following the CoC, DRY, and SCS principles.
Changes: This is one of the most important releases, since all Jodd frameworks have been used in production together. As a result, several bugs were fixed, some important changes were made, and more power was added in the framework.
Tags: Software Development, Libraries, Java Libraries, Application Frameworks
Licenses: BSD Revised
2010-03-12T10:49:49Z
t-prot (TOFU Protection) is a filter which improves the readability of email messages and Usenet posts by hiding some of their annoying parts. The annoyances it handles include mailing list footers, signatures, TOFU, sequences of blank lines, and repeated punctuation. TOFU is an acronym that stands for "Text oben, Fullquote unten", a German reference to the practice of adding just a few lines of original text and quoting a complete message below them.
Changes: Some small documentation fixes have been applied.

Release Tags: minor documentation fix
Tags: Communications, Email, Filters
2010-03-12T09:55:59Z
BalanceNG is a modern software IP load balancing
solution. It is small, fast, and easy to use and
setup. It offers session persistence, different
distribution methods (Round Robin, Random,
Weighted Random, Least Session, Least Bandwidth,
Hash, Agent, and Randomized Agent) and a
customizable UDP health check agent in source
code. It supports VRRP to set up high availability
configurations on multiple nodes. It supports
SNMP, integrating the BALANCENG-MIB with
Net-SNMPD. It implements a very fast in-memory
IP-to-location database, allowing powerful
location-based server load-balancing.
Changes: A new parameter "psvrelearn" allows you to disable passive updates to the ARP table. The Ubuntu JeOS VMware virtual appliance has been updated accordingly. The manual has been updated accordingly.

Release Tags: Minor feature enchancements
Tags: Internet, Proxy Servers, Clustering/Distributed Networks, Web, Networking, Load-Balancing, Software Distribution, Load-Balancer, TCP/IP
2010-03-12T09:14:54Z
mount_dd is a small tool for mounting a raw image with a GUI for Gnome. You can mount it in read-write or read-only mode. ISO, .dd, .img, and .00x formats are supported.
Changes: The GUI was tweaked a little. A list of devices is now shown when you choose to unmount something.

Tags: Forensics, mount
Licenses: Open Software
2010-03-12T07:00:17Z
Memonaut is an application to make and organize notes. It allows you to move, indent, and structure your notes easily. It runs in a Web browser and can be run offline. It supports multilevel notes for threaded discussions. You can create new notebooks and save them. It has full keyboard support.
Changes: New features include notebook management, the ability to merge notes, and the ability to export individual notes.
Tags: notes, memo, brainstorming, Mind Mapping
Licenses: BSD Revised
2010-03-12T06:37:59Z
Brutal squirrel is a converter to hex digits (plain text) and back. Using it, you can use your favorite text editor (such as vi or emacs) as a hex editor. You can compose any binary file or text file with non-keyboard symbols directly as hex digits. It reads from standard input and outputs to standard output.
Changes: Command line options were added.
Tags: Utilities
Licenses: GPLv3 or later
2010-03-12T05:50:45Z
LedgerSMB is a fork of SQL-Ledger that seeks to
provide better security and data integrity
controls, better community support, open
documentation, and more.
Changes: Fixes were made to the AR/AP aging reports, to some of the stock HTML templates, and to the database routines to save SIC's.

Release Tags: Release Candidate, minor bug fixes
Tags: Office/Business, Financial, Accounting, Point-Of-Sale, Invoicing, invoices, General Ledger, Perl, postgresql, Web, Internet
Licenses: GPL
2010-03-12T03:41:18Z
neoeedit is a light but smart text editor for programmers.
It's not as good as jedit, but it's simple.
Changes: The Windows line separator is used if it is detected in an existing file.
Tags: text editor
Licenses: BSD Revised
2010-03-11T21:02:25Z
WOSH (Wide Open Smart Home) is a message-oriented middleware for controlling and automating a smart home. It comes with working services and devices. WOSH is an open multi-platform C++ framework. Its architecture is service (bundles) oriented and designed for distributed (cloud) computing. WOSH ships with library source, many services, and some applications (a server, a trayicon remote controller, and a GUI full-controller). Some features provided by its micro-kernel are a multi-user system with access policies, a centralized database manager and system monitor, and automatic network management and masquerading (on TCP). Some of the implemented services are: multimedia audio playback, monitor and control of X10 devices, remote control using instant messaging, and a remote control using SMS and call notification.
Changes: This is a new milestone. It is more stable for allocations, threading and timeouts, logging, and state machines. Performance was improved by updating variant and using less implicit deep-copy. Scalability was increased with macros and clear interfaces. A lot of code has been redesigned to conform to the DRY paradigm. Standardization was applied to the code, such as containers "using" STL calls. The library architecture now uses static initialization and dynamic allocation. Networking now supports more libraries. Persistence is still work in progress.

Release Tags: Source, Preview, Pre-Release
Tags: Home Automation, framework, SOA, multimedia, Home, automation, ambient intelligence, Distributed Computing, Domotic, Middleware
Licenses: creative commons by-nc-sa 3.0
2010-03-11T17:13:50Z
autober is a language for generating BER decoders. It's different from an ASN.1 compiler in that it's much simpler and it only deals with BER-encoded messages. It is intended for smart card and RFID applications where much of the data stored on these devices is, in-fact, BER-encoded TLV data. The language is designed to be very similar to the template definitions found in the specifications for smart card and RFID applications.
Changes: This release generates a functioning C module for e.g. an e-passport EF.DG2 BER object (biometric information). It should work fine for other applications of similar complexity.
Tags: Development, Smart Card, rfid, Compilers, Code Generators
Licenses: GPLv3