November 2011
Pomm is a lightweight, fast, efficient, and powerful PHP object model manager for the PostgreSQL relational database. Pomm generates code to work with PostgreSQL and benefit from its speed and its rich features set. It uses SQL as the query language because it is often what developers end up using with ORMs and because it is easier to optimize queries directly. This also allows developers to work with user-defined types, namespaces, arrays, key-value stores, table inheritance, window functions, cryptography, stored procedures, triggers, and all the other features PostgreSQL offers. Pomm offers a stand alone library for your plain PHP projects and also Silex and symfony extensions.
Release Notes: This release implements the identity map design pattern. This was the missing feature before it could go stable.
The Legend of Edgar is a 2D platform game with a persistent world. When Edgar's father fails to return home after venturing out one dark and stormy night, Edgar fears the worst: he has been captured by the evil sorcerer who lives in a fortress beyond the forbidden swamp. In The Legend of Edgar, you take on the role of Edgar as he ventures across the world, battling fearsome creatures and solving puzzles while trying to find and rescue his father.
Release Notes: Ice cubes now longer move too quickly when thrown. Jacob no longer drops infinite swords when you talk to him. The rift summoned by Mataeus no longer plays its sound effect endlessly. This release fixes a problem with The Sewer Dweller's attacks becoming unblockable. Ice cubes now vanish after a few seconds. Dark Summoners no longer get stuck after casting lightning.
sslh accepts connections in HTTP, HTTPS, SSH, OpenVPN, tinc, XMPP, or any other protocol that can be tested using a regular expression, on the same port. This makes it possible to connect to any of these servers on port 443 (e.g. from inside corporate firewalls, which almost never block port 443) while still serving HTTPS on that port.
Release Notes: This release now works with FreeBSD and supports XMPP. It will try target addresses in turn until one works if there are several (e.g., "localhost:22" resolves to an IPv6 address and an IPv4 address and sshd does not listen on IPv6). sslh-fork has been fixed so that killing the head process kills the listener processes. This release introduces a better test suite.
GPhotoFrame is a photo frame gadget. It shows pictures on the desktop from multiple sources: local folders, F-Spot databases, Shotwell databases, Facebook API, Flickr API, Picasa Web Album API, Tumblr API, and RSS.
Release Notes: This release adds a workaround for an Xfwm gravity problem and adds a new French translation.
libferris is a virtual filesystem that exposes hierarchical data of all kinds through a common C++ interface. Access to data is performed using C++ IOStreams and metadata is available as key-value pairs through the Extended Attributes (EA) interface. Rich support for filesystem indexing is included to provide timely search results for well into millions of files. Ferris uses a plugin API to handle a large range of data sources, metadata, and index and search strategies. Filesystems include file:// with monitoring, XML (mount an XML file as a filesystem), relational databases, ISAM databases (Berkeley db, tdb, gdbm, eet et al), xmldb, LDAP, Applications (Evolution, Firefox, Emacs), HTTP, FTP, sockets, and RDF (from XML, binary, soprano). EA generators include image, audio, and animation decoders.
Release Notes: This release adds initial support for mounting mediawiki, moves to using boost::spirit for parsing instead of PCCTS, and adds a new DOM XPath selector function.
SvxLink is a flexible general purpose voice services system for ham radio use. It can act as a repeater controller or operate on a simplex channel. The server consists of a core that handles the connection to the transceiver. The transceiver audio is connected to the PC through the sound card, and the PTT is controlled by a pin in the serial port. The voice services are loaded into the core as modules. Examples of existing voice services are a help system, a module that plays back everything you say, a module to connect to other EchoLink stations, and a voice mail module. The project also includes an EchoLink client GUI application (Qtel).
Release Notes: This is a bugfix release for the 11.11 version released earlier. Two serious bugs have been fixed, one which caused RemoteTrx to crash on disconnections and another which could cause a transmitter to hang in certain setups.
neap is a pager that runs in the notification area or systray of your desktop's panel. It follows the freedesktop.org specifications.
Release Notes: Users can now specify the icon geometry.
SafeKeep is a centralized and easy to use backup application that combines the best features of a mirror and an incremental backup. It enhances the power of rdiff-backup with simple, centralized configuration, while adding support for LVM snapshots, database dumps, and convenient SSH key management.
Release Notes: This release includes more fixes for dealing with LVM snapshots, better handling of other failure conditions, updates for Python syntax issues and changes, allowing of the specification of a sender address in email messages, and better handling of ionice(1).
commonc++ is a C++ class library for developing cross-platform systems software for POSIX and Windows systems. It provides an intuitive, object-oriented abstraction and portability layer around common operating system facilities like threads, concurrency mechanisms, sockets, networking, shared memory and other IPC mechanisms, regular expressions, files, streams, logging, process execution, scheduling, and more. It also includes a collection of common abstractions like strings, buffers, and object pools.
Release Notes: This release features an improved SQL API, improved MinGW portability, and various bugfixes.
Bluetile is a tiling window manager designed to integrate with the GNOME desktop environment. It provides both a traditional, stacking layout mode as well as tiling layouts where windows are arranged to use the entire screen without overlapping. Bluetile tries to make the tiling paradigm easily accessible to users coming from traditional window managers by drawing on known conventions and providing both mouse and keyboard access for all features.
Release Notes: This maintenance release was prompted by the release of xmonad 0.10.
LEAF is a secure, feature-rich, customizable embedded Linux network appliance for use in a variety of network topologies. Although it can be used in other ways, it's primarily used as a Internet gateway, router, firewall, and wireless access point.
Release Notes: This release reinstates asterisk, adds SSH blacklisting, speeds up boot time, and has package updates to upstream and minor improvements.
Mintty is a terminal emulator for Cygwin and MSYS with a native Windows user interface and minimalist design. It is based on parts of PuTTY by Simon Tatham and provides xterm-compatible terminal emulation, but does not require an X server. Its features include a simple options dialog, Unicode support, fullscreen mode, drag & drop, and window transparency.
Release Notes: Mintty has become Cygwin's default terminal, with the Cygwin installer creating desktop and start menu shortcuts pointing to mintty. Some bugs were fixed, e.g. regarding copying of rich text on East Asian systems and log file creation.
The stunnel program is designed to work as an SSL encryption wrapper between remote client and local (inetd-startable) or remote server. It can be used to add SSL functionality to commonly used inetd daemons like POP2, POP3, and IMAP servers without any changes in the programs' code. It will negotiate an SSL connection using the OpenSSL or SSLeay libraries. It calls the underlying crypto libraries, so stunnel supports whatever cryptographic algorithms you compiled into your crypto package.
Release Notes: FIPS-compliant OpenSSL DLLs are supplied with the Windows installer. FIPS mode can be disabled with the "fips = no" configuration file option. The stability of the Windows GUI was also improved.
There are many photo-gallery programs available. Zoph is different, as it concentrates on the management of large collection of photos instead of just showing them on the Web. It can store a lot of information about your photos, including the regular EXIF info, photographer, location, title, description, rating, and the people in the photo. Photos can appear in multiple albums and categories. Additional features include search, slideshows, lightboxes, email, access privileges, and multiple languages.
Release Notes: Since the v0.8.4 release, work has been done on killing some bugs and dealing with PHP warning messages. The work seems to be done now.
JOpt Simple is a simple, test-driven command line parser for Java programs. It supports POSIX getopt() and GNU getopt_long().
Release Notes: This release introduces OptionSet.specs(), which gives a list of the specs corresponding to the options detected on a parse, in the order in which the options occurred on the command line.
Ortro is a framework for enterprise scheduling and monitoring. It allows you to easily assemble jobs to perform workflows and run existing scripts on remote hosts in a secure way using ssh. It also tests your Web applications, creates simple reports using queries from databases (in HTML, text, CSV, or XLS), emails them, and sends notifications of job results using email, SMS, Tibco Rvd, Tivoli postemsg, or Jabber.
Release Notes: This version includes fixes in the installer.
Gaupol is an editor for text-based subtitle files. It supports multiple subtitle file formats and provides means of creating subtitles, editing text, and timing subtitles to match video. The user interface is designed with attention to batch processing of multiple documents and convenience of translating.
Release Notes: Various miscellaneous bugs have been fixed.
DeVeDe is a program to create video DVDs (compatible with home players) from nearly any video format. It only uses Python, MPlayer, Mencoder, DVDAuthor, VCDImager, and mkisofs, so it has very few dependencies.
Release Notes: This release fixes a bug with FFMPEG support that froze Devede when using the last official version. Drag and drop support in KDE. The ability to burn the ISO image directly after creating it. Checks that MP3LAME support is available when creating DivX with FFMPEG. Correctly sets the audio bit rate when creating DivX with FFMPEG. Updated Italian translation. Minor bugfixes.
Geiser is a generic Emacs/Scheme interaction mode, featuring an enhanced REPL and a set of minor modes that improve Emacs' basic major mode for Scheme. The main features provided are evaluation of forms in the namespace of the current module, macro expansion, loading of files and modules, namespace-aware identifier completion, automatic documentation, jumping to the definition of an identifier, access to documentation, listings of identifiers exported by a given module, and rudimentary support for debugging. Geiser supports Guile and Racket.
Release Notes: Better indentation. New customizations and bugfixes, including correct display of the Scheme process standard error output.
LiVES is a simple to use yet powerful video effects, editing, conversion, and playback system aimed at the digital video artist and VJ. It runs under Linux, BSD, Mac OS X/Darwin, IRIX, and openMosix. It is frame and sample accurate, can handle almost all types of video, and is fully extendable through plugins and the included plugin builder tool. It can also be controlled remotely using OSC.
Release Notes: Optimizations were made for resizing for virtual clips, threading in colour conversions, image rescaling, and PNG loading. Letterbox mode has been implemented for fullscreen playback and encoding. Playback start may now be triggered by joystick or MIDI. Bugs were fixed in append_audio, undo/redo effect in multitrack, and other places. New mencoder formats flv and wmv2/wma were added. There is initial language support for Uyghur and updated translations for Chinese (Simplified), Finnish, Japanese, Slovak, Spanish, Telugu, Ukranian, and Uzbek.
H2 is an SQL database engine written in Java that implements the JDBC API. Embedded, server, and clustering modes are available. A browser based console application is included. The database has strong security features. Disk based and in-memory databases and tables are supported.
Release Notes: Compatibility with other databases has been improved. Creating a Lucene fulltext index is now faster.
The GNU Gatekeeper is a free H.323 gatekeeper based on the OpenH323 project. You can use it to manage a Voice-over-IP network and let endpoints (e.g., Netmeeting) communicate through symbolic names. It also has an external interface for billing and other applications. It runs on a number of Unix versions (including Linux and Solaris) and Windows.
Release Notes: Full support for IPv6 and gatekeeper-to-gatekeeper traversal zones are the most important features. In addition, there are a number of smaller new features and bugfixes.
The libQtCassandra library is an advanced C++ library used to access Cassandra servers. Unlike the basic Cassadra server interface, this C++ library provides separate objects that handle each level of the server data, i.e. the cluster, contexts, table, rows, and cells. It uses Qt and the Qt style for all the classes, which makes it very easy to use if you already know Qt.
Release Notes: This release added support for proper installation in the CMakeLists.txt files.
IPCop Linux is a complete Linux distribution whose sole purpose is to protect the networks on which it is installed.
Release Notes: In addition to a few updates to the software used in IPCop, this release fixes creation of CA certificates.
JFreeChart is a chart library for the Java platform that supports a wide range of charts including pie charts (2D and 3D), bar charts (horizontal and vertical, regular or stacked, with optional 3D-effects), line charts, XY plots, scatter plots, time series charts, high/low/open/close charts, candlestick plots, Gantt charts, Pareto charts, combination charts, and more. It is suitable for use in applications, applets, servlets, and JSP.
Release Notes: This release contains support for multiple and logarithmic axes with PolarPlot, optional drop-shadows in plot rendering, fitting polynomial functions to a data series, some performance improvements in the TimeSeriesCollection class, mouse wheel rotation of pie charts, improved Maven support, and numerous bugfixes.