|
Newsletter for Sunday, December 23rd 2007: msg#00021linux.freshmeat.announce
::: L I N K S F O R T H E D A Y ::: Today's news on the web: http://freshmeat.net/daily/2007/12/23/ freshmeat.net newsgroup: news://news.freshmeat.net/fm.announce -- - --- .- ----.-.-.--------- -.-- -.-- .-.------.- --.- -..- ::: A D V E R T I S I N G ::: Track & Manage Your Source Code and Digital Assets for FREE with Perforce Discover how you can manage your source code and digital assets faster and easier with Perforce. Perforce offers visual client interfaces for Linux.com, Mac, Solairs,FreeBSD and Windows. Learn more and get a free two user download at http://ad.doubleclick.net/clk;160974536;13503038;d?http://www.sourceforge.net/powerbar/perforce/ --- .--.-- - --- - - -- -..-- -.-.- -- -- --. ----- .--.- -.- ::: R E L E A S E H E A D L I N E S (41) ::: [001] - 4tH compiler 3.5c [002] - Arachnida 1.0.00 [003] - CacheGuard OS 5.2.8 [004] - CppSpec 0.1 [005] - Ctalk 0.0.30a [006] - daloRADIUS 0.9-5 [007] - Dell 1600n network scanner driver 1.8 [008] - DUMA 2.5.9 [009] - EMIPLIB 0.16.0 [010] - Esperantilo 0.976 [011] - FBReader 0.8.8c [012] - Fina 0.1.4 [013] - Font Industry 0.0.1 [014] - Gnofract 4D 3.7 [015] - GNUnet 0.7.3 [016] - JDebugTool 4.0.4 [017] - jobqueue 0.01 [018] - lpc-ntpd 0.0.1 [019] - m0n0wall 1.3b6 (Beta) [020] - mailprocd 1.2 [021] - MinGW cross compiling environment 1.3 [022] - MJPG-streamer revision #35 [023] - Mjrz.net Personal Finance Manager R1.0.26 [024] - mpg123 1.0.0 [025] - Osmo 0.1.6 [026] - phpMyPhotoGallery 2.0 [027] - PowerDNS Administrator 1.1.2 [028] - pro-search 0.18.0 [029] - ProShield 3.8.10 [030] - Rgbtrade 0.12 [031] - rsyslog 1.21.1 (Development) [032] - sshproxy 0.6.0-beta1 [033] - Standard Portable Library 0.1.7 [034] - The Launcher 2.2 [035] - Traverso-DAW 0.42.0 [036] - TVBrowser 2.6.1 [037] - uriparser 0.6.1 [038] - UrJTAG 0.7 [039] - Valgrind 3.3.0 [040] - Vexi 3.0 RC7 [041] - Yudit 2.9.0 -- ---.--.- -- ----- .-.. --------- -- - -.-.--- -- - .---..--- ::: R E L E A S E D E T A I L S ::: [001] - 4tH compiler 3.5c by J.L. Bezemer (http://freshmeat.net/users/hansoft/) Sun, Dec 23rd 2007 11:03 Software Development :: Code Generators Software Development :: Compilers Software Development :: Libraries About: 4tH is a Forth compiler with a little difference. Instead of the standard Forth engine it features a conventional compiler. 4tH is a very small compiler that can create bytecode, C-embeddable bytecode, standalone executables, but also works fine as a scripting language. It supports about 95% of the ANS Forth CORE wordset and features conditional compilation, pipes, files, assertions, forward declarations, enumerations, structures, suspended execution, recursion, include files, etc. It comes with an RPN calculator, line editor, compiler, decompiler, C-source generator, a virtual machine, and a multitasking environment. Changes: The words C and OFFSET have been added. The multitasking environment has been fully integrated in the source tree. License: GNU Lesser General Public License (LGPL) URL: http://freshmeat.net/projects/4th/ - % - % - % - % - [002] - Arachnida 1.0.00 by Ronald Landheer-Cieslak (http://freshmeat.net/users/blytkerchan/) Sun, Dec 23rd 2007 20:51 Communications Internet :: WWW/HTTP :: HTTP Servers Software Development About: Arachnida is an embeddable Web server. It uses the OpenSSL library and consists of a small framework for networking that allows you to asynchronously accept and handle connections using a "new connection handler" to handle new connections and a "data handler" to handle incoming data. This makes it possible to add support for any TCP/IP based protocol by just adding a handler. A test suite is included. License: GNU General Public License v3 URL: http://freshmeat.net/projects/arachnida/ - % - % - % - % - [003] - CacheGuard OS 5.2.8 by Afshin Tajvidi (http://freshmeat.net/users/tajflow/) Sun, Dec 23rd 2007 16:27 Internet :: Proxy Servers Internet :: WWW/HTTP Security About: CacheGuard is a Linux-based OS/appliance dedicated to Web traffic security and optimization. It transforms an x86-based machine into a powerful Web gateway appliance. It allows you to control Web traffic for Web surfers and Web servers by acting as a forwarding and reverse HTTP / HTTPS proxy. It supports HTTP transparent implementation, HTTP compression, Web caching, URL black- and whitelist guarding, and Web server load balancing. It features a stateful firewall with NAT and PAT, and a content filtering module blocking malicious HTTP requests like XSS, SQL and Command Injection. It integrates a caching DNS, a DHCP server, a bandwidth shaper to manage the QoS, a load sharing system, and an HA (high availability) mode with VRRP and link bonding. Changes: The memory usage has been optimized. License: Other/Proprietary License with Free Trial URL: http://freshmeat.net/projects/cacheguard/ - % - % - % - % - [004] - CppSpec 0.1 by Timo Puronen (http://freshmeat.net/users/tpuronen/) Sun, Dec 23rd 2007 00:17 Software Development :: Testing About: CppSpec is a behavior-driven development framework for C++. Using CppSpec, it is easy to write specifications for your code. Changes: This first release supports expectations, exception handling, STL container support, and regular expression support. License: The Apache License 2.0 URL: http://freshmeat.net/projects/cppspec/ - % - % - % - % - [005] - Ctalk 0.0.30a by thx1132 (http://freshmeat.net/users/kiesling3/) Sun, Dec 23rd 2007 06:55 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 adds improvements in expression parsing and includes several bugfixes. License: GNU General Public License (GPL) URL: http://freshmeat.net/projects/ctalk-lang/ - % - % - % - % - [006] - daloRADIUS 0.9-5 by liran (http://freshmeat.net/users/liran/) Sun, Dec 23rd 2007 11:00 Database :: Front-Ends About: daloRADIUS is an advanced RADIUS web management application aimed at managing hotspots and general-purpose ISP deployments. It features user management, graphical reporting, accounting, and a billing engine, and integrates with GoogleMaps for geo-locating. Changes: This release adds contact info for hotspot owners, more attributes, support for database debugging and error handling, a custom accounting query page, and a disconnect user page. It improves online help support, adds and improves a new blue CSS layout, and improves support for Test User Connectivity. It fixes double insertion of records of userinfo data if the user exists, deletion of userinfo data for a record that is being deleted, saving an existing NAS entry in a different name, and duplicate groups entries in the usergroup table (paparent). The language file and variables are better sorted out. License: GNU General Public License (GPL) URL: http://freshmeat.net/projects/daloradius/ - % - % - % - % - [007] - Dell 1600n network scanner driver 1.8 by sigra (http://freshmeat.net/users/sigra/) Sun, Dec 23rd 2007 11:07 System :: Hardware About: This is a driver for network scanning using a Dell 1600n Printer/Scanner/Fax/Copier. It is implemented as a Perl script. In principle, this means that it should be cross-platform. It has been tested under Linux (Debian) and Windows (NT4 with Cygwin) on Intel. Supported formats are TIFF and JPEG. With an external program (e.g. ImageMagick convert), PDF is supported. Changes: This release adds support for the Xerox Phaser 6110. License: Freely Distributable URL: http://freshmeat.net/projects/dell1600n-net-scan/ - % - % - % - % - [008] - DUMA 2.5.9 by Hayati Ayguen (http://freshmeat.net/users/hayguen/) Sun, Dec 23rd 2007 17:21 Software Development :: Debuggers Software Development :: Libraries Software Development :: Testing About: DUMA (Detect Unintended Memory Access) stops your program on the exact instruction that overruns (or underruns) a malloc() memory buffer. GDB will then display the source-code line that causes the bug. It works by using the virtual-memory hardware to create a red-zone at the border of each buffer: touch that, and your program stops. It can catch formerly impossible-to-catch overrun bugs. DUMA is a fork of Bruce Perens' Electric Fence library. Changes: [_duma_]strncpy() doesn't call strlen() any more. A patch for using the shared library under Solaris has been applied. There are other minor fixes. License: GNU General Public License (GPL) URL: http://freshmeat.net/projects/duma/ - % - % - % - % - [009] - EMIPLIB 0.16.0 by Jori (http://freshmeat.net/users/jori/) Sun, Dec 23rd 2007 10:54 Communications Software Development :: Libraries About: EMIPLIB is a library to facilitate the development of programs that need to stream several kinds of media over IP. The library consists of several kinds of components that can be linked together in various ways, thereby providing a flexible framework. It also provides some ready-to-use classes for the transmission of audio and video over IP. Streams originating from the same participant can be synchronized. Changes: This release adds a PortAudio sound capture/playback component. It improves the timing in the audio session class. License: GNU Lesser General Public License (LGPL) URL: http://freshmeat.net/projects/emiplib/ - % - % - % - % - [010] - Esperantilo 0.976 by Xdobry (http://freshmeat.net/users/arturt/) Sun, Dec 23rd 2007 06:46 Text Editors Text Processing :: Linguistic About: Esperantilo ("Tool for Esperanto") is a UTF-8 editor with linguistics functions for the language Esperanto, and is also a system for computer aided translation. It contains a spell checker and grammar checker for the Esperanto language. It can translate Esperanto text in different formats to Polish, German, English, and Swedish and from Polish and English. It also supports computer aided translation by interactive machine translation. Translation memory can be used also for any language pairs. It is an XLIFF editor. It supports XLIFF and TMX (Level 1) formats. Machine translation uses direct translation at the syntax level. Changes: Esperantilo offers additional modules for the following types of computer translation: Esperanto to Swedish, Polish to Esperanto, and English to Esperanto. The user interface for the translation dictionary was completely redesigned and extended. The program includes an error reporting tool and automatic update and bugfix availability notification. Bugfixes can be installed automatically. License: GNU General Public License (GPL) URL: http://freshmeat.net/projects/esperantilo/ - % - % - % - % - [011] - FBReader 0.8.8c by Nikolay Pultsin (http://freshmeat.net/users/geometer/) Sun, Dec 23rd 2007 07:31 Text Processing About: FBReader is an e-book reader. It currently works on the Sharp Zaurus, Siemens Simpad with Opensimpad ROM, Nokia 770/N800 Internet Tablet, Archos PMA430, Motorola E680i/A780 smartphones, PepperPad 3, Asus Eee PC, IRex iLiad, UMPC, and Linux/Windows XP/FreeBSD desktop computers. It supports several e-book formats: plucker, palmdoc, zTXT, HTML, CHM, fb2, TCR (psion text), OEB, OpenReader, RTF, non-DRM'ed Mobipocket, and plain text. Changes: A bug in very long (multiple hyphenated) word processing has been fixed. An option for enabling/disabling text selection has been added. License: GNU General Public License (GPL) URL: http://freshmeat.net/projects/fbreader/ - % - % - % - % - [012] - Fina 0.1.4 by Tobias Klausmann (http://freshmeat.net/users/klausman/) Sun, Dec 23rd 2007 11:16 Security System :: Networking :: Firewalls Utilities About: Fina is a simple, robust bash script that loads iptables rules from a rules directory. As such, it isn't concerned with creating rules for you; it just helps you load them in a robust way, going back to older or safe rules when things go wrong. Changes: This is the first public release. After having been used internally for some time, it is deemed ready for publication. License: GNU General Public License v2 URL: http://freshmeat.net/projects/fina/ - % - % - % - % - [013] - Font Industry 0.0.1 by hashao (http://freshmeat.net/users/hashao2/) Sun, Dec 23rd 2007 17:47 Multimedia :: Graphics :: Editors Text Processing :: Fonts About: Font Industry (字型工业) makes big charset font creation easier. The program converts a scanned in glyph grid sheet into a bitmap font with an automatic encoding index. License: GNU General Public License v3 URL: http://freshmeat.net/projects/fontindustry/ - % - % - % - % - [014] - Gnofract 4D 3.7 by EY (http://freshmeat.net/users/edwiny/) Sun, Dec 23rd 2007 20:28 Artistic Software Desktop Environment :: Gnome Multimedia :: Graphics About: Gnofract 4D is a Gnome-based program to draw fractals. What sets it apart from other fractal programs (and makes it "4D") is the way that it treats the Mandelbrot and Julia sets as different views of the same four-dimensional fractal object. It contains a Fractint-compatible formula compiler, allowing it to draw an unlimited number of fractal types, using numerous coloring options. Changes: This release adds a method to automatically adjust periodicity tolerance, which in turn speeds up calculations on some images. It also adds Ubuntu packages and contains some bugfixes. License: BSD License (revised) URL: http://freshmeat.net/projects/gnofract4d/ - % - % - % - % - [015] - GNUnet 0.7.3 by Christian Grothoff (http://freshmeat.net/users/grothoff/) Sun, Dec 23rd 2007 00:14 Communications :: File Sharing Security :: Cryptography Software Development :: Libraries :: Application Frameworks About: GNUnet is a peer-to-peer framework with focus on providing security. All peer-to-peer messages in the network are confidential and authenticated. The framework provides a transport abstraction layer and can currently encapsulate the network traffic in UDP (IPv4 and IPv6), TCP (IPv4 and IPv6), HTTP, or SMTP messages. GNUnet supports accounting to provide contributing nodes with better service. The primary service build on top of the framework is anonymous file sharing. Changes: This version adds an SMTP transport based on libesmtp. A MySQL version of the dstore (used for key-value pairs by the DHT) was also added. This release also is the first to support Microsoft Vista. Various minor features, such as a new "AUTO" mode for detecting NAT and improved integration of gnunet-setup with gnunet-gtk (using gdsu), were also added. The performance of the SQLite and MySQL datastores was improved. Various minor bugs and other features were added. License: GNU General Public License (GPL) URL: http://freshmeat.net/projects/gnunet/ - % - % - % - % - [016] - JDebugTool 4.0.4 by debugtools (http://freshmeat.net/users/debugtools/) Sun, Dec 23rd 2007 16:28 Software Development :: Debuggers About: JDebugTool is a standalone graphical Java debugger built on top of the standard JPDA (Java Platform Debugger Architecture). Changes: A new Edit... right-click context menu item in the Exceptions Panel allows the user to edit the properties of a previously set exception to catch in the debugger, in the Catch Exception Dialog. License: Shareware URL: http://freshmeat.net/projects/jdebugtool/ - % - % - % - % - [017] - jobqueue 0.01 by Heikki Orsila (http://freshmeat.net/users/shaihulud/) Sun, Dec 23rd 2007 17:47 System :: Clustering/Distributed Networks About: jobqueue is a program for executing jobs in parallel to complete all jobs as quickly as possible. It can be used to distribute a set of jobs to a specific number of processors and/or machines. New jobs are started as older jobs finish. License: Public Domain URL: http://freshmeat.net/projects/jobqueue/ - % - % - % - % - [018] - lpc-ntpd 0.0.1 by Folkert van Heusden (http://freshmeat.net/users/fvh/) Sun, Dec 23rd 2007 11:15 System :: Networking :: Time Synchronization About: lpc-ntpd is a driver for the "lindy precision clock" MSF radio receiver. It connects your MSF atomic clock radio (MSF Rugby, UK) to the reference NTP daemon of ntp.org. License: GNU General Public License v2 URL: http://freshmeat.net/projects/lpc-ntpd/ - % - % - % - % - [019] - m0n0wall 1.3b6 (Beta) by Manuel Kasper (http://freshmeat.net/users/neon1/) Sun, Dec 23rd 2007 07:19 System :: Networking :: Firewalls About: m0n0wall is an all-in-one firewall software package that is based on FreeBSD. It is geared towards embedded PCs, but it also works on standard PCs. It includes an easy-to-use Web interface like commercial firewall boxes do. PHP is used instead of shell scripts, and the entire system configuration is stored in a single XML-formatted file. There is support for VPN, traffic shaping, captive portal, VLANs, and more. Changes: This beta release adds support for IPsec filtering and tunnels with (dynamic) remote host names. It also allows up to 256 concurrent PPTP VPN clients (instead of only 16) and contains fixes for the filtering bridge and the captive portal. License: BSD License (revised) URL: http://freshmeat.net/projects/m0n0wall/ - % - % - % - % - [020] - mailprocd 1.2 by Wilbern Cobb (http://freshmeat.net/users/vedge/) Sun, Dec 23rd 2007 00:27 Communications :: Email Communications :: Email :: Filters Communications :: Email :: Mail Transport Agents About: mailprocd is a standalone mail classification and delivery daemon for massive multiuser servers, designed to extend the capabilities of MTAs such as Postfix and sendmail. It embeds perl in C in order to use SpamAssassin efficiently. It implements a process manager with persistent spam checker processes running under users' own UIDs. License: BSD License (revised) URL: http://freshmeat.net/projects/mailprocd/ - % - % - % - % - [021] - MinGW cross compiling environment 1.3 by Volker Grabsch (http://freshmeat.net/users/vog/) Sun, Dec 23rd 2007 10:53 Software Development :: Build Tools Software Development :: Libraries System :: Software Distribution About: MinGW cross compiling environment is a script that compiles a MinGW cross compiler and cross compiles many free libraries such as GD and SDL. Thus, it provides a nice MinGW cross compiling environment. All necessary source packages are downloaded automatically. Changes: A sudden change in the download URLs of GEOS made the automatic download fail. This quick release is an attempt to limit the damage. It also supports some newer versions of the libraries, including support for fontconfig 2.5.0. License: MIT/X Consortium License URL: http://freshmeat.net/projects/mingw_cross_env/ - % - % - % - % - [022] - MJPG-streamer revision #35 by Tom (http://freshmeat.net/users/Torx/) Sun, Dec 23rd 2007 00:08 Internet :: WWW/HTTP Multimedia :: Video About: MJPG-streamer takes images from an input plugin and streams them to several output plugins. It is the successor of the UVC-streamer, so it supports Linux-UVC V4L2 compatible webcams as input plugins. The most popular output plugin is the HTTP daemon. It serves the JPEG input as an MJPEG stream or simple snapshots to a HTTP client like Firefox, VideoLanClient (VLC), or TCPMP. By using the camozola Java applet, browsers like Opera and Internet Explorer can also view the stream. Changes: Pan/tilt is reported to work. Several instances of the Web server can be run in parallel. License: GNU General Public License v2 URL: http://freshmeat.net/projects/mjpg-streamer/ - % - % - % - % - [023] - Mjrz.net Personal Finance Manager R1.0.26 by Mjrz (http://freshmeat.net/users/mjrz/) Sun, Dec 23rd 2007 00:09 Office/Business :: Financial Office/Business :: Financial :: Accounting About: Personal Finance Manager is a finance and expense tracking tool for those with limited or no accounting experience. You can use it to manage expenses and track account balances, generate reports, create and save complex filters to search the transaction history, create charts and graphs for assets, liabilities, and daily net worth tracking, view stock prices/quotes, store contacts, email, and phone numbers, and import OFX data for banks and credit cards. It supports the latest Quicken format, and also supports downloading current statement for bank and credit card accounts. Changes: A transaction details panel was added. Now the user will be able to see all TX details without having to pop up a new dialog. A bug where the portfolio timer was not restarting was fixed. License: The Apache License 2.0 URL: http://freshmeat.net/projects/mjrz/ - % - % - % - % - [024] - mpg123 1.0.0 by Thomas Orgis (http://freshmeat.net/users/sobukus/) Sun, Dec 23rd 2007 07:26 Multimedia :: Sound/Audio :: Players :: MP3 About: Mpg123 is a fast, free and portable MPEG audio player for Unix. It supports MPEG 1.0/2.0/2.5 layers 1, 2, and 3, with CD quality playback even on relatively slow CPUs. Changes: This is, finally, the first "complete" stable release of the revived mpg123 project. The 0.6x series already added a build system that uses GNU autotool and runtime CPU optimization selection, together with numerous bugfixes and an enhanced generic control interface. Now a big step has been taken, adding a renovated decoder library to replace the old mpglib (libmpg123) and support for run-time audio output selection. Several enhancements beside these major points also went into this version. License: GNU Lesser General Public License (LGPL) URL: http://freshmeat.net/projects/mpg123/ - % - % - % - % - [025] - Osmo 0.1.6 by pasp (http://freshmeat.net/users/pasp/) Sun, Dec 23rd 2007 16:28 About: Osmo is a handy personal organizer which includes calendar, task manager, and address book modules. It was designed to be a small, easy-to-use, and good looking PIM tool to help to manage personal information. Changes: Support for iCalendar files has been added. There are several usability changes and updates. License: GNU General Public License v2 URL: http://freshmeat.net/projects/osmo/ - % - % - % - % - [026] - phpMyPhotoGallery 2.0 by r@tchet (http://freshmeat.net/users/ranch137/) Sun, Dec 23rd 2007 07:23 About: phpMyPhotoGallery is a Web-based photo album with a "Windows Explorer" look-n-feel. It is designed to make it easy for people with organized directories of photos to upload them in one go. Thumbnails are generated on the fly. Changes: The code-base was completely rewritten. Lightbox effects were added. JavaScript slideshow effects were added. Efficiency was improved for thumbnail creation. The ability to use templates or themes was added. License: GNU General Public License (GPL) URL: http://freshmeat.net/projects/phpmyphotogallery/ - % - % - % - % - [027] - PowerDNS Administrator 1.1.2 by Samson (http://freshmeat.net/users/RLibiez/) Sun, Dec 23rd 2007 00:12 Internet :: Name Service (DNS) Internet :: WWW/HTTP :: Site Management System :: Networking About: PDNS-Admin, or PowerDNS Administrator, is a Web-based script which aids in administering domains and records for the PowerDNS SQL name server software. PDNS-Admin is targeted mainly toward individual domain owners, but should be robust enough to be used in a larger capacity by an ISP or other big host. For those who may not know, PowerDNS is a domain name server application, much like BIND, but offering alternative backends for the storage of domain information. Changes: A security flaw has been fixed where users were capable of creating new domains without the permission setting. Users were unable to reset their passwords due to bad variable names in the login code. Domain owners should not be allowed to change the domain type without administrative access. Domain type and owner dialogue should not appear in the interface if the user is not allowed to use them. An upgrade script was added to handle template and query changes in the future when updating. License: GNU General Public License v2 URL: http://freshmeat.net/projects/pdns-admin/ - % - % - % - % - [028] - pro-search 0.18.0 by pro (http://freshmeat.net/users/proller/) Sun, Dec 23rd 2007 20:38 Communications :: File Sharing Internet :: File Transfer Protocol (FTP) Internet :: WWW/HTTP :: Indexing/Search About: pro-search is a crawler for FTP servers, SMB shares, HTTP servers, and DC++ networks. It has a powerful, Web-based search and navigation interface. License: GNU General Public License (GPL) URL: http://freshmeat.net/projects/pro-search/ - % - % - % - % - [029] - ProShield 3.8.10 by Tom Burton (http://freshmeat.net/users/tburton2/) Sun, Dec 23rd 2007 16:17 Security System :: Systems Administration About: ProShield is a system administration/security program for Ubuntu/Debian GNU/Linux. It helps insure that your system is secure and up-to-date by checking many different aspects of your system. Whether you are a Linux novice or a system administrator with a dozen servers, ProShield is designed to be usable by all. Its main goal is to help secure a newly installed computer, as well as maintain the security of an existing machine. It's part security and part security administration. Changes: This release has many improvements including failsafe upgrades, bitrot fixing, repeated testing against Ubuntu Linux and Debian Linux, the ability to permanently dismiss the "source packages" question, upgrades to the primary upgrade method (resolves dependencies), and the addition of dependencies that should have been in the control file, improvements to the way reloading the SSH daemon was handled (you won't get disconnected now when you change SSHD's config), and elimination of some hang bugs (bitrot). License: GNU General Public License (GPL) URL: http://freshmeat.net/projects/proshield/ - % - % - % - % - [030] - Rgbtrade 0.12 by Ichnaton (http://freshmeat.net/users/ichnaton/) Sun, Dec 23rd 2007 07:33 Office/Business Other/Nonlisted Topic About: Rgbtrade is a Web-based marketplace for the Rainbow Trading economic system, which is based on ecological and social principles such as energy, recycling, fairness, transparancy, and responsibility. It is a tool for sustainable development. It requires a typical Web hosting environment with PHP and MySQL. Changes: This version has a live premiere at http://rgboog.nl. Ads can be deleted. Uploaded files such as user avatars and ad images are automatically resized. A zipcode produces a link to Google Maps. A simple password reset system was implemented. This is intended to be the last (major) Dutch-only release. License: GNU General Public License (GPL) URL: http://freshmeat.net/projects/rgbtrade/ - % - % - % - % - [031] - rsyslog 1.21.1 (Development) by Rainer Gerhards (http://freshmeat.net/users/rgerhards/) Sun, Dec 23rd 2007 10:52 System :: Logging About: Rsyslog is an enhanced multi-threaded syslogd. Among other features, it offers support for reliable syslog over TCP and RFC 3195, writing to MySQL and PostgreSQL databases, fully configurable output formats (including great timestamps), the ability to filter on any part of the syslog message, and on-the-wire message compression. It is designed as a drop-in replacement for stock syslogd and thus is able to work with the same configuration file syntax. Of course, some enhanced features require changing the configuration file, but in general, this should be fairly easy. Changes: This is a maintenance and stability release to 1.21.0. Most importantly, it fixes a memory leak introduced in 1.21.0. There are also some other bugfixes present. Users of 1.21.0 should upgrade. License: GNU General Public License (GPL) URL: http://freshmeat.net/projects/rsyslog/ - % - % - % - % - [032] - sshproxy 0.6.0-beta1 by David Guerizec (http://freshmeat.net/users/zundog/) Sun, Dec 23rd 2007 11:17 Internet :: Proxy Servers Security System :: Systems Administration About: sshproxy is a pure Python implementation of an SSH proxy. It allows users to connect to remote sites without having to know the password or key of the remote sites. Changes: A new plugin for secure IPCs. The telnet client has been fixed to work with switch hardware from different brands. License: GNU General Public License (GPL) URL: http://freshmeat.net/projects/sshproxy/ - % - % - % - % - [033] - Standard Portable Library 0.1.7 by John Garrison (http://freshmeat.net/users/necron99/) Sun, Dec 23rd 2007 11:02 Database :: API Software Development :: Libraries :: Application Frameworks About: The Standard Portable Library is a pointer friendly C/C++ STL substitute. The API is similar to Java or .NET and includes common data structures, networking, and database support. Changes: The debug heap now correctly handles padding for arrays on certain platforms. Specifically, unit tests now pass on x64. Hashtable and List are now copy constructor friendly. A hang bug in Unix thread starting has been fixed. The thread class has been cleaned up. An RWLock read/write lock class has been implemented. MS SQL and MySQL code is complete, but untested. Date.h has been moved to DateTime.h, which includes both Date and DateTime. String::Trim() has been added. License: GNU General Public License (GPL) URL: http://freshmeat.net/projects/spl2/ - % - % - % - % - [034] - The Launcher 2.2 by Alte (http://freshmeat.net/users/alte/) Sun, Dec 23rd 2007 07:05 Desktop Environment :: Tools About: The Launcher is an innovative application launcher that automatically adapts to the user's habits. This means tracking your favorite applications and not forcing you to mark or organize them by hand. The Launcher automatically responds to changes in the user's preferences. The Launcher provides a simple, clean, and usable interface and requires zero configuration effort from the user. The Launcher should be especially handy on touchscreens and with keyboards. Changes: The interface and key bindings were revamped, allowing you to switch views with one click or key press. Views are now switched with F1-F3. The default window, column, and icon sizes were improved. Support was added for GTK icon themes, which have preference over application-supplied icons. Running applications are denoted with a small emblem in the bottom-right of their icon. Support was added for local icons placed in ~/.thelaucher/icons. The --debug switch can be used to find the requested icon name. ~/.thelaucher/gtk-ui was renamed to ~/.thelaucher/config, and ~/.thelaucher/local was renamed to ~/.thelaucher/apps. License: GNU General Public License v3 URL: http://freshmeat.net/projects/thelauncher/ - % - % - % - % - [035] - Traverso-DAW 0.42.0 by remon (http://freshmeat.net/users/rsijrier/) Sun, Dec 23rd 2007 07:29 Multimedia :: Sound/Audio :: Capture/Recording About: Traverso is a cross-platform program for recording and mixing music, speech, and sounds on the computer. It has an innovative and easy to master user Interface, and is suitable for both professionals and home user who need a robust and solid DAW. Changes: Read and write support was added for Ogg Vorbis, WavPack, FLAC, and MP3. On the fly sample rate conversion was added. A simple yet effective Project backup and restore system was added. Use of available hard disk bandwidth was improved. Encoding formats for recording were added: W64 and WavPack. Three new themes were added, notably the medium-contrast and ubuntu theme. A number of bugs were fixed, and various improvements were made all over the place. The user manual was translated into German and Portuguese. License: GNU General Public License (GPL) URL: http://freshmeat.net/projects/traverso/ - % - % - % - % - [036] - TVBrowser 2.6.1 by troggan (http://freshmeat.net/users/troggan/) Sun, Dec 23rd 2007 10:57 Desktop Environment :: Tools About: TV-Browser is a TV guide (EPG) that is easily extensible using plugins. It is designed to look like a paper based European TV guide. Included are over 170 mostly German language channels. RadioTimes TV channels are available, too. It is possible to add channels yourself using tools offered on the homepage. Changes: Minor bugfixes and improved speed. Due to license issues, a few very important German channels have been removed. License: GNU General Public License (GPL) URL: http://freshmeat.net/projects/tvbrowser/ - % - % - % - % - [037] - uriparser 0.6.1 by Sebastian Pipping (http://freshmeat.net/users/dllmain/) Sun, Dec 23rd 2007 16:21 Internet Software Development :: Libraries About: uriparser is a strictly RFC 3986 compliant URI parsing library. It is cross-platform, fast, and supports Unicode. Changes: This release fixes two bugs in the normalization algorithm and a few minor build related issues. This release is fully source and binary compatible. License: BSD License (revised) URL: http://freshmeat.net/projects/uriparser/ - % - % - % - % - [038] - UrJTAG 0.7 by Kolja Waschk (http://freshmeat.net/users/kawk/) Sun, Dec 23rd 2007 11:15 Communications Scientific/Engineering Scientific/Engineering :: Electronic Design Automation (EDA) About: UrJTAG aims to create an enhanced, modern tool for communicating over JTAG with flash chips, CPUs, and many more. It takes on the well proven openwince jtag tools code. Future plans include conversion of the code base into a library that can be used with other applications. A flexible remote communication protocol that can be used over almost any type of serial link (including TCP/IP) is currently being defined. Changes: Using openwince JTAG Tools code as a base, all available patches for it have been integrated including the integration of an SVF player, many new bus drivers, flash drivers, part descriptions, and support for USB cables. License: GNU General Public License v2 URL: http://freshmeat.net/projects/urjtag/ - % - % - % - % - [039] - Valgrind 3.3.0 by sigra (http://freshmeat.net/users/sigra/) Sun, Dec 23rd 2007 16:15 Software Development :: Testing About: Valgrind is a tool that helps you find memory management problems in programs. When a program is run under Valgrind's supervision, all reads and writes of memory are checked, and calls to malloc/new/free/delete are intercepted. As a result, Valgrind can detect problems such as use of uninitialized memory, reading/writing of memory after it has been freed, reading/writing off the end of malloced blocks, reading/writing inappropriate areas on the stack, memory leaks in which pointers to malloced blocks are lost forever, passing of uninitialized and/or unaddressable memory to system calls, and mismatched use of malloc/new/new [] vs. free/delete/delete []. Changes: Helgrind works again with improved race detection and better error messages. Massif generates better output. Cachegrind has been extended to do branch-misprediction profiling. Both conditional and indirect branches are profiled. Scalability has been improved for very large programs, particularly those with a million or more malloc'd blocks in use at once. These improvements mostly affect Memcheck, which is also up to 10% faster for all programs, with x86 Linux seeing the largest improvement. The documentation has been reorganized. Experimental tools have been added. There are many other changes. License: GNU General Public License (GPL) URL: http://freshmeat.net/projects/valgrind/ - % - % - % - % - [040] - Vexi 3.0 RC7 by Charles Goodwin (http://freshmeat.net/users/clrg/) Sun, Dec 23rd 2007 07:41 Internet Internet :: WWW/HTTP Internet :: WWW/HTTP :: Dynamic Content About: The Vexi Platform is used for creating and deploying rich user interfaces for Internet/intranet applications that look and feel like native applications. Vexi uses a combination of a subset of XML and Javascript to provide a simple API for the development of interactive visual components. Vexi provides an intuitive, themable widget set, created using this API. Vexi interfaces then communicate with server applications through XML-RPC or SOAP. Changes: Vexi now supports the JSON-enabling JS functions eval() and stringify(). There are numermous bugfixes to the core and small updates to the widgets. Vexi now runs on Mac OS X again. License: GNU Lesser General Public License (LGPL) URL: http://freshmeat.net/projects/vexi/ - % - % - % - % - [041] - Yudit 2.9.0 by Gaspar Sinai (http://freshmeat.net/users/gsinai/) Sun, Dec 23rd 2007 00:10 Text Editors About: Yudit is a Unicode text editor for the X Window System. It can do TrueType font rendering, printing, transliterated keyboard input, and handwriting recognition with no dependencies on external engines. Its conversion utilities can convert text between various encodings. Keyboard input maps can also act like text converters. There is no need for a pre-installed multi-lingual environment. Menus are translated into many languages. Changes: Support for the Hunspell spelling checker was added. A new dialog was added to select highlingting mode. The form feed character is suported now (in editing and printing). Doublebuffer is used to avoid flickering. License: GNU General Public License (GPL) URL: http://freshmeat.net/projects/yudit/ -- ------.- .. - . -..- .------.--- -.-- -----.- -----.--.. - _______________________________________________ The freshmeat daily newsletter To unsubscribe, send email to freshmeat-news-request@xxxxxxxxxxxxxxxxxxx or visit http://lists.freshmeat.net/mailman/listinfo/freshmeat-news |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Newsletter for Saturday, December 22nd 2007: 00021, The freshmeat daily newsletter |
|---|---|
| Next by Date: | Newsletter for Monday, December 24th 2007: 00021, The freshmeat daily newsletter |
| Previous by Thread: | Newsletter for Saturday, December 22nd 2007i: 00021, The freshmeat daily newsletter |
| Next by Thread: | Newsletter for Monday, December 24th 2007: 00021, The freshmeat daily newsletter |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |