Newsletter for Thursday, September 25th 2008
The freshmeat daily newsletter <[email protected]> Fri, 26 Sep 2008 00:10:02 +0000 (UTC)
| Newsgroups | gmane.linux.freshmeat.announce |
|---|---|
| Message-ID | <[email protected]> |
::: L I N K S F O R T H E D A Y :::
Today's news on the web: http://freshmeat.net/daily/2008/09/25/
freshmeat.net newsgroup: news:///fm.announce
- .---.----.--.----.---.- - - . -.-- . -------- -- .--- --.--
::: A D V E R T I S I N G :::
Perforce SCM: Versions and manages source code & digital assets.
Install Perforce in less than 10 min. and get your projects under source
control.
http://ad.doubleclick.net/clk;206902539;13503038;y?http://www.sourceforge.net/powerbar/perforce/?referrer=sfnews
-..--- --- ...-. -.-- . ---.----- - .----..- .----- ..-.-. ----
::: R E L E A S E H E A D L I N E S (49) :::
[001] - 0MQ 0.3.1
[002] - AgileWiki 8-0 (Element Model)
[003] - Aqsis Stable 1.4.1
[004] - BeanKeeper 2.5.0
[005] - cego 2.0.12
[006] - Config::Model 0.627
[007] - Critterding 1.0-beta7
[008] - Ctalk 0.0.75a
[009] - datapacker 1.0.1
[010] - DIMP H3 (1.1)
[011] - dnscacheaudit 0.1
[012] - Fedora Directory Server 1.1.3
[013] - Flot 0.5
[014] - fsniper 1.3
[015] - Fully Automated Nagios 1.0
[016] - GAdmin-ProFTPD 0.3.1
[017] - GTK+ 2.14.3
[018] - Horde Application Framework 3.3 (Horde 3)
[019] - IMP H3 (4.3) (Horde 3)
[020] - IMSettings 0.104.1
[021] - Intient GConnect 1.1
[022] - JaMailist 1
[023] - JotScale 1
[024] - JumpBox for the Movable Type Blogging System 1.1.4
[025] - Kronolith H3 (2.3) (Horde 3)
[026] - libavg 0.8.0
[027] - LibRaw 0.6.1
[028] - Logger 08267.0316
[029] - LON-CAPA 2.7.1
[030] - Mahara 1.0.5 (Stable)
[031] - Mathomatic 14.2.0
[032] - Mesa 7.2
[033] - msort 8.49
[034] - mu 0.3
[035] - MyConnection Server 8.1c
[036] - Nag H3 (2.3) (Horde 3)
[037] - nonogram 0.8.4
[038] - OOPMH! 1.0
[039] - OpenCards 1.0
[040] - OpenMeetings 0.5.2
[041] - phpLogCon 2.5.10 (Beta)
[042] - PJSIP and PJMEDIA 1.0-rc3
[043] - QtiPlot 0.9.7.2
[044] - Shrew Soft VPN client 2.1.2
[045] - SmartSVN 4.0.6
[046] - Subtitle Editor 0.24.1
[047] - Turba H3 (2.3) (Horde 3)
[048] - Whups H3 (1.0)
[049] - ZXID 0.29
.-.- - -------- .-------- --..---------.--- -...---.- - - --
::: R E L E A S E D E T A I L S :::
[001] - 0MQ 0.3.1
by sustrik (http://freshmeat.net/users/sustrik/)
Thu, Sep 25th 2008 17:50
About: 0MQ is a lightweight messaging kernel. It achieves 30 microsecond
end-to-end latencies and over 3 million messages per second. It can be used
from C, C++, Python, and Java.
Changes: C, Python, and Java language bindings. The ability to use network
interface names instead of IP addresses. Port numbers are not mandatory
(the OS will assign them). zmq.hpp has been added as a main include file.
There are manual pages and minor performance improvements.
License: GNU General Public License v3
URL: http://freshmeat.net/projects/0mq/
- % - % - % - % -
[002] - AgileWiki 8-0 (Element Model)
by Bill la Forge (http://freshmeat.net/users/laforge49/)
Thu, Sep 25th 2008 11:53
Database
Documentation
Information Management
About: AgileWiki is meant to create software systems which are fluid,
easily configured and can be reorganized on-the-fly to meet ever changing
requirements. It includes a COW-based database, the Rolonics programming
paradigm, and semantic inferencing.
Changes: The element model framework is now complete. The new element
event has been folded into the initialized element event and a new event,
ready, has been added. Help and menus now also support the new inheritance
model.
License: Common Public License
URL: http://freshmeat.net/projects/agilewiki/
- % - % - % - % -
[003] - Aqsis Stable 1.4.1
by Tristan 'Minty' Colgate (http://freshmeat.net/users/tris/)
Thu, Sep 25th 2008 17:40
Multimedia :: Graphics :: 3D Rendering
About: Aqsis is a Renderman(tm) compliant 3D rendering toolkit. It is
based on the Reyes rendering approach. Features include programmable
shading, true displacements, NURBS, CSG, Motion Blur, and direct rendering
of subdivision surfaces.
Changes: This release has an OS X universal binary.Some memory leaks, TIFF
handling issues, and various other bugs have been fixed.
License: GNU General Public License v2
URL: http://freshmeat.net/projects/aqsis/
- % - % - % - % -
[004] - BeanKeeper 2.5.0
by Robert (http://freshmeat.net/users/demonofthesystem/)
Thu, Sep 25th 2008 17:44
Database :: API
Software Development :: Libraries :: Java Libraries
About: BeanKeeper (formerly Simple Persistence for Java) is a full
featured, powerful object/relational persistence and query library. It has
a unique philosophy of simpleness and ease of use: it does not require
config files, annotations, code generation, code "enhancing", or any kind
of tools to be used. It handles simple Java beans (or POJOs) and its query
service returns lists. Despite its simpleness, under the hood the library
takes care of all the necessary logic: transaction visibility, result list
paging, keys and ids, table creation/modification, class relations,
inheritance/polymorphism, case sensitiveness, and much more. It currently
supports: Oracle, HSQLDB, MySQL, and PostgreSQL.
Changes: The main "ids" table was removed completely, which caused a
significant performance gain. A commit tracker and modification tracker
deadlock condition has been fixed. Remote change events and disconnect
events were added to event dispatching. Null value comparisons and SQL
three-value logic related issues were fixed.
License: GNU Lesser General Public License (LGPL)
URL: http://freshmeat.net/projects/beankeeper/
- % - % - % - % -
[005] - cego 2.0.12
by lemke (http://freshmeat.net/users/lemke/)
Thu, Sep 25th 2008 17:36
Database
Database :: Database Engines/Servers
Database :: Front-Ends
About: Cego implements a relational and transactional database system with
support for the SQL query language. The current release contains the most
common database features for basic table manipulation and data retrieval.
Indexes, foreign keys, views, and stored procedures are also implemented.
Future releases (2.0 and above) will support a multi-node database concept
with log file shipping for an automatic database application failover.
Changes: This release adds a row limit option for select queries, and has
several small bugfixes.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/cego/
- % - % - % - % -
[006] - Config::Model 0.627
by Dominique Dumont (http://freshmeat.net/users/ddumont/)
Thu, Sep 25th 2008 12:55
Information Management :: Metadata/Semantic Models
Software Development :: Libraries :: Perl Modules
Software Development :: Quality Assurance
About: Config-Model provides a framework for validating the content of any
configuration file or data. With a configuration model (expressed in a data
structure), Config-Model provides a tool to validate configuration. A
graphical (Perl/Tk) or a curses interface is provided to edit configuration
data. Config-Model includes a model example for fstab and a small fstab
demo.
Changes: A lot of bugs concerning the integration of Augeas into
Config::Model were fixed. Some new parameters are needed for Augeas. See
README.augeas file for details.
License: GNU Lesser General Public License (LGPL)
URL: http://freshmeat.net/projects/config_model/
- % - % - % - % -
[007] - Critterding 1.0-beta7
by B0bke (http://freshmeat.net/users/B0bke/)
Thu, Sep 25th 2008 05:02
Scientific/Engineering :: Artificial Intelligence
Scientific/Engineering :: Neuroscience
About: Critterding is a "Petri dish"-universe with a 3D view that
demonstrates simple artificial intelligence by evolution. Critters start
out with completely random brains, but will automatically start evolving
into something with much better survival skills.
Changes: Critters are now classified as herbivores or carnivores. A corpse
is poison to an herbivore, and green food is poison to a carnivore. An
alpha color bug in critter vision (Nvidia cards) has been fixed. There are
engine improvements: backface and frustrum culling + display lists. More
efficient copying of brains at procreation time. A simplified (more usable)
camera with adjustable sensitivity. Critters can now pick up and drop food.
License: GNU General Public License v2
URL: http://freshmeat.net/projects/critterding/
- % - % - % - % -
[008] - Ctalk 0.0.75a
by thx1132 (http://freshmeat.net/users/kiesling3/)
Thu, Sep 25th 2008 17:35
Software Development :: Interpreters
Software Development :: Libraries
About: Ctalk provides object oriented programming features, like classes,
methods, operator overloading, and inheritance to otherwise standard C
programs. You can use only a few objects and classes in a program, or you
can write programs entirely in Ctalk. The package provides a translator
from Ctalk source code into C for compilation and a library that provides
run-time support for class objects. The preprocessor, ctpp, is also
available separately, and the package includes sample programs and
documentation.
Changes: This release has further improvements in the creation and
deletion of objects, improvements in inline method calls and the Collection
class API, and updated versions of the ctenv.c and ctcheckquery.c example
programs.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/ctalk-lang/
- % - % - % - % -
[009] - datapacker 1.0.1
by John Goerzen (http://freshmeat.net/users/jgoerzen/)
Thu, Sep 25th 2008 17:44
Multimedia :: Sound/Audio :: CD Audio :: CD Writing
System :: Archiving
Utilities
About: datapacker is a tool to group files by size such that they fill
fixed-size containers (called "bins") using the minimum number of
containers. This is useful, for instance, if you want to archive a number
of files to CD or DVD, and want to organize them such that you use the
minimum possible number of CDs or DVDs. In many cases, datapacker executes
almost instantaneously. Of particular note, the hardlink action can be used
to effectively copy data into bins without having to actually copy the data
at all. datapacker is a tool in the traditional Unix style; it can be used
in pipes and call other tools.
Changes: This release adds the --sort and --deep-links options.
License: GNU General Public License v3
URL: http://freshmeat.net/projects/datapacker/
- % - % - % - % -
[010] - DIMP H3 (1.1)
by Jan Schneider (http://freshmeat.net/users/Yunosh/)
Thu, Sep 25th 2008 21:09
Communications :: Email :: Email Clients (MUA)
About: DIMP (Dynamic Internet Messaging Program, or Dynamic IMP) is a
PHP-based webmail system and a component of the Horde project. DIMP is a
version of the webmail client IMP utilizing AJAX-like technologies to allow
a more dynamic user experience than traditionally offered via IMP.
Changes: The checkboxes UI and the scrollbar in the message list have been
improved. Drag and drop of folders has been added. Loading of the WYSIWYG
editor is indicated. The quota is updated when polling messages. An error
when purging deleted messages and buggy behavior on various browsers have
been fixed. Search text in the message list is highlighted. Multiple popup
windows are possible. A Brazilian Portuguese translation has been added. A
large amount of bugfixes and performance and stability improvements have
been made.
License: GNU General Public License v2
URL: http://freshmeat.net/projects/dimp/
- % - % - % - % -
[011] - dnscacheaudit 0.1
by DBSentry (http://freshmeat.net/users/dbsentry/)
Thu, Sep 25th 2008 21:40
Internet :: Name Service (DNS)
System :: Systems Administration
Utilities
About: dnscacheaudit is a simple Perl utility to audit entries in the BIND
cache. At the end of each run, it creates a PDF report showing the number
of domains in the BIND cache that have a different IP address in the cache
than the reference servers. This utility is inspired by the CacheAudit
utility by Jose Avila.
License: BSD License (original)
URL: http://freshmeat.net/projects/dnscacheaudit/
- % - % - % - % -
[012] - Fedora Directory Server 1.1.3
by Rich Megginson (http://freshmeat.net/users/richm31415/)
Thu, Sep 25th 2008 21:21
About: Fedora Directory Server is a full-featured LDAPv3 compliant server.
In addition to the standard LDAPv3 operations, it supports multi-master
replication, fully online configuration and administration, chaining,
virtual attributes, access control directives in the data, Virtual List
View, server-side sorting, SASL, TLS/SSL, and many other features. The
transactional Berkeley DB 4.2 is used as its data store and a full plug-in
API allows developers to extend the the functionality of the server in many
ways, and many of the core features of the server are already implemented
using this API. The server is very mature, having started out as Netscape
Directory Server.
Changes: A minor bugfix in the Windows Sync code.
License: GNU General Public License v2
URL: http://freshmeat.net/projects/fedora-ds/
- % - % - % - % -
[013] - Flot 0.5
by Ole Laursen (http://freshmeat.net/users/olelaursen/)
Thu, Sep 25th 2008 12:52
Internet :: WWW/HTTP :: Browsers
Internet :: WWW/HTTP :: Dynamic Content
Multimedia :: Graphics
About: Flot is a pure Javascript plotting library for jQuery. It produces
graphical plots of arbitrary data sets on-the-fly client-side. The focus is
on simple usage (all settings are optional), attractive looks, and
interactive features like zooming. Although Flot is easy to use, it is also
advanced enough to be suitable for Web 2.0 data mining/business
intelligence purposes, which is its original application.
Changes: This release adds support for mouse tracking and highlighting
points for greatly improved interactivity. This release also supports dual
axes. Background markings can be straight lines as well as rectangles. A
long list of bugs were fixed.
License: MIT/X Consortium License
URL: http://freshmeat.net/projects/flot/
- % - % - % - % -
[014] - fsniper 1.3
by Andrew Yates (http://freshmeat.net/users/andrewyates/)
Thu, Sep 25th 2008 04:59
Utilities
About: fsniper is a tool that monitors a given set of directories for new
or modified files. Then, based on the file's type or name, it invokes a
script to be run on that file. Directories are monitored using inotify,
instead of simply continuously polling them for changes. Common uses
include making a single download directory for all things from a Web
browser and having semi-intelligent scripts figure out what to do with
those files. You write the scripts yourself.
Changes: This release adds config validation and new directory and file
substitution strings, changes the logging behavior to append to old logs
instead of overwriting them, and fixes several memory leaks.
License: GNU General Public License v3
URL: http://freshmeat.net/projects/fsniper/
- % - % - % - % -
[015] - Fully Automated Nagios 1.0
by Cédric Temple (http://freshmeat.net/users/cedrictemple/)
Thu, Sep 25th 2008 11:21
Database :: Database Engines/Servers
System :: Monitoring
About: The goal of FAN (Fully Automated Nagios) is to provide a CD based
on CentOS in order to simplify installation of Nagios and other Nagios
tools. Tools installed by FAN are: Linux, MySQL, Nagios, Nagios plugins,
NaReTo, NagVis, Centreon, Net-SNMP, and NDOUtils.
Changes: A problem in which Syslog NG did not work was fixed. A bug in
which the eventlog had to be updated was fixed. The icon on the status map
now works. 137 packages from CentOS were updated.
License: GNU General Public License v2
URL: http://freshmeat.net/projects/fullyautomatednagios/
- % - % - % - % -
[016] - GAdmin-ProFTPD 0.3.1
by Magnus-swe (http://freshmeat.net/users/magnusswe/)
Thu, Sep 25th 2008 21:01
System :: Networking
About: GAdmin-ProFTPD is a GTK+ frontend for the ProFTPD standalone
server. It gives admins access to virtual hosting and eight layers of
security, including chrooted users and encrypted transfers on both the data
and/or control channels.
Changes: OpenSSL certificate request creation lacked the -days option, and
so it could only be valid for 30 days. Admins should regenerate the server
certificates by pressing the "Generate new certificates" button.
License: GNU General Public License v3
URL: http://freshmeat.net/projects/gadmin-proftpd/
- % - % - % - % -
[017] - GTK+ 2.14.3
by Moritz Barsnick (http://freshmeat.net/users/barsnick/)
Thu, Sep 25th 2008 12:52
Desktop Environment
Software Development :: Libraries :: Application Frameworks
Software Development :: Widget Sets
About: GTK, which stands for the Gimp ToolKit, is a library for creating
graphical user interfaces. It is designed to be small and efficient, but
still flexible enough to allow the programmer freedom in the interfaces
created. GTK provides some unique features over standard widget libraries.
Changes: The problematic GtkAdjustment changes were reverted. A crash in
the file chooser was fixed. Some leaks were closed. Translations were
updated.
License: GNU Lesser General Public License (LGPL)
URL: http://freshmeat.net/projects/gtk/
- % - % - % - % -
[018] - Horde Application Framework 3.3 (Horde 3)
by Jan Schneider (http://freshmeat.net/users/Yunosh/)
Thu, Sep 25th 2008 21:07
Office/Business :: Groupware
Software Development :: Libraries :: PHP Classes
About: The Horde Application Framework is a modular, general-purpose Web
application framework. It provides an extensive array of classes that are
targeted at the common problems and tasks involved in developing modern Web
applications.
Changes: Synchronization support has been further stabilized. The vCard
parser and viewer have been improved and include photo support now.
Deletion of user data has been improved Form fields for images, string
arrays, and PGP and S/MIME keys have been added or improved. An SQL driver
for signups has been added. A Basque translation has been added. Many
further improvements and bugfixes have been made.
License: GNU Lesser General Public License (LGPL)
URL: http://freshmeat.net/projects/horde/
- % - % - % - % -
[019] - IMP H3 (4.3) (Horde 3)
by Jan Schneider (http://freshmeat.net/users/Yunosh/)
Thu, Sep 25th 2008 21:07
Communications :: Email :: Email Clients (MUA)
About: IMP, the Internet Messaging Program, allows Web-based access to
IMAP and POP3 mail servers and provides a range of features normally found
only in desktop email clients.
Changes: The folder listing has been accelerated and better supports
unconventional namespaces. Searching by size and a mailto: handler for
Firefox 3+ have been added. Address autocompletion, address book popups,
the quota system, and caching have been improved. CSRF tokens have been
added to the Compose screen. PDF thumbnails are displayed if possible.
Logging of forwarded messages has been fixed. Semicolons are allowed as
address delimiters now. A Basque translation has been added. A large amount
of bugfixes and performance/stability improvements have been made.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/imp/
- % - % - % - % -
[020] - IMSettings 0.104.1
by Akira TAGOH (http://freshmeat.net/users/tagoh/)
Thu, Sep 25th 2008 05:03
Desktop Environment
Software Development :: Internationalization
Software Development :: Libraries
About: IMSettings is a framework that delivers Input Method settings and
applies the changes immediately, so it will take effect without restarting
applications and the desktop.
Changes: This release fixes a segfault issue and applet not working
properly.
License: GNU Lesser General Public License (LGPL)
URL: http://freshmeat.net/projects/imsettings/
- % - % - % - % -
[021] - Intient GConnect 1.1
by Bradley Beddoes (http://freshmeat.net/users/beddoes/)
Thu, Sep 25th 2008 12:47
About: Intient GConnect is a software package that allows organizations of
all sizes to integrate their local identity stores with Google Apps to
provide single sign on capabilities and perform on demand provisioning. It
supports authentication and attribute resolution against all LDAP servers.
It supports Active Directory True SSO: login to the desktop and you're
logged into Google Apps automatically. Account provisioning is automated.
Existing Web portals can be integrated with custom plugins.
License: Other/Proprietary License with Free Trial
URL: http://freshmeat.net/projects/gconnect/
- % - % - % - % -
[022] - JaMailist 1
by rodney (http://freshmeat.net/users/rodn3y/)
Thu, Sep 25th 2008 12:46
Communications :: Email :: Mailing List Servers
About: JaMailist is mailing list software that is simple and easy to use.
It was produced as an add-on to JaMailer and works well with it, although
it should be easy to configure to work with many different setups. It's
designed so that a novice can have mailing list services running in
seconds.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/jamailist/
- % - % - % - % -
[023] - JotScale 1
by jotpark (http://freshmeat.net/users/jotpark/)
Thu, Sep 25th 2008 05:02
Database
Database :: Database Engines/Servers
Internet :: WWW/HTTP
About: JotScale is about making it easy to write real-time interactive Web
applications that scale endlessly without pain. Applications range from
real-time Web events with 100,000 or more participants, to massively
multiplayer games, to realtime auctions, to social Web sites where many of
the participants have thousands or tens of thousands of watchers that are
all expecting real-time updates. JotScale uses a horizontally scalable
architecture that replaces a traditional Web/application server and SQL
database.
Changes: With a pool of 18 machines, each with 8 gigs of RAM and a 64-bit
dual core Intel processor, this release is seeing about 180,000 write
transactions per second.
License: Affero General Public License
URL: http://freshmeat.net/projects/jotscale/
- % - % - % - % -
[024] - JumpBox for the Movable Type Blogging System 1.1.4
by Grid7 (http://freshmeat.net/users/grid7/)
Thu, Sep 25th 2008 17:46
Internet :: WWW/HTTP :: Dynamic Content
Internet :: WWW/HTTP :: Dynamic Content :: News/Diary
Internet :: WWW/HTTP :: Site Management
About: Movable Type is a powerful, multi-user blogging platform. It's
widely used as a business blogging tool thanks to the ease with which you
can create multiple blog sites. It has a large community and many add-ons
available. It's written in Perl and tends to be a bit difficult to install,
unless of course you use the JumpBox. This JumpBox provides a basic
installation of Movable Type setup with a single blog on the root URL of
the system. It's highly recommended that you keep that blog and customize
it for your needs rather than starting from scratch. From there, you can
add other blogs fairly easily. This JumpBox is based on the 1.1 JumpBox
Platform and includes a backup system that supports archiving the state of
the JumpBox to NFS, Windows file shares, and Amazon S3.
Changes: Minor improvements and bugfixes. MovableType has been updated to
4.21. MT no longer uses memcached and FastCGI.
License: Free To Use But Restricted
URL: http://freshmeat.net/projects/movabletypejumpbox/
- % - % - % - % -
[025] - Kronolith H3 (2.3) (Horde 3)
by Jan Schneider (http://freshmeat.net/users/Yunosh/)
Thu, Sep 25th 2008 21:16
Internet
Internet :: WWW/HTTP
Internet :: WWW/HTTP :: Dynamic Content
About: Kronolith is the Horde calendar application. It provides a stable
and featureful individual calendar system with integrated collaboration and
scheduling features. It makes extensive use of the Horde Framework to
provide integration with other applications. It implements a solid,
stand-alone calendar system, allowing repeating events, all-day events,
custom fields, keywords, shared calendars, iCalendar support, generation of
free/busy information, and managing multiple users through Horde
Authentication.
Changes: A maintenance task for purging old events, calendar feeds, and
calendar widgets that can be embedded into external Web sites has been
added. The year view highlights days with busy events now. Deleting user
data and WebDAV support have been improved. Basque and Estonian
translations have been added.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/kronolith/
- % - % - % - % -
[026] - libavg 0.8.0
by cocacoder (http://freshmeat.net/users/cocacoder/)
Thu, Sep 25th 2008 12:50
Artistic Software
Education :: Computer Aided Instruction (CAI)
Multimedia :: Graphics :: Presentation
About: libavg is a library for media presentations and installations.
Installations are scripted using an XML-based layout language and Python
for interaction.
Changes: This release includes major improvements in the tracking
subsystem, big rendering performance increases for complex scenes, sound
support, a much improved words node, and many minor enhancements.
License: GNU Lesser General Public License (LGPL)
URL: http://freshmeat.net/projects/libavg/
- % - % - % - % -
[027] - LibRaw 0.6.1
by Alex Tutubalin (http://freshmeat.net/users/pupkin2008/)
Thu, Sep 25th 2008 20:47
Multimedia :: Graphics :: Capture :: Digital Camera
Multimedia :: Graphics :: Graphics Conversion
Software Development :: Libraries
About: LibRaw is a library for reading RAW files obtained from digital
photo cameras (CRW/CR2, NEF, RAF, DNG, and others). LibRaw is based on the
source codes of the dcraw utility, though some of the drawbacks of dcraw
have been eliminated. The users of the library are provided with an API to
be used when writing their software programs.
Changes: This release adds the data field
LibRaw::imgdata.color.cam_xyz[4][3]. This field contains a constant table
(different for each camera) for Camera RGB->XYZ conversion. This data may
be used if the client code process RAW data without calling post processing
routines provided by LibRaw.
License: GNU General Public License v2
URL: http://freshmeat.net/projects/libraw/
- % - % - % - % -
[028] - Logger 08267.0316
by BpMatthias (http://freshmeat.net/users/BpMatthias/)
Thu, Sep 25th 2008 21:06
System :: Logging
System :: Systems Administration
Utilities
About: Logger is a log queueing and optimization utility. It can
completely replace sys/klogd, handle logs larger than 2GB, perform
automatic nightly log rotation without affecting services, and transfer
logs between machines via TCP connections. Any application that writes a
text log can be maintained by Logger. It is light, small, and fast,
emphasizes security, and reduces drive usage through memory queueing.
Changes: A critical but extremely hard to reproduce bug has been fixed.
The bug centered around the situation of one or more receivers not
responding, causing the transmission to continue to consume memory until it
segfaulted (exhausted all memory). The decision-making algorithm for this
was rewritten to avoid the problem.
License: GNU General Public License v2
URL: http://freshmeat.net/projects/slogger/
- % - % - % - % -
[029] - LON-CAPA 2.7.1
by Gerd Kortemeyer (http://freshmeat.net/users/korte/)
Thu, Sep 25th 2008 17:43
Education
Education :: Computer Aided Instruction (CAI)
Education :: Testing
About: LON-CAPA (The LearningOnline Network with CAPA) is a learning
content and course management system. It offers an underlying shared
content pool from which instructors across departmental and institutional
boundaries can assemble granular learning content for their courses. It has
strong assessment capabilities, both formative (homework and in-class using
wireless PDAs) and summative (online and bubblesheet exams), with a
one-source multiple-target strategy for the content. It offers students
portfolio space in which they can stage materials for submission to
projects, and provides a number of tools for synchronous and asynchronous
student-student and student-faculty communication. LON-CAPA scales well
with number of students, as load-balancing is possible across the whole
network of servers at participating institutions.
Changes: Dynamic plots are again rendered in individualizing homework
problems. Several backward compatibility issues in connection with short
answer problems were fixed. Domain Coordinators are again able to access
assigned co-author roles in other domains (e.g., other schools and
universities). Load balancing is now able to offload from machines running
the HTTP protocol to machines running HTTPS.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/loncapa/
- % - % - % - % -
[030] - Mahara 1.0.5 (Stable)
by Mahara (http://freshmeat.net/users/maharateam/)
Thu, Sep 25th 2008 12:05
Education
Internet :: WWW/HTTP :: Dynamic Content
About: Mahara is fully featured electronic portfolio, weblog, resume
builder, and social networking system for connecting users and creating
online communities.
Changes: This release contains several bug and stability fixes over the
last release, generally focused around the user authentication and MNET.
License: GNU General Public License v3
URL: http://freshmeat.net/projects/mahara/
- % - % - % - % -
[031] - Mathomatic 14.2.0
by George Gesslein II (http://freshmeat.net/users/gesslein/)
Thu, Sep 25th 2008 17:43
Scientific/Engineering :: Mathematics
Software Development :: Code Generators
About: Mathomatic is a free, portable, general-purpose CAS (Computer
Algebra System) and calculator software that can symbolically solve,
simplify, combine, and compare equations, perform complex number and
polynomial arithmetic, etc. It does some calculus and is very easy to use.
Changes: General cleanup and polishing were done. All known bugs and
inconsistencies have been fixed.
License: GNU Lesser General Public License (LGPL)
URL: http://freshmeat.net/projects/mathomatic/
- % - % - % - % -
[032] - Mesa 7.2
by Moritz Barsnick (http://freshmeat.net/users/barsnick/)
Thu, Sep 25th 2008 17:50
Software Development :: Libraries
About: Mesa is a 3-D graphics library which uses the OpenGL API
(Application Programming Interface). Mesa cannot be called an
implementation of OpenGL since the author did not obtain an OpenGL license
from SGI. Furthermore, Mesa cannot claim OpenGL conformance since the
conformance tests are only available to OpenGL licensees. Despite these
technical/legal terms, you may find Mesa to be a valid alternative to
OpenGL. Most applications written for OpenGL can use Mesa instead without
changing the source code.
Changes: The OpenGL 2.1 API is now implemented, though some drivers don't
support it yet. Support for the Intel G41 chipset was added. Several bugs
were fixed.
License: OSI Approved
URL: http://freshmeat.net/projects/mesa/
- % - % - % - % -
[033] - msort 8.49
by Bill Poser (http://freshmeat.net/users/billposer/)
Thu, Sep 25th 2008 05:03
Text Processing
Text Processing :: Linguistic
Utilities
About: Msort sorts files in sophisticated ways. Records may be fixed size,
newline-separated blocks, or terminated by any specified character. Key
fields may be selected by position, tag, or character range. For each key,
distinct exclusions, multigraphs, substitutions, and a sort order may be
defined or locale collation rules used. Comparisons may be lexicographic,
numeric, numeric string, hybrid, random, by string length, angle, domain
name, date, time, month name, or ISO8601 timestamp. Keys may be reversed so
as to generate reverse dictionaries. Optional keys are supported. Unicode
is supported, including full case-folding. Msort itself has a somewhat
complex command line interface, but may be driven by an optional GUI.
Changes: This release fixes several bugs and makes some improvements in
configuration and installation.
License: GNU General Public License v3
URL: http://freshmeat.net/projects/msort/
- % - % - % - % -
[034] - mu 0.3
by djcb (http://freshmeat.net/users/djcb/)
Thu, Sep 25th 2008 17:48
Communications :: Email
Utilities
About: mu is a collection of utilities for maildirs, in particular for
indexing and searching them. mu fills a database with information about a
message, which can then be queried with an easy query language. It can work
stand-alone or be integrated with a mail client like Mutt.
Changes: This release adds further indexing speedups (especially on
ext3-file systems). Also, one can now search for relative dates (e.g. '3w'
for 'three weeks ago'); search for message properties such as
has-attachment/signed/encrypted; and search for message priority. In
addition, one can now define bookmarks for search queries. The
documentation has been updated, and unit test coverage has been improved.
Last but not least, the Web page has been redesigned.
License: GNU General Public License v3
URL: http://freshmeat.net/projects/mu/
- % - % - % - % -
[035] - MyConnection Server 8.1c
by Visualware Inc. (http://freshmeat.net/users/trish/)
Thu, Sep 25th 2008 17:40
Communications :: Telephony
Internet
System :: Diagnostics
About: MyConnection Server is broadband testing software which measures
connections for bandwidth speeds and connection quality for time critical
applications such as VoIP, Video conferencing, and IPTV. It helps
organizations assess networks for deployment of new/additional services and
identify and resolve last mile customer connectivity problems with little
need for the customer to assist in the resolution process. A network route
testing component details the path of the connections and where packet loss
and latency occur, including discovery of multiple routes to a destination.
Remote Test Agents enable technical staff to customize and interactively
manage the bandwidth testing process and perform extended quality testing
over hours or days to address and resolve intermittent problems as
required. Satellite Servers establish additional connection testing points
at the application edge to accurately test actual application network
paths.
Changes: A throttling option was added for Remote Agents to enforce delay
between test start times, and a problem with MyIPTV port swapping was
fixed.
License: Other/Proprietary License with Free Trial
URL: http://freshmeat.net/projects/myspeed/
- % - % - % - % -
[036] - Nag H3 (2.3) (Horde 3)
by Jan Schneider (http://freshmeat.net/users/Yunosh/)
Thu, Sep 25th 2008 21:17
Information Management
Internet :: WWW/HTTP :: Dynamic Content
Office/Business :: Groupware
About: Nag is a Web-based application built upon the Horde Application
Framework which provides a simple, clean interface for managing online task
lists (i.e., TODO lists). It includes strong integration with the other
Horde applications and offers shared task lists.
Changes: Task assignees have been added. The columns in the task list view
are customizable now. Deleting user data, the notification messages, and
WebDAV support have been improved. Basque and Estonian translations have
been added.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/nag/
- % - % - % - % -
[037] - nonogram 0.8.4
by Jakub Wilk (http://freshmeat.net/users/ubanus/)
Thu, Sep 25th 2008 17:45
Games/Entertainment :: Puzzle Games
About: nonogram is a solver of nonogram puzzles (also known as "griddler
puzzles" or "paint by numbers").
Changes: It is now possible to compile nonogram with MinGW.
License: GNU General Public License v2
URL: http://freshmeat.net/projects/nonogram/
- % - % - % - % -
[038] - OOPMH! 1.0
by Antti J. Salminen (http://freshmeat.net/users/slux/)
Thu, Sep 25th 2008 11:09
About: OOPMH! is a OAI-PMH 2.0 data provider designed to be easily
adaptable to any database schema. OOPMH! is based on phpoai2 by Heinrich
Stamerjohanns, but the majority of the code was rewritten to be easier to
adapt when the Dublin Core fields aren't all together in a single database
table. The database code is abstracted away from the OAI-PMH methods. While
the current queries have only been tested on Firebird, they should only
require very little modification to work on other SQL RDBMSs.
Changes: The major parts of the original phpoai2 codebase were rewritten.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/oopmh/
- % - % - % - % -
[039] - OpenCards 1.0
by holger (http://freshmeat.net/users/holgerbrandl/)
Thu, Sep 25th 2008 20:42
Education :: Computer Aided Instruction (CAI)
Office/Business
Text Processing
About: OpenCards is a flash card learning extension for OpenOffice
Impress. The basic idea of OpenCards is to use slide titles as flash card
fronts and the slide contents as their backs.
Changes: Improved OpenOffice3 integration. Besides that, only some minor
bugs were fixed.
License: BSD License (original)
URL: http://freshmeat.net/projects/opencards/
- % - % - % - % -
[040] - OpenMeetings 0.5.2
by sw (http://freshmeat.net/users/SebastianWagner/)
Thu, Sep 25th 2008 12:46
Communications :: Conferencing
About: OpenMeetings is a multi-language customizable video-conferencing
and collaboration system. It supports audio/video and allows you to see the
desktop of any participant. It includes a whiteboard, the ability to import
a variety of image formats, invitations, a moderation system, backup and
language modules, private and public conference rooms, and the ability to
record meetings.
Changes: This is a development snapshot. A Pointer Tool was added.
Non-moderators can click on the whiteboard and everybody will see that. The
annoying bandwidth warning in the Screen-Sharing Client was removed. The
Screen Sharing Client now stops broadcasting screens to all users if the
user leaves the room. New toolbars, a Hungarian translation, and a new
property inspector were added. A browser feature was removed. The recording
button was disabled. The window resizer was changed. A servlet was added
for direct login and invoking of SOAP methods without using SOAP.
License: GNU Lesser General Public License (LGPL)
URL: http://freshmeat.net/projects/openmeetings/
- % - % - % - % -
[041] - phpLogCon 2.5.10 (Beta)
by deltaray (http://freshmeat.net/users/deltaray/)
Thu, Sep 25th 2008 12:49
System :: Logging
System :: Monitoring
About: phpLogCon is a Web front-end for syslog and other network event
data. It provides easy browsing and some basic analysis. Data are taken
from databases or plain syslog text files, so phpLogCon does not require
changes to an existing logging infrastructure. Depending on the log data
present, it can process syslog messages, Windows event log entries, and
some more exotic things. Its troubleshooting support enables users to
quickly find solutions to problems seen in the log data.
Changes: The development branch was merged into the beta branch. Search
performance was enhanced in disk logstream, especially when searching in
large files. Critical error display was enhanced, and better error details
were added for when the user DB server is not reachable.
License: GNU General Public License v3
URL: http://freshmeat.net/projects/phplogcon/
- % - % - % - % -
[042] - PJSIP and PJMEDIA 1.0-rc3
by Benny Prijono (http://freshmeat.net/users/bulukucing/)
Thu, Sep 25th 2008 17:33
Communications :: Internet Phone
Communications :: Telephony
About: pjsip is a multimedia communication library based on the SIP
protocol. It is integrated with a rich media and a NAT traversal library
supporting the ICE protocol. It is very portable and has a small footprint
for embedded use.
Changes: This release focuses on fixing bugs to make the libraries more
stable for the upcoming 1.0 release. Some areas where bugs have been fixed
include tone generator issues, SIP forking issues, and unexpected SIP
message flow causes an assertion or crash.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/pjsip/
- % - % - % - % -
[043] - QtiPlot 0.9.7.2
by Ion Vasilief (http://freshmeat.net/users/ion_vasilief/)
Thu, Sep 25th 2008 12:06
Scientific/Engineering :: Mathematics
Scientific/Engineering :: Visualization
About: QtiPlot is a clone of Origin for data analysis and scientific
plotting.
Changes: The fit wizard was improved: the parameters of user defined
functions are automatically detected and syntax errors are reported. A new
ellipse tool for 2D plots was added. The possibility to configure the
behavior of note editors was implemented. Completion was improved.
Scripting was improved with the possibility to customize plot curves in
terms of color, line width, and line style. Nonlinear curve fitting is
easier: parameters are automatically detected when you set a fit formula.
Export to vector formats was improved. Tex equation dialog were improved. A
bug affecting linear regressions on weighted data sets was fixed.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/qtiplot/
- % - % - % - % -
[044] - Shrew Soft VPN client 2.1.2
by Philipp Hahn (http://freshmeat.net/users/pmhahn/)
Thu, Sep 25th 2008 17:33
Communications
Security :: Cryptography
System :: Networking
About: The Shrew Soft VPN Client for Unix is a free IPsec Client for
FreeBSD, NetBSD, and Linux based operating systems. It can be used to
communicate with systems running ipsec-tools. The Unix client utilizes the
IPsec kernel support included with the operating system, and comes with the
complete Internet Key Exchange daemon and client front end application
source code. A Windows version is also available.
License: OSI Approved
URL: http://freshmeat.net/projects/ike/
- % - % - % - % -
[045] - SmartSVN 4.0.6
by SyntEvo GmbH (http://freshmeat.net/users/syntevo/)
Thu, Sep 25th 2008 11:24
Software Development :: Version Control :: Subversion
About: SmartSVN is a feature-rich and easy-to-use Subversion client. It
runs on Linux, Mac OS X, OS/2, Unix, and Windows. In addition to the normal
SVN commands like checkout, update, commit, merge, etc., it provides tag
and branch handling (no need to deal with URLs just to switch to a
different tag or branch), a built-in file compare and conflict solver, and
much more. There is no need to install additional tools for handling SVN
working copies, like a command line SVN client or a file comparison tool.
License: Free To Use But Restricted
URL: http://freshmeat.net/projects/smartsvn/
- % - % - % - % -
[046] - Subtitle Editor 0.24.1
by kitone (http://freshmeat.net/users/kitone/)
Thu, Sep 25th 2008 21:02
Multimedia :: Video
Utilities
About: Subtitle Editor is a GTK+2 tool to edit subtitles for
GNU/Linux/*BSD. It can be used for new subtitles or as a tool to transform,
edit, correct, and refine existing subtitles. It also shows sound waves,
which makes it easier to synchronize subtitles to voices.
Changes: This release fixes incorrect line length and characters per
second, a newline at the opening in SubRip format, and comboBox outputs in
the video player preferences.
License: GNU General Public License v3
URL: http://freshmeat.net/projects/subtitleeditor/
- % - % - % - % -
[047] - Turba H3 (2.3) (Horde 3)
by Jan Schneider (http://freshmeat.net/users/Yunosh/)
Thu, Sep 25th 2008 21:09
Communications :: Email :: Address Book
Database :: Front-Ends
Internet :: WWW/HTTP :: Dynamic Content
About: Turba is the Horde contact management application. It is a
production level address book, and makes heavy use of the Horde framework
to provide integration with IMP and other Horde applications. It supports
SQL, LDAP, Kolab, and IMSP address books.
Changes: Support for photos, logos, and marking a contact as your own have
been added. Kolab, vCard, import/export, and remove user data support have
been improved. Further bugfixes and improvements have also been made.
License: The Apache License
URL: http://freshmeat.net/projects/turba/
- % - % - % - % -
[048] - Whups H3 (1.0)
by Jan Schneider (http://freshmeat.net/users/Yunosh/)
Thu, Sep 25th 2008 21:17
Information Management :: Issue Tracking
Software Development :: Bug Tracking
About: Whups is a Horde ticket-tracking application. It is very flexible
in design, and can be used for help-desk requests, tracking software
development, and anything else that needs to track a set of requests and
their status.
Changes: This is the initial stable release.
License: BSD License (revised)
URL: http://freshmeat.net/projects/whups/
- % - % - % - % -
[049] - ZXID 0.29
by Sampo Kellomäki (http://freshmeat.net/users/sampo/)
Thu, Sep 25th 2008 11:10
Internet :: WWW/HTTP
About: ZXID is a C library that implements the full SAML 2.0 stack and
aims to implement all popular federated ID management protocols such as
Liberty ID-FF 1.2, WS-Federation, WS- Trust, and ID Web Services such as
Liberty ID- WSF 1.1 and 2.0. It is based on schema based code generation,
resulting in an accurate implementation. SWIG is used to offer scripting
language interfaces such as Perl, PHP, and Python, as well as Java. It can
act as SP, IdP, WSC, and WSP.
Changes: Several config options were added to support complex use cases
for mod_auth_saml, namely optionally anonymous sessions, ispassive, step-up
authentication, and determination of required authentication context
classes. An option to generate a custom IdP selection page was added.
License: The Apache License 2.0
URL: http://freshmeat.net/projects/zxid/
---.. - -. -. ---- ---.---. ----- ---- -.- -----.- ----.. .-
_______________________________________________
The freshmeat daily newsletter
To unsubscribe, send email to [email protected]
or visit http://lists.freshmeat.net/mailman/listinfo/freshmeat-news