October 2012
Zutils is a collection of utilities able to deal with any combination of compressed and non-compressed files transparently. If any given file, including standard input, is compressed, its decompressed content is used. Compressed files are decompressed on the fly; no temporary files are created. These utilities are not wrapper scripts but safer and more efficient C++ programs. In particular the "--recursive" option is very efficient in those utilities supporting it. The provided utilities are zcat, zcmp, zdiff, zgrep, and ztest. The supported compressors are bzip2, gzip, lzip, and xz.
Release Notes: This release adds minor fixes. The new option "--format", which forces the use of a given compression format, has been added to all utilities. The target "install-bin" has been added to the Makefile.
Anywhere Board Games (ABG) allows users to play board and card games on the Web in real time on multiple machines (PC, Linux, iPhone, iPad, and Android). ABG runs as a Google+ Hangout App or as a standalone PHP app. Unlike other gaming environments, this one has a peculiar vision: projecting the main board on our table and using laptops or tablets to control players' hands (with other friends joining in remotely). It supports flipping, stacking, rotating, rolling, and shuffling of pieces, so most board and card games are playable.
Release Notes: This release adds the ability to redirect a game board to a new URL (such as a local ABG server). This allows players to use the same game in in both mobile devices and a Google+ Hangout.
imread is a simple library which reads and saves images from disk to and from numpy arrays. Its goal is to perform this task simply, so that it can become very stable, leaving more complex image processing for other packages.
Release Notes: This release adds Python 3 support and read support for BMP format images.
TOMUSS allows multiple users to edit the same spreadsheet table with their Web browsers. It stores the complete history of the table modification. TOMUSS is intended to be used by teachers to enter ranking and to allow students to see their ranks.
Release Notes: This is a bugfix release.
Samba is a software suite that provides seamless file and print services to SMB/CIFS clients. It is freely available, unlike other SMB/CIFS implementations, and allows for interoperability between Linux/Unix servers and Windows-based clients.
Release Notes: This is the latest bugfix release of the current stable release branch.
Dragonfly Navigator is a dual pane file manager. It is designed to be fast and simple to use but powerful, and supports job queuing.
Release Notes: This release makes a Linux build available, changes the license to GPLv3, makes the code available on github, and adds minor bugfixes.
JIB (Jinn in the Bottle) is a collection of Windows applications ready for easy deployment on Linux. Each application is just one executable without any dependencies. This executable can be run on either i386 or x86-64 with any Linux distribution.
Release Notes: WinMerge and WinMerge Unicode version 2.12.4 are now available.
DR14 T.meter is a commandline tool for computing the Dynamic Range of your music according to the procedure used in the offline meter released by the Pleasurize Music Foundation. It is very useful to measure how loud your music is and to understand that a good quality album always has a good dynamic. It's also useful for understanding the effects of the so-called loudness war.
Release Notes: This release adds a minor fix for full Python 3.3 compatibility.
Mroonga is a MySQL storage engine based on groonga, the full text search engine. It uses the Pluggable Storage Engine interface in MySQL 5.1 and later.
Release Notes: mroonga now supports the utf8mb4 charset and Ubuntu 12.10. Bugs have been fixed related to the multiple column index.
Groonga is a fast and accurate full text search engine based on an inverted index. Newly registered document instantly appears in search results, and updates are allowed without read locks. These characteristics result in superior performance for real-time applications. It is also a column-oriented database management system (DBMS). Compared with well-known row-oriented systems, such as MySQL and PostgreSQL, column-oriented systems are more suited for aggregate queries.
Release Notes: Groonga now supports customizing query expansion by plugin. As a proof of concept, the QueryExpanderTSV plugin is bundled in this release. Ubuntu 12.10 support has also been added.
Finnix is a small, self-contained, bootable Linux CD distribution ("LiveCD") for system administrators, based on Debian testing. You can use it to mount and manipulate hard drives and partitions, monitor networks, rebuild boot records, install other operating systems, and much more.
Release Notes: This release contains an important kernel update, as well as minor fixes and improvements.
Galera wsrep provider is a dlopenable generic replication library which implements the wsrep provider API. It provides very efficient synchronous replication, and multi-master and "parallel applying" capabilities for opaque data buffers. Its primary focus is data consistency. A transaction is either applied on every node, or not at all. It works anywhere TCP works, including on WAN, and can utilize UDP multicast where available. It is used by the MySQL-wsrep patch project to create true multi-master MySQL/InnoDB clusters.
Release Notes: This release contains important bugfixes, new features, and performance improvements. Fixed: causal reads guarantee violation at cluster partitioning, exclusive keys didn't produce dependency on shared keys, a race condition in the desync method (could break RSU), IST not working across different EC2 accessibility zones (and similar), and causal reads timeout configuration was ignored. Added: an wsrep_incoming_addresses status variable, the ability to specify several node addresses in a gcomm:// URL. Significant speedups and memory footprint reduction on ranged queries.
musl is a new implementation of the standard library for Linux-based systems. It is lightweight, fast, simple, free, and strives to be correct in the sense of standards-conformance and safety. It includes a wrapper for building programs against musl in place of the system standard library (e.g. glibc), making it possible to immediately evaluate the library and build compact statically linked binaries with it.
Release Notes: Major new features include support for thread-local storage (__thread/_Thread_local keyword) and a port to Microblaze. Notable quality and conformance improvements have been made in the areas of setting the close-on-exec flag for library-internal file descriptors to avoid fd leaks, using vfork in posix_spawn, system, and popen to make these functions work well even in very large programs, support for recursive calls to dlopen (from constructors), and avoiding executable stacks. Various low-impact bugs have also been fixed.
libquickmail is a library intended to give C/C++ developers a quick and easy way to send email from their applications. It supports multiple To/Cc/Bcc recipients and multiple MIME attachments without size limitation. It uses libcurl for SMTP communication, but a light version is also included without the libcurl dependancy. The library can also be used to just create a multipart MIME message body.
Release Notes: This release has fixes needed for building on Linux.
Liferea (Linux Feed Reader) is a fast, easy-to-use, and easy-to-install GTK/GNOME desktop news aggregator for online news feeds and Web logs. It supports the important syndication formats (Atom, RSS, and OPML). Liferea supports offline reading.
Release Notes: This release introduces a new preference to set the default viewing mode (email, wide or 2pane), adds Google Chrome as a supported browser preference, and brings an overhaul of the search folder implementation to fix counting and rebuilding issues.
Unsettings is a graphical configuration program for the Unity desktop environment which lets you change some of Unity's settings. It also lets you save your settings into and load from a text file (in JSON format) so you can easily back up your settings or copy them to a different account.
Release Notes: This version adds support for Unity 6 (Ubuntu 12.10), fixes some bugs, and adds Brazilian Portuguese and Slovak translations.
PyParticles is a particle simulation toolbox entirely written in Python. It simulates a particle-by-particle model with the most popular integrations methods, including Euler, Runge Kutta, and Midpoint. It represents the results on an OpenGL or Matplotlib plot, and offers an easy-to-use API.
Release Notes: This release adds measurements of kinetic and potential energy, as well as the Lennard Jones potential. There are some improvements in the OpenGL GUI.
libquickmail is a library intended to give C/C++ developers a quick and easy way to send email from their applications. It supports multiple To/Cc/Bcc recipients and multiple MIME attachments without size limitation. It uses libcurl for SMTP communication, but a light version is also included without the libcurl dependancy. The library can also be used to just create a multipart MIME message body. It also comes with a command line application for sending mail (with optional attachments).
Release Notes: This release includes a light version which does not use libcurl for SMTP transport.
pf-kernel is a fork of the Linux kernel. It provides useful features which are not merged into the mainline, including the BFS CPU scheduler, the BFQ I/O scheduler, and TuxOnIce.
Release Notes: The kernel has been updated to version 3.6.4.
Qore MySQL Module is a DBI driver module for the Qore programming language to communicate with MySQL databases. The MySQL driver transparently handles client and server character encodings and supports multi-threading, transaction management, stored procedure execution, and more.
Release Notes: This release adds major new features when built against Qore 0.8.6+, including support for the prepared statement API (the SQLStatement class) and the new DBI option API, support for the new arbitrary-numeric data type added in Qore 0.8.6, and the ability to set server-side timezone rules in the client to ensure proper date/time support when communicating with a DB server in a different timezone.
The Qore SSH2 Module provides access to SSH v2 sessions and the SFTP protocol via libssh2 in the Qore programming language.
Release Notes: This release fixes a deadlock in the SFTPClient::disconnect() method when called explicitly, and fixes the module when a private key file is set and either the public or private key is not available or readable (previously, such errors would cause hard-to-debug connection problems). The documentation has been updated to use the doxygen from the new qpp-based build of the module.
Weboob is a project that provides several applications (console or graphical) to interact with a lot of Web sites. There are more than 90 supported Web sites and 20 applications to view bank accounts, get bills, drag on dating Web sites, search and play videos, display the weather, read news, show train timelines, search torrents, interact with bug trackers, edit a wiki, listen to radio, view and download image galleries, look for a new home, and perform other useful tasks.
Release Notes: This release adds new bank and video modules, and fixes many bugs. There's no new application at this time, but there's a new contrib script, downloadboob, to automate download of videos matching some criteria. There are now 83 modules and 26 applications.
DocumentBurster is a tool for report distribution: split, merge, email, and FTP your reports. It has report delivery for Crystal Reports, SSRS Reporting Services, MS Access, Cognos, PeopleSoft, and SAP. It has report bursting for Pentaho, JasperReports, and BIRT. It can upload reports to MS SharePoint.
Release Notes: This release adds better cURL integration (FTP, FTPS, FileShare, SFTP, and HTTP/WebDAV are now all supported through the GUI) and GUI improvements.
FFTW++ is a C++ header class for the FFTW Fast Fourier Transform library that automates memory allocation, alignment, planning, and wisdom. In 2D and 3D, implicit dealiasing of convolutions substantially reduces memory usage and computation time. Wrappers for C, Python, and Fortran are included.
Release Notes: This release adds wrappers and examples for C, Python, and Fortran, implements optimized ternary convolutions, and improves multithreaded initialization.
Qore PostgreSQL Module is a DBI driver module for the Qore programming language to communicate with PostgreSQL databases. The PostgreSQL driver transparently handles client and server character encodings, supports multi-threading, transaction management, stored procedure execution, and more.
Release Notes: This release adds major new features when built against Qore 0.8.6+, including support for the prepared statement API (the SQLStatement class) and the new DBI option API, support for the new arbitrary-numeric data type added in Qore 0.8.6, and the ability to set server-side timezone rules in the client to ensure proper date/time support when communicating with a DB server in a different timezone.