<?xml version="1.0" encoding="UTF-8"?>
<feed xml:lang="en-US" xmlns="http://www.w3.org/2005/Atom">
  <id>tag:freshmeat.net,2005:/?format=atom</id>
  <link type="text/html" rel="alternate" href="http://freshmeat.net"/>
  <link type="application/atom+xml" rel="self" href="http://freshmeat.net/?format=atom"/>
  <title>aLinux freshmeat.net Releases weekly</title>
  <updated>2010-03-07T19:41:10Z</updated>
  <entry>
    <id>tag:freshmeat.net,2005:Release/313459</id>
    <published>2010-03-07T19:34:31Z</published>
    <updated>2010-03-07T19:41:10Z</updated>
    <link type="text/html" rel="alternate" href="http://freshmeat.net/projects/bart#release_313459"/>
    <title>Bart 0.1</title>
    <content type="html">
Bart is a puzzle-style game. In a maze, there is a human and several monsters. The human wants to escape (reach the &amp;amp;quot;exit&amp;amp;quot; point). The monsters, as you may have already guessed, want to eat him for breakfast. The  human is in a panic, and you cannot control him at all! He runs in a straight line until reaching a wall, and then turns in a random direction and runs again or explores the maze. One way exists to help the human: you may rotate walls.&lt;p&gt;&lt;strong&gt;Changes:&lt;/strong&gt; This is the initial release: Basic gameplay is ready and can be tested; art is in progress.&lt;/p&gt;&lt;p&gt;&lt;a href="http://freshmeat.net/projects/bart"&gt;&lt;img alt="054e096837a38ff76834563d1a63fd40_thumb" src="http://freshmeat.net/screenshots/05/4e/054e096837a38ff76834563d1a63fd40_thumb.png?1267990606" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Tags:&lt;/strong&gt; Games&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Licenses:&lt;/strong&gt; GPL v2 Or Later&lt;/p&gt;    </content>
    <author>
      <name></name>
      <uri>http://freshmeat.net/users/alapshin</uri>
    </author>
  </entry>
  <entry>
    <id>tag:themes.freshmeat.net,2005:Release/313457</id>
    <published>2010-03-07T17:45:30Z</published>
    <updated>2010-03-07T19:35:49Z</updated>
    <link type="text/html" rel="alternate" href="http://themes.freshmeat.net/projects/ldap-account-manager#release_313457"/>
    <title>LDAP Account Manager 3.0.0.RC1</title>
    <content type="html">
LDAP Account Manager (LAM) is a web frontend for managing entries (e.g. users, groups, DHCP settings) stored in an LDAP directory. LAM was designed to make LDAP management as easy as possible for the user. It abstracts from the technical details of LDAP and allows persons without technical background to manage LDAP entries. If needed, power users may still directly edit LDAP entries via the integrated LDAP browser.&lt;p&gt;&lt;strong&gt;Changes:&lt;/strong&gt; The file upload was improved, and LAM Pro now supports OpenLDAP password policies and IP addresses for hosts. This release also fixes some problems. This is a test release. Please do not install it in your production environment.&lt;/p&gt;&lt;p&gt;&lt;a href="http://themes.freshmeat.net/projects/ldap-account-manager"&gt;&lt;img alt="5f8a17cb8f2d66ea0d37b0eadcc45d8d_thumb" src="http://themes.freshmeat.net/screenshots/5f/8a/5f8a17cb8f2d66ea0d37b0eadcc45d8d_thumb.jpg?1237051913" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Release Tags:&lt;/strong&gt; Unstable, Major bugfixes, Major feature enhancements&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Tags:&lt;/strong&gt; Systems Administration, Networking, LDAP&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Licenses:&lt;/strong&gt; GPL&lt;/p&gt;    </content>
    <author>
      <name>Roland Gruber</name>
      <uri>http://themes.freshmeat.net/users/gruberroland</uri>
    </author>
  </entry>
  <entry>
    <id>tag:freshmeat.net,2005:Release/313456</id>
    <published>2010-03-07T16:38:24Z</published>
    <updated>2010-03-07T19:34:54Z</updated>
    <link type="text/html" rel="alternate" href="http://freshmeat.net/projects/toofpy#release_313456"/>
    <title>Toolserver Framework for Python 0.4.1</title>
    <content type="html">
The Toolserver Framework for Python is a
Medusa-based Web server with added dynamic
multithreading  and support for easy object
publication via SOAP, XML-RPC, and REST. &lt;p&gt;&lt;strong&gt;Changes:&lt;/strong&gt; The project has been moved to bitbucket to finally have a good public hosting space for it. The Django integration has been removed (it was never used for anything). This release cleans up the project structure and setup.py a little bit. The project is now properly easy_install-able.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Release Tags:&lt;/strong&gt; Minor&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Tags:&lt;/strong&gt; Software Development, Libraries, Application Frameworks, Internet, Web, HTTP Servers&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Licenses:&lt;/strong&gt; MIT/X&lt;/p&gt;    </content>
    <author>
      <name>Georg Bauer</name>
      <uri>http://freshmeat.net/users/gbauer</uri>
    </author>
  </entry>
  <entry>
    <id>tag:freshmeat.net,2005:Release/313455</id>
    <published>2010-03-07T16:35:03Z</published>
    <updated>2010-03-07T19:33:57Z</updated>
    <link type="text/html" rel="alternate" href="http://freshmeat.net/projects/lazypy#release_313455"/>
    <title>Lazy Evaluation for Python 0.5</title>
    <content type="html">
Lazy Evaluation for Python is a package which
implements lazy evaluation for Python. It does so
by implementing proxy objects that will
automatically force valuation when some magic
methods are called, and it will automatically
further delay evaluation on other methods
(attribute access, item access, and calling).
&lt;p&gt;&lt;strong&gt;Changes:&lt;/strong&gt; The most notable new feature is a new kind of Promise subclass: ForkedFuture. This uses the multiprocessing module (hence the move to Python 2.6 as minimum) to implement a kind of future that forks a full process, and so allows making use of multi-core architectures easily while still keeping a very slim interface. Additionally, this project has moved to bitbucket and finally has a new stable repository with easy forking ability. The namespace has changed to 'lazypy', and the old namespace has been deprecated.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Tags:&lt;/strong&gt; Software Development, Libraries, Python Modules&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Licenses:&lt;/strong&gt; MIT/X&lt;/p&gt;    </content>
    <author>
      <name>Georg Bauer</name>
      <uri>http://freshmeat.net/users/gbauer</uri>
    </author>
  </entry>
  <entry>
    <id>tag:freshmeat.net,2005:Release/313454</id>
    <published>2010-03-07T15:37:36Z</published>
    <updated>2010-03-07T19:32:18Z</updated>
    <link type="text/html" rel="alternate" href="http://freshmeat.net/projects/forban#release_313454"/>
    <title>Forban 0.0.9</title>
    <content type="html">
Forban is a P2P file sharing application for link-local and local area networks. Forban works independently from the Internet and uses only the local area capabilities to announce, discover, search, or share files. Forban relies on HTTP and is opportunistic, meaning that it replicates any files of interest seen in its proximity. The Forban protocols are minimalistic to ease the production of other implementations.&lt;p&gt;&lt;strong&gt;Changes:&lt;/strong&gt; Various bugfixes including the opportunistic fetching of not recently seen forban. The announce period is now consistent between the announce service and the opportunistic services. As the default value is now more coherent, the time to discover, announce, and fetch content is greatly improved.&lt;/p&gt;&lt;p&gt;&lt;a href="http://freshmeat.net/projects/forban"&gt;&lt;img alt="538d6c503fc7c14a7fc3833ee1195fff_thumb" src="http://freshmeat.net/screenshots/53/8d/538d6c503fc7c14a7fc3833ee1195fff_thumb.png?1262271468" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Release Tags:&lt;/strong&gt; Major bugfixes&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Tags:&lt;/strong&gt; P2P, lan, File Sharing, http, peer-to-peer&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Licenses:&lt;/strong&gt; AGPLv3&lt;/p&gt;    </content>
    <author>
      <name>Alexandre Dulaunoy</name>
      <uri>http://freshmeat.net/users/adulau</uri>
    </author>
  </entry>
  <entry>
    <id>tag:freshmeat.net,2005:Release/313458</id>
    <published>2010-03-07T18:04:42Z</published>
    <updated>2010-03-07T19:27:12Z</updated>
    <link type="text/html" rel="alternate" href="http://freshmeat.net/projects/rubytet#release_313458"/>
    <title>RubyTet 0.1.1</title>
    <content type="html">
Rubytet is a Tetris clone written in the Ruby
programming language using the rubygame library.&lt;p&gt;&lt;strong&gt;Changes:&lt;/strong&gt; This release fixes a bug concerning the reloading of theme. It adds the ability for red gems to crush yellow gems.&lt;/p&gt;&lt;p&gt;&lt;a href="http://freshmeat.net/projects/rubytet"&gt;&lt;img alt="5aa95850d2af8e67fda27ea3e029cb0c_thumb" src="http://freshmeat.net/screenshots/5a/a9/5aa95850d2af8e67fda27ea3e029cb0c_thumb.png?1240154279" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Tags:&lt;/strong&gt; Games/Entertainment, Puzzle Games&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Licenses:&lt;/strong&gt; GPLv3&lt;/p&gt;    </content>
    <author>
      <name>Han</name>
      <uri>http://freshmeat.net/users/kiba_ruby</uri>
    </author>
  </entry>
  <entry>
    <id>tag:freshmeat.net,2005:Release/313453</id>
    <published>2010-03-07T14:56:20Z</published>
    <updated>2010-03-07T19:26:00Z</updated>
    <link type="text/html" rel="alternate" href="http://freshmeat.net/projects/mod_overload#release_313453"/>
    <title>mod_overload 0.2.2</title>
    <content type="html">
mod_overload is an Apache module that checks the
load average, and when it is higher then a defined
value, stops the current request.&lt;p&gt;&lt;strong&gt;Changes:&lt;/strong&gt; This release adds new functionality to make httpd log all mod_overload messages to a single httpd error log. See the OverloadLogToSingleFile parameter.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Release Tags:&lt;/strong&gt; Stable&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Tags:&lt;/strong&gt; Internet, Web, HTTP Servers&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Licenses:&lt;/strong&gt; GPLv2&lt;/p&gt;    </content>
    <author>
      <name>artms</name>
      <uri>http://freshmeat.net/users/artms</uri>
    </author>
  </entry>
  <entry>
    <id>tag:freshmeat.net,2005:Release/313452</id>
    <published>2010-03-07T13:16:49Z</published>
    <updated>2010-03-07T14:55:55Z</updated>
    <link type="text/html" rel="alternate" href="http://freshmeat.net/projects/paludis#release_313452"/>
    <title>Paludis 0.44.2</title>
    <content type="html">
Paludis is a package manager for Gentoo (and
derived distributions) and Exherbo. It consists of
a core library and a number of console-based
clients. Package formats supported include Gentoo
ebuilds and kdebuilds (as defined by the Package
Manager Specification), the Exherbo exheres-0
format, and various miscellaneous utility
pseudo-formats for managing accounts, unwritten
and unavailable packages, and packages for which
no package exists.
&lt;p&gt;&lt;strong&gt;Changes:&lt;/strong&gt; Various documentation updates were made. When disambiguating a spec like foo::bar, where cat-1/pkg::foo and cat-2/pkg::bar exist, the implied preference for cat-2 is now recognized. A bug causing NoConfig clients to fail to find profiles when used with a supplemental repository that does not provide its own profiles description has been fixed.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Tags:&lt;/strong&gt; Software Distribution, Software Distribution Tools&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Licenses:&lt;/strong&gt; GPL&lt;/p&gt;    </content>
    <author>
      <name>Ciaran McCreesh</name>
      <uri>http://freshmeat.net/users/ciaranm</uri>
    </author>
  </entry>
  <entry>
    <id>tag:freshmeat.net,2005:Release/313451</id>
    <published>2010-03-07T12:56:19Z</published>
    <updated>2010-03-07T14:51:32Z</updated>
    <link type="text/html" rel="alternate" href="http://freshmeat.net/projects/clamtk#release_313451"/>
    <title>ClamTk 4.25</title>
    <content type="html">
ClamTk is a graphical frontend for Clam Antivirus.
It is designed to be a lightweight, easy-to-use,
point-and-click virus scanner.
&lt;p&gt;&lt;strong&gt;Changes:&lt;/strong&gt; This release contains three bug fixes and language file updates.&lt;/p&gt;&lt;p&gt;&lt;a href="http://freshmeat.net/projects/clamtk"&gt;&lt;img alt="49ed7e0e4bbb5a02ab6751efe6e1c273_thumb" src="http://freshmeat.net/screenshots/49/ed/49ed7e0e4bbb5a02ab6751efe6e1c273_thumb.png?1258072016" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Licenses:&lt;/strong&gt; Artistic&lt;/p&gt;    </content>
    <author>
      <name></name>
      <uri>http://freshmeat.net/users/dave_m</uri>
    </author>
  </entry>
  <entry>
    <id>tag:freshmeat.net,2005:Release/313448</id>
    <published>2010-03-07T11:49:01Z</published>
    <updated>2010-03-07T14:51:26Z</updated>
    <link type="text/html" rel="alternate" href="http://freshmeat.net/projects/iwiccle#release_313448"/>
    <title>iWiccle 1.21</title>
    <content type="html">
iWiccle is an online Web 2.0 platform specializing in social networks, blogging sites, Web communities, gallery presentations, link directories, and article portals. It is a universal Web community script written in PHP and MySQL. Among others, it can create: standard Web sites with Web 2.0 functions; blog sites; communities and groups with social networking features; portfolios and presentations with interactive features; photo galleries with intuitive and engaging functionality; link directories with a clear and scalable structure; searchable content Web sites with powerful search functions; and news portals / article repositories / story book sites.&lt;p&gt;&lt;strong&gt;Changes:&lt;/strong&gt; The following modules were updated: Articles, Blogs, Events, Photo Gallery, Groups, Links, Video Gallery, News, Site, and Members/Profiles. The framework core was rewritten. The admin control panel was updated with hundreds of extra options. The page builder was updated with the abilities to export, to import, to back up, and to unit design controls, as well as with dozens of improvements. The SEO engine was updated. The template core was updated. Security was updated greatly with built-in protection systems. Many other improvements were made.&lt;/p&gt;&lt;p&gt;&lt;a href="http://freshmeat.net/projects/iwiccle"&gt;&lt;img alt="4961dc99c4d67892e78fce602c3e6720_thumb" src="http://freshmeat.net/screenshots/49/61/4961dc99c4d67892e78fce602c3e6720_thumb.png?1267962748" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Release Tags:&lt;/strong&gt; Stable, Major architecture enhancement, GUI improvements&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Tags:&lt;/strong&gt; CMS, Web 2.0, Website Development, Community, Website Management, Website Production, SEO, WYSIWYG, articles, blogging, photo gallery, News/Diary&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Licenses:&lt;/strong&gt; Creative Commons  Attribution-Share Alike 3.0 Unported&lt;/p&gt;    </content>
    <author>
      <name></name>
      <uri>http://freshmeat.net/users/wicclemedia</uri>
    </author>
  </entry>
  <entry>
    <id>tag:freshmeat.net,2005:Release/313450</id>
    <published>2010-03-07T12:02:50Z</published>
    <updated>2010-03-07T14:46:20Z</updated>
    <link type="text/html" rel="alternate" href="http://freshmeat.net/projects/srcpd#release_313450"/>
    <title>srcpd 2.1.1</title>
    <content type="html">
srcpd is a gateway between any kind of model rail road systems and user interface programs supporting SRCP. The program supports both commercial and self-made interfaces, and the direct generation of DCC and MM signals via serial interface.&lt;p&gt;&lt;strong&gt;Changes:&lt;/strong&gt; This release fixes a few regressions found in the 2.1.0 release. &lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Release Tags:&lt;/strong&gt; regression fixes, Stable&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Tags:&lt;/strong&gt; Scientific/Engineering, Games/Entertainment, Model Railroads&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Licenses:&lt;/strong&gt; GPL&lt;/p&gt;    </content>
    <author>
      <name>Matthias Trute</name>
      <uri>http://freshmeat.net/users/mtrute</uri>
    </author>
  </entry>
  <entry>
    <id>tag:freshmeat.net,2005:Release/313449</id>
    <published>2010-03-07T12:01:49Z</published>
    <updated>2010-03-07T14:38:02Z</updated>
    <link type="text/html" rel="alternate" href="http://freshmeat.net/projects/splintgui#release_313449"/>
    <title>splintgui 0.3.4</title>
    <content type="html">
splintGUI is an graphical frontend for the syntax
checker splint.
&lt;p&gt;&lt;strong&gt;Changes:&lt;/strong&gt; The display of error messages on the console was fixed.&lt;/p&gt;&lt;p&gt;&lt;a href="http://freshmeat.net/projects/splintgui"&gt;&lt;img alt="83c4fcedbe79efca6dbd8c3e39c9c3f9_thumb" src="http://freshmeat.net/screenshots/83/c4/83c4fcedbe79efca6dbd8c3e39c9c3f9_thumb.png?1237060767" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Tags:&lt;/strong&gt; Software Development, Bug Tracking&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Licenses:&lt;/strong&gt; GPL&lt;/p&gt;    </content>
    <author>
      <name>Crissi</name>
      <uri>http://freshmeat.net/users/Crissi</uri>
    </author>
  </entry>
  <entry>
    <id>tag:freshmeat.net,2005:Release/313445</id>
    <published>2010-03-07T11:22:09Z</published>
    <updated>2010-03-07T14:26:48Z</updated>
    <link type="text/html" rel="alternate" href="http://freshmeat.net/projects/pdns-recursor#release_313445"/>
    <title>PowerDNS Recursor 3.2</title>
    <content type="html">
With a small codebase, the PowerDNS Recursor is an advanced resolver currently serving the DNS resolving needs of over 80 million Internet connections. Besides high performance (using kqueue or epoll, over 100 thousand qps on commodity hardware), it provides advanced anti-spoofing measures. In addition, the program caches server performance and timeouts, making it both network and user friendly. It also has built-in hooks for making graphs with rrdtool, providing insight into nameserver performance.
&lt;p&gt;&lt;strong&gt;Changes:&lt;/strong&gt; This version contains a new &amp;amp;quot;packet cache&amp;amp;quot;, which delivers a major performance boost. Multiple threads can now be used to actually benefit from all available CPUs. There are many new features, enhancements, and bugfixes. This release has been preceded by two release candidates that have seen wide production use already. An upgrade to 3.2 is highly recommended.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Tags:&lt;/strong&gt; Internet, DNS&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Licenses:&lt;/strong&gt; GPL&lt;/p&gt;    </content>
    <author>
      <name>ahu</name>
      <uri>http://freshmeat.net/users/ahu2</uri>
    </author>
  </entry>
  <entry>
    <id>tag:freshmeat.net,2005:Release/313444</id>
    <published>2010-03-07T11:11:22Z</published>
    <updated>2010-03-07T14:24:16Z</updated>
    <link type="text/html" rel="alternate" href="http://freshmeat.net/projects/jstock-free-stock-market-program#release_313444"/>
    <title>JStock 1.0.5i</title>
    <content type="html">
JStock is a stock market software for 23 countries. It provides real-time stock information, intraday stock price snapshots, a stock indicator editor, a stock indicator scanner, portfolio management, and market chit chat features. Free SMS/email alerting is supported.&lt;p&gt;&lt;strong&gt;Changes:&lt;/strong&gt; The range for history chart can now be predefined. Any type of email alert is supported, not just GMail email alert. The technical analysis settings and GUI options of history chart are now remembered. Online help has been embedded, so that a user may always get the most up-to-date help. Several bugs were fixed.&lt;/p&gt;&lt;p&gt;&lt;a href="http://freshmeat.net/projects/jstock-free-stock-market-program"&gt;&lt;img alt="65eaa7e610f8886a8fc4caaa6b416df5_thumb" src="http://freshmeat.net/screenshots/65/ea/65eaa7e610f8886a8fc4caaa6b416df5_thumb.png?1243323448" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Tags:&lt;/strong&gt; Financial, Investment, Java&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Licenses:&lt;/strong&gt; GPLv2&lt;/p&gt;    </content>
    <author>
      <name>yccheok</name>
      <uri>http://freshmeat.net/users/yccheok</uri>
    </author>
  </entry>
  <entry>
    <id>tag:freshmeat.net,2005:Release/313443</id>
    <published>2010-03-07T11:09:04Z</published>
    <updated>2010-03-07T14:21:58Z</updated>
    <link type="text/html" rel="alternate" href="http://freshmeat.net/projects/bsng#release_313443"/>
    <title>bashstyle-ng 7.10</title>
    <content type="html">
BashStyle-NG is a graphical tool for changing
Bash's behavior and look and feel. It can also
style Readline, Nano, and Vim.  It ships with a huge functionchain, which is used by the 16 default prompt styles, but may also be used separately.&lt;p&gt;&lt;strong&gt;Changes:&lt;/strong&gt; Several small UI bugs were fixed. The PyGTK bug has really been worked around. Some small UI changes have been made. Ayoli style has been added. The Comboboxes in the UI now have the current set value as the active entry on startup. NanoCFG gained three new options. On bash startup, the patch-level is now also logged. Several new aliases and functions have been added or improved: reload, rd, random, randompw, dbg_view, dbg_verbosity, top10, crypt, d2u, u2d, git_bzip, git_xz, get_gnome, and get_xfce. All screenshots and docs have been updated. All internal stuff is now recorded.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Release Tags:&lt;/strong&gt; Stable, GUI, GTK+-2.0, bash&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Tags:&lt;/strong&gt; GTK, bash&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Licenses:&lt;/strong&gt; GPLv3&lt;/p&gt;    </content>
    <author>
      <name>Christopher Bratusek</name>
      <uri>http://freshmeat.net/users/Flashrider</uri>
    </author>
  </entry>
  <entry>
    <id>tag:freshmeat.net,2005:Release/313442</id>
    <published>2010-03-07T10:56:14Z</published>
    <updated>2010-03-07T14:18:58Z</updated>
    <link type="text/html" rel="alternate" href="http://freshmeat.net/projects/android-scripting-environment#release_313442"/>
    <title>Android Scripting Environment r17</title>
    <content type="html">
The Android Scripting Environment (ASE) brings scripting languages to Android by allowing you to edit and execute scripts and interactive interpreters directly on the Android device. These scripts have access to many of the APIs available to full-fledged Android applications, but with a greatly simplified interface that makes it easy to handle intents, start activities, make phone calls, send text messages, scan bar codes, poll location and sensor data, use text-to-speech, and more. Scripts can be run interactively in a terminal, started as a long running service, or started via Locale. Python, Perl, JRuby, Lua, BeanShell, and Bourne shell are currently supported.&lt;p&gt;&lt;strong&gt;Changes:&lt;/strong&gt; Tcl was added as a supported language. User interface APIs were added for displaying various dialogs. The API browser was updated to provide code generation. Long tap on a method to insert it into the script editor. The editor now automatically completes parentheses, brackets, and quotes. The terminal and editor have a fullscreen mode and font size selection in preferences. Alert manager APIs were added for regularly triggering scripts. A speech recognition API was added. Live folder support was added. Long tap on a home screen to add a live folder of ASE scripts. The Python API now uses namedtuples instead of dicts.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Tags:&lt;/strong&gt; Android, Python, Perl, Lua, JRuby, BeanShell, Google&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Licenses:&lt;/strong&gt; Apache 2.0&lt;/p&gt;    </content>
    <author>
      <name></name>
      <uri>http://freshmeat.net/users/damonkohler</uri>
    </author>
  </entry>
  <entry>
    <id>tag:freshmeat.net,2005:Release/313441</id>
    <published>2010-03-07T10:50:01Z</published>
    <updated>2010-03-07T13:58:26Z</updated>
    <link type="text/html" rel="alternate" href="http://freshmeat.net/projects/cpufreqd#release_313441"/>
    <title>cpufreq daemon 2.4.0</title>
    <content type="html">
cpufreqd is meant to be a replacement of the speedstep applet found in Windows.  It monitors battery level, CPU usage, AC state, temperature (sensors and ACPI), and running programs, and adjusts the frequency governor according to a set of rules specified in the config file.&lt;p&gt;&lt;strong&gt;Changes:&lt;/strong&gt; libsensor4 support was added. Bugs were fixed.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Tags:&lt;/strong&gt; Utilities, Power Management&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Licenses:&lt;/strong&gt; GPL&lt;/p&gt;    </content>
    <author>
      <name>Mattia Dongili</name>
      <uri>http://freshmeat.net/users/mattia</uri>
    </author>
  </entry>
  <entry>
    <id>tag:freshmeat.net,2005:Release/313439</id>
    <published>2010-03-07T10:30:16Z</published>
    <updated>2010-03-07T13:54:46Z</updated>
    <link type="text/html" rel="alternate" href="http://freshmeat.net/projects/youtube-dl#release_313439"/>
    <title>youtube-dl 2010.03.07</title>
    <content type="html">
youtube-dl is a small command-line program for
downloading videos from YouTube.com.&lt;p&gt;&lt;strong&gt;Changes:&lt;/strong&gt; This release fixes several reported issues and adds the --no-progress option.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Tags:&lt;/strong&gt; Internet, Web, multimedia, Video&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Licenses:&lt;/strong&gt; Public Domain&lt;/p&gt;    </content>
    <author>
      <name>rg3</name>
      <uri>http://freshmeat.net/users/rg3</uri>
    </author>
  </entry>
  <entry>
    <id>tag:freshmeat.net,2005:Release/313438</id>
    <published>2010-03-07T10:25:31Z</published>
    <updated>2010-03-07T13:54:13Z</updated>
    <link type="text/html" rel="alternate" href="http://freshmeat.net/projects/neotextureedit#release_313438"/>
    <title>NeoTextureEdit 0.5.3a</title>
    <content type="html">
NeoTextureEdit is an easy to use graph-based procedural seamless texture editor. Using continuous basis functions, it can generate arbitrary resolution images without quality degradation. Its main purpose is to produce high-quality textures for real time rendering applications that can be stored in a few kB and synthesized on application startup. But it can also be used to generate off-line images.&lt;p&gt;&lt;strong&gt;Changes:&lt;/strong&gt; The new Bitmap pattern allows you to load images as generators into the texture editor. The new Function pattern is a simple generator with a sin/square function. The OpenGL backend was updated to LWJGL 2.3. There is now support for command line options.&lt;/p&gt;&lt;p&gt;&lt;a href="http://freshmeat.net/projects/neotextureedit"&gt;&lt;img alt="66218f270a423d2aab43808ef2b5376c_thumb" src="http://freshmeat.net/screenshots/66/21/66218f270a423d2aab43808ef2b5376c_thumb.jpg?1267644521" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Release Tags:&lt;/strong&gt; new features&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Tags:&lt;/strong&gt; Editor, texture, 3D Rendering&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Licenses:&lt;/strong&gt; GPLv3&lt;/p&gt;    </content>
    <author>
      <name></name>
      <uri>http://freshmeat.net/users/NeoSpark314</uri>
    </author>
  </entry>
  <entry>
    <id>tag:freshmeat.net,2005:Release/313437</id>
    <published>2010-03-07T10:16:19Z</published>
    <updated>2010-03-07T13:53:43Z</updated>
    <link type="text/html" rel="alternate" href="http://freshmeat.net/projects/openmamba#release_313437"/>
    <title>openmamba Milestone2-2.0 pre1</title>
    <content type="html">
openmamba is a fully featured GNU/Linux distribution for desktops, notebooks, netbooks, and servers. It runs on computers based on the 32-bit Intel x86 architecture, or on 64-bit AMD processors in 32-bit mode. openmamba comes with both free and closed source drivers for the most frequently used video cards. It supports compiz out of the box. It has preinstalled multimedia codecs, and can install the most frequently used closed source applications for GNU/Linux (such as Flash Player or Skype) very easily.&lt;p&gt;&lt;strong&gt;Changes:&lt;/strong&gt; This is the first pre-release of openmamba milestone2. A lot of news here from the previousl Milestone1-1.1, the main are: The desktop was switched from KDE3 to KDE4. The package mangagement was switched from apt for RPM to smart package manager. The kernel was updated to version 2.6.30. A lot of bugs were fixed. A lot of packages were updated. The system should be stable enough to be used for everyday tasks.&lt;/p&gt;&lt;p&gt;&lt;a href="http://freshmeat.net/projects/openmamba"&gt;&lt;img alt="165989f2745fd4318591817e3b7b4c85_thumb" src="http://freshmeat.net/screenshots/16/59/165989f2745fd4318591817e3b7b4c85_thumb.png?1267957121" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Release Tags:&lt;/strong&gt; Pre-Release&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Tags:&lt;/strong&gt; Operating System, Linux distribution&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Licenses:&lt;/strong&gt; GPLv3&lt;/p&gt;    </content>
    <author>
      <name></name>
      <uri>http://freshmeat.net/users/ercolinux69</uri>
    </author>
  </entry>
  <entry>
    <id>tag:freshmeat.net,2005:Release/313436</id>
    <published>2010-03-07T10:05:36Z</published>
    <updated>2010-03-07T13:43:51Z</updated>
    <link type="text/html" rel="alternate" href="http://freshmeat.net/projects/lessfs#release_313436"/>
    <title>lessfs 1.0.5</title>
    <content type="html">
Lessfs is a high performance inline data deduplicating file system for Linux. Lessfs complies to the POSIX standard and is very useful for backup purposes as well as providing storage for virtual machine images. Although lessfs is a file system that is implemented in user space with FUSE, it offers decent performance. Lessfs is capable of handling data rates up to 350MB/sec. It supports filesystem encryption.&lt;p&gt;&lt;strong&gt;Changes:&lt;/strong&gt; This release fixes some minor bugs that are related to logging only.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Tags:&lt;/strong&gt; Compression, filesystem, Deduplication, encryption&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Licenses:&lt;/strong&gt; GPLv3&lt;/p&gt;    </content>
    <author>
      <name></name>
      <uri>http://freshmeat.net/users/mruijter</uri>
    </author>
  </entry>
  <entry>
    <id>tag:freshmeat.net,2005:Release/313435</id>
    <published>2010-03-07T09:03:52Z</published>
    <updated>2010-03-07T13:40:30Z</updated>
    <link type="text/html" rel="alternate" href="http://freshmeat.net/projects/metaf2xml#release_313435"/>
    <title>metaf2xml 1.39</title>
    <content type="html">
metaf2xml parses and decodes aviation routine weather reports (METAR, SPECI), aerodrome forecasts (TAF), and synoptic observations (SYNOP) and stores the components in XML. They can then be converted to plain language (text, HTML), or XML with different schemas. &lt;p&gt;&lt;strong&gt;Changes:&lt;/strong&gt; The parser now recognizes five more groups from SYNOP section 3. Parsing of METAR remarks has been improved. The summary now also shows the station pressure (SYNOP), pressure(s) from METAR remarks, and gust/peak wind speeds. metaf2xml.pl now has the -H option (like metafsrc2raw.pl) to handle the WMO header. The XSL has been cleaned up to use expressions in attribute values and &amp;amp;quot;current()&amp;amp;quot; instead of variables. There are fixes for several bugs and other improvements and extensions.&lt;/p&gt;&lt;p&gt;&lt;a href="http://freshmeat.net/projects/metaf2xml"&gt;&lt;img alt="3942271a77c984e6bdff11b8c6103a05_thumb" src="http://freshmeat.net/screenshots/39/42/3942271a77c984e6bdff11b8c6103a05_thumb.png?1237057647" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Release Tags:&lt;/strong&gt; Minor feature enhancements&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Tags:&lt;/strong&gt; XML, METAR, TAF, SYNOP, Perl Modules&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Licenses:&lt;/strong&gt; GPL&lt;/p&gt;    </content>
    <author>
      <name>metaf2xml</name>
      <uri>http://freshmeat.net/users/metaf2xml</uri>
    </author>
  </entry>
  <entry>
    <id>tag:freshmeat.net,2005:Release/313434</id>
    <published>2010-03-07T08:40:58Z</published>
    <updated>2010-03-07T08:50:33Z</updated>
    <link type="text/html" rel="alternate" href="http://freshmeat.net/projects/bordeaux#release_313434"/>
    <title>Bordeaux 2.0.0 Beta 2</title>
    <content type="html">
Bordeaux is a Wine GUI configuration manager that runs winelib applications. It also supports installation of third party utilities, installation of applications and games, and the ability to use custom configurations.&lt;p&gt;&lt;strong&gt;Changes:&lt;/strong&gt; Bordeaux now runs on Snow Leopard. Wine was updated to version 1.1.36. Support for IE 7 was added. Support for Irfanview 4.25 was added. Many fixes were made to .app Bundle support. Fixes were made to Icon support. libpng and libjpg fixes were done. A couple bugs in the Bordeaux UI were fixed. A couple bugs in the Cellar Manager were fixed. The code was synchronized with the newest winetricks release. Many other small bugs were fixed.&lt;/p&gt;&lt;p&gt;&lt;a href="http://freshmeat.net/projects/bordeaux"&gt;&lt;img alt="1625575e5565fc9d3855433c9c5810da_thumb" src="http://freshmeat.net/screenshots/16/25/1625575e5565fc9d3855433c9c5810da_thumb.png?1237059776" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Release Tags:&lt;/strong&gt; Apple, mac, osx, Major feature enchancements, major bug fixes&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Tags:&lt;/strong&gt; Desktop Environment, GNOME, Utilities, Emulators, GUI, Office/Business, Games/Entertainment, multimedia&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Licenses:&lt;/strong&gt; Other&lt;/p&gt;    </content>
    <author>
      <name>twickline</name>
      <uri>http://freshmeat.net/users/twickline</uri>
    </author>
  </entry>
  <entry>
    <id>tag:freshmeat.net,2005:Release/313433</id>
    <published>2010-03-07T07:58:05Z</published>
    <updated>2010-03-07T08:49:08Z</updated>
    <link type="text/html" rel="alternate" href="http://freshmeat.net/projects/tonguetied#release_313433"/>
    <title>TongueTied 1.3.4</title>
    <content type="html">
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.&lt;p&gt;&lt;strong&gt;Changes:&lt;/strong&gt; Missing Java class warnings during startup of the Tonguetied server were fixed. The inability to find the resource &amp;amp;quot;menuMacros.vm&amp;amp;quot; was fixed. Encoding is now properly displayed. Resaving the keyword as displayed no longer ruins the translation.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Tags:&lt;/strong&gt; Internationalization, Localization, Java, .NET, translation, multilingual, Resource Management&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Licenses:&lt;/strong&gt; Apache 2.0&lt;/p&gt;    </content>
    <author>
      <name></name>
      <uri>http://freshmeat.net/users/bjsion</uri>
    </author>
  </entry>
  <entry>
    <id>tag:freshmeat.net,2005:Release/313431</id>
    <published>2010-03-07T03:52:27Z</published>
    <updated>2010-03-07T08:45:16Z</updated>
    <link type="text/html" rel="alternate" href="http://freshmeat.net/projects/squirrelmail#release_313431"/>
    <title>SquirrelMail 1.4.20</title>
    <content type="html">
SquirrelMail is a standards-based Webmail package.
It includes built-in pure PHP support for the IMAP
and SMTP protocols, and all pages are rendered in
pure HTML 4.0 for maximum compatibility across
browsers. It has very few requirements, and is
very easy to configure and install. It has all the
functionality you would want from an email client,
including strong MIME support, address books, and
folder manipulation.
&lt;p&gt;&lt;strong&gt;Changes:&lt;/strong&gt; This release makes final the changes implemented in the last two release candidates and adds several smaller fixes and feature improvements. The formerly broken search page was fixed. Sorting is done in the Sent folder. Complex mailto: addresses can be handled. Multibyte subjects can be displayed. Encoded headers can be quoted. Installation address is automatically detected (which is especially useful for lighttpd environments). A privacy issue related to DNS prefetching of email content was fixed. Unread links were added in the message view. A Gmail IMAP configuration option was added.&lt;/p&gt;&lt;p&gt;&lt;a href="http://freshmeat.net/projects/squirrelmail"&gt;&lt;img alt="5e23adc73b66ab20ac61551f0c2dcf60_thumb" src="http://freshmeat.net/screenshots/5e/23/5e23adc73b66ab20ac61551f0c2dcf60_thumb.jpg?1237045896" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Release Tags:&lt;/strong&gt; Stable&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Tags:&lt;/strong&gt; Communications, Email, Email Clients (MUA), Internet, Web, Dynamic Content&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Licenses:&lt;/strong&gt; GPL&lt;/p&gt;    </content>
    <author>
      <name>Paul Lesniewski</name>
      <uri>http://freshmeat.net/users/pdontthink</uri>
    </author>
  </entry>
  <entry>
    <id>tag:freshmeat.net,2005:Release/313429</id>
    <published>2010-03-07T02:19:35Z</published>
    <updated>2010-03-07T08:38:55Z</updated>
    <link type="text/html" rel="alternate" href="http://freshmeat.net/projects/hlbrw#release_313429"/>
    <title>HLBRW 0.2.4</title>
    <content type="html">
HLBRW is an acronym for Hogwash Light BR Watch. It is a tool to help make rules for HLBR. In other words, HLBRW was made to be used by HLBR users needing make new rules. It requires some expertise with HLBR, the TCP/IP protocol suite, and regular expressions. HLBRW is a script started by iwatch (a system events watch program) when the HLBR event log is modified. The concept is very single: if the HLBR log was modified, then a known attack was blocked. But the attacker might take other subsequent actions unknown by HLBR. When HLBRW starts, it will coordinate a tcpdump session to record the traffic generated by the attacker's IP address for the next few minutes. If the recorded traffic isn't relevant (without a push in TCP or another relevant protocol), the created file will be deleted. Based on the recorded traffic, the network security manager can make new rules. HLBRW is part of the HLBR project, an intrusion prevention system (IPS) used in firewall systems.&lt;p&gt;&lt;strong&gt;Changes:&lt;/strong&gt; When directories are created, this is registered in the log. Directory permissions are changed to 0755 after creation. The destination directory after moves is registered in the log.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Tags:&lt;/strong&gt; HLBR, Firewall, IPS, Security, Network&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Licenses:&lt;/strong&gt; GPLv3&lt;/p&gt;    </content>
    <author>
      <name>Eriberto</name>
      <uri>http://freshmeat.net/users/eriberto</uri>
    </author>
  </entry>
  <entry>
    <id>tag:freshmeat.net,2005:Release/313430</id>
    <published>2010-03-07T03:42:22Z</published>
    <updated>2010-03-07T08:37:36Z</updated>
    <link type="text/html" rel="alternate" href="http://freshmeat.net/projects/fastformat#release_313430"/>
    <title>FastFormat 0.5.2</title>
    <content type="html">
FastFormat is a C/C++ output and formatting
library whose design parameters are complete
type-safety, efficiency, genericity, and
extensibility. It is simple to use and extend,
highly portable (to any platform or compiler), and
it upholds the C tradition of you only pay for
what you use. FastFormat supports output and
formatting of statements of arbitrary complexity,
consisting of heterogeneous types. FastFormat
writes to output &amp;amp;quot;sinks&amp;amp;quot;, which can be of
arbitrary type.
&lt;p&gt;&lt;strong&gt;Changes:&lt;/strong&gt; This release fixes a defect in the form of a missing throw() exception specification on one of the derived classes. Various minor tidyings of source format and structure were done.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Release Tags:&lt;/strong&gt; Minor Bug fix and enhancements&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Tags:&lt;/strong&gt; Software Development, Localization, Internationalization&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Licenses:&lt;/strong&gt; BSD Revised&lt;/p&gt;    </content>
    <author>
      <name>Dr Proctor</name>
      <uri>http://freshmeat.net/users/DrProctor</uri>
    </author>
  </entry>
  <entry>
    <id>tag:freshmeat.net,2005:Release/313427</id>
    <published>2010-03-07T01:36:26Z</published>
    <updated>2010-03-07T08:22:26Z</updated>
    <link type="text/html" rel="alternate" href="http://freshmeat.net/projects/lshell#release_313427"/>
    <title>lshell 0.9.9</title>
    <content type="html">
lshell lets you restrict a user's shell environment to limited sets of commands, choose to enable or disable any command over SSH (e.g. SCP, SFTP, rsync, etc.), log user's commands, implement timing restrictions, and more.&lt;p&gt;&lt;strong&gt;Changes:&lt;/strong&gt; This is a major release. It corrects major security bugs and adds new features. New features include a new built-in command that lists the allowed or forbidden paths of a user, the ability to configure the introduction prompt, ability to limit the history file size, and the ability to set up sudo commands you want to allow.&lt;/p&gt;&lt;p&gt;&lt;a href="http://freshmeat.net/projects/lshell"&gt;&lt;img alt="8d2df74d9f2fdc253ec4db0e897f2a0e_thumb" src="http://freshmeat.net/screenshots/8d/2d/8d2df74d9f2fdc253ec4db0e897f2a0e_thumb.png?1237563119" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Release Tags:&lt;/strong&gt; Major security fixes, Feature Enhancement&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Tags:&lt;/strong&gt; Terminals, Shells, Security&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Licenses:&lt;/strong&gt; GPLv3&lt;/p&gt;    </content>
    <author>
      <name>ghantoos</name>
      <uri>http://freshmeat.net/users/ghantoos</uri>
    </author>
  </entry>
  <entry>
    <id>tag:freshmeat.net,2005:Release/313425</id>
    <published>2010-03-07T01:16:06Z</published>
    <updated>2010-03-07T08:08:28Z</updated>
    <link type="text/html" rel="alternate" href="http://freshmeat.net/projects/xterm#release_313425"/>
    <title>xterm patch #256</title>
    <content type="html">
The xterm program is the standard terminal emulator for the X Window System. It provides DEC VT102/VT220 and Tektronix 4014 compatible terminals for programs that can't use the window system directly. If the underlying operating system supports terminal resizing capabilities (for example, the SIGWINCH signal in systems derived from 4.3bsd), xterm will use the facilities to notify programs running in the window whenever it is resized.&lt;p&gt;&lt;strong&gt;Changes:&lt;/strong&gt; The app-defaults for uxterm were changed to make it consistent with xterm for the &amp;amp;quot;customization:color&amp;amp;quot; feature. A bug was fixed for XkbBell configuration. Other minor fixes and improvements were done.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Release Tags:&lt;/strong&gt; Minor Bug fix and enhancements&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Tags:&lt;/strong&gt; Desktop Environment, Terminals, Terminal Emulators/X Terminals&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Licenses:&lt;/strong&gt; MIT/X&lt;/p&gt;    </content>
    <author>
      <name>T.E.Dickey</name>
      <uri>http://freshmeat.net/users/tedickey</uri>
    </author>
  </entry>
  <entry>
    <id>tag:freshmeat.net,2005:Release/313426</id>
    <published>2010-03-07T01:32:23Z</published>
    <updated>2010-03-07T08:08:17Z</updated>
    <link type="text/html" rel="alternate" href="http://freshmeat.net/projects/mandelbrot-3d#release_313426"/>
    <title>Mandelbrot 3D 1.1.2</title>
    <content type="html">
Mandelbrot 3D is a Mandelbrot set viewer and 3D renderer.&lt;p&gt;&lt;strong&gt;Changes:&lt;/strong&gt; The equation &amp;amp;quot;z = z^2+c bhuddabrot&amp;amp;quot; was added. The larger the plot, the more detailed the picture. Best results are achieved with a color model that starts with black.&lt;/p&gt;&lt;p&gt;&lt;a href="http://freshmeat.net/projects/mandelbrot-3d"&gt;&lt;img alt="3a45b4582eb4122e84cd29ca26f0b6ef_thumb" src="http://freshmeat.net/screenshots/3a/45/3a45b4582eb4122e84cd29ca26f0b6ef_thumb.jpg?1265744512" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Tags:&lt;/strong&gt; 3D, Mandelbrot&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Licenses:&lt;/strong&gt; Freeware for non commercial use&lt;/p&gt;    </content>
    <author>
      <name></name>
      <uri>http://freshmeat.net/users/danieltaylor42</uri>
    </author>
  </entry>
  <entry>
    <id>tag:freshmeat.net,2005:Release/313424</id>
    <published>2010-03-07T00:44:14Z</published>
    <updated>2010-03-07T08:05:48Z</updated>
    <link type="text/html" rel="alternate" href="http://freshmeat.net/projects/lyricue#release_313424"/>
    <title>Lyricue 2.1</title>
    <content type="html">
Lyricue (previously known as Lyric Display System) is used to edit/display song lyrics on a second screen/projector for use at singing events such as church services.&lt;p&gt;&lt;strong&gt;Changes:&lt;/strong&gt; Pages may now be renamed, and that name will show in the playlist. Bible import was fixed. An OSD scroller was added. Multiple UTF-8 bugs were fixed. The Spanish translation was updated. Font color associations with on-disk backgrounds are allowed. Image/background thumbnails are cached in the database. Multiple bible translations are allowed in the bibleDb database. Multiple performance improvements were made. Pages can be reordered with drag-n-drop. Many bugs were fixed.&lt;/p&gt;&lt;p&gt;&lt;a href="http://freshmeat.net/projects/lyricue"&gt;&lt;img alt="0afe44b34cf910e9f30f4649c55d5dec_thumb" src="http://freshmeat.net/screenshots/0a/fe/0afe44b34cf910e9f30f4649c55d5dec_thumb.jpg?1244530204" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Tags:&lt;/strong&gt; multimedia, Graphics, Presentation, Religion&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Licenses:&lt;/strong&gt; GPL&lt;/p&gt;    </content>
    <author>
      <name>Hybrid</name>
      <uri>http://freshmeat.net/users/cjdebenh</uri>
    </author>
  </entry>
  <entry>
    <id>tag:freshmeat.net,2005:Release/313423</id>
    <published>2010-03-07T00:18:57Z</published>
    <updated>2010-03-07T08:01:05Z</updated>
    <link type="text/html" rel="alternate" href="http://freshmeat.net/projects/eclim#release_313423"/>
    <title>eclim 1.5.6</title>
    <content type="html">
eclim is a set of Eclipse and Vim plugins to
integrate the two pieces of software.
&lt;p&gt;&lt;strong&gt;Changes:&lt;/strong&gt; This release adds initial support for cygwin along with various other improvements and bug fixes.&lt;/p&gt;&lt;p&gt;&lt;a href="http://freshmeat.net/projects/eclim"&gt;&lt;img alt="20674cda02128edaf5bbb5e73c9a56d8_thumb" src="http://freshmeat.net/screenshots/20/67/20674cda02128edaf5bbb5e73c9a56d8_thumb.png?1237057516" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Tags:&lt;/strong&gt; Software Development&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Licenses:&lt;/strong&gt; GPLv3&lt;/p&gt;    </content>
    <author>
      <name>Eric Van Dewoestine</name>
      <uri>http://freshmeat.net/users/ervandew</uri>
    </author>
  </entry>
  <entry>
    <id>tag:freshmeat.net,2005:Release/313422</id>
    <published>2010-03-06T23:17:57Z</published>
    <updated>2010-03-07T08:00:08Z</updated>
    <link type="text/html" rel="alternate" href="http://freshmeat.net/projects/gprog#release_313422"/>
    <title>gprog 1.07</title>
    <content type="html">
gprog is a basic GUI pipe meter that shows percentage completion as data moves through a Unix pipe. It is very fast because it uses a dual process design with a cache oblivious algorithm for self-tuning. The presentation is largely decoupled from the transfer, so that the GUI won't slow down the transfer.&lt;p&gt;&lt;strong&gt;Changes:&lt;/strong&gt; A pair of trivial but showstopping bugs in the non-treap-optimized blocksize optimizer were fixed. Anyone using version 1.05 or 1.06 is recommended to either get this release or install http://stromberg.dnsalias.org/~dstromberg/treap/.&lt;/p&gt;&lt;p&gt;&lt;a href="http://freshmeat.net/projects/gprog"&gt;&lt;img alt="973ecd0336dcf81d18bea67b87f0dc66_thumb" src="http://freshmeat.net/screenshots/97/3e/973ecd0336dcf81d18bea67b87f0dc66_thumb.png?1265738543" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Release Tags:&lt;/strong&gt; bugfix&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Tags:&lt;/strong&gt; Python, performance&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Licenses:&lt;/strong&gt; GPLv3&lt;/p&gt;    </content>
    <author>
      <name>Dan Stromberg</name>
      <uri>http://freshmeat.net/users/strombrg</uri>
    </author>
  </entry>
  <entry>
    <id>tag:freshmeat.net,2005:Release/313421</id>
    <published>2010-03-06T21:22:27Z</published>
    <updated>2010-03-07T07:54:00Z</updated>
    <link type="text/html" rel="alternate" href="http://freshmeat.net/projects/bashish#release_313421"/>
    <title>Bashish 2.2.2</title>
    <content type="html">
Bashish is a theme enviroment for text terminals.
It can change colors, font, transparency, and
background image on a per-application basis.
Additionally Bashish supports prompt changing on
common shells such as bash, zsh, and tcsh.
&lt;p&gt;&lt;strong&gt;Changes:&lt;/strong&gt; Gnome-terminal doesn't ask for the profile every time bashish starts. Revision and branch indicators were added for git, mercurial, bazaar, svn, and cvs. The user can configure colors, title, and string in the prompt. Lots of cleanups and bugfixes were done.&lt;/p&gt;&lt;p&gt;&lt;a href="http://freshmeat.net/projects/bashish"&gt;&lt;img alt="C0b58db01c40bfeafc35da90badceeff_thumb" src="http://freshmeat.net/screenshots/c0/b5/c0b58db01c40bfeafc35da90badceeff_thumb.png?1237044961" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Release Tags:&lt;/strong&gt; Major&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Tags:&lt;/strong&gt; Desktop Environment, Application Themes, Shells&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Licenses:&lt;/strong&gt; GPL&lt;/p&gt;    </content>
    <author>
      <name>arne</name>
      <uri>http://freshmeat.net/users/arnognulf</uri>
    </author>
  </entry>
  <entry>
    <id>tag:freshmeat.net,2005:Release/313419</id>
    <published>2010-03-06T21:09:29Z</published>
    <updated>2010-03-07T07:49:59Z</updated>
    <link type="text/html" rel="alternate" href="http://freshmeat.net/projects/obm#release_313419"/>
    <title>OBM 2.3.2</title>
    <content type="html">
OBM is a groupware, email, LDAP, Windows PDC, CRM, and project
management application. It is mainly used as an Exchange or Notes/Domino
groupware and mail server replacement, as an LDAP directory, as
a Windows PDC, as a contact and customer database, as a project
management tool, or as any combination of these functions. It provides
groupware (calendars, contacts, and tasks) connectors for Outlook,
Thunderbird/Lightning, and PDAs. It supports internationalization and
themes. It is highly scalable, and is used by sites from five to many
thousands of users.
&lt;p&gt;&lt;strong&gt;Changes:&lt;/strong&gt; RPM packaging for caldav and opush is now available. Many MiniG fixes and enhancements were made. Searching calendar contacts has been fixed. Many other fixes were made.&lt;/p&gt;&lt;p&gt;&lt;a href="http://freshmeat.net/projects/obm"&gt;&lt;img alt="F2f8bfdbf10e88f1d334b9a16fc8c048_thumb" src="http://freshmeat.net/screenshots/f2/f8/f2f8bfdbf10e88f1d334b9a16fc8c048_thumb.png?1237045645" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Release Tags:&lt;/strong&gt; 2.3 stable fixes&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Tags:&lt;/strong&gt; Office/Business, groupware, Communications, Email, Post-Office, IMAP, CRM&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Licenses:&lt;/strong&gt; GPLv2&lt;/p&gt;    </content>
    <author>
      <name>Pierre Baudracco</name>
      <uri>http://freshmeat.net/users/pierreb</uri>
    </author>
  </entry>
  <entry>
    <id>tag:freshmeat.net,2005:Release/313420</id>
    <published>2010-03-06T21:18:04Z</published>
    <updated>2010-03-07T07:49:13Z</updated>
    <link type="text/html" rel="alternate" href="http://freshmeat.net/projects/taskcoach#release_313420"/>
    <title>Task Coach 0.78.4</title>
    <content type="html">
Task Coach is a simple todo manager to manage
personal tasks and todo lists. It grew out of a
frustration that well-known task managers, such as
those provided with Outlook or Lotus Notes, do not
provide facilities for composite tasks. Often,
tasks and other things to do consist of several
activities. Task Coach is designed to deal with
composite tasks.&lt;p&gt;&lt;strong&gt;Changes:&lt;/strong&gt; This is a bugfix release.&lt;/p&gt;&lt;p&gt;&lt;a href="http://freshmeat.net/projects/taskcoach"&gt;&lt;img alt="51af5fc124d18f0080afb451e036b4f7_thumb" src="http://freshmeat.net/screenshots/51/af/51af5fc124d18f0080afb451e036b4f7_thumb.png?1237055368" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Release Tags:&lt;/strong&gt; Bug fixes&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Tags:&lt;/strong&gt; Office/Business&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Licenses:&lt;/strong&gt; GPLv3&lt;/p&gt;    </content>
    <author>
      <name>Frank Niessink</name>
      <uri>http://freshmeat.net/users/fniessink</uri>
    </author>
  </entry>
  <entry>
    <id>tag:freshmeat.net,2005:Release/313418</id>
    <published>2010-03-06T20:39:11Z</published>
    <updated>2010-03-07T07:47:06Z</updated>
    <link type="text/html" rel="alternate" href="http://freshmeat.net/projects/mintty#release_313418"/>
    <title>mintty 0.6-beta3</title>
    <content type="html">
Mintty is a terminal emulator (i.e. command line window) for Cygwin 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. Its features include a simple options dialog, Unicode support, drag and drop of files and folders, and window transparency.&lt;p&gt;&lt;strong&gt;Changes:&lt;/strong&gt; A bug in options processing and a config dialog hang in case of a disabled printer spooler service were fixed. A couple of xterm incompatibilities were addressed.&lt;/p&gt;&lt;p&gt;&lt;a href="http://freshmeat.net/projects/mintty"&gt;&lt;img alt="0f01d1d380c39755769ceb955693e229_thumb" src="http://freshmeat.net/screenshots/0f/01/0f01d1d380c39755769ceb955693e229_thumb.png?1242766779" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Tags:&lt;/strong&gt; Terminals&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Licenses:&lt;/strong&gt; GPLv3&lt;/p&gt;    </content>
    <author>
      <name></name>
      <uri>http://freshmeat.net/users/ak2</uri>
    </author>
  </entry>
  <entry>
    <id>tag:freshmeat.net,2005:Release/313416</id>
    <published>2010-03-06T20:21:51Z</published>
    <updated>2010-03-07T07:46:50Z</updated>
    <link type="text/html" rel="alternate" href="http://freshmeat.net/projects/fotoxx#release_313416"/>
    <title>Fotoxx 9.7</title>
    <content type="html">
Fotoxx is a photo editing and collection management application. It lets you navigate an image collection using a thumbnail browser, import camera RAW files and edit them with 16-bit color, save edited images as TIFF-8/16, JPEG, or PNG, and edit the whole image or a selected area with adjustable edge blending. It supports multiple undo/redo. Tags, dates, and ratings can be added to images, which can be searched using these criteria as well as file names. Functions include brightness and color adjustments, trim, rescale, rotate, warp, sharpen, blur, noise reduction, red-eye removal, HDR composites, tone-mapping, and panorama.&lt;p&gt;&lt;strong&gt;Changes:&lt;/strong&gt; Two new functions were added: one to assign tags to many images at once, and another to rename many files at once. Selecting areas to edit was extended and simplified: multiple areas can be selected with line drawing or object/color clicking, and unselecting is also easier. The paste area was made easier and faster. Curve editing no longer loses the cursor connection when nodes are dragged at high speed. Two minor bugs were fixed.&lt;/p&gt;&lt;p&gt;&lt;a href="http://freshmeat.net/projects/fotoxx"&gt;&lt;img alt="1e04a6ea4f6ef8b120c4d52cbada9f8f_thumb" src="http://freshmeat.net/screenshots/1e/04/1e04a6ea4f6ef8b120c4d52cbada9f8f_thumb.jpg?1237059527" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Release Tags:&lt;/strong&gt; Minor feature additions&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Tags:&lt;/strong&gt; multimedia, Graphics, Viewers, Editors, Raster-Based&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Licenses:&lt;/strong&gt; GPLv3&lt;/p&gt;    </content>
    <author>
      <name>kornelix</name>
      <uri>http://freshmeat.net/users/kornelix</uri>
    </author>
  </entry>
  <entry>
    <id>tag:freshmeat.net,2005:Release/313415</id>
    <published>2010-03-06T20:01:56Z</published>
    <updated>2010-03-07T07:35:11Z</updated>
    <link type="text/html" rel="alternate" href="http://freshmeat.net/projects/speechlion#release_313415"/>
    <title>SpeechLion 0.3.3</title>
    <content type="html">
SpeechLion is a speech recognition application for
desktop command and control. It is based on the
Sphinx-4 recognizer, and it allows the user to
control the Linux desktop using simple spoken
commands. Some example commands are &amp;amp;quot;browse
google&amp;amp;quot;, &amp;amp;quot;mouse click&amp;amp;quot;, &amp;amp;quot;next window&amp;amp;quot;, &amp;amp;quot;show
help&amp;amp;quot;, and &amp;amp;quot;volume mute&amp;amp;quot;. SpeechLion recognizes
high-level commands for Web browsing via Firefox,
simple Emacs usage, window control, volume
control, and more. It also has low-level commands
for ad-hoc keyboard shortcuts and mouse actions.
&lt;p&gt;&lt;strong&gt;Changes:&lt;/strong&gt; This release updates SpeechLion to work with the latest Sphinx 4 1.0beta4 and FreeTTS 1.2.2. The installation instructions have been updated to work with Ubuntu 9.10. It also adds support for custom dictionary words and fixes some minor bugs.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Tags:&lt;/strong&gt; Desktop Environment, tools, multimedia, Sound/Audio, Speech&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Licenses:&lt;/strong&gt; GPL&lt;/p&gt;    </content>
    <author>
      <name>Robert W. Brewer</name>
      <uri>http://freshmeat.net/users/rbrewer</uri>
    </author>
  </entry>
  <entry>
    <id>tag:freshmeat.net,2005:Release/313411</id>
    <published>2010-03-06T14:18:24Z</published>
    <updated>2010-03-06T20:07:43Z</updated>
    <link type="text/html" rel="alternate" href="http://freshmeat.net/projects/eigen#release_313411"/>
    <title>Eigen 2.0.12</title>
    <content type="html">
Eigen is a C++ template library for linear algebra: vectors, matrices, and related algorithms. It is versatile, fast, elegant and works on many platforms.&lt;p&gt;&lt;strong&gt;Changes:&lt;/strong&gt; EIGEN_DEFAULT_TO_ROW_MAJOR is fully supported and tested. Several important fixes were made for row-major matrices. Support of several algorithms for mixed fixed-dynamic size matrices were fixed. EIGEN_DONT_ALIGN was fixed: now it really disables vectorization. QNX's QCC compiler is supported. LU is fixed when used with MPFR. ICC compiler support was fixed. Compilation fixes were made for computeInverse() on expressions. A gap in a unit-test was fixed. Improvements to benchmarking code were backported. Documentation fixes were made.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Release Tags:&lt;/strong&gt; Stable&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Tags:&lt;/strong&gt; Scientific/Engineering, Visualization, Mathematics, Software Development, Libraries&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Licenses:&lt;/strong&gt; LGPLv3, GPLv2+&lt;/p&gt;    </content>
    <author>
      <name>Thomas Capricelli</name>
      <uri>http://freshmeat.net/users/orzel</uri>
    </author>
  </entry>
  <entry>
    <id>tag:freshmeat.net,2005:Release/313414</id>
    <published>2010-03-06T19:40:43Z</published>
    <updated>2010-03-06T20:04:52Z</updated>
    <link type="text/html" rel="alternate" href="http://freshmeat.net/projects/pwmd#release_313414"/>
    <title>Password Manager Daemon 2.8</title>
    <content type="html">
Password Manager Daemon serves clients data via a Unix domain socket. The data is stored in an (optionally) encrypted XML file and the client must provide the key to modify it. It is multi-threaded, allowing more than one client to be connected at the same time. Key retrieval may be done via a key file or a pinentry program. A key cache is used, so a client won't need to enter a passphrase each time a data file is opened. It is very configurable.&lt;p&gt;&lt;strong&gt;Changes:&lt;/strong&gt; This version fixes the &#8220;target&#8221; attribute and ambiguities with the RENAME command and its destination element. It also fixes Unicode string comparisons and XML element validation.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Tags:&lt;/strong&gt; Information Management, Security, Cryptography, Utilities&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Licenses:&lt;/strong&gt; GPL&lt;/p&gt;    </content>
    <author>
      <name>Ben Kibbey</name>
      <uri>http://freshmeat.net/users/bjk</uri>
    </author>
  </entry>
  <entry>
    <id>tag:freshmeat.net,2005:Release/313412</id>
    <published>2010-03-06T18:51:53Z</published>
    <updated>2010-03-06T20:03:03Z</updated>
    <link type="text/html" rel="alternate" href="http://freshmeat.net/projects/hypersql#release_313412"/>
    <title>HyperSQL 1.10</title>
    <content type="html">
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 &amp;amp;quot;where used&amp;amp;quot; functionality also scans C++ and Java source files. HyperSQL is written in Python for operating system independence.&lt;p&gt;&lt;strong&gt;Changes:&lt;/strong&gt; Results should now be more correct, as the parser now ignores block comments. By default, it also ignores string contents now (you can configure this). And if you enable that feature, HyperSQL now can also detect local function/procedure calls. Moreover, two new JavaDoc tags (@wiki, @ticket) have been added, with configuration options for the corresponding base URLs - so you can directly link to the project's bug tracker and wiki. Having the URLs set up, HyperSQL will also scan JavaDoc text elements for ticket:123 and wiki:pagename to be turned into links.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Release Tags:&lt;/strong&gt; Minor fixes and enhancements&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Tags:&lt;/strong&gt; Database, Database Engines/Servers, Internet, Web, Indexing/Search, javadoc&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Licenses:&lt;/strong&gt; GPL&lt;/p&gt;    </content>
    <author>
      <name>Izzy</name>
      <uri>http://freshmeat.net/users/izzysoft</uri>
    </author>
  </entry>
  <entry>
    <id>tag:freshmeat.net,2005:Release/313413</id>
    <published>2010-03-06T19:36:23Z</published>
    <updated>2010-03-06T20:01:47Z</updated>
    <link type="text/html" rel="alternate" href="http://freshmeat.net/projects/atanks#release_313413"/>
    <title>Atomic Tanks 4.4</title>
    <content type="html">
Atanks is a multi-platform Scorched Earth clone
similar to the Worms series of games. Annihilate the other tanks to earn money, then spend it on bigger and better
shields and weapons to wipe out the opposition. It
features a wide array of weapons, AI players, destructible
landscape, weather, parachutes, teleports and a
wide range of other features.&lt;p&gt;&lt;strong&gt;Changes:&lt;/strong&gt; This version includes minor bug fixes, mostly dealing with displaying text in various languages. No new features have been introduced. The package's download size has been reduced by about 10 per cent.&lt;/p&gt;&lt;p&gt;&lt;a href="http://freshmeat.net/projects/atanks"&gt;&lt;img alt="E7d62ca6b02d4e20c7f591d2a046b829_thumb" src="http://freshmeat.net/screenshots/e7/d6/e7d62ca6b02d4e20c7f591d2a046b829_thumb.png?1237052218" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Release Tags:&lt;/strong&gt; minor bug fixes&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Tags:&lt;/strong&gt; Games/Entertainment, Turn Based Strategy, Arcade&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Licenses:&lt;/strong&gt; GPL&lt;/p&gt;    </content>
    <author>
      <name>Slicer</name>
      <uri>http://freshmeat.net/users/slicer</uri>
    </author>
  </entry>
  <entry>
    <id>tag:freshmeat.net,2005:Release/313410</id>
    <published>2010-03-06T13:46:04Z</published>
    <updated>2010-03-06T19:47:40Z</updated>
    <link type="text/html" rel="alternate" href="http://freshmeat.net/projects/torrentwatch-x#release_313410"/>
    <title>TorrentWatch-X 0.6.2</title>
    <content type="html">
TorrentWatch-X is a Web-based tool to automate BitTorrent downloads. This is a fork of the torrentwatch project, but more aimed at non-NMT devices. It is meant to run on Linux and Mac OS X with different BitTorrent clients and make it work in all Web browsers. It supports RSS feeds from a few torrent sites that offer TV shows. It can save torrent files in any folder, so any torrent client can pick it up. It can tell Transmission to save data in any folder. It can tell Transmission to stop when a certain ratio is reached. Authentication with Transmission is supported. Your own RSS feed can be added.&lt;p&gt;&lt;strong&gt;Changes:&lt;/strong&gt; A configuration file option for custom RSS cache times was added. TimeZone support was added in the configuration file. Writable checks were added for Transmission SessionID cache file. A bug that caused the transmission list to show duplicates was fixed.&lt;/p&gt;&lt;p&gt;&lt;a href="http://freshmeat.net/projects/torrentwatch-x"&gt;&lt;img alt="F523352759f85cef96ba4302ace66314_thumb" src="http://freshmeat.net/screenshots/f5/23/f523352759f85cef96ba4302ace66314_thumb.png?1262102671" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Tags:&lt;/strong&gt; tv shows, Torrent&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Licenses:&lt;/strong&gt; GPLv2&lt;/p&gt;    </content>
    <author>
      <name>Wiebel</name>
      <uri>http://freshmeat.net/users/wiebel</uri>
    </author>
  </entry>
  <entry>
    <id>tag:freshmeat.net,2005:Release/313408</id>
    <published>2010-03-06T13:09:53Z</published>
    <updated>2010-03-06T19:33:35Z</updated>
    <link type="text/html" rel="alternate" href="http://freshmeat.net/projects/vendettaonline#release_313408"/>
    <title>Vendetta Online 1.8.117</title>
    <content type="html">
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 &amp;amp;quot;twitch&amp;amp;quot; 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 &amp;amp;quot;Hives&amp;amp;quot;. A no-strings free trial is available.&lt;p&gt;&lt;strong&gt;Changes:&lt;/strong&gt; Manufacturing the Teller-Ulam Mine in the Conquerable Station now has reduced requirements (Queen Processors instead of Queen Matrix). The mission can only be taken twice per day. Missile turrets around Conquerable Stations now do less damage and have a lower top speed. Other missile turrets are unaffected. A Web page submission system was added for in-game player-created events. The audio system now has a limiter to prevent clipping when too many loud sounds are played at the same time. The &amp;amp;quot;Empty Convoy&amp;amp;quot; bug was fixed. Many other changes were made.&lt;/p&gt;&lt;p&gt;&lt;a href="http://freshmeat.net/projects/vendettaonline"&gt;&lt;img alt="01c75b24501761dddea922df20b10711_thumb" src="http://freshmeat.net/screenshots/01/c7/01c75b24501761dddea922df20b10711_thumb.jpg?1237049753" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Tags:&lt;/strong&gt; Games/Entertainment, First Person Shooters, Arcade, Role-Playing, Internet, Linux, Mac OS X, MMO&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Licenses:&lt;/strong&gt; Non-free, Trialware&lt;/p&gt;    </content>
    <author>
      <name>Incarnate</name>
      <uri>http://freshmeat.net/users/incarnate</uri>
    </author>
  </entry>
  <entry>
    <id>tag:freshmeat.net,2005:Release/313409</id>
    <published>2010-03-06T13:19:12Z</published>
    <updated>2010-03-06T19:33:19Z</updated>
    <link type="text/html" rel="alternate" href="http://freshmeat.net/projects/dvdrip#release_313409"/>
    <title>dvd::rip 0.98.11</title>
    <content type="html">
dvd::rip is a full featured DVD copy program
written in Perl. It provides an easy-to-use but
feature-rich GTK+ GUI to control almost all
aspects of the ripping and transcoding process. It
uses the widely known video processing swissknife,
transcode, and many other Open Source tools. 
&lt;p&gt;&lt;strong&gt;Changes:&lt;/strong&gt; This release updates the Danish and Catalan translations. A few minor bugs were fixed.&lt;/p&gt;&lt;p&gt;&lt;a href="http://freshmeat.net/projects/dvdrip"&gt;&lt;img alt="6db73d0086cd8ce9bbd8a6999e8302b2_thumb" src="http://freshmeat.net/screenshots/6d/b7/6db73d0086cd8ce9bbd8a6999e8302b2_thumb.png?1237046919" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Tags:&lt;/strong&gt; multimedia, Video, Conversion&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Licenses:&lt;/strong&gt; Artistic, GPL&lt;/p&gt;    </content>
    <author>
      <name>J&#246;rn Reder</name>
      <uri>http://freshmeat.net/users/jred</uri>
    </author>
  </entry>
  <entry>
    <id>tag:freshmeat.net,2005:Release/313407</id>
    <published>2010-03-06T11:34:00Z</published>
    <updated>2010-03-06T17:58:18Z</updated>
    <link type="text/html" rel="alternate" href="http://freshmeat.net/projects/libmtag#release_313407"/>
    <title>libmtag 0.3.5</title>
    <content type="html">
libmtag is a C music tagging library with simple API. It uses taglib
behind the curtains, and as taglib, it supports ID3v1 and ID3v2 for MP3
files, Ogg Vorbis, and FLAC files. Bindings are available for Ruby and
Python.
&lt;p&gt;&lt;strong&gt;Changes:&lt;/strong&gt; Generic build improvements were made, which are useful for packagers.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Tags:&lt;/strong&gt; Libraries, multimedia, Python, Ruby, Development&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Licenses:&lt;/strong&gt; LGPL&lt;/p&gt;    </content>
    <author>
      <name>Felipe Contreras</name>
      <uri>http://freshmeat.net/users/felipec</uri>
    </author>
  </entry>
  <entry>
    <id>tag:freshmeat.net,2005:Release/313406</id>
    <published>2010-03-06T11:17:29Z</published>
    <updated>2010-03-06T17:57:46Z</updated>
    <link type="text/html" rel="alternate" href="http://freshmeat.net/projects/mercurial#release_313406"/>
    <title>Mercurial 1.5</title>
    <content type="html">
Mercurial is a fast, lightweight Source Control
Management system designed for the efficient
handling of very large distributed projects.&lt;p&gt;&lt;strong&gt;Changes:&lt;/strong&gt; This release has improved behavior for named branches with the heads command and a new XML output template for logs. It can import multiple patches from email messages, mboxes, files, and URLs. A new patch.eol=auto option will let users ignore patch line-endings while preserving target file endings. The clone, bundle, incoming, outgoing, pull, and push commands now have a -b/--branch option. Basic Subversion support was added to subrepos. Support for SSL server certificates was added and IPv6 support was improved. The HGPLAIN environment variable makes output more stable for scripts.&lt;/p&gt;&lt;p&gt;&lt;a href="http://freshmeat.net/projects/mercurial"&gt;&lt;img alt="2666ecb9198352ec8288ec24e79baa5d_thumb" src="http://freshmeat.net/screenshots/26/66/2666ecb9198352ec8288ec24e79baa5d_thumb.png?1260813256" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Tags:&lt;/strong&gt; Software Development, Version Control, Distributed Revision System, Source Control&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Licenses:&lt;/strong&gt; GPLv2&lt;/p&gt;    </content>
    <author>
      <name>Martin Geisler</name>
      <uri>http://freshmeat.net/users/mgeisler</uri>
    </author>
  </entry>
  <entry>
    <id>tag:freshmeat.net,2005:Release/313405</id>
    <published>2010-03-06T11:00:34Z</published>
    <updated>2010-03-06T17:55:50Z</updated>
    <link type="text/html" rel="alternate" href="http://freshmeat.net/projects/tortoisehg#release_313405"/>
    <title>TortoiseHg 1.0</title>
    <content type="html">
TortoiseHg is a cross-platform frontend for the Mercurial SCM (Hg). It has GNOME/Nautilus integration and command line support.&lt;p&gt;&lt;strong&gt;Changes:&lt;/strong&gt; This release bundles the newly released Mercurial 1.5. The branch head detection algorithm has been changed to match the new behavior in Mercurial 1.5. The visual diff system has been overhauled to automatically detect and use diff tools on the system. A new import dialog can (q)import patches. Perforce integration is provided via the perfarce extension. HTTP(s)/SMTP keychain integration is provided via the mercurial-keyring extension. The Repository Explorer now parses your commit messages for changeset hashes, HTTP(S) URLs, and bug tracker links.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Release Tags:&lt;/strong&gt; Stable&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Tags:&lt;/strong&gt; mercurial, Front-Ends, Revision Control, Source Control&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Licenses:&lt;/strong&gt; GPLv2&lt;/p&gt;    </content>
    <author>
      <name>Martin Geisler</name>
      <uri>http://freshmeat.net/users/mgeisler</uri>
    </author>
  </entry>
  <entry>
    <id>tag:freshmeat.net,2005:Release/313403</id>
    <published>2010-03-06T10:41:43Z</published>
    <updated>2010-03-06T17:53:55Z</updated>
    <link type="text/html" rel="alternate" href="http://freshmeat.net/projects/eric4#release_313403"/>
    <title>eric4 4.4.2</title>
    <content type="html">
Eric4 is a Python IDE written using PyQt4 and
QScintilla2. It has integrated project management
capabilities with class browsing functions, gives
developers an unlimited number of editors with
syntax highlighting and code folding, an
integrated Python shell, an integrated Python
debugger, a file system browser with class
browsing capabilities for Python files, and more.
Eric4 is the successor of the well known eric3
development environment.
&lt;p&gt;&lt;strong&gt;Changes:&lt;/strong&gt; Bugs were fixed.&lt;/p&gt;&lt;p&gt;&lt;a href="http://freshmeat.net/projects/eric4"&gt;&lt;img alt="6364fa6294623e9dccb2339aad4f909c_thumb" src="http://freshmeat.net/screenshots/63/64/6364fa6294623e9dccb2339aad4f909c_thumb.png?1237059048" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Tags:&lt;/strong&gt; Software Development&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Licenses:&lt;/strong&gt; GPL&lt;/p&gt;    </content>
    <author>
      <name>Detlev Offenbach</name>
      <uri>http://freshmeat.net/users/detlev</uri>
    </author>
  </entry>
  <entry>
    <id>tag:freshmeat.net,2005:Release/313401</id>
    <published>2010-03-06T10:34:26Z</published>
    <updated>2010-03-06T17:52:25Z</updated>
    <link type="text/html" rel="alternate" href="http://freshmeat.net/projects/libexplain#release_313401"/>
    <title>libexplain 0.24</title>
    <content type="html">
The libexplain project provides a library that may
be used to explain Unix and Linux system call
errors. This will make your application's error
messages much more informative to your users. The
library is not quite a drop-in replacement for
strerror, but it comes close, each system call has
a dedicated libexplain function.&lt;p&gt;&lt;strong&gt;Changes:&lt;/strong&gt; Coverage now includes 158 system calls and 444 ioctl requests.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Tags:&lt;/strong&gt; Software Development, Libraries, Diagnostics, Utilities&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Licenses:&lt;/strong&gt; LGPL&lt;/p&gt;    </content>
    <author>
      <name>Peter Miller</name>
      <uri>http://freshmeat.net/users/pmiller</uri>
    </author>
  </entry>
  <entry>
    <id>tag:freshmeat.net,2005:Release/313400</id>
    <published>2010-03-06T10:31:15Z</published>
    <updated>2010-03-06T17:50:48Z</updated>
    <link type="text/html" rel="alternate" href="http://freshmeat.net/projects/source-highlight-qt#release_313400"/>
    <title>Source-Highlight-Qt 0.2.2</title>
    <content type="html">
Source-highlight-qt is a library for performing syntax highlighting in Qt documents by relying on the GNU Source-Highlight library. It provides an implementation of the Qt abstract class QSyntaxHighlighter class, and it deals both with Qt3 and Qt4, although you will need to build a separate version of the library for the two different Qt framework versions. The Qt3 version has fewer features and it is there only for old Qt applications. Furthermore, the QSyntaxHighlighter class in Qt3 has some design problems which make it quite inefficient to use.&lt;p&gt;&lt;strong&gt;Changes:&lt;/strong&gt; The pkg-config .pc file is generated correctly with all the expanded compiler flags. The misspelled &amp;amp;quot;sapce&amp;amp;quot; has been fixed to be &amp;amp;quot;space&amp;amp;quot;.&lt;/p&gt;&lt;p&gt;&lt;a href="http://freshmeat.net/projects/source-highlight-qt"&gt;&lt;img alt="62a5a0ddcb39b95a94e4783e6bd3798e_thumb" src="http://freshmeat.net/screenshots/62/a5/62a5a0ddcb39b95a94e4783e6bd3798e_thumb.png?1246886173" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Release Tags:&lt;/strong&gt; minor bug fix&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Tags:&lt;/strong&gt; Qt library&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Licenses:&lt;/strong&gt; GPL&lt;/p&gt;    </content>
    <author>
      <name>Lorenzo Bettini</name>
      <uri>http://freshmeat.net/users/bettini</uri>
    </author>
  </entry>
  <entry>
    <id>tag:freshmeat.net,2005:Release/313399</id>
    <published>2010-03-06T09:34:39Z</published>
    <updated>2010-03-06T17:49:07Z</updated>
    <link type="text/html" rel="alternate" href="http://freshmeat.net/projects/kotivox#release_313399"/>
    <title>Kotivox 2010-03-05</title>
    <content type="html">
Kotivox is a diary program, which organizes your entries by date. You can mark paragraphs by categories you created and later search within those categories. You can take notes and record your progress with Seinfeld's chains. Kotivox will encrypt and password-protect your data. It supports multiple users.&lt;p&gt;&lt;strong&gt;Changes:&lt;/strong&gt; Seinfeld's chains were added.&lt;/p&gt;&lt;p&gt;&lt;a href="http://freshmeat.net/projects/kotivox"&gt;&lt;img alt="25a93a03a459c0b781794bbb6fbc6e46_thumb" src="http://freshmeat.net/screenshots/25/a9/25a93a03a459c0b781794bbb6fbc6e46_thumb.png?1267867968" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Tags:&lt;/strong&gt; Information Management, Diary, Journal&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Licenses:&lt;/strong&gt; Apache 2.0&lt;/p&gt;    </content>
    <author>
      <name></name>
      <uri>http://freshmeat.net/users/dev1</uri>
    </author>
  </entry>
  <entry>
    <id>tag:freshmeat.net,2005:Release/313398</id>
    <published>2010-03-06T09:27:12Z</published>
    <updated>2010-03-06T11:02:15Z</updated>
    <link type="text/html" rel="alternate" href="http://freshmeat.net/projects/rdup#release_313398"/>
    <title>rdup 1.1.1</title>
    <content type="html">
rdup is a utility inspired by rsync and the Plan9
way of doing backups. rdup itself does not backup
anything; it only prints a list of the names of
files that have changed since the last backup. It
also handles files that are removed, allowing for
correct incremental backups. Auxilary script that implement a backup strategy are included.
&lt;p&gt;&lt;strong&gt;Changes:&lt;/strong&gt; A significant rewrite was undertaken. A new output format was defined, which includes timestamps and more user information.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Release Tags:&lt;/strong&gt; Major architecture enhancement&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Tags:&lt;/strong&gt; Archiving, backup&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Licenses:&lt;/strong&gt; GPLv3&lt;/p&gt;    </content>
    <author>
      <name>Miek Gieben</name>
      <uri>http://freshmeat.net/users/miek</uri>
    </author>
  </entry>
  <entry>
    <id>tag:freshmeat.net,2005:Release/313397</id>
    <published>2010-03-06T08:37:17Z</published>
    <updated>2010-03-06T10:53:34Z</updated>
    <link type="text/html" rel="alternate" href="http://freshmeat.net/projects/datanucleusaccess#release_313397"/>
    <title>DataNucleus AccessPlatform 2.0.2</title>
    <content type="html">
DataNucleus AccessPlatform is a
standards-compliant Java persistence product. It
is fully compliant with the JDO1, JDO2, JDO2.1, JDO2.2, JDO2.3, and JPA1 Java standards, and provides a REST API. It complies with the OGC Simple Feature Spec for persistence of geospatial Java types. It allows access to all popular RDBMS available today, together with db4o, LDAP, NeoDatis, JSON, Excel/ODF spreadsheets, XML, BigTable, and HADOOP databases.&lt;p&gt;&lt;strong&gt;Changes:&lt;/strong&gt; Support for the use of variables in &amp;amp;quot;JDOQL2&amp;amp;quot; (a replacement JDOQL implemantion for RDBMS) was added, allowing many more queries to run than was possible with the previous mechanism. Support for the use of subqueries with JPA2 Criteria queries was added. Support for persisting relationships with Excel was added. Support for persisting many more types was added, allowing more standardised support across all datastores. Many bugs were fixed.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Release Tags:&lt;/strong&gt; JDO, JPA, Bohr&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Tags:&lt;/strong&gt; Database, API, ORM, JDO, JPA, Persistence&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Licenses:&lt;/strong&gt; Apache 2.0&lt;/p&gt;    </content>
    <author>
      <name>DataNucleus</name>
      <uri>http://freshmeat.net/users/datanucleus</uri>
    </author>
  </entry>
  <entry>
    <id>tag:freshmeat.net,2005:Release/313396</id>
    <published>2010-03-06T08:07:47Z</published>
    <updated>2010-03-06T10:52:49Z</updated>
    <link type="text/html" rel="alternate" href="http://freshmeat.net/projects/kid3#release_313396"/>
    <title>Kid3 1.4</title>
    <content type="html">
Kid3 tagger can edit the ID3v1 tags and all ID3v2
frames in MP3 files and the tags in Ogg/Vorbis and
FLAC files in an efficient way. It is easy to
convert between ID3v1 and ID3v2, set the tags of
multiple files to the same values and generate the
tags from the file name or vice versa. Import is
possible from freedb.org, MusicBrainz, and other
sources of track data.
&lt;p&gt;&lt;strong&gt;Changes:&lt;/strong&gt; New features include support for Ogg cover art, import from Amazon, and usability improvements.&lt;/p&gt;&lt;p&gt;&lt;a href="http://freshmeat.net/projects/kid3"&gt;&lt;img alt="495a785385af4329b36bf3736a434073_thumb" src="http://freshmeat.net/screenshots/49/5a/495a785385af4329b36bf3736a434073_thumb.png?1237056631" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Release Tags:&lt;/strong&gt; Major feature enhancements&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Tags:&lt;/strong&gt; multimedia, Sound/Audio, Editors&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Licenses:&lt;/strong&gt; GPL&lt;/p&gt;    </content>
    <author>
      <name>Urs Fleisch</name>
      <uri>http://freshmeat.net/users/ufleisch</uri>
    </author>
  </entry>
  <entry>
    <id>tag:freshmeat.net,2005:Release/313395</id>
    <published>2010-03-06T08:07:44Z</published>
    <updated>2010-03-06T10:52:21Z</updated>
    <link type="text/html" rel="alternate" href="http://freshmeat.net/projects/gprog#release_313395"/>
    <title>gprog 1.05</title>
    <content type="html">
gprog is a basic GUI pipe meter that shows percentage completion as data moves through a Unix pipe. It is very fast because it uses a dual process design with a cache oblivious algorithm for self-tuning. The presentation is largely decoupled from the transfer, so that the GUI won't slow down the transfer.&lt;p&gt;&lt;strong&gt;Changes:&lt;/strong&gt; The program is now about 2.5 times faster when reading from /dev/zero.&lt;/p&gt;&lt;p&gt;&lt;a href="http://freshmeat.net/projects/gprog"&gt;&lt;img alt="973ecd0336dcf81d18bea67b87f0dc66_thumb" src="http://freshmeat.net/screenshots/97/3e/973ecd0336dcf81d18bea67b87f0dc66_thumb.png?1265738543" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Tags:&lt;/strong&gt; Python, performance&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Licenses:&lt;/strong&gt; GPLv3&lt;/p&gt;    </content>
    <author>
      <name>Dan Stromberg</name>
      <uri>http://freshmeat.net/users/strombrg</uri>
    </author>
  </entry>
  <entry>
    <id>tag:freshmeat.net,2005:Release/313394</id>
    <published>2010-03-06T07:43:28Z</published>
    <updated>2010-03-06T10:51:39Z</updated>
    <link type="text/html" rel="alternate" href="http://freshmeat.net/projects/jframework#release_313394"/>
    <title>jFramework 2.9.5</title>
    <content type="html">
jFramework is a mature PHP framework supporting 8 service standards, SOP/OOP/functional programming, MVC or non-MVC patterns, plugins, 7 libraries for everything, transparent security, templates, resource management, and simplicity. You can also develop a distributed system using jFramework. It has full documentation and full Javascript support. Libraries include DB, Security, Options, Log, Tracker, XML, Session, and RBAC (Role-Based Access Control).&lt;p&gt;&lt;strong&gt;Changes:&lt;/strong&gt; Internationalization support was added and can be enabled from the administration interface. All constants were removed and the new Registry system introduced, which is much faster, much more dynamic, and doesn't ruin autocomplete. View Parser is now much faster.&lt;/p&gt;&lt;p&gt;&lt;a href="http://freshmeat.net/projects/jframework"&gt;&lt;img alt="6c2b08cacb2c32c2901098941927a1d0_thumb" src="http://freshmeat.net/screenshots/6c/2b/6c2b08cacb2c32c2901098941927a1d0_thumb.png?1245958575" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Release Tags:&lt;/strong&gt; i18n, Registry, Parser&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Tags:&lt;/strong&gt; PHP, Enterprise, framework, Simplicity, Development, i18n, Scalability, RBAC, Persian&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Licenses:&lt;/strong&gt; LGPL, PHP&lt;/p&gt;    </content>
    <author>
      <name></name>
      <uri>http://freshmeat.net/users/abiusx</uri>
    </author>
  </entry>
  <entry>
    <id>tag:themes.freshmeat.net,2005:Release/313393</id>
    <published>2010-03-06T03:17:48Z</published>
    <updated>2010-03-06T10:48:46Z</updated>
    <link type="text/html" rel="alternate" href="http://themes.freshmeat.net/projects/mibsmithy#release_313393"/>
    <title>MIB Smithy 4.2</title>
    <content type="html">
MIB Smithy is an application for SNMP and COPS developers, MIB and PIB designers, and Internet-draft authors. It provides a GUI-based environment for designing, editing, and compiling MIB and PIB modules according to
the SMIv1, SMIv2, and COPS-PR-SPPI standards. It accelerates the development process by providing an easy-to-use
GUI-based environment for developing the specifications without the syntax and formatting concerns of editing the modules by hand. It includes a number of built-in basic
SNMP management tools, XML support, and (with MIB Smithy Professional) support for custom compiler output formats.&lt;p&gt;&lt;strong&gt;Changes:&lt;/strong&gt; Changes in MIB Smithy SDK 4.0 were incorporated into this release, including IPv6 support, a username-based licensing option, Linux x86_64 support, and many MIB validation improvements. The hex format used to specify non-printable OCTET STRING data via the GUI was changed to allow suppression of the conversion if a value looks like (but is not meant to be) interpreted as hex-encoded.&lt;/p&gt;&lt;p&gt;&lt;a href="http://themes.freshmeat.net/projects/mibsmithy"&gt;&lt;img alt="Fa2b10dc5268bb8245e1402b0e3c5c8b_thumb" src="http://themes.freshmeat.net/screenshots/fa/2b/fa2b10dc5268bb8245e1402b0e3c5c8b_thumb.gif?1237051761" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Tags:&lt;/strong&gt; Software Development, Code Generators, Compilers, Networking, Monitoring, Text Processing, Markup, XML&lt;/p&gt;    </content>
    <author>
      <name>Muonics, Inc.</name>
      <uri>http://themes.freshmeat.net/users/muonics</uri>
    </author>
  </entry>
  <entry>
    <id>tag:freshmeat.net,2005:Release/313390</id>
    <published>2010-03-06T02:57:19Z</published>
    <updated>2010-03-06T10:47:33Z</updated>
    <link type="text/html" rel="alternate" href="http://freshmeat.net/projects/tiki#release_313390"/>
    <title>TikiWiki CMS/Groupware 4.2</title>
    <content type="html">
TikiWiki CMS/Groupware is a Web-based, multilingual, tightly integrated,
all-in-one Wiki/CMS/Groupware system. It is actively developed by
a very large international community. It can be used to create all
kinds of Web applications, sites, portals, knowledge bases, intranets,
and extranets. Highly configurable and modular, all features are
optional and administered via a Web-based interface. Major features
include a robust wiki engine, news articles, discussion forums,
newsletters, blogs, file and image galleries, bug and issue trackers
(form generator), a links directory, polls/surveys and quizzes, FAQs,
a banner management system, a calendar, maps, mobile Tiki (PDA,
VoiceXML, and WAP access), RSS feeds, a category system, tags, an
advanced themeing engine (Smarty), spreadsheets, live support, shoutbox,
inter-user messaging, a menu generator, an advanced permission system
for users and groups, an internal search engine, external authentication
support, and much more.
&lt;p&gt;&lt;strong&gt;Changes:&lt;/strong&gt; Bugfixes, feature polishing, and security updates. All users are strongly encouraged to update to the latest version to take advantage of security fixes and updates.&lt;/p&gt;&lt;p&gt;&lt;a href="http://freshmeat.net/projects/tiki"&gt;&lt;img alt="Bb633662ca9392d71d8f6647d6fce3d1_thumb" src="http://freshmeat.net/screenshots/bb/63/bb633662ca9392d71d8f6647d6fce3d1_thumb.gif?1237050632" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Release Tags:&lt;/strong&gt; Stable&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Tags:&lt;/strong&gt; Information Management, Workflow Frameworks, Internet, Web, Dynamic Content, News/Diary, Message Boards, Office/Business, groupware, Site Management, Wiki, Documentation, Scheduling, education&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Licenses:&lt;/strong&gt; LGPL&lt;/p&gt;    </content>
    <author>
      <name></name>
      <uri>http://freshmeat.net/users/ricks99</uri>
    </author>
  </entry>
  <entry>
    <id>tag:freshmeat.net,2005:Release/313392</id>
    <published>2010-03-06T03:17:13Z</published>
    <updated>2010-03-06T10:42:56Z</updated>
    <link type="text/html" rel="alternate" href="http://freshmeat.net/projects/mibviews#release_313392"/>
    <title>MIB Views 1.5</title>
    <content type="html">
MIB Views is an entry-level SNMP management
application providing an easy to use tabbed
interface with several SNMP tools. The tools are
based partly on those bundled in MIB Smithy, with
a more consolidated GUI and new features. The
suite includes MIB Browser (Tree View), SNMP
Query, Table View, SNMP Walk, and Trap Watch
tools, with more tools and plugin features in the
works.  MIB Views supports SNMPv1, SNMPv2c, and
SNMPv3, with MD5 and SHA authentication and DES
encryption.&lt;p&gt;&lt;strong&gt;Changes:&lt;/strong&gt; Changes in MIB Smithy SDK 4.0 were incorporated into this release, including IPv6 support, a username-based licensing option, Linux x86_64 support, and many MIB validation improvements. The hex format used to specify non-printable OCTET STRING data via the GUI was changed to allow suppression of the conversion if a value looks like (but is not meant to be) interpreted as hex-encoded.&lt;/p&gt;&lt;p&gt;&lt;a href="http://freshmeat.net/projects/mibviews"&gt;&lt;img alt="0074cfa49298eefe6623ab7a655945e7_thumb" src="http://freshmeat.net/screenshots/00/74/0074cfa49298eefe6623ab7a655945e7_thumb.png?1237056195" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Tags:&lt;/strong&gt; Networking, Systems Administration&lt;/p&gt;    </content>
    <author>
      <name>Muonics, Inc.</name>
      <uri>http://freshmeat.net/users/muonics</uri>
    </author>
  </entry>
  <entry>
    <id>tag:freshmeat.net,2005:Release/313391</id>
    <published>2010-03-06T03:12:02Z</published>
    <updated>2010-03-06T10:42:31Z</updated>
    <link type="text/html" rel="alternate" href="http://freshmeat.net/projects/mibsmithysdk#release_313391"/>
    <title>MIB Smithy SDK 4.0.2</title>
    <content type="html">
MIB Smithy SDK is a dynamic extension to Tcl/Tk (8.4+) that allows development of custom scripts for controlling SNMP agents, manipulating SMI definitions, doing conversions, and more. It is based on the core of Muonics' MIB Smithy, and the SDK supports SMIv1 and SMIv2, as well as SNMPv1/v2c/v3 with HMAC-SHA-96 and HMAC-MD5-96 authentication and CBC-DES privacy. It also provides complete read-write access to all elements of SMI/MIB Module definitions, unlike similar extensions that provide only read access to a limited subset. The SDK allows multiple discrete SMI databases and SNMP sessions, and provides all of the built-in validation and error recovery capabilites of the full product, without the visual MIB development environment.&lt;p&gt;&lt;strong&gt;Changes:&lt;/strong&gt; A new &amp;amp;quot;Developer License&amp;amp;quot; was implemented for application developers wishing to use the SDK in their products. Bugs were fixed in licensing, particularly on Windows 7 and Vista, and in MIB validation rules added in 4.0. A property was added for querying the DISPLAY-HINT for an OBJECT-TYPE without needing to first query the SYNTAX property to determine the TEXTUAL-CONVENTION it's specified in.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Tags:&lt;/strong&gt; Text Processing, Markup, XML, Systems Administration, Networking, Monitoring, Software Development, Libraries, Tcl Extensions, Compilers, Code Generators&lt;/p&gt;    </content>
    <author>
      <name>Muonics, Inc.</name>
      <uri>http://freshmeat.net/users/muonics</uri>
    </author>
  </entry>
  <entry>
    <id>tag:freshmeat.net,2005:Release/313389</id>
    <published>2010-03-06T01:52:30Z</published>
    <updated>2010-03-06T10:41:58Z</updated>
    <link type="text/html" rel="alternate" href="http://freshmeat.net/projects/t-prot#release_313389"/>
    <title>t-prot 2.97</title>
    <content type="html">
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 &amp;amp;quot;Text oben, Fullquote unten&amp;amp;quot;, a German reference to the practice of adding just a few lines of original text and quoting a complete message below them. &lt;p&gt;&lt;strong&gt;Changes:&lt;/strong&gt; The --diff command line option has been tweaked to also protect standard diff output inside messages.&lt;/p&gt;&lt;p&gt;&lt;a href="http://freshmeat.net/projects/t-prot"&gt;&lt;img alt="460a3b39301c5e3ca0c28597184b8aa8_thumb" src="http://freshmeat.net/screenshots/46/0a/460a3b39301c5e3ca0c28597184b8aa8_thumb.png?1237053920" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Release Tags:&lt;/strong&gt; Feature Enhancements&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Tags:&lt;/strong&gt; Communications, Email, Filters&lt;/p&gt;    </content>
    <author>
      <name>Jochen Striepe</name>
      <uri>http://freshmeat.net/users/jstr0051</uri>
    </author>
  </entry>
  <entry>
    <id>tag:freshmeat.net,2005:Release/313388</id>
    <published>2010-03-06T01:26:00Z</published>
    <updated>2010-03-06T10:41:34Z</updated>
    <link type="text/html" rel="alternate" href="http://freshmeat.net/projects/j-ben#release_313388"/>
    <title>J-Ben 1.9.2</title>
    <content type="html">
J-Ben is an aid for studying Japanese.  Its primary focus is for looking up and studying kanji (the Chinese characters used in Japanese writing). It also features kanji and vocabulary study lists, cross-referencing of kanji searches with the vocabulary list, a kanji flash card drilling mode, and a Japanese-English dictionary.&lt;p&gt;&lt;strong&gt;Changes:&lt;/strong&gt; Basic dictionary lookup is working. Most features from version 1.2.3 are not yet present.&lt;/p&gt;&lt;p&gt;&lt;a href="http://freshmeat.net/projects/j-ben"&gt;&lt;img alt="3e1f461b7c72c3dff04e271a36181bab_thumb" src="http://freshmeat.net/screenshots/3e/1f/3e1f461b7c72c3dff04e271a36181bab_thumb.jpg?1237059386" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Release Tags:&lt;/strong&gt; Python, Alpha&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Tags:&lt;/strong&gt; education&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Licenses:&lt;/strong&gt; GPLv2&lt;/p&gt;    </content>
    <author>
      <name>Paul Goins</name>
      <uri>http://freshmeat.net/users/vultaire</uri>
    </author>
  </entry>
  <entry>
    <id>tag:freshmeat.net,2005:Release/313386</id>
    <published>2010-03-05T23:54:07Z</published>
    <updated>2010-03-06T10:36:49Z</updated>
    <link type="text/html" rel="alternate" href="http://freshmeat.net/projects/aphpkb#release_313386"/>
    <title>Andy's PHP Knowledgebase 0.94.3</title>
    <content type="html">
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.&lt;p&gt;&lt;strong&gt;Changes:&lt;/strong&gt; This release includes improvements to save article submission and article rating.&lt;/p&gt;&lt;p&gt;&lt;a href="http://freshmeat.net/projects/aphpkb"&gt;&lt;img alt="16ab6413c8b4ccdffb4134c29ca8f3a6_thumb" src="http://freshmeat.net/screenshots/16/ab/16ab6413c8b4ccdffb4134c29ca8f3a6_thumb.jpg?1237053978" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Licenses:&lt;/strong&gt; GPL&lt;/p&gt;    </content>
    <author>
      <name>KeyMonkey</name>
      <uri>http://freshmeat.net/users/keymonkey</uri>
    </author>
  </entry>
  <entry>
    <id>tag:freshmeat.net,2005:Release/313385</id>
    <published>2010-03-05T23:21:15Z</published>
    <updated>2010-03-06T10:36:36Z</updated>
    <link type="text/html" rel="alternate" href="http://freshmeat.net/projects/critterding#release_313385"/>
    <title>Critterding 1.0-beta12</title>
    <content type="html">
Critterding is a &amp;amp;quot;Petri dish&amp;amp;quot; universe in 3D  that demonstrates evolving artificial life. Critters start out with completely random brains and bodies, but will automatically start evolving into something with much better survival skills.&lt;p&gt;&lt;strong&gt;Changes:&lt;/strong&gt; Critter selection and actions (kill, duplicate), new panels (neural net brainviewer, HUD, species list), an optional round planet world, headless mode, optional critter vision using raycasting, and more.&lt;/p&gt;&lt;p&gt;&lt;a href="http://freshmeat.net/projects/critterding"&gt;&lt;img alt="B6d20cfe6c44e3eb4975b6eb5d48da28_thumb" src="http://freshmeat.net/screenshots/b6/d2/b6d20cfe6c44e3eb4975b6eb5d48da28_thumb.png?1253221437" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Release Tags:&lt;/strong&gt; Major&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Tags:&lt;/strong&gt; Scientific/Engineering, Artificial Intelligence, Neuroscience, Robotics&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Licenses:&lt;/strong&gt; GPLv2&lt;/p&gt;    </content>
    <author>
      <name>B0bke</name>
      <uri>http://freshmeat.net/users/B0bke</uri>
    </author>
  </entry>
  <entry>
    <id>tag:freshmeat.net,2005:Release/313384</id>
    <published>2010-03-05T23:18:36Z</published>
    <updated>2010-03-06T10:35:51Z</updated>
    <link type="text/html" rel="alternate" href="http://freshmeat.net/projects/qelectrotech#release_313384"/>
    <title>QElectroTech 0.21</title>
    <content type="html">
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.&lt;p&gt;&lt;strong&gt;Changes:&lt;/strong&gt; This version includes bugfixes, small improvements, and several small new features.&lt;/p&gt;&lt;p&gt;&lt;a href="http://freshmeat.net/projects/qelectrotech"&gt;&lt;img alt="Ff75514976bb3499723b5c92cddee99b_thumb" src="http://freshmeat.net/screenshots/ff/75/ff75514976bb3499723b5c92cddee99b_thumb.png?1245260694" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Tags:&lt;/strong&gt; Science, Editors, Graphics, Scientific/Engineering, CAD&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Licenses:&lt;/strong&gt; GNU/GPL, CC-BY&lt;/p&gt;    </content>
    <author>
      <name></name>
      <uri>http://freshmeat.net/users/xavier_g</uri>
    </author>
  </entry>
  <entry>
    <id>tag:freshmeat.net,2005:Release/313361</id>
    <published>2010-03-05T15:30:22Z</published>
    <updated>2010-03-05T23:17:31Z</updated>
    <link type="text/html" rel="alternate" href="http://freshmeat.net/projects/pac#release_313361"/>
    <title>PAC 0.9.6.5</title>
    <content type="html">
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.&lt;p&gt;&lt;strong&gt;Changes:&lt;/strong&gt; This release adds a right-click menu for &amp;amp;quot;Expect&amp;amp;quot; blocks with options
to copy/paste/cut and delete them (by petition of some users), code
cleanup, and minor changes.
&lt;/p&gt;&lt;p&gt;&lt;a href="http://freshmeat.net/projects/pac"&gt;&lt;img alt="785f7bb32e801bb9f639c3d7cbe158b4_thumb" src="http://freshmeat.net/screenshots/78/5f/785f7bb32e801bb9f639c3d7cbe158b4_thumb.jpg?1265203489" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Release Tags:&lt;/strong&gt; GUI&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Tags:&lt;/strong&gt; Perl, GTK+, SSH, Telnet, GNOME, Ubuntu, Expect&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Licenses:&lt;/strong&gt; GPLv3&lt;/p&gt;    </content>
    <author>
      <name></name>
      <uri>http://freshmeat.net/users/perseo22</uri>
    </author>
  </entry>
  <entry>
    <id>tag:freshmeat.net,2005:Release/313382</id>
    <published>2010-03-05T21:57:24Z</published>
    <updated>2010-03-05T23:02:54Z</updated>
    <link type="text/html" rel="alternate" href="http://freshmeat.net/projects/testlink#release_313382"/>
    <title>TestLink 1.9 Beta3</title>
    <content type="html">
TestLink is a test management tool and execution tracking system with Web based and SOAP interfaces. It helps streamline the software development process. It enables quality assurance teams to create and manage their test cases and organize them into test plans and execute them. Users can also manage requirements, create reports, and directly work with bug trackers.&lt;p&gt;&lt;strong&gt;Changes:&lt;/strong&gt; Minor bugfixes and feature enhancements.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Release Tags:&lt;/strong&gt; Minor bugfixes, Minor feature enhancements, Beta&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Tags:&lt;/strong&gt; Software Development, Quality Assurance, Testing, Test Management, test&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Licenses:&lt;/strong&gt; GPLv2, GPLv3, GPL&lt;/p&gt;    </content>
    <author>
      <name>Martin Havlat</name>
      <uri>http://freshmeat.net/users/havlatm</uri>
    </author>
  </entry>
  <entry>
    <id>tag:freshmeat.net,2005:Release/313381</id>
    <published>2010-03-05T21:43:50Z</published>
    <updated>2010-03-05T23:02:05Z</updated>
    <link type="text/html" rel="alternate" href="http://freshmeat.net/projects/runawk#release_313381"/>
    <title>runawk 0.20.0</title>
    <content type="html">
runawk is a small wrapper for the AWK interpreter that helps one write standalone AWK scripts. Its main feature is to provide a module/library system for AWK which is somewhat similar to Perl's &amp;amp;quot;use&amp;amp;quot; command. It also allows one to select a preferred AWK interpreter and to set up the environment for AWK scripts. Dozens of ready for use [modules].awk are also provided.&lt;p&gt;&lt;strong&gt;Changes:&lt;/strong&gt; There is a new module fieldwidths.awk that splits input lines into tokens according to their fixed sizes (FW variable) in a similar way to GNU awk's FIELDWIDTHS. There is a new module tmpfile.awk for generating temporary file names in a safe way: temp files are automatically removed. There is a new RunAWK directive &amp;amp;quot;#interp-var&amp;amp;quot; that specifies an environment variable name that keeps a preferred AWK interpreter; see runawk(1). A new runawk directive &amp;amp;quot;#safe-use&amp;amp;quot; for #use-ing the module if it exists. Fixes and improvements in power_getopt.awk, heapsort.awk and tokenre.awk.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Tags:&lt;/strong&gt; Software Development, Libraries, Utilities&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Licenses:&lt;/strong&gt; MIT/X&lt;/p&gt;    </content>
    <author>
      <name>Aleksey Cheusov</name>
      <uri>http://freshmeat.net/users/vle</uri>
    </author>
  </entry>
  <entry>
    <id>tag:freshmeat.net,2005:Release/313380</id>
    <published>2010-03-05T21:17:17Z</published>
    <updated>2010-03-05T23:01:00Z</updated>
    <link type="text/html" rel="alternate" href="http://freshmeat.net/projects/abserver#release_313380"/>
    <title>Address Book Server with Calendar Support 4th March 2010</title>
    <content type="html">
Address Book Server allows you to share your
contacts and calendar events with others connected
to your network or over the Internet. Each
participant synchronizes their contacts with the
server hosted on your own system. Address Book
Server supports the full Address Book and iCal
schema. The server also provides a friendly Web
interface and an iPhone client which let you
access your contact details remotely.
&lt;p&gt;&lt;strong&gt;Changes:&lt;/strong&gt; Consolidation of previous beta releases. Minor fixes to startup scripts. An updated database backend.&lt;/p&gt;&lt;p&gt;&lt;a href="http://freshmeat.net/projects/abserver"&gt;&lt;img alt="F7b9f22b00e32e0be56f1d0c4abe7558_thumb" src="http://freshmeat.net/screenshots/f7/b9/f7b9f22b00e32e0be56f1d0c4abe7558_thumb.png?1237841097" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Release Tags:&lt;/strong&gt; Bugfixes, Performance enhancements, GUI changes&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Tags:&lt;/strong&gt; Communications, Email, Address Book, contacts, Calendar, synchronization, Sharing, Events, tasks, vCard, LDIF&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Licenses:&lt;/strong&gt; Shareware&lt;/p&gt;    </content>
    <author>
      <name>Alexander Hartner</name>
      <uri>http://freshmeat.net/users/LostInSpace2011</uri>
    </author>
  </entry>
  <entry>
    <id>tag:freshmeat.net,2005:Release/313379</id>
    <published>2010-03-05T21:09:42Z</published>
    <updated>2010-03-05T22:59:51Z</updated>
    <link type="text/html" rel="alternate" href="http://freshmeat.net/projects/meerkat#release_313379"/>
    <title>Meerkat 1.5.1</title>
    <content type="html">
Meerkat is an easy to use SSH tunnel manager built specifically for the Mac. It includes features such as application triggers, automatic reconnection on system sleep and network change, Growl integration, Bonjour support, command line and AppleScript integration, and much more.&lt;p&gt;&lt;strong&gt;Changes:&lt;/strong&gt; This release adds a minor feature where tunnel app triggers crashing will not bring their tunnels down.
It adds a preference for the tunnel retry interval multiplier. It fixes a bug where other tunnels' statuses might not be accurately reflected when a new tunnel or account creation was canceled. It fixes a bug where holding the Option key when selecting an active tunnel in Meerkat's status bar menu would no longer restart the tunnel.&lt;/p&gt;&lt;p&gt;&lt;a href="http://freshmeat.net/projects/meerkat"&gt;&lt;img alt="6be11a2f26610a5fa21b30edf60a0a83_thumb" src="http://freshmeat.net/screenshots/6b/e1/6be11a2f26610a5fa21b30edf60a0a83_thumb.png?1259953820" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Release Tags:&lt;/strong&gt; Stable, Minor&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Tags:&lt;/strong&gt; Utilities, Systems Administration, Networking, Internet&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Licenses:&lt;/strong&gt; Shareware&lt;/p&gt;    </content>
    <author>
      <name>Justin R. Miller</name>
      <uri>http://freshmeat.net/users/CodeSorceryWorkshop</uri>
    </author>
  </entry>
  <entry>
    <id>tag:freshmeat.net,2005:Release/313383</id>
    <published>2010-03-05T22:23:39Z</published>
    <updated>2010-03-05T22:57:46Z</updated>
    <link type="text/html" rel="alternate" href="http://freshmeat.net/projects/freeipmi#release_313383"/>
    <title>FreeIPMI 0.8.4</title>
    <content type="html">
FreeIPMI provides in-band and out-of-band IPMI software based on the IPMI v1.5/2.0 specification. It has a number of useful features for large HPC or cluster environments.&lt;p&gt;&lt;strong&gt;Changes:&lt;/strong&gt; This release adds Dell get-active-lom-status and IBM get-led OEM support to ipmi-oem, fixes an IPMI 2.0 sequence number corner case, and fixes several other minor bugs.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Tags:&lt;/strong&gt; Monitoring, Software Development, Libraries, Hardware, Systems Administration, Diagnostics, Clustering/Distributed Networks, Networking, Hardware Watchdog&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Licenses:&lt;/strong&gt; GPL&lt;/p&gt;    </content>
    <author>
      <name>Albert Chu</name>
      <uri>http://freshmeat.net/users/chu11</uri>
    </author>
  </entry>
  <entry>
    <id>tag:freshmeat.net,2005:Release/313378</id>
    <published>2010-03-05T21:07:51Z</published>
    <updated>2010-03-05T22:56:44Z</updated>
    <link type="text/html" rel="alternate" href="http://freshmeat.net/projects/wingide#release_313378"/>
    <title>Wing IDE 3.2.5</title>
    <content type="html">
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.&lt;p&gt;&lt;strong&gt;Changes:&lt;/strong&gt; This release improves the vi and brief keyboard modes, adds support for recent git versions, fixes sub-process output buffering on OS X, fixes debugger support for Stackless 3.0 and 3.1, improves input() handling and other debugger support for Python 3.x, adds debugger support for the sys.stdin iterator API, fixes several potential crashes, adds delete, duplicate, and swap line operations, and has many other fixes and improvements.&lt;/p&gt;&lt;p&gt;&lt;a href="http://freshmeat.net/projects/wingide"&gt;&lt;img alt="57975ad2a6954d8e6ae45ac1538f00e4_thumb" src="http://freshmeat.net/screenshots/57/97/57975ad2a6954d8e6ae45ac1538f00e4_thumb.png?1237046058" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Tags:&lt;/strong&gt; Software Development, Debuggers, Text Editors, Integrated Development Environments (IDE)&lt;/p&gt;    </content>
    <author>
      <name>Stephan Deibel</name>
      <uri>http://freshmeat.net/users/sdeibel</uri>
    </author>
  </entry>
  <entry>
    <id>tag:freshmeat.net,2005:Release/313377</id>
    <published>2010-03-05T21:03:07Z</published>
    <updated>2010-03-05T22:54:54Z</updated>
    <link type="text/html" rel="alternate" href="http://freshmeat.net/projects/pssh#release_313377"/>
    <title>pssh 2.1.1</title>
    <content type="html">
pssh provides parallel versions of the OpenSSH tools 
that are useful for controlling large numbers of 
machines simultaneously. It includes parallel versions 
of ssh, scp, and rsync, as well as a parallel kill 
command. &lt;p&gt;&lt;strong&gt;Changes:&lt;/strong&gt; This release fixes a crash with Python 2.4 and works around a potential crash due to a Python bug (which will be fixed in Python 2.6.5, 2.7, and 3.1.2).&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Tags:&lt;/strong&gt; Utilities&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Licenses:&lt;/strong&gt; BSD Revised&lt;/p&gt;    </content>
    <author>
      <name>Andrew McNabb</name>
      <uri>http://freshmeat.net/users/amcnabb</uri>
    </author>
  </entry>
  <entry>
    <id>tag:freshmeat.net,2005:Release/313375</id>
    <published>2010-03-05T20:43:05Z</published>
    <updated>2010-03-05T22:53:41Z</updated>
    <link type="text/html" rel="alternate" href="http://freshmeat.net/projects/freepbx-provisioning-system#release_313375"/>
    <title>FreePBX provisioning system 1.0</title>
    <content type="html">
FreePBX aims to help you provision your Sipura/Linksys and Polycom devices. It currently supports Linksys/Sipura, PAP2/PAP2T, SPA-2100, SPA-2102, SPA-2002, SPA-901, SPA-94X, SPA-96X, and Polycom IP3XX / IP 5XX / IP4000.&lt;p&gt;&lt;strong&gt;Changes:&lt;/strong&gt; Initial release.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Release Tags:&lt;/strong&gt; cli, Stable&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Tags:&lt;/strong&gt; FreePBX, asterisk tftp, provision&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Licenses:&lt;/strong&gt; GPLv3&lt;/p&gt;    </content>
    <author>
      <name></name>
      <uri>http://freshmeat.net/users/wedovoice</uri>
    </author>
  </entry>
  <entry>
    <id>tag:freshmeat.net,2005:Release/313024</id>
    <published>2010-02-26T18:21:13Z</published>
    <updated>2010-03-05T20:29:12Z</updated>
    <link type="text/html" rel="alternate" href="http://freshmeat.net/projects/gcad3d#release_313024"/>
    <title>gCAD3D 1.44</title>
    <content type="html">
gCAD3D is a 3D CAD-CAM application that features
an integrated 3D OpenGL viewer, a program
interpreter for geometry and NC-commands in 3D, an
integrated NC-processor, and a programming
interface for user programs. It has support for
importing Step files and support for both
importing and exporting Iges, DXF, and VRML
files.
&lt;p&gt;&lt;strong&gt;Changes:&lt;/strong&gt; VRML-2-Import have been added, without animations or textures.
Tooltips and messages have been added in Spanish, French, and Italian.
There are bugfix updates for Windows 7.- bugfixes; MS-Win: updates for Windows-7.
&lt;/p&gt;&lt;p&gt;&lt;a href="http://freshmeat.net/projects/gcad3d"&gt;&lt;img alt="4ce621e5de9b03627d61d04cf68481b4_thumb" src="http://freshmeat.net/screenshots/4c/e6/4ce621e5de9b03627d61d04cf68481b4_thumb.jpg?1258307919" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Tags:&lt;/strong&gt; Scientific/Engineering&lt;/p&gt;    </content>
    <author>
      <name>freiter</name>
      <uri>http://freshmeat.net/users/freiter</uri>
    </author>
  </entry>
  <entry>
    <id>tag:freshmeat.net,2005:Release/313374</id>
    <published>2010-03-05T19:26:40Z</published>
    <updated>2010-03-05T20:22:38Z</updated>
    <link type="text/html" rel="alternate" href="http://freshmeat.net/projects/denfent-engine#release_313374"/>
    <title>D'Enfent Engine 140</title>
    <content type="html">
D'Enfent Engine is a library that contains high-level classes to access OpenGL functions. It contains classes that may be very useful in game development: GUI components, sprite classes, and classes to handle mouse/keyboard events. It has a full API reference, as well as lessons to help you start working with the library.&lt;p&gt;&lt;strong&gt;Changes:&lt;/strong&gt; Support for 64-bit Linux has been added. Code of the first game project has been placed at the source code archive. New sprite class along with usage sample were introduced to represent moving characters in the game. ZLib and PNGLoader classes were fully reworked to make the code more clear. Major fixes were made, especially for PNG textures loading process and GUI components.
&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Release Tags:&lt;/strong&gt; Pre-Alpha, major bug fix&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Tags:&lt;/strong&gt; Libraries, Games/Entertainment&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Licenses:&lt;/strong&gt; GPL v2 Or Later&lt;/p&gt;    </content>
    <author>
      <name></name>
      <uri>http://freshmeat.net/users/alapshin</uri>
    </author>
  </entry>
  <entry>
    <id>tag:freshmeat.net,2005:Release/313373</id>
    <published>2010-03-05T19:24:03Z</published>
    <updated>2010-03-05T20:21:16Z</updated>
    <link type="text/html" rel="alternate" href="http://freshmeat.net/projects/pyusecase#release_313373"/>
    <title>PyUseCase 3.2.1</title>
    <content type="html">
PyUseCase is an unconventional GUI testing tool for PyGTK and Tkinter. Instead of recording GUI mechanics directly, it asks the user for descriptive names and hence builds up a &amp;amp;quot;domain language&amp;amp;quot; along with a &amp;amp;quot;UI map file&amp;amp;quot; that translates it into the current GUI layout. The point is to reduce coupling, allow very expressive tests, and ensure that GUI changes mean changing the UI map file but not all the tests. Instead of an &amp;amp;quot;assertion&amp;amp;quot; mechanism, it auto-generates a log of the GUI appearance and changes to it. The point is then to use that as a baseline for text-based testing, using e.g. TextTest. It also includes support for instrumenting code so that &amp;amp;quot;waits&amp;amp;quot; can be recorded, making it far easier for a tester to record correctly synchronized tests without having to explicitly plan for this.&lt;p&gt;&lt;strong&gt;Changes:&lt;/strong&gt; There are minor bug fixes.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Release Tags:&lt;/strong&gt; Bugfixes&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Tags:&lt;/strong&gt; Testing, Python, PyGTK, tkinter&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Licenses:&lt;/strong&gt; LGPL&lt;/p&gt;    </content>
    <author>
      <name>Geoff Bache</name>
      <uri>http://freshmeat.net/users/gjb1002</uri>
    </author>
  </entry>
  <entry>
    <id>tag:freshmeat.net,2005:Release/313372</id>
    <published>2010-03-05T18:34:38Z</published>
    <updated>2010-03-05T20:20:49Z</updated>
    <link type="text/html" rel="alternate" href="http://freshmeat.net/projects/adevs#release_313372"/>
    <title>adevs 2.4</title>
    <content type="html">
adevs is a C++ library (with Java language bindings) for developing discrete event simulations based on the Parallel DEVS and Dynamic DEVS formalisms.
&lt;p&gt;&lt;strong&gt;Changes:&lt;/strong&gt; Java language bindings for the C++ simulation engine have been added.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Tags:&lt;/strong&gt; Scientific/Engineering, Software Development, Libraries, Simulation&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Licenses:&lt;/strong&gt; LGPL&lt;/p&gt;    </content>
    <author>
      <name>Ack</name>
      <uri>http://freshmeat.net/users/smiz</uri>
    </author>
  </entry>
  <entry>
    <id>tag:freshmeat.net,2005:Release/313371</id>
    <published>2010-03-05T18:29:09Z</published>
    <updated>2010-03-05T20:19:49Z</updated>
    <link type="text/html" rel="alternate" href="http://freshmeat.net/projects/azr3jack#release_313371"/>
    <title>AZR3-JACK 1.2.0</title>
    <content type="html">
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&#228;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.&lt;p&gt;&lt;strong&gt;Changes:&lt;/strong&gt; A man page and command line options for auto-connecting MIDI and audio ports, setting JACK client name and loading presets have been added. The XPM graphics have been converted to PNG to save process memory and installation size, &lt;/p&gt;&lt;p&gt;&lt;a href="http://freshmeat.net/projects/azr3jack"&gt;&lt;img alt="4ba6921d26e5ce63a5ec4c1e73087a38_thumb" src="http://freshmeat.net/screenshots/4b/a6/4ba6921d26e5ce63a5ec4c1e73087a38_thumb.png?1237060221" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Tags:&lt;/strong&gt; Artistic Software, multimedia, Sound/Audio, Sound Synthesis&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Licenses:&lt;/strong&gt; GPL, GPLv2&lt;/p&gt;    </content>
    <author>
      <name>Lars Luthman</name>
      <uri>http://freshmeat.net/users/larsl</uri>
    </author>
  </entry>
  <entry>
    <id>tag:freshmeat.net,2005:Release/313370</id>
    <published>2010-03-05T18:24:07Z</published>
    <updated>2010-03-05T20:16:54Z</updated>
    <link type="text/html" rel="alternate" href="http://freshmeat.net/projects/httpico#release_313370"/>
    <title>httpico 0.5.1</title>
    <content type="html">
httpico is yet another lightweight HTTP server. It implements a few HTML rewriting rules delineated by '&amp;amp;lt;?pico&amp;amp;gt;' tags, and makes it fairly easy to add more straight into the C code. It does not have complete HTTP standards compliance. It also contains a 'genstats' log analysis tool.&lt;p&gt;&lt;strong&gt;Changes:&lt;/strong&gt; A simple bandwidth limiter has been added: if the total data served since midnight is x, and the daily limit is set to y, then any request for a file larger than (y-x)/2 will be met with a 503 Service Unavailable response.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Release Tags:&lt;/strong&gt; Minor, new feature&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Tags:&lt;/strong&gt; HTTP Servers, lightweight&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Licenses:&lt;/strong&gt; GPL v3&lt;/p&gt;    </content>
    <author>
      <name></name>
      <uri>http://freshmeat.net/users/soundandfury</uri>
    </author>
  </entry>
  <entry>
    <id>tag:freshmeat.net,2005:Release/313369</id>
    <published>2010-03-05T18:05:37Z</published>
    <updated>2010-03-05T20:15:51Z</updated>
    <link type="text/html" rel="alternate" href="http://freshmeat.net/projects/alsaequal#release_313369"/>
    <title>alsaequal 0.6</title>
    <content type="html">
Alsaequal is a real-time adjustable equalizer
plugin for ALSA. It can be adjusted using an
ALSA-compatible mixer, e.g. alsamixergui or alsamixer. By default, it uses the equalizer from the Caps LADSPA plugin package, but can but configured to use most LADSPA plugins.&lt;p&gt;&lt;strong&gt;Changes:&lt;/strong&gt; Compatibility issues with some applications that were giving an &amp;amp;quot;unable to find library&amp;amp;quot; error have been fixed.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Tags:&lt;/strong&gt; multimedia, Sound/Audio, Mixers&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Licenses:&lt;/strong&gt; GPL&lt;/p&gt;    </content>
    <author>
      <name>Charles</name>
      <uri>http://freshmeat.net/users/charleseidsness</uri>
    </author>
  </entry>
  <entry>
    <id>tag:freshmeat.net,2005:Release/313368</id>
    <published>2010-03-05T17:46:51Z</published>
    <updated>2010-03-05T20:14:52Z</updated>
    <link type="text/html" rel="alternate" href="http://freshmeat.net/projects/opendkim#release_313368"/>
    <title>opendkim 2.0.0</title>
    <content type="html">
OpenDKIM is a DKIM implementation with both a C library for writing your own applications and a milter-aware filter for use with recent MTAs.&lt;p&gt;&lt;strong&gt;Changes:&lt;/strong&gt; Support for Lua scripts and support for OpenLDAP, better key management, public key zone generation tool, and a general-purpose milter test utility have been added.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Tags:&lt;/strong&gt; Mail Filters, DKIM, ADSP, milter&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Licenses:&lt;/strong&gt; BSD Original&lt;/p&gt;    </content>
    <author>
      <name></name>
      <uri>http://freshmeat.net/users/cmmsk</uri>
    </author>
  </entry>
  <entry>
    <id>tag:freshmeat.net,2005:Release/313366</id>
    <published>2010-03-05T17:20:58Z</published>
    <updated>2010-03-05T20:13:23Z</updated>
    <link type="text/html" rel="alternate" href="http://freshmeat.net/projects/phpmyadmin#release_313366"/>
    <title>phpMyAdmin 3.3.0-rc3</title>
    <content type="html">
phpMyAdmin is a tool intended to handle the
administration of MySQL over the Web. It can
create, rename, and drop databases,
create/drop/alter tables, delete/edit/add fields,
execute any SQL statement, manage keys on fields,
create dumps of tables and databases,
export/import CSV data, and administrate one
single database and multiple MySQL servers. &lt;p&gt;&lt;strong&gt;Changes:&lt;/strong&gt; There are new import and export modules. changes tracking, synchronizing structure and data between servers, and replication support have been added.&lt;/p&gt;&lt;p&gt;&lt;a href="http://freshmeat.net/projects/phpmyadmin"&gt;&lt;img alt="000bd42243d03259200e9b756ff58bcd_thumb" src="http://freshmeat.net/screenshots/00/0b/000bd42243d03259200e9b756ff58bcd_thumb.jpg?1237045704" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Release Tags:&lt;/strong&gt; RC3&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Tags:&lt;/strong&gt; Database, Front-Ends, Systems Administration&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Licenses:&lt;/strong&gt; GPL&lt;/p&gt;    </content>
    <author>
      <name>phpMyAdmin Devel Team</name>
      <uri>http://freshmeat.net/users/phpmyadmin</uri>
    </author>
  </entry>
  <entry>
    <id>tag:freshmeat.net,2005:Release/313367</id>
    <published>2010-03-05T17:33:44Z</published>
    <updated>2010-03-05T20:11:55Z</updated>
    <link type="text/html" rel="alternate" href="http://freshmeat.net/projects/v6shell#release_313367"/>
    <title>V6 Thompson Shell Port 20100228</title>
    <content type="html">
V6 Thompson Shell Port provides two ports of the original /bin/sh from Sixth Edition (V6) UNIX (circa 1975). osh is an enhanced port of the shell, and sh6 is an unenhanced port of the shell. This project also includes glob6, if, goto, and fd2 as external shell utilities. While they remain external for compatible use by sh6, these utilities are integrated into osh to improve shell performance.&lt;p&gt;&lt;strong&gt;Changes:&lt;/strong&gt; This release changes osh globbing so that it is handled in the main osh process. This is for user convenience to allow (for example) `mkdir some_really_long_directory_name... ; cd some*...' and globbing for other special built-in commands as well.&lt;/p&gt;&lt;p&gt;&lt;a href="http://freshmeat.net/projects/v6shell"&gt;&lt;img alt="5b04300c92dc4ca65150cfdc2479c703_thumb" src="http://freshmeat.net/screenshots/5b/04/5b04300c92dc4ca65150cfdc2479c703_thumb.png?1237060325" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Release Tags:&lt;/strong&gt; minor feature addition&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Tags:&lt;/strong&gt; Shells, Educational&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Licenses:&lt;/strong&gt; BSD Revised&lt;/p&gt;    </content>
    <author>
      <name>J.A. Neitzel</name>
      <uri>http://freshmeat.net/users/jneitzel</uri>
    </author>
  </entry>
  <entry>
    <id>tag:freshmeat.net,2005:Release/313365</id>
    <published>2010-03-05T16:51:39Z</published>
    <updated>2010-03-05T20:11:00Z</updated>
    <link type="text/html" rel="alternate" href="http://freshmeat.net/projects/flickcurl#release_313365"/>
    <title>Flickcurl 1.17</title>
    <content type="html">
Flickcurl is a C library for calling the Flickr Web service API. It handles the API signing, token management, and parameter encoding and decoding, resulting in C functions for the Web services APIs. It uses libcurl to call the REST Web service, and libxml2 to manipulate the XML responses. The library supports reading photo, tag, and comments information, the photo upload and searching APIs, and writing tags and comments. It provides utilities such as &amp;amp;quot;flickcurl&amp;amp;quot; to exercise the API and &amp;amp;quot;flickrdf&amp;amp;quot; to get RDF metadata descriptions out of photos, tags, and machine tags.&lt;p&gt;&lt;strong&gt;Changes:&lt;/strong&gt; Support for the new stats API, the people API, the &amp;amp;quot;photos of&amp;amp;quot; people API, and the gallery API have been added.  The flickcurl utility has been updated to support all of the new APIs.
&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Release Tags:&lt;/strong&gt; Major feature enhancements&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Tags:&lt;/strong&gt; Software Development, Libraries, Internet, Web, multimedia, Graphics&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Licenses:&lt;/strong&gt; Apache 2.0, LGPL, GPL&lt;/p&gt;    </content>
    <author>
      <name>Dave Beckett</name>
      <uri>http://freshmeat.net/users/dajobe</uri>
    </author>
  </entry>
  <entry>
    <id>tag:road-kill.freshmeat.net,2005:Release/313363</id>
    <published>2010-03-05T15:53:33Z</published>
    <updated>2010-03-05T20:08:21Z</updated>
    <link type="text/html" rel="alternate" href="http://road-kill.freshmeat.net/projects/chilonparser#release_313363"/>
    <title>chilon::parser 0.7.4</title>
    <content type="html">
chilon::parser provides an extended PEG-like language using C++0x template meta-programming. This PEG-based language has been extended to support AST building features directly embedded into the type system. chilon::parser uses the input PEG to create the AST type at compile time using tuples, vectors, variants, custom classes, ranges, and primitive types. The AST is populated by parsers generated from the same type description at run-time.&lt;p&gt;&lt;strong&gt;Changes:&lt;/strong&gt; Many classes and concepts have been re-factored to be simpler to understand. Documentation which is now included with the release has been updated.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Release Tags:&lt;/strong&gt; Stable&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Tags:&lt;/strong&gt; C++, C++0x, peg, parsing&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Licenses:&lt;/strong&gt; MIT&lt;/p&gt;    </content>
    <author>
      <name>James Pike</name>
      <uri>http://road-kill.freshmeat.net/users/tuxjay</uri>
    </author>
  </entry>
  <entry>
    <id>tag:freshmeat.net,2005:Release/313362</id>
    <published>2010-03-05T15:46:31Z</published>
    <updated>2010-03-05T20:07:30Z</updated>
    <link type="text/html" rel="alternate" href="http://freshmeat.net/projects/esa_nest#release_313362"/>
    <title>Next ESA SAR Toolbox 3C</title>
    <content type="html">
The Next ESA SAR Toolbox (NEST) is used for
reading, post-processing, analyzing, and
visualizing the large archive of data from ESA SAR
missions, including ERS-1 and 2 and ENVISAT. NEST
has been built using the Basic ERS and Envisat
(A)ATSR and MERIS (BEAM) Toolbox and it covers the
functionality of the older Basic Envisat SAR
Toolbox (BEST).
&lt;p&gt;&lt;strong&gt;Changes:&lt;/strong&gt; ROIs and geometry handling have been added.
Cosmo-Skymed, Radarsat1, TerraSARX SSC support have been added.
Multi-core support has been added.
&lt;/p&gt;&lt;p&gt;&lt;a href="http://freshmeat.net/projects/esa_nest"&gt;&lt;img alt="7c867dddb735d7b1bd0e01059ca9f6d3_thumb" src="http://freshmeat.net/screenshots/7c/86/7c867dddb735d7b1bd0e01059ca9f6d3_thumb.jpg?1237060748" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Tags:&lt;/strong&gt; Scientific/Engineering, Visualization, Geographical, Software Development, Libraries, Application Frameworks, radar, remote sensing, GIS, satellite, SAR&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Licenses:&lt;/strong&gt; GPLv3 or later&lt;/p&gt;    </content>
    <author>
      <name>phyrlight</name>
      <uri>http://freshmeat.net/users/phyrlight</uri>
    </author>
  </entry>
  <entry>
    <id>tag:freshmeat.net,2005:Release/313360</id>
    <published>2010-03-05T15:30:02Z</published>
    <updated>2010-03-05T20:03:58Z</updated>
    <link type="text/html" rel="alternate" href="http://freshmeat.net/projects/usbmanager#release_313360"/>
    <title>USBManager 1.0.0</title>
    <content type="html">
USBManager is a simple and intuitive tool developed to help people who have a hard time managing their USB storage devices.&lt;p&gt;&lt;strong&gt;Changes:&lt;/strong&gt; There are some minor UI changes. Device usage analysis, more notifications, better support for Red Hat-based distributions, EXT file system support, smart unmounting, and GOBjects Signals usage have been added, and there are additional translations. Bug numbers 494026, 414018, 423476,  413995, 414003, and 413438 have been resolved. &lt;/p&gt;&lt;p&gt;&lt;a href="http://freshmeat.net/projects/usbmanager"&gt;&lt;img alt="8e801d1c77ed7a85506fc54e20baf802_thumb" src="http://freshmeat.net/screenshots/8e/80/8e801d1c77ed7a85506fc54e20baf802_thumb.png?1250023169" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Release Tags:&lt;/strong&gt; Stable&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Tags:&lt;/strong&gt; USB, device management&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Licenses:&lt;/strong&gt; LGPL&lt;/p&gt;    </content>
    <author>
      <name></name>
      <uri>http://freshmeat.net/users/magnunleno</uri>
    </author>
  </entry>
  <entry>
    <id>tag:freshmeat.net,2005:Release/313359</id>
    <published>2010-03-05T15:29:21Z</published>
    <updated>2010-03-05T19:51:52Z</updated>
    <link type="text/html" rel="alternate" href="http://freshmeat.net/projects/visifire#release_313359"/>
    <title>Visifire 3.0.4 beta 3</title>
    <content type="html">
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.
&lt;p&gt;&lt;strong&gt;Changes:&lt;/strong&gt; StepLine chart has been introduced.&lt;/p&gt;&lt;p&gt;&lt;a href="http://freshmeat.net/projects/visifire"&gt;&lt;img alt="A5b5f9b902f959b0ee2715740124a74b_thumb" src="http://freshmeat.net/screenshots/a5/b5/a5b5f9b902f959b0ee2715740124a74b_thumb.jpg?1237060321" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Tags:&lt;/strong&gt; Software Development, Libraries, Scientific/Engineering, Visualization, Internet, Web, Dynamic Content, CGI Tools/Libraries&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Licenses:&lt;/strong&gt; GPLv3&lt;/p&gt;    </content>
    <author>
      <name>Rohit Nadhani</name>
      <uri>http://freshmeat.net/users/rohit123</uri>
    </author>
  </entry>
  <entry>
    <id>tag:freshmeat.net,2005:Release/313356</id>
    <published>2010-03-05T14:29:15Z</published>
    <updated>2010-03-05T15:10:57Z</updated>
    <link type="text/html" rel="alternate" href="http://freshmeat.net/projects/jsmatep#release_313356"/>
    <title>jSmaTeP 1.0.2</title>
    <content type="html">
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.&lt;p&gt;&lt;strong&gt;Changes:&lt;/strong&gt; This release adds support for variable length records, support for
hold/continue on parser error, null value support, and feature request
ID 1 (http://code.google.com/p/jsmatep/issues/detail?id=1).
&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Tags:&lt;/strong&gt; Java, csv, XML, batch, Text Processing, batch processing, flat file&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Licenses:&lt;/strong&gt; Apache 2.0&lt;/p&gt;    </content>
    <author>
      <name>Manfred</name>
      <uri>http://freshmeat.net/users/mkardass</uri>
    </author>
  </entry>
  <entry>
    <id>tag:freshmeat.net,2005:Release/313357</id>
    <published>2010-03-05T15:00:07Z</published>
    <updated>2010-03-05T15:09:51Z</updated>
    <link type="text/html" rel="alternate" href="http://freshmeat.net/projects/coffeesaint#release_313357"/>
    <title>CoffeeSaint 3.2</title>
    <content type="html">
CoffeeSaint is a Java application that shows the status of Nagios (version 1 up to 3 and the newer XI) on a screen. It can, if there are no errors, display a Webcam feed. If an error status occurs, it can play a sound. One can configure it to display certain errors/warnings always on top. It is remotely configurable via a built-in Web interface.&lt;p&gt;&lt;strong&gt;Changes:&lt;/strong&gt; This release fixes a bug in the services/hosts exclude filter.&lt;/p&gt;&lt;p&gt;&lt;a href="http://freshmeat.net/projects/coffeesaint"&gt;&lt;img alt="A323d3417c9f800292f1490c8f656977_thumb" src="http://freshmeat.net/screenshots/a3/23/a323d3417c9f800292f1490c8f656977_thumb.jpg?1260210344" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Tags:&lt;/strong&gt; Nagios, status, GUI, status screens, remote configurable&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Licenses:&lt;/strong&gt; GPLv2&lt;/p&gt;    </content>
    <author>
      <name>Folkert van Heusden</name>
      <uri>http://freshmeat.net/users/fvh</uri>
    </author>
  </entry>
  <entry>
    <id>tag:freshmeat.net,2005:Release/313358</id>
    <published>2010-03-05T15:02:45Z</published>
    <updated>2010-03-05T15:09:35Z</updated>
    <link type="text/html" rel="alternate" href="http://freshmeat.net/projects/nfs-ganesha#release_313358"/>
    <title>nfs-ganesha 0.99.62</title>
    <content type="html">
NFS-GANESHA is a user-space NFSv2, NFSv3, and
NFSv4 server. It runs on Linux, BSD variants, and
POSIX-compliant Unixes.
&lt;p&gt;&lt;strong&gt;Changes:&lt;/strong&gt; This release fixes a security problem with a badly-managed caller_gid in
nfs_exports.c, a typo in nfs-ganesha.spec.in, bad dependencies for db
engine in RPM and Debian packaging, a bug in idmapper.c, and a bug in
Makefile.am which prevented the target &amp;amp;quot;check&amp;amp;quot; from compiling. The pNFS
implementation now supports the attribute FATTR4_FS_LAYOUT_TYPE.
&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Tags:&lt;/strong&gt; Filesystems&lt;/p&gt;    </content>
    <author>
      <name>Philippe DENIEL</name>
      <uri>http://freshmeat.net/users/philippedeniel</uri>
    </author>
  </entry>
  <entry>
    <id>tag:freshmeat.net,2005:Release/313350</id>
    <published>2010-03-05T12:22:58Z</published>
    <updated>2010-03-05T15:06:33Z</updated>
    <link type="text/html" rel="alternate" href="http://freshmeat.net/projects/frontaccounting#release_313350"/>
    <title>FrontAccounting 2.2.7</title>
    <content type="html">
FrontAccounting is a Web-based accounting system for ERP chains. It is
multiuser, multilingual, and multicurrency.
&lt;p&gt;&lt;strong&gt;Changes:&lt;/strong&gt; This release adds many layout fixes, allows changing a password without
a script in Create/Update Company, fixes a bug in exchange variation
calculation in certain situations, adds small fixes to security area
codes, fixes a tax-included calculation problem when more than one tax
type is in a tax group, fixes a bug in quantity input, stops voiding
a work order production from reverting raw material, fixes improper
quantity/price handling on supplier change, fixes non-existing voiding
of Work Order Advanced and a couple of bugs in the same operation, makes
a date change on journal entry updating, and fixes a bug related to
sending email to a name with commas.
&lt;/p&gt;&lt;p&gt;&lt;a href="http://freshmeat.net/projects/frontaccounting"&gt;&lt;img alt="3179f67752946433c291ef8008f07cb6_thumb" src="http://freshmeat.net/screenshots/31/79/3179f67752946433c291ef8008f07cb6_thumb.jpg?1237419097" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Release Tags:&lt;/strong&gt; Minor bugfixes&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Tags:&lt;/strong&gt; Office/Business, Financial, Accounting&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Licenses:&lt;/strong&gt; GPL&lt;/p&gt;    </content>
    <author>
      <name>FrontAccounting</name>
      <uri>http://freshmeat.net/users/FrontAccounting</uri>
    </author>
  </entry>
  <entry>
    <id>tag:freshmeat.net,2005:Release/313307</id>
    <published>2010-03-04T11:46:29Z</published>
    <updated>2010-03-05T15:02:49Z</updated>
    <link type="text/html" rel="alternate" href="http://freshmeat.net/projects/fusioninventory-agent#release_313307"/>
    <title>FusionInventory Agent 2.0beta4</title>
    <content type="html">
FusionInventory Agent is an agent for OCS Inventory and GLPI. It's designed to be open and easy to extend.&lt;p&gt;&lt;strong&gt;Changes:&lt;/strong&gt; This release drops Net::SSLGlue::LWP and fixes some issues with Perl 5.8.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Licenses:&lt;/strong&gt; GPLv2&lt;/p&gt;    </content>
    <author>
      <name>Le Bouder Gon&#233;ri</name>
      <uri>http://freshmeat.net/users/goneri</uri>
    </author>
  </entry>
  <entry>
    <id>tag:freshmeat.net,2005:Release/313355</id>
    <published>2010-03-05T13:47:03Z</published>
    <updated>2010-03-05T14:53:24Z</updated>
    <link type="text/html" rel="alternate" href="http://freshmeat.net/projects/pathvisio#release_313355"/>
    <title>PathVisio 2.0.4</title>
    <content type="html">
PathVisio is a bioinformatics tool that lets you do everything with biological pathway diagrams. PathVisio helps you organize biological information and lets you present or publish that information easily. You can create and draw pathways, export them to many image formats, annotate them with links to online biological databases such as Ensembl, Entrez or HMDB, and add comments and literature references from pubmed. PathVisio also lets you sort through high-throughput experimental data in pathway context. This is a much more pleasant way to present data than just a large table. You can import microarray, proteomics or metabolomics data. PathVisio has a plugin interface that lets users customize it to new analysis types, new visualization methods, and new pathway formats. PathVisio is compatible with WikiPathways.&lt;p&gt;&lt;strong&gt;Changes:&lt;/strong&gt; This release improves the drawing capabilities of PathVisio. There are now more options available for the font and alignment of labels, the background color of shapes, and line thickness and patterns.&lt;/p&gt;&lt;p&gt;&lt;a href="http://freshmeat.net/projects/pathvisio"&gt;&lt;img alt="3d4191f5c6b5582433a62133a42a5804_thumb" src="http://freshmeat.net/screenshots/3d/41/3d4191f5c6b5582433a62133a42a5804_thumb.png?1255949838" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Tags:&lt;/strong&gt; Science, Data Visualization, Bioinformatics, Diagram&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Licenses:&lt;/strong&gt; Apache 2.0&lt;/p&gt;    </content>
    <author>
      <name>Martijn van Iersel</name>
      <uri>http://freshmeat.net/users/mvaniersel</uri>
    </author>
  </entry>
  <entry>
    <id>tag:freshmeat.net,2005:Release/313354</id>
    <published>2010-03-05T13:46:22Z</published>
    <updated>2010-03-05T14:52:46Z</updated>
    <link type="text/html" rel="alternate" href="http://freshmeat.net/projects/teamwork#release_313354"/>
    <title>Teamwork 4.4.15200</title>
    <content type="html">
Teamwork is a Web-based groupware for project
management. It supplies groupware, issue tracking,
cost control, and document and project management
features with fine-grained security in a friendly
interface. Agile methodologies such SCRUM are
supported. Teamwork is easy to integrate with your
IT infrastructure. Supports multiple databases
(via hibernate), browsers, and languages.
&lt;p&gt;&lt;strong&gt;Changes:&lt;/strong&gt; This is a minor release which includes some bugfixes and a new great feature, a complete translation in Chinese.&lt;/p&gt;&lt;p&gt;&lt;a href="http://freshmeat.net/projects/teamwork"&gt;&lt;img alt="Ed34625018c41b67c24559945c6a69f1_thumb" src="http://freshmeat.net/screenshots/ed/34/ed34625018c41b67c24559945c6a69f1_thumb.jpg?1243414436" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Release Tags:&lt;/strong&gt; feature, minor bugfix&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Tags:&lt;/strong&gt; Information Management, Office/Business, Scheduling, Issue Tracking, Adaptive Technologies, groupware&lt;/p&gt;    </content>
    <author>
      <name>robicch</name>
      <uri>http://freshmeat.net/users/robicch</uri>
    </author>
  </entry>
  <entry>
    <id>tag:freshmeat.net,2005:Release/313352</id>
    <published>2010-03-05T12:49:23Z</published>
    <updated>2010-03-05T14:51:02Z</updated>
    <link type="text/html" rel="alternate" href="http://freshmeat.net/projects/xwiki#release_313352"/>
    <title>XWiki 2.2.2</title>
    <content type="html">
XWiki is a WikiWiki clone written in Java that
supports many popular features of other Wikis like
the Wiki syntax, version control, attachments,
security, and searching, but also many advanced
features like templates, database and dynamic
development using the velocity or groovy scripting
language, a plugin system and skinability, J2EE
scalability, XML/RPC remote API, Portlet
integration, statistics, an RSS feed, PDF
exporting, and WYSIWYG editing.&lt;p&gt;&lt;strong&gt;Changes:&lt;/strong&gt; This bugfix release mainly fixes blocker bugs related to new reference
handling and the office importer in IE7.
&lt;/p&gt;&lt;p&gt;&lt;a href="http://freshmeat.net/projects/xwiki"&gt;&lt;img alt="Cba2e1caa9bf069ce3d8b612d99360e1_thumb" src="http://freshmeat.net/screenshots/cb/a2/cba2e1caa9bf069ce3d8b612d99360e1_thumb.png?1237054447" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Tags:&lt;/strong&gt; Information Management, Document Repositories, Internet, Web, Dynamic Content, Site Management&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Licenses:&lt;/strong&gt; LGPL&lt;/p&gt;    </content>
    <author>
      <name>tmortagne</name>
      <uri>http://freshmeat.net/users/tmortagne</uri>
    </author>
  </entry>
  <entry>
    <id>tag:freshmeat.net,2005:Release/313351</id>
    <published>2010-03-05T12:31:14Z</published>
    <updated>2010-03-05T14:49:25Z</updated>
    <link type="text/html" rel="alternate" href="http://freshmeat.net/projects/psx#release_313351"/>
    <title>psx 0.2.3</title>
    <content type="html">
psx is a framework for developing dynamic Web sites in PHP. It is completely programmed with an object-oriented style and designed in a modular fashion. psx strictly separates code from design. It has an innovative library and the template engine is based on pure PHP to provide speed and flexibility.&lt;p&gt;&lt;strong&gt;Changes:&lt;/strong&gt; A pubsubhubbub component has been added to subscribe to and publish
content. An Atom and RSS component has been added in the srv package to
parse feeds. An HTML parser component has been added, designed to parse
malformed HTML. The Atom, RSS, and open search component now uses the
XML Writer class to produce XML. Several bugs have been fixed.
&lt;/p&gt;&lt;p&gt;&lt;a href="http://freshmeat.net/projects/psx"&gt;&lt;img alt="C93ba1912a983d42788c61ad540f35c8_thumb" src="http://freshmeat.net/screenshots/c9/3b/c93ba1912a983d42788c61ad540f35c8_thumb.jpg?1255613626" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Release Tags:&lt;/strong&gt; Stable&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Tags:&lt;/strong&gt; Text Processing, Markup, Software Development, Libraries, php classes, Internet, Web, Site Management, Dynamic Content&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Licenses:&lt;/strong&gt; GPLv3&lt;/p&gt;    </content>
    <author>
      <name>k42b3</name>
      <uri>http://freshmeat.net/users/k42b3</uri>
    </author>
  </entry>
</feed>
