|
|
|
hamsterdb is an embedded database engine written
in ANSI-C. It includes B+Trees with variable
length keys and records. It supports in-memory
databases and endian-independent files, database
cursors, multiple databases in one file, "record number" databases, and duplicate keys. hamsterdb is very fast and highly configurable. It compiles and
runs on Unix platforms, Linux, Microsoft Windows,
and Windows CE.
License: GNU General Public License (GPL)
Changes:
This release adds one API function, which will be needed to implement the Python wrapper. It also fixes three bugs, two of them minor.
Gecode/R is a Ruby interface to the Gecode
constraint programming library. Gecode/R is
intended for people with no previous experience of
constraint programming, aiming to be easy to pick
up and use.
License: GNU Lesser General Public License (LGPL)
Changes:
This release adds search statistics as well as some new arithmetic and channel constraints.
Wine is an implementation of the Windows API on top of X and Unix. It
does not require Microsoft Windows, but can use native Windows DLLs if
they are available. It provides both a development toolkit for porting
Windows source code to Unix as well as a program loader, allowing many
unmodified Windows programs to run on x86-based Unixes.
License: GNU Lesser General Public License (LGPL)
Changes:
Automatic updating of the WINEPREFIX directory. Winhelp now uses Richedit as a display engine. Many RichEdit fixes. More improvements to IME support. More quartz fixes. Implementations of many more Gdiplus functions. Many bugfixes.
Wing IDE is a development environment for Python.
It provides powerful editing, code intelligence, testing, debugging, and search capabilities that reduce development and debugging time, cut down on coding errors, and make it easier to understand and navigate Python code.
License: Other/Proprietary License with Source
Changes:
This release adds support for zip archives, pkg_resources name spaces and eggs, unit testing with doctest and nose, inspection of sys.path changes such as those used in buildout, a How-To for the Google App Engine, inline context-appropriate templates/snippets integrated with the autocompleter, word list driven auto-completion in non-Python files, quick navigation to files and symbols by typing a fragment, improved support for Stackless Python, and other minor features and bugfixes not found in Wing 3.0.x.
Votorola is software for hosting open elections.
It implements an electoral system that sits
outside of government and beyond the control of
parties. Its voter lists are backed by a trust
network that is rooted in local neighborhoods. It
enables communities to advance their own
candidates for public office, their own policies
for executive action, and their own legislative
bills for statutory law.
License: MIT/X Consortium License
Changes:
An event window was added to the Web interface, providing voters with a view of recent electoral activity. Instructions for the initial setup of an electoral office were completed in the administrator's manual.
Heimdal is an implementation of Kerberos 5 that
aims to be protocol compatible with existing
implementations and RFC 4120. It supports Kerberos
V5 over GSS-API (RFC 1964) and PK-INIT (smartcard
support) for Kerberos, and includes a number of
important and useful applications (rsh, telnet,
popper, etc.). Heimdal also contains an ASN.1
compiler, X.509 library, and NTLM (v1 and v2)
library.
License: BSD License (original)
Changes:
Read-only PKCS11 provider is built in to hx509. Documentation for hx509, hcrypto, and ntlm libraries was improved. Better compatibilty with Windows 2008 Server pre-releases and Vista. Mac OS X 10.5 support for native credential cache. A pkg-config file for Heimdal (heimdal-gssapi.pc). Several bugs were fixed.
Check updates is a Nagios monitoring system plugin
to check if an RPM-based system (Red Hat, Fedora,
or CentOS) is up to date.
TextCite is a program for organizing and commenting textual citations from texts (books, articles, or other published works) for use in producing scientific or academic publications. You can organize by publication, author, category, or outline. It works with bibliographic management programs like Citation, EndNote, RefWorks, and BibTeX, providing important text/citation management capabilities that these programs lack, while still allowing for rapid footnote and bibliography generation by means of your favorite bibliography manager. It also exports to PDF and Word (RTF).
License: GNU General Public License v2
Changes:
Improvements to RTF and PDF export facilities. PDF export now offers much greater flexibility over output, as well as the ability to generate documents with footnotes. RTF export now adds the ability to properly export bibliographic codes for integration with programs such as Endnote and RefWorks. This release includes improvements to avoid problems that could cause data corruption.
TikiWiki is a Groupware/Content Management System solution with a long list of features to help you build a compelling Web-based community: wikis, forums, blogs, articles, an image gallery, a map server, a link directory, translation, internationalization, and much more. The JumpBox for TikiWiki gives you a chance to try it with minimal effort. The JumpBox has a built-in Web management console to help you manage basic system tasks and a very convenient backup system to make sure your data is safe.
License: Free To Use But Restricted
Changes:
TikiWiki has been updated to 1.9.11. Restoring from 0.9 and newer JumpBox backups should work.
ModSecurity is an intrusion detection and
prevention engine for Web applications (sometimes called a Web application firewall). Operating embedded or as part of an Apache reverse proxy, it increases Web application security, protecting Web applications from known and unknown attacks. It is flexible and easy to configure. It monitors HTTP traffic (including POST payloads), detects or prevents attacks, enhances logging, performs anti-evasion, and allows administrators to create custom rules to suit their specific needs. It excels in HTTP traffic monitoring and just-in-time vulnerability patching.
License: GNU General Public License v2
Changes:
This release fixes a problem with transformation caching in ModSecurity 2.5 through version 2.5.3, which may have resulted in a false negative under certain circumstances. Upgrading is encouraged.
Sun xVM VirtualBox, formerly innotek VirtualBox, is a family of x86 virtualization products for enterprise and home use.
License: GNU General Public License (GPL)
Changes:
Support for Solaris and Mac OS X hosts, support for seamless windowing for Linux and Solaris guests, a Web service API, and a SATA hard disk (AHCI) controller were added. Experimental Physical Address Extension (PAE) support was added. Many other improvements and bugfixes were made.
FBReaderJ is an e-book reader for the Android
platform. It is a clone of the FBReader book
reader written in Java by the same authors.
FBReaderJ supports several e-book formats: oeb,
epub, and fb2. Direct reading from zip, tar, and
gzip archives is supported.
License: GNU General Public License (GPL)
Changes:
Text selection has been added. Book tag support has been added.
xwax allows DJs and turntablists to playback
digital audio files controlled using normal
turntables via timecoded vinyl. It handles needle
drops, pitch changes, scratching, spinbacks, and
rewinds, making it a capable tool for beat-mixing
and scratch-mixing. It focuses on an accurate
vinyl feel that is efficient, stable, and fast.
License: GNU General Public License (GPL)
Changes:
This release makes improvements to the core timecode decoder and playback to achieve more robust and more accurate vinyl control.
Zepto CMS is a tiny but flexible CMS. It has its
own rights management system, which consists of
groups and member structures. With these, one can
control the whole site and give privileges to
friends. It also uses simple version control that enables users to undo changes. It relies on modules to perform its tasks.
License: GNU General Public License (GPL)
Changes:
The biggest change in this release is that version control has been added. A ban list and a logging feature have also been added.
Natural Docs is a documentation generator for multiple programming languages. You document your code in a natural syntax that reads like plain English. Natural Docs then scans your code and builds high-quality HTML documentation from it.
License: GNU General Public License (GPL)
Changes:
This release adds support for search and embedding images in your documentation. For users with full language support, it will also incorporate comments written for Javadoc. ActionScript support has been updated to version 3, and C# support has been improved.
COPASI is a software application for modeling and simulation of biochemical networks. The software package has a GUI that lets users define biochemical network models by entering chemical reactions and kinetic equations. A powerful simulation engine can then perform simulations of the dynamics of the networks and carry out many different computational analyses. COPASI can simulate dynamics using either an ODE approach or a stochastic chemical kinetics approach (Gillespie-type algorithms).
License: Free for non-commercial use
Changes:
A severe problem in the SBML export, which lead to invalid SBML files due to duplicate use of the same SLD, has been fixed.
DjVuSmooth is a graphical editor for DjVu
documents.
OpenKM is a document management system that is
useful for enterprises that intend to organize and
share documents.
License: GNU General Public License v2
Changes:
Multimedia elements are
previsualized as images and videos. The
administration interface was improved and
rewritten. Management of templates was
centralized. An exclusive area was added to allow
users to store their private documentation. A tool
was added for massive import and output data from
ZIP files. Searches by date ranks were added.
Translations to more languages were added.
rrdUtils is a set of tools intended to help creation and
graphing of RRD files. It is based on plain text configuration
files where the RRD files are described (datasources,
intervals, etc.) along with the nodes which the RRD applies
to. It includes a command to create a set of similar RRDs,
and another to graph them in some medium-weight
elaborate ways.
License: BSD License (revised)
Changes:
A new utility to generate an HTML index of all the
graphs was ported from stats-collector. Graphs
shown on HTML indexes are configurable. SNMP
utilities were recovered. The prefix is
configurable during build time.
The maker is a content management system (CMS) for
Web sites. It runs on your local computer and
publishes via FTP after you have made your
changes. All that is required is some Web space
with FTP access.
License: BSD License (revised)
Changes:
A new feature is that when switching between
items, the maker remembers the cursor position.
After a file has been published, the cursor stays
in the edited position. A new feature called "Sync
Images With Server" was added. All CSS selectors
have been added to the insert menu and there is
also a resource link for learing HTML and CSS.
UTF-8 is now used as the project encoding. There
is now a function called "Upload Everything". Many
improvements were made in project (and FTP) setup.
LH-ABC is a multi platform BitTorrent client based
on ABC.
License: MIT/X Consortium License
Changes:
A DHT bug was fixed.
libpng (PNG library) is a collection of routines used
to create and manipulate PNG format graphics files.
The PNG format was designed as a replacement for
GIF and, to a lesser extent, TIFF, with many
improvements and extensions.
License: OSI Approved
Changes:
This release synchronizes some of the
configuration files that had become out of date.
HistView takes an ASCII changelog as input and
outputs a formatted HTML page, optionally
containing links to download releases.
License: GNU General Public License (GPL)
Changes:
Another short documentation file (doc/stats.txt)
was added to get you started with download
statistics if you want them. Furthermore, the API
reference for the download class added, as well as
CSS classes for the change details. So, for
example, bugfixes are displayed red and feature
additions are green. This lets important things be
kind of highlighted.
phpCAS is a client library for the ITS Central Authentication Service.
License: BSD License (revised)
Changes:
PGT storage path was fixed on Windows. The methods
setCasServerCert() and setCasServerCaCert() were
added to authenticate the CAS server, and the
method setNoCasServerValidation() was added to
skip the SSL checks. Spanish and Catalan
translations were added.
CacheGuard is a Linux-based OS/appliance dedicated to Web traffic security and optimization. It transforms an x86-based machine into a powerful Web gateway appliance. It allows you to control Web traffic for Web surfers and Web servers by acting as a forwarding and reverse HTTP / HTTPS proxy. It supports HTTP transparent implementation, HTTP compression, Web caching, URL black- and whitelist guarding, and Web server load balancing. It features a stateful firewall with NAT and PAT, and a content filtering module blocking malicious HTTP requests like XSS, SQL and Command Injection. It integrates a caching DNS, a DHCP server, a bandwidth shaper to manage the QoS, a load sharing system, and an HA (high availability) mode with VRRP and link bonding.
License: Other/Proprietary License with Free Trial
Changes:
The connection to the Web Auditing GUI works
properly when the Guarding mode is deactivated.
This concerns only appliances installed for less
than 20 users.
I'm Cross! is a script that installs
cross-compiler toolchains that target Microsoft
Windows on a developer's Linux workstation.
Additionally, it installs cross-compiled versions
of various libraries, such as wxWidgets, GTK+,
FLTK, Allegro, PCRE, libxml2, zlib, and
pthreads-w32, as well as installer (setup.exe)
creation tools. This provides an easy way to set
up a Linux workstation to simultaneously build
Linux and Windows executables from the same source
tree, and then to create installer programs for
those executables. It provides sample programs for
each supported library to illustrate the methods
for cross-compilation and installer-creation.
License: GNU General Public License (GPL)
Changes:
Limited support for targeting Mac OS X systems has
been added, including cross-compiler toolchains
and sample programs. Basic compilation works,
including creation of Universal binaries, but
cross-compiled versions of toolkits such as
wxWidgets have not yet been added. Because of
constraints on available Mac test platforms,
feedback from users is urgently desired to verify
operation of executables (particularly sample
programs) created by the cross-compiler.
libsixdof provides C and C++ interfaces to 6
degrees of freedom devices. The library is
intended to be very unobtrusive to an application,
allowing support to be implemented without great
effort. For example, an application might only
need to issue 3-4 API calls to tell libsixdof
about Xwindow objects that it should monitor.
Apart from those setup calls, functions that are
useful for controllers should be registered with
libsixdof. The configuration of the device (how
its axis movements map to these registered
functions) is then taken care of completely by
libsixdof. The application doesn't really need to
care what 6dof device is attached, where it is
attached (USB, etc.), what its name is, or if
there is more than one.
License: OSI Approved
Changes:
Axis actions can now be specified using mnemonic
axis names as well as by axis number.
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 Extended Attributes (EA) can be
attached to each file or directory to present
metadata. Ferris uses a plugin API to read various
data sources and expose them as filesystems and to
generate interesting EA. Current implementations
include native (kernel disk IO with fam), XML (mount an XML file as a filesystem), DB4, xmldb, Evolution, Firefox, Emacs, LDAP, HTTP, FTP, eet,
sockets, RDF/XML, RDF/bdb, and mbox. EA generators
include image, audio, and animation decoders.
License: GNU General Public License (GPL)
Changes:
The code was ported to the XQilla 2.x API,
including initial support for XUpdate in the
custom XQilla-ferris document model. pqxx is now a
soft dependancy, as was originally intended. Minor
updates were made for building on the Maemo
platform. Minor fixes were made to EXIF longitude and
latidude handling.
graphviz is a set of graph drawing tools and libraries. It supports hierarchical and mass-spring drawings; although the tools are scalable, their emphasis is on making very good drawings of reasonably-sized graphs. Package components include batch layout filters and interactive editors for X11, Java, and a TCL/tk extension. The batch filters can be configured as a web visualization service (using GIF and click-maps). Typical applications include display of finite state machines, software diagrams, database schemas, and communication networks.
clapf is an email content filter application. It includes a statistical (inverse chi-square) anti-spam module, interfaces to several anti-virus products, a minefield (blackhole), spam quarantine, support for various RBL lists, training utilities, and much more. It can be used as an after queue content filter with Postfix (including as an appliance) or via a local delivery agent (LDA), preferably maildrop.
License: zlib/libpng License
Changes:
A few bugs related to whitelisting, infected emails, missing training parts, and purge scripts were fixed. Backscatter detection, language detection, and some spamdrop enhancements were added. The spamsum project was incorporated.
Bacula is a set of programs that allow you to manage the backup, recovery, and verification of computer data across a network of different computers. It is based on a client/server architecture and is efficient and relatively easy to use, while offering many advanced storage management features that make it easy to find and recover lost or damaged files.
License: GNU General Public License v2
Changes:
This release includes further enhancements to better deal with dual-drive auto-changers, fixes in the Storage Daemon (SD) code so that it properly swaps Volumes between drives, and a fix for a segmentation fault in the Bacula Administration Tool (bat).
ffe is a flat file extractor. It can be used for
reading different flat file structures and
displaying them in different formats. It is a
command line tool developed under GNU/Linux. The
main areas of use are; extracting particular
fields or records from a flat file; converting
data from one format to an other, e.g. from CSV to
fixed length; verifying a flat file structure; as
a testing tool for flat file development; and
displaying flat file content in human readable form.
License: GNU General Public License (GPL)
Changes:
The output format can now be selected at the field level. The last field of a fixed length structure can now have an arbitrary length. A -d, --debug option was added.
Apache Lucene is a high-performance,
full-featured text search engine library written
entirely in Java. It is suitable for nearly any
application that requires full-text search,
especially cross-platform.
License: The Apache License 2.0
Changes:
This release contains fixes for bugs. It does not contain any new features or API or file format changes, which makes it fully compatible with versions 2.3.0 and 2.3.1.
LH-ABC is a multi platform BitTorrent client based
on ABC.
License: MIT/X Consortium License
Changes:
Many improvements in the graphical user interface, DHT support, new search functionality (XML based), and much more.
graphviz is a set of graph drawing tools and libraries. It supports hierarchical and mass-spring drawings; although the tools are scalable, their emphasis is on making very good drawings of reasonably-sized graphs. Package components include batch layout filters and interactive editors for X11, Java, and a TCL/tk extension. The batch filters can be configured as a web visualization service (using GIF and click-maps). Typical applications include display of finite state machines, software diagrams, database schemas, and communication networks.
graphviz is a set of graph drawing tools and libraries. It supports hierarchical and mass-spring drawings; although the tools are scalable, their emphasis is on making very good drawings of reasonably-sized graphs. Package components include batch layout filters and interactive editors for X11, Java, and a TCL/tk extension. The batch filters can be configured as a web visualization service (using GIF and click-maps). Typical applications include display of finite state machines, software diagrams, database schemas, and communication networks.
License: Common Public License
Changes:
Several bugs have been fixed. Support for Tcl/Tk 8.5 and GCC 4.3 was added. Support for node usershapes/images in SVG format was added. Bindings for Perl, PHP, Python, Ruby, and TCL are now in language-specific directories.
ocrodjvu is a wrapper for OCRopus, an OCR system,
that allows you to perform OCR on DjVu files.
jdbfviewer allows you to display dbf files in a
JTable view (and optionally delete rows). Not all
versions of dbf are supported. The memo-field
isn't tested. No future development is planned.
License: GNU General Public License v3
Changes:
The program now continues when a 'failed to parse Number' error occurs rather than terminating. Dbf2csv was included to allow non-interactive command-line conversion of multiple files.
The SIBsim4 project is based on sim4, which is a
program designed to align an expressed DNA
sequence with a genomic sequence, allowing for
introns. SIBsim4 is an extensive rewrite of the
sim4 program to improve execution speed and
provide more informative output.
License: GNU General Public License (GPL)
Changes:
This release introduces a chimera detection feature.
Kahua is a continuation passing style (CPS)
application framework and server. It is written
using the Gauche implementation of Scheme. It has
the advantage that you can use "continuations"
easily, so you can solve the typical Web
application's problem of process disconnection. It
allows you to program declaratively by using
S-expressions as a fundamental data type, you can
use Kahua's Object Database to persist data, and
you can modify the function being run, supporting
incremental development.
License: BSD License (revised)
Changes:
This release works properly on Mac OS X 10.5.x (Leopard).
tracx reads and stores any kind of XML data using a dedicated programming language. Read XML structure can be traced and changed. Unix Shell and JDBC database escapes allows you to retrieve data and store it into the XML structure. Implementations based on C++ and Java are available.
License: GNU General Public License (GPL)
Changes:
An exit statement was added. Handling of uninitialized attribute values was implemented. File handle management was fixed.
Personal Finance Manager is a finance and expense tracking tool for those with limited or no accounting experience. You can use it to manage expenses and track account balances, generate reports, create and save complex filters to search the transaction history, create charts and graphs for assets, liabilities, and daily net worth tracking, view stock prices/quotes, store contacts, email, and phone numbers, and import OFX data for banks and credit cards. It supports the latest Quicken format, and also supports downloading current statement for bank and credit card accounts.
License: The Apache License 2.0
Changes:
An accounts tree bug was fixed. Importing a large
number of transactions was not refreshing the tree
properly. A transactions table bug was fixed.
Importing a large number of transactions was not
refreshing the table properly. An alerts bug was
fixed. A null pointer exception occurred in the
alerts cache code.
imapsync is a tool for facilitating incremental recursive IMAP transfers from one mailbox to another. It is useful for mailbox migration, and reduces the amount of data transferred by only copying messages that are not present on both servers. Read, unread, and deleted flags are preserved, and the process can be stopped and resumed. The original messages can optionally be deleted after a successful transfer.
FreeTDS is an open-source implementation of the TDS (Tabular DataStream) database client access protocol and related libraries used by Sybase and Microsoft. FreeTDS supports all versions of the protocol from both vendors, and includes DB-Lib, CT-Lib, and ODBC libraries.
License: GNU Lesser General Public License (LGPL)
Changes:
This version obsoletes version 0.64. It includes
many new features and improvements, including
timeout handling, encrypted connections, fisql
(and odbc utilities), and autoconf improvements.
One quarter of the code was modified in this
release.
The HLA Standard Library was developed to support the High Level Assembler (HLA), but can be used in conjunction with other assemblers (NASM, MASM, FASM, etc.) if the necessary headers are developed. It supports 32-bit versions of Windows, Linux, Mac OS X, and FreeBSD, and is written entirely in HLA. It includes the following modules: args, arrays, bits, chars, console, conversions, cset, date, environment, exceptions, file class, file I/O, filesys, lists, math, memory-mapped files, patterns, RNG, stderr, stdin, stdout, strings, tables, time, timer, and zstrings. An automated test suite is included.
License: Public Domain
Changes:
Support for Mac OS X is now complete.
Joomla! is an award-winning content management
system (CMS) that will help you build Web sites
and other powerful online applications. The
JumpBox for Joomla saves a lot of time by
providing a production quality Joomla!
installation in very little time. This JumpBox is
for the Joomla 1.5.x series of releases. A JumpBox
is also available for the Joomla! 1.0.x series of
releases.
License: Free To Use But Restricted
Changes:
This version bundles Joomla 1.5.3.
Zenoss is an enterprise network/systems
management application that provides an integrated
software package for monitoring availability,
performance, events, and configuration across
layers (network, servers, applications,
environment, etc.) and across platforms (Linux,
Windows, Unix, etc.).
License: GNU General Public License (GPL)
Changes:
The major additions in this beta are wizard-based
stack one-click installers that work on all Linux
environments, a new RPM stack installer, and
a .deb stack installer that install Zenoss
and all of its dependencies.
The cb2Bib is a tool for rapidly extracting bibliographic references from email alerts, journal Web pages, and PDF files. It facilitates the capture of single references from unformatted and non standard sources. Output references are written in BibTeX. Article files can be easily linked and renamed by dragging them onto the cb2Bib window. The cb2Bib permits editing and browsing of BibTeX files, searching of references and the contents of linked files, and the addition of citations into document editors.
License: GNU General Public License (GPL)
Changes:
This maintenance releases fixes some minor issues when linking to Qt 4.4.0. It corrects LyX pipe selection through the filedialog. Contributed regular expressions for several geophysical journals are included.
PrinterSetup is a flexible printer setup system. It is tailored to institutions with more than 20 deployed printers. It is designed to work with CUPS on Mac OS X. PrinterSetup is a component of PrintingWorks, a print accounting solution. There is limited documentation. Apple package deployment requires Mac OS X 10.3 or later, and is untested on earlier versions. Apple package development requires Mac OS X 10.5 or later and Xcode 3.0 or later.
License: GNU General Public License (GPL)
Changes:
Minor bugfixes along with a new synchronization deployment system.
htop is an interactive process viewer for Linux.
It aims to be a 'better top': you can scroll the
process list vertically and horizontally, and
select a process to be killed with the arrow keys
instead of by typing its process id. It requires
ncurses, and was tested with Linux 2.4 and 2.6.
License: GNU General Public License (GPL)
Changes:
This release adds per-process I/O statistics, Unicode support, and new handling of CPU count for threaded processes: it can now show either per-thread stats or a sum of all threads depending whether user threads are shown or hidden. There were also improvements in mouse support.
|
|
|
|