|
Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com |
[fm-news] Newsletter for Saturday, December 16th 2006
From: The freshmeat daily newsletter (freshmeat-news
lists.freshmeat.net)
Date: Sun Dec 17 2006 - 02:10:07 CST
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
::: L I N K S F O R T H E D A Y :::
Today's news on the web: http://freshmeat.net/daily/2006/12/16/
freshmeat.net newsgroup: news://news.freshmeat.net/fm.announce
--.---- ..--------------...- ----- .-- --------- - .-- ----.--
::: A D V E R T I S I N G :::
Open source and Linux from HP
From eight consecutive years of Linux market leadership to countless
community outreach programs, HP has proven solutions you can value, on a
next generation, highly-efficient BladeSystem platform ideal for Linux,
with the approach, experience, and customer commitment you can trust.
http://showcase.linux.com/hpos.tmpl
-.-----.-.- --- --..-- -.--.--.-. -- -----. ---.-. .------------
::: R E L E A S E H E A D L I N E S (25) :::
[001] - Bitflu 20061215
[002] - Botan 1.6.0 (Stable)
[003] - ClipLord 00.02
[004] - CorneliOS 0.6.12r16
[005] - domingo 1.3
[006] - JPOX 1.2.0-beta-1
[007] - LiVES 0.9.8
[008] - mcabber 0.9.0
[009] - Miredo 1.0.5
[010] - OpenOffice.org Utility Library 0.0.6 (ooolib-python)
[011] - OpenOffice.org Utility Library 0.1.8
[012] - Pang Zero 0.18XMAS
[013] - Partition Image 0.6.5
[014] - Postfix-policy 0.0.2
[015] - Pound 2.2
[016] - pynumwords r39
[017] - Samba LDAP Tools++ 0.1.1
[018] - SMI 0.9.7
[019] - SRESI 0.17.8 (Development)
[020] - Sun Java Platform, Enterprise Edition 5 Update 2
[021] - TLSWrap 1.04
[022] - WebCleaner 2.41
[023] - WebFM 0.1
[024] - Xplorer 0.6.3
[025] - Zatacka 0.1.6-1
-. -----.-- - .------.- -.-- - --- --.--- -. --..--.-..----- .--
::: R E L E A S E D E T A I L S :::
[001] - Bitflu 20061215
by broccoli (http://freshmeat.net/users/broccoli/)
Sat, Dec 16th 2006 03:07
Communications :: File Sharing
About: Bitfu is a BitTorrent client designed to run non-stop as a daemon.
It does not provide a graphical interface, but offers a telnet interface
and can handle multiple torrent downloads.
Changes: The user may now choose to halt some downloads using the new
'pause' command. The internal directory structure was changed slightly.
License: Artistic License
URL: http://freshmeat.net/projects/bitflu/
- % - % - % - % -
[002] - Botan 1.6.0 (Stable)
by Jack Lloyd (http://freshmeat.net/users/randombit/)
Sat, Dec 16th 2006 12:10
Security :: Cryptography
Software Development :: Libraries
About: Botan is a C++ library of cryptographic algorithms. It includes a
wide selection of cryptographic algorithms (including AES, DES, SHA-1,
RSA, and DSA, among many others). It also support X.509 certificates and
several common certificate-related formats and protocols. It has a high
level interface, is easily portable to most systems and compilers, and
includes a substantial tutorial and API reference.
Changes: This is the first release of the new Botan stable tree, which has
been in development for around a year. Botan 1.6.x offers greatly improved
public key performance, assembly optimizations for key algorithms,
easier-to-use APIs, and many internal cleanups. The build system has also
been greatly improved. A preliminary version of the Python wrapper module
is included.
License: BSD License (revised)
URL: http://freshmeat.net/projects/botan/
- % - % - % - % -
[003] - ClipLord 00.02
by Jacek Furmankiewicz (http://freshmeat.net/users/jacekf/)
Sat, Dec 16th 2006 12:49
About: ClipLord is a utility that maintains a history of all recent
clipboard entries and allows selecting them. It displays at the top of the
desktop with a list of recent clipboard entries, and allows selecting and
previewing them in a tooltip.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/cliplord/
- % - % - % - % -
[004] - CorneliOS 0.6.12r16
by Jos Kirps (http://freshmeat.net/users/joskirps/)
Sat, Dec 16th 2006 03:06
Information Management
Internet
About: CorneliOS a Web based virtual operating system that runs on top of
a host system and offers services via HTML or XHTML over the Web. It
offers a secure environment that supports multiple users, large amounts of
data, and timesharing. It offers a user interface that looks familiar and
is easy to handle and learn, while still introducing some new concepts. It
acts as a software integration system (especially for Web applications),
and allows users and developers to create their own applications and to
share them.
Changes: Many I/O and parser code changes, some fixes, additional
documentation files, and more demo site pages.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/cornelios/
- % - % - % - % -
[005] - domingo 1.3
by kriede (http://freshmeat.net/users/kriede/)
Sat, Dec 16th 2006 03:08
Database :: API
Software Development :: Libraries :: Java Libraries
About: Domingo is a simple, consistent, object-oriented, easy-to-use
interface to the Lotus Notes/Domino Java API. It helps with the "recycle"
problem and simplifies exception handling.
Changes: All known bugs were fixed and all feature requests were
implemented.
License: GNU Lesser General Public License (LGPL)
URL: http://freshmeat.net/projects/domingo/
- % - % - % - % -
[006] - JPOX 1.2.0-beta-1
by JPOX (http://freshmeat.net/users/jpox/)
Sat, Dec 16th 2006 03:08
Database
Database :: Database Engines/Servers
Software Development :: Libraries :: Java Libraries
About: JPOX provides transparent persistence of Java objects. It fully
complies with the JDO 1.0 and JDO 2.0 specifications. It supports
persistence to all of the major RDBMS on the market today. It allows
querying using either JDOQL, SQL, or JPQL. It comes with its own byte-code
enhancer. Its 1.1.0 release is Sun's "Reference Implementation" for JDO
2.0. Its 1.2 release will implement the JPA 1.0 specification and support
persistence to DB4O. It is highly extensible using OSGi technology.
Changes: This release adds initial support for persistence using the JPA1
API, providing EntityManager support, basic JPQL support, and support for
"persistence.xml". Support for JDO2 and JPA1 annotations is much improved.
Initial support for persisting to DB4O datastores was added. Support for
persistence of Spatial datatypes was rewritten and much extended. Support
for querying supporting the OGC Simple Feature specification was added.
Logging output was improved and some bugs were fixed.
License: The Apache License 2.0
URL: http://freshmeat.net/projects/jpox/
- % - % - % - % -
[007] - LiVES 0.9.8
by salsaman (http://freshmeat.net/users/salsaman/)
Sat, Dec 16th 2006 12:27
Multimedia
Multimedia :: Sound/Audio :: Conversion
Multimedia :: Video
About: LiVES is a simple to use yet powerful video effects, editing,
conversion, and playback system aimed at the digital video artist and VJ.
It uses commonly available tools (Mplayer, ImageMagick, and GTK+), so it
should work on most Unix-like systems. It runs under Linux, BSD, Mac OS
X/Darwin, IRIX, and openMosix. It works with almost all types of video,
and is fully extendable through plugins and the included plugin builder
tool.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/lives/
- % - % - % - % -
[008] - mcabber 0.9.0
by Mikael Berthe (http://freshmeat.net/users/mckael/)
Sat, Dec 16th 2006 12:28
Communications :: Chat
About: mcabber is a small Jabber console client. It features SSL support,
Multi-User Chat, history logging, and external actions triggers.
Changes: This release offers many new features, including support for
events and chatstates, OpenPGP, VCard-temp retrieval, bookmark storage,
annotations, last activity requests, roster management improvements, and
more. There are also additional translations, a fix for Unicode detection
on BSD systems, and other miscellaneous bugfixes and improvements.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/mcabber/
- % - % - % - % -
[009] - Miredo 1.0.5
by Rémi Denis-Courmont (http://freshmeat.net/users/rdenisc/)
Sat, Dec 16th 2006 12:16
Internet
System :: Networking
About: Miredo is an implementation of the "Teredo: Tunneling IPv6 over UDP
through NATs" proposed Internet standard (RFC 4380). It can serve either as
a Teredo client, a stand-alone Teredo relay, or a Teredo server. It is
meant to provide IPv6 connectivity to hosts behind NAT devices, most of
which do not support IPv6, and not even IPv6-over-IPv4 (including 6to4).
Changes: This release fixes issues with timer and compiler optimizations,
increases the hop limit so that all native IPv6 nodes can be reached, and
adds autoconfiguration support to the ISATAP tunnel.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/miredo/
- % - % - % - % -
[010] - OpenOffice.org Utility Library 0.0.6 (ooolib-python)
by Joseph Colton (http://freshmeat.net/users/chiasmus1/)
Sat, Dec 16th 2006 03:18
Software Development :: Libraries
About: The OpenOffice.org Utility Library includes modules for creating
OpenOffice.org and Open Document Format (ODF) documents.
Changes: This initial Python release includes the ability to create
multiple sheeted spreadsheets with bold, italics, underline, font size and
colors, cell background colors, adjustable column width and row height, and
some meta data fields.
License: GNU Lesser General Public License (LGPL)
URL: http://freshmeat.net/projects/ooolib/
- % - % - % - % -
[011] - OpenOffice.org Utility Library 0.1.8
by Joseph Colton (http://freshmeat.net/users/chiasmus1/)
Sat, Dec 16th 2006 03:09
Software Development :: Libraries
About: The OpenOffice.org Utility Library includes modules for creating
OpenOffice.org and Open Document Format (ODF) documents.
Changes: The license was changed from the GNU GPL to the GNU LGPL.
License: GNU Lesser General Public License (LGPL)
URL: http://freshmeat.net/projects/ooolib/
- % - % - % - % -
[012] - Pang Zero 0.18XMAS
by UPi (http://freshmeat.net/users/UPi/)
Sat, Dec 16th 2006 03:10
Games/Entertainment
Games/Entertainment :: Arcade
About: Pang Zero is a clone of Super Pang, a fast-paced action game that
involves popping balloons with a harpoon. Currently, up to six people can
play together.
Changes: In this special Christmas edition, help Santa fight snowballs
with harpoons and machine guns. Tackle the latest of the dangerously evil
balls, the Fragile Ball, which will smash into tiny pieces like fireworks.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/pangzero/
- % - % - % - % -
[013] - Partition Image 0.6.5
by François Dupoux (http://freshmeat.net/users/fdupoux/)
Sat, Dec 16th 2006 12:34
System :: Filesystems
System :: Systems Administration
About: Partition Image is a Linux/UNIX utility similar to Symantec's
Ghost. This uility saves partitions in the EXT2, Reiserfs, NTFS, HPFS,
FAT16, and FAT32 file system formats to an image file. The image file can
be compressed with gzip or bzip2 in order to save disk space, and it can
be split in order to fit onto a series of floppy disks. This program can
be useful for backup purposes. A boot/root disk is also provided, allowing
you to run Partition Image without Linux installed on the hard disk.
Changes: Several patches from Gentoo and Debian were applied. Man pages
and detection of Reiser4 were added. Compilation warnings were removed.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/partimage/
- % - % - % - % -
[014] - Postfix-policy 0.0.2
by swivel (http://freshmeat.net/users/swivel/)
Sat, Dec 16th 2006 03:57
Communications :: Email
Communications :: Email :: Mail Transport Agents
About: Postfix-policy is a policy server that uses ServerKit to achieve a
high level of performance and scalability for Postfix servers. It is ideal
for use with large mail systems utilizing Postfix for MX duties and MySQL
for the management of accounts with basic policy needs.
Changes: This release adds a cleanup handler to support the graceful
shutdown facilities introduced in the recent ServerKit release.
License: Affero General Public License
URL: http://freshmeat.net/projects/postfix-policy/
- % - % - % - % -
[015] - Pound 2.2
by roseg (http://freshmeat.net/users/roseg/)
Sat, Dec 16th 2006 03:07
Internet :: WWW/HTTP :: HTTP Servers
Security
System :: Networking :: Firewalls
About: Pound is a reverse HTTP proxy, load balancer, and SSL wrapper. It
proxies client HTTPS requests to HTTP backend servers, distributes the
requests among several servers while keeping sessions, supports HTTP/1.1
requests even if the backend server(s) are HTTP/1.0, and sanitizes
requests.
Changes: This release added emergency back-ends, a new control program,
support for MSRPC, dynamic rescaling of back-end priorities,
RewriteDestination (for SVN support), much improved logging and autoconf,
and much better performance (TCP_NODELAY, better malloc). Some minor
problems with autoconf detection were fixed and the code was cleaned up.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/pound/
- % - % - % - % -
[016] - pynumwords r39
by admp (http://freshmeat.net/users/admp/)
Sat, Dec 16th 2006 03:17
Text Processing
Text Processing :: Linguistic
About: pynumwords is a Python library for converting numbers into words.
The library currently supports N-base systems, Roman numbers, Morse code,
English, Chinese, Hebrew, and Lithuanian.
License: GNU Lesser General Public License (LGPL)
URL: http://freshmeat.net/projects/pynumwords/
- % - % - % - % -
[017] - Samba LDAP Tools++ 0.1.1
by Luis Daniel Lucio Quiroz (http://freshmeat.net/users/dlucio/)
Sat, Dec 16th 2006 12:23
System :: Networking :: LDAP
About: Samba LDAP Tools++ is a branch of the smbldap-tool scripts. It has
Kerberos (Heimdal) support for passwords, LDAP hashes, and domain
machines; support for DynDNS updates on Samba using BIND; and additional
structures for system users that allow a single user to play different
roles as RADIUS, LDAP, Kerberos, Samba, and Jabber users. It has many
additions and functions that allow full support on new technologies.
Changes: Kerberos k5key hash manipulation was enhanced. The user schema
was updated to permit the use of courier-imap.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/smbldaptoolspp/
- % - % - % - % -
[018] - SMI 0.9.7
by Galawa (http://freshmeat.net/users/Galawa/)
Sat, Dec 16th 2006 12:43
Office/Business
About: SMI (Services Maintenance Interventions) is a complete free
solution to manage services and technical support to customers with
frontoffice and backoffice modules.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/smiservicesmaintenanceinterventions/
- % - % - % - % -
[019] - SRESI 0.17.8 (Development)
by Priscus (http://freshmeat.net/users/priscus/)
Sat, Dec 16th 2006 03:10
Information Management :: Metadata/Semantic Models
Internet :: WWW/HTTP :: Browsers
Internet :: WWW/HTTP :: Indexing/Search
About: SRESI is a smart bookmark manager. It currently sports both a
command-line and a PHP interface. It works with both the standard
hierarchical trees and the new and fashionable tagged bookmarks. It was
developed as a way to interface both representation systems. SRESI can use
Del.icio.us, Mozilla, Opera, and XBEL bookmarks, and handles a few more
exports besides. Directories and tags are used equivalently, and the final
hierarchies are inferred from actual tag use.
Changes: A forgotten exception in selection parsing is now caught
correctly. The portals now include a single/double column switch, with
cloud outputs always being a single column. The tag cloud now masks
insignificant tags to reduce clutter. Its new limits are built on a mix of
arithmetic and geometric averages. The portal and cloud stylesheets were
tweaked. The tree generation algorithm is now both leaner and faster: the
previous rewrite did not push its logic to the end. Tree branches are now
ordered, with the ordering function being case-sensitive.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/sresi/
- % - % - % - % -
[020] - Sun Java Platform, Enterprise Edition 5 Update 2
by nazrul (http://freshmeat.net/users/nazrulislam/)
Sat, Dec 16th 2006 00:31
About: The Sun Java Platform, Enterprise Edition (Java EE) is the industry
standard for developing portable, robust, scalable, and secure server-side
Java applications. Building on the solid foundation of Java SE, Java EE
provides Web services, component model, management, and communications
APIs that make it the industry standard for implementing enterprise class
service-oriented architecture (SOA) and Web 2.0 applications.
License: Freely Distributable
URL: http://freshmeat.net/projects/javaee/
- % - % - % - % -
[021] - TLSWrap 1.04
by Tomas Svensson (http://freshmeat.net/users/mfm/)
Sat, Dec 16th 2006 12:17
Security
About: TLSWrap is a TLS/SSL FTP wrapper/proxy for UNIX (including Linux,
*BSD, and Solaris) and Windows, allowing you to use your favourite FTP
client with any TLS/SSL-enabled FTP server. Features include full
encryption of both control and data connections, and support for X.509 PKI
certificate handling and validation.
Changes: This release fixes a bug that could cause crashes on some
systems. TLSWTray has been upgraded to MFC 8.
License: BSD License (revised)
URL: http://freshmeat.net/projects/tlswrap/
- % - % - % - % -
[022] - WebCleaner 2.41
by Bastian Kleineidam (http://freshmeat.net/users/calvin/)
Sat, Dec 16th 2006 12:04
Internet :: Proxy Servers
Internet :: WWW/HTTP
About: WebCleaner is a filtering HTTP proxy. It can disable animated GIFs,
compress documents on-the-fly (with gzip), add/remove HTTP headers, and
remove unwanted HTML (adverts, Javascript, etc.). It can be customized to
your needs.
Changes: Compatibility problems with Internet Explorer and the Compress
filter have been fixed. The Blocker filter now allows absolute block URLs.
The sets of blacklisted domains and advertisement servers have been
updated.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/webcleaner/
- % - % - % - % -
[023] - WebFM 0.1
by Chris Chabot (http://freshmeat.net/users/cchabot/)
Sat, Dec 16th 2006 12:42
Internet :: WWW/HTTP :: Dynamic Content
Internet :: WWW/HTTP :: Site Management
About: WebFM (Web File Manager) allows you to manage (upload, delete,
move, copy) files in your Web root through your browser. It's also well
suited for mass-hosting environments.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/webfm/
- % - % - % - % -
[024] - Xplorer 0.6.3
by Gerhard Kräuter (http://freshmeat.net/users/gkraeuter/)
Sat, Dec 16th 2006 12:14
Desktop Environment :: File Managers
About: Xplorer is a file manager with fast and accurate filetype
detection. It has a tree and a list field displaying the contents of your
local filesystem. Drag and drop, and cut and paste are supported along
with deleting, renaming, and creating files. It does not have embedded
file viewers, but launches the external applications of your choice. The
package runs directly on Xlib and does not have a dependency on external
toolkits.
Changes: This release enables the user to choose Xplorer's initially
displayed directory via a command line parameter. The background color is
now customizable. Gzipped files are decompressed before passing them to
external viewers.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/xplorer/
- % - % - % - % -
[025] - Zatacka 0.1.6-1
by mage (http://freshmeat.net/users/mage2/)
Sat, Dec 16th 2006 12:22
Games/Entertainment
About: Zatacka is clone of the classic DOS game Achtung die Kurve. You
maneuver a line and must sidetrack the lines of other players (and, of
course, hit no walls). When one player dies, the survivor gets one point.
Whomever survives longest wins the round. One game has eleven rounds.
Changes: A "bug" in which calling TTF_RAndertext_Solid made the
application crash was fixed.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/zatacka/
. -------- ---..- . -----.----.-.- ----- -- -- ---- --- ---- -
--===============0755660922==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
_______________________________________________
The freshmeat daily newsletter
To unsubscribe, send email to freshmeat-news-request
lists.freshmeat.net
or visit http://lists.freshmeat.net/mailman/listinfo/freshmeat-news
--===============0755660922==--
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]