fmII
Fri, Dec 05th home | browse | articles | contact | chat | submit | faq | newsletter | about | stats | scoop 01:03 UTC
in
Section
login «
register «
recover password «

 Adventure-(PHP-)Framework 1.8-RC1 (PHP5)
 by Christian Achatz - Thu, Dec 4th 2008 21:45 UTC

About: The Adventure-(PHP-)Framework is a Web development framework that helps you design and create object oriented and reusable PHP Web applications. It features a unique DOM model, the generic page controller component, and a set of shipped XML tag libraries to build GUIs based on XML/HTML templates. The framework core contains components like front controller, global benchmark concept, global error handling, and a configuration management class. It includes complete modules like a guestbook, a comment function, and a generic pager.

Changes: Since this release, the framework is licensed under the LGPL v3 to enable enterprise users to apply the framework for their closed source or own license products. This release contains additional productivity tools, like the AdvancedLogger, the core:appendnode taglib, and eZ style template translation. Moreover, proven components were refactored. Among these are the FilesystemManager, the AdvancedBBCodeParser and the html:template taglib. This version contains a great number of improvements that ease the programmer's life.

 Categories Focus License URLs
Software Development :: Libraries :: Application Frameworks
Software Development :: Libraries :: PHP Classes
Major feature enhancements GNU Lesser General Public License (LGPL) Homepage Tar/GZ Changelog Subscribe Ignore Rate


 Dia 0.96.1
 by doj - Thu, Dec 4th 2008 21:38 UTC

About: Dia is a program for creating diagrams of all kinds. The current version can do UML class diagrams, Entity-Relationship modeling, network diagrams, and much more. The engine is very flexible and dynamically loads diagram-types from disk. It stores diagrams in an XML format, but can read and write a number of different formats.

Changes: Text-line rendering in SVG export. Keyboard shortcuts for tools now use shift-alt. Improvement in autogaps for some objects. The .desktop file now has the current version. A change in zoom levels in menus. A check that windows are within bounds before opening. Various compilation-time improvements. UML class improvements in comment and wrapped underlined names. Many bugfixes.

 Categories Focus License URLs
Desktop Environment :: Gnome
Multimedia :: Graphics :: Editors :: Vector-Based
Major feature enhancements GNU General Public License (GPL) Homepage Tar/GZ Changelog Subscribe Ignore Rate


 Lbzip2 0.08
 by lacos - Thu, Dec 4th 2008 21:34 UTC

About: Lbzip2 is a Pthreads-based parallel bzip2/bunzip2 filter, passable to GNU tar with the --use-compress-program option. It isn't restricted to regular files on input, nor output. Successful splitting for decompression isn't guaranteed, just very likely (failure is detected). Splitting in both modes and compression itself occur with an approximate 900k block size. On an Athlon-64 X2 6000+, lbzip2 was 92% faster than standard bzip2 when compressing, and 45% faster when decompressing (based on wall clock time). Lbzip2 strives to be portable by requiring UNIX 98 APIs only, besides an unmodified libbz2.

Changes: In the multiple-workers decompressor, the tail pointer of the splitter-to-workers queue proved to be private to the splitter. Accordingly, said pointer was eliminated as a shared resource, simplifying the code.

 Categories Focus License URLs
System :: Archiving :: Compression Code cleanup GNU General Public License (GPL) Homepage Subscribe Ignore Rate


 dynamic window manager 5.3
 by garbeam - Thu, Dec 4th 2008 21:29 UTC

About: dwm is a fast and simple window manager for X11. It manages windows in tiled and floating layouts. Either layout can be applied dynamically, optimizing the environment for the application in use and the task performed. Windows can be tagged with one or multiple tags. Selecting certain tags displays all windows that are accordingly tagged. dwm is the little brother of wmii.

Changes: This release contains a couple of NOBORDER-related bugfixes, a reimplementation of spawn(), and a new option to grab the X server during window resizing/movement.

 Categories Focus License URLs
Desktop Environment :: Window Managers Minor feature enhancements MIT/X Consortium License Homepage Tar/GZ Subscribe Ignore Rate


 JOpt.SDK 2.2.7 (JOpt.NET)
 by dnaevolutions - Thu, Dec 4th 2008 21:29 UTC

About: JOpt.SDK is an automated vehicle routing and dispatching component for both Java/J2SE and .NET. It can solve Travelling Salesman Problems (TSP) and Capacitated Vehicle Routing Problems with Time Windows (CVRP,VRPTW). It offers route and transport optimisation with respect to various constraints such as time windows, load capacities, and prescribed itinerary. The component is based on genetic algorithms, and automatically determines an optimized allocation of vehicels to an arbitrary set of orders.

Changes: The assisted mode has become the default case. The algorithm has been improved to address a broad range of problem types, and the optimization now always starts with a construction algorithm to create initial solutions. The initial solution is subsequently improved by a second algorithm. Time window support has been added to the mixed fleet construction algorithm.

 Categories Focus License URLs
Office/Business :: Scheduling
Scientific/Engineering :: Geographical
Scientific/Engineering :: Mathematics
Major feature enhancements Other/Proprietary License with Free Trial Homepage Changelog Subscribe Ignore Rate


 Sutekh 0.6.1 (Stable)
 by Simon Cross - Thu, Dec 4th 2008 21:27 UTC

About: Sutekh is a card collection manager for the game called "Vampire: the Eternal Struggle" (VtES). Card information is stored in an SQL database backend. Current functionality includes parsing information from the official VtES card list and ruling HTML files, exporting of decks to HTML and ARDB XML files, flexible filtering of lists of cards, backing up and restoring of the card database, configurable selection of which card information is displayed, and basic deck analysis.

Changes: This release provides some important fixes and new functionality, including fixing reading cards from the White Wolf Web site when starting up and support for exporting decks to Lackey CCG and JOL formats.

 Categories Focus License URLs
Games/Entertainment Major bugfixes GNU General Public License (GPL) Homepage Zip Changelog Subscribe Ignore Rate Hosted on SourceForge.net


 Threaded-Samba-Scanner 3.2
 by Magnus-swe - Thu, Dec 4th 2008 21:25 UTC

About: Threaded-Samba-Scanner scans all available local subnets for Samba hosts and shows their names and IP addresses. The scanner is fast, secure, and easy to use.

 Categories Focus License URLs
Desktop Environment :: File Managers
System :: Networking
Initial freshmeat announcement GNU General Public License v3 Homepage Tar/GZ Subscribe Ignore Rate


 SmartSVN 5.0
 by syntevo GmbH - Thu, Dec 4th 2008 21:24 UTC

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.

 Categories Focus License URLs
Software Development :: Version Control :: Subversion Major feature enhancements Free To Use But Restricted Homepage Tar/GZ Changelog Subscribe Ignore Rate


 LibRaw 0.6.2
 by Alex Tutubalin - Thu, Dec 4th 2008 21:23 UTC

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: Support for new cameras: Canon G10 and 5D Mark II, Leaf AFi 7, Leica D-LUX4, Panasonic FX150 and G1, and Fujifilm IS Pro. Color data has been changed for some cameras: Canon 50D, Nikon D90 and P6000, Panasonic LX3 and FZ28, and Sony A900. A bug in Panasonic .RW2 files processing (affecting only the thread-safe version) has been fixed.

 Categories Focus License URLs
Multimedia :: Graphics :: Capture :: Digital Camera
Multimedia :: Graphics :: Graphics Conversion
Software Development :: Libraries
Minor feature enhancements GNU General Public License v2 Homepage Tar/GZ Changelog Subscribe Ignore Rate


 Open Computer Forensics Architecture 2.1.1
 by klpd - Thu, Dec 4th 2008 18:34 UTC

About: The Open Computer Forensics Architecture (OCFA) is a modular computer forensics framework to automate the digital forensic process, to speed up the investigation and give tactical investigators direct access to the seized data through an easy to use search and browse interface. The architecture forms an environment where existing forensic tools and libraries can be easily plugged into the architecture and can thus be made part of the recursive extraction of data and metadata from digital evidence. It aims to be highly modular, robust, fault tolerant, recursive, and scalable in order to be usable in large investigations that spawn numerous terabytes of evidence data and cover hundreds of evidence items.

Changes: This release adds routing on evidence global metadata, a Photorec module, and a more comprehensive router rule list. The smarter data store module dsm2 is now the default. makeoverview has been deprecated. dsm1 has been deprecated. staticmounts are no longer the default.

Focus License URLs
Minor feature enhancements GNU General Public License (GPL) Homepage Subscribe Ignore Rate Hosted on SourceForge.net


 Xtwitter 0.4
 by Tsukasa Hamano - Thu, Dec 4th 2008 18:33 UTC

About: Xtwitter is very tiny twitter client for the X Window System.

Changes: This release adds a -v option to print the version. It fixes a bug where downloading failed for profile image URLs containing UTF-8 characters.

Focus License URLs
Minor bugfixes GNU General Public License v3 Homepage Tar/GZ Subscribe Ignore Rate


 FreeRanger 0.0.1
 by John Lines - Thu, Dec 4th 2008 18:33 UTC

About: FreeRanger is an electronic field guide implemented as a Java2 Mobile Applet. It can be carried on a smart phone or PDA and used to identify wildlife, minerals, or anything else for which a paper field guide might normally be used.

 Categories Focus License URLs
Other/Nonlisted Topic Initial freshmeat announcement GNU General Public License v3 Homepage Subscribe Ignore Rate Hosted on SourceForge.net


 MQSSave 1.3.2-1
 by Arnaud G. Gibert - Thu, Dec 4th 2008 18:33 UTC

About: MQSSave is a simple Java program that saves messages read from an MQSeries queue to a file.

Changes: Elapsed time computation has been fixed.

 Categories Focus License URLs
Communications Minor bugfixes GNU General Public License v2 Homepage Tar/GZ Changelog Subscribe Ignore Rate


 MQSLoad 1.3.2-1
 by Arnaud G. Gibert - Thu, Dec 4th 2008 18:32 UTC

About: MQSLoad is a simple program which loads messages read from a file into an MQSeries queue.

Changes: A major bug in the Load_File() method has been fixed: all previous MQSLoad versions can corrupt messages during loading. Elapsed time computation has been fixed.

 Categories Focus License URLs
Communications Major bugfixes GNU General Public License v2 Homepage Tar/GZ Changelog Subscribe Ignore Rate


 Apache Velocity 1.6
 by Nathan Bubna - Thu, Dec 4th 2008 18:29 UTC

About: Velocity is a Java-based template engine. It permits anyone to use the simple yet powerful template language to reference objects defined in Java code. When Velocity is used for Web development, Web designers can work in parallel with Java programmers to develop Web sites according to the Model-View-Controller (MVC) model, meaning that Web page designers can focus solely on creating a site that looks good, and programmers can focus solely on writing top-notch code. Velocity separates Java code from the Web pages, making the web site more maintainable over the long run and providing a viable alternative to Java Server Pages (JSPs) or PHP. Velocity also provides template services for the Turbine Web application framework, making a template service that allows Web applications to be developed according to a true MVC model.

Changes: New directives: #evaluate, #define, and #break Vararg method support. List methods can be called on arrays. Major performance enhancements (both memory and speed). A new strict reference mode. Many other changes.

 Categories Focus License URLs
Database :: Front-Ends
Internet :: WWW/HTTP :: Dynamic Content
Software Development
Major feature enhancements The Apache License 2.0 Homepage Tar/GZ Changelog Subscribe Ignore Rate


 MOSIX 2.24.2.4 for openSUSE 11.0 (Linux 2.6)
 by A. Barak - Thu, Dec 4th 2008 15:46 UTC

About: MOSIX is a management system targeted for HPC on Linux clusters and multi-clusters. It can be viewed as a multi-cluster operating system. In MOSIX, there is no need to modify or link applications with any library, copy files or login to remote nodes, or even assign processes to different nodes. It is all done automatically, similar to a single computer with multiple processors; just fork and forget.

Changes: This release is for openSUSE 11.0. It includes both 32-bit and 64-bit RPMs and both regular and Xen kernels.

 Categories Focus License URLs
System :: Operating System Kernels :: Linux Initial freshmeat announcement Free For Educational Use Homepage Tar/BZ2 Changelog Subscribe Ignore Rate


 Localizer 1.2.3 (1.2)
 by J. David Ibáñez - Thu, Dec 4th 2008 15:45 UTC

About: Localizer is a Zope product that provides a set of facilities to develop multilingual Web applications. It offers solutions to internationalize user interfaces and manage multilingual content.

Changes: This release includes compatibility fixes for Zope 2.10/2.11 and other minor fixes.

 Categories Focus License URLs
Internet :: WWW/HTTP :: Dynamic Content
Software Development :: Internationalization
Software Development :: Localization
Major bugfixes GNU General Public License v3 Homepage Tar/GZ Subscribe Ignore Rate


 GOsa 2.6.1
 by Cajus Pollmeier - Thu, Dec 4th 2008 15:45 UTC

About: GOsa² provides a powerful framework for managing accounts and systems in LDAP databases. Using GOsa² allows system administrators to easily manage users and groups, fat and thin clients, applications, phones and faxes, mail distribution lists, and many other parameters. In conjunction with FAI (Fully Automatic Installation), GOsa² allows the highly automated installation of preconfigured systems. GOsa² therefore provides a single, LDAP-based point of administration for large and small environments, thus making the administration of users and systems and all related parameters manageable and easy.

Changes: This release makes the ACL editor more robust, fixes a problem with self-service ACLs, fixes a bug when saving departments, and avoids a possible removal of non GOsa users. The setup has been improved to detect administrative users from earlier versions.

 Categories Focus License URLs
Internet :: WWW/HTTP
System
System :: Systems Administration
Minor bugfixes GNU General Public License (GPL) Homepage Tar/GZ Changelog Subscribe Ignore Rate


 pulpTunes 1.0 final
 by alpeb - Thu, Dec 4th 2008 15:45 UTC

About: pulpTunes is a Web server for the iTunes, letting you access your music through the Web. It runs on Windows and Mac, and even any other platform like Linux, provided you have an iTunes-like XML library file that points at the path of your music files.

Changes: Support for AAC (.m4a) files, a redesigned client-side user interface, and the ability to show a song's cover art. On Windows and Mac OS X, the server attempts to find the iTunes XML config file. At startup, it is checked if the firewall/router allows for incoming connections. If not, a link to portforward.com is shown for help. The minimum Java version required is now 1.5 (used to be 1.6). Memory consumption was vastly reduced. An incompatibility with reverse proxy servers was fixed along with a performance problem with the Party Shuffle and concurrency problems.

 Categories Focus License URLs
Desktop Environment :: Theme :: Music
Multimedia :: Sound/Audio
Major feature enhancements GNU General Public License (GPL) Homepage Zip Subscribe Ignore Rate


 JExpress 7.2.4
 by DeNova - Thu, Dec 4th 2008 15:43 UTC

About: JExpress is a cross platform Java installer builder. JExpress generates native installers on Windows, Mac OS X, and Linux. It installs the exact version of the JVM you want and also configures your customers' machines to launch your Java application from a native executable on Windows and Mac OS X. You customize your installer, updater, and uninstaller using Java. Installers can be designed with multiple install types or components. An installer can be created quickly with a simple wizard or a powerful advanced interface.

Changes: Spanish translations were improved. The example Ant build files were changed to reference JExpressAdvanced. The URL for the table of contents was updated.

 Categories Focus License URLs
Software Development
Software Development :: Build Tools
System :: Installation/Setup
Minor feature enhancements Other/Proprietary License with Free Trial Homepage Tar/GZ Changelog Subscribe Ignore Rate


 TCExam 7.0.005
 by Nicola Asuni - Thu, Dec 4th 2008 15:43 UTC

About: TCExam is Web-based assessment software for generating and managing online tests and exams. It simplifies the exam cycle, including generation, execution, evaluation, presentation, and archiving.

Changes: This version includes several bugfixes, updated translations, and minor improvements.

 Categories Focus License URLs
Education :: Testing Major bugfixes GNU General Public License (GPL) Homepage Zip Subscribe Ignore Rate


 Renoise 2.0 RC1
 by conner_bw - Thu, Dec 4th 2008 15:42 UTC

About: Renoise is a contemporary digital audio workstation (DAW) based upon the heritage and development of tracker software. Its primary use is the composition of music using samples (in WAV, AIFF, FLAC, Ogg, and MP3 format), and MIDI sequencing of VSTi soft synths.

Changes: This release features Timing and Precision, Plug-in Delay Compensation (PDC), Audio Units, improved VST/LADSPA plugin support, high-precision filters, drag and drop, quantization, a bigger disk browser, an improved plug-in browser, Windows clipboard integration, improved audio latency when recording, optimizations, GUI improvements, and more.

 Categories Focus License URLs
Multimedia :: Sound/Audio
Multimedia :: Sound/Audio :: Capture/Recording
Multimedia :: Sound/Audio :: Editors
Major feature enhancements Shareware Homepage Tar/BZ2 Changelog Subscribe Ignore Rate


 Nulog2 2.1.3
 by regit - Thu, Dec 4th 2008 14:33 UTC

About: Nulog2 is a complete rewrite of Nulog, the historical filtering log analysis solution from INL. It is an application built upon Twisted, an advanced Python framework. It analyzes logs from Netfilter and/or NuFW and displays them on a Web page.

Changes: This release adds support for the pgsql database and CIDR mask filter in the search function. It also fixes some bugs.

 Categories Focus License URLs
System :: Networking :: Firewalls
System :: Networking :: Monitoring
Major feature enhancements GNU General Public License v3 Homepage Tar/BZ2 Subscribe Ignore Rate


 mp_doccer 1.2.2
 by Angel Ortega - Thu, Dec 4th 2008 14:27 UTC

About: mp_doccer is a tool that travels C code files, and extracts specially marked information to build documentation. This documentation can be generated in HTML, man pages, or an executable shell script. The markup is very similar to that in the Linux 2.4.x kernel sources. mp_doccer is a component of the Minimum Profit Text Editor.

Changes: This release includes a new output format (Grutatxt) and a new option to set the abstract of the generated document.

 Categories Focus License URLs
Software Development :: Documentation Major feature enhancements GNU General Public License (GPL) Homepage Tar/GZ Subscribe Ignore Rate


 TCPDF 4.3.007 (PHP5)
 by Nicola Asuni - Thu, Dec 4th 2008 14:26 UTC

About: TCPDF is a PHP class for generating PDF documents without requiring external extensions. TCPDF supports all ISO page formats and custom page formats, custom margins and units of measure, UTF-8 Unicode, RTL languages, HTML, barcodes, TrueTypeUnicode, TrueType, OpenType, Type1, and CID-0 fonts, images, graphic functions, clipping, bookmarks, JavaScript, forms, page compression, and encryption.

Changes: This version includes support for PNG alpha channel (transparency) and fixes several font-related issues.

 Categories Focus License URLs
Software Development :: Libraries :: PHP Classes
Text Processing
Minor feature enhancements GNU Lesser General Public License (LGPL) Homepage Zip Subscribe Ignore Rate


Tip: Tired of seeing a lot of software not of the slightest interest to you? Get a freshmeat user account with full filtering capabilities. Best of all: It's free!


XML
Take me to a random project.


Username

Password

Remember me

Please note that you must have cookies enabled in your browser to be able to log in.

LATEST ARTICLES

Security
- Debian: New flamethrower packages fix denial of service (Dec 2nd)
- Debian: New phpmyadmin packages fix cross site scripting (Dec 2nd)
- Debian: New jailer packages fix denial of service (Dec 2nd)

MOST POPULAR PROJECTS
1. MPlayer 100.00%
2. Linux 86.88%
3. cdrtools 80.03%
4. Apache 73.99%
5. gcc 73.26%
6. VLC media player 68.11%
7. PHP 64.63%
8. TightVNC 59.66%
9. Clam AntiVirus 56.41%
10. PostgreSQL 55.68%

LATEST RELEASES

Thursday
- Adventure-(PHP-)Framework 1.8-RC1 (PHP5)
- Dia 0.96.1
- Lbzip2 0.08
- dynamic window manager 5.3
- JOpt.SDK 2.2.7 (JOpt.NET)
- Sutekh 0.6.1 (Stable)
- Threaded-Samba-Scanner 3.2
- SmartSVN 5.0
- LibRaw 0.6.2
- Open Computer Forensics Architecture 2.1.1
- Xtwitter 0.4
- FreeRanger 0.0.1
- MQSSave 1.3.2-1
- MQSLoad 1.3.2-1
- Apache Velocity 1.6
- MOSIX 2.24.2.4 for openSUSE 11.0 (Linux 2.6)
- Localizer 1.2.3 (1.2)
- GOsa 2.6.1
- pulpTunes 1.0 final
- JExpress 7.2.4
- TCExam 7.0.005
- Renoise 2.0 RC1
- Nulog2 2.1.3
- mp_doccer 1.2.2
- TCPDF 4.3.007 (PHP5)«
- GiftedMotion 1.7
- Music Box 1.12
- Netmem 0.1.0
- Socklib 1.0.2
- NetworkManager 0.7.0
- nfs-ganesha 0.99.47
- pytemplate: python script template 1.4.0
- OBM 2.1.12
- Filefunc Library 1.0.1
- rsyslog 3.20.1 (v3 Stable)
- Q7Z 0.7.5
- DynaStop 08333.1634-484
- Porcupine 0.5.2
- Zina 2.0alpha12
- SquirrelMail 1.4.17 (Stable)
- Finnix 92.1
- IP Tables network magic SysRq 0.7
- Snort Alert Monitor 0.4.2
- kFlickr 20081202
- phpW2ML 0.7
- Yii 1.0.0
- Bugzero 5.6.6
- sysprof 1.0.12
- pyodbc 2.1.1
- Strasheela 0.9.8
- Tarzan 2.0 rc1
- gtklick 0.4.0
- klick 0.10.0
- PhonoRipper 0.10.1
- ConMan 0.2.3
- Daikon 4.5.2
- InspIRCd 1.1.22
- LiVES 0.9.9.4
- jQuery Timecloud 1.1.1
- XForms 1.0.91
- GtkSpell 2.0.15

Wednesday
- liblouis 1.4.0
- Enlightened Hardware Browser 0.4.9
- Comix 4.0.0
- ScopServ-VoIP 1.4.34
- Fuse 0.10.0
- libpseudo 1.0.2
- Grapple 0.9.7
- TRIXER 0.14
- VNCTracker 3.2
- SVNKit 1.2.1
- eTcl 1.0-rc31
- tcp_proxy 0.0.1
- fsarchiver 0.1.6
- Detect Library 0.9.99
- ipt_ACCOUNT 1.14
- SiSU 0.70.0
- StorYBook 2.1.9
- DRBL 1.9.2-19 (Stable)
- YourKit Java Profiler 8.0-build4030 (EAP)
- UMLGraph 5.2
- Equalizer 0.6
- Qore Programming Language 0.7.2
- LDView 4.0 Beta 1
- WiKID Strong Authentication System 3.2.7
- Digital Room Correction 3.0.1
- Diffuse 0.2.15
- ConTagged 0.6.4
- gtkaml 0.2.2.2
- libv4l 0.5.7
- Expect-lite 3.1.5
- Netty 3.1.0.ALPHA2
- Weasel GNU/Linux 2.0.2
- LibGKSu 0.0.1 (PolicyKit)
- allocPSA 1.5
- Pantheios 1.0.1 beta 174
- APIviz 1.2.5.GA
- Pasang Emas 1.1.1
- Fotoxx 5.7
- alterMIME Pro 1.2.00912
- Music Player Daemon 0.14~beta2
- Gslist 0.8.7a
- Xfce Radio Plugin 0.4.0
- Javascript Gettext 0.01
- Draco 1.2 Candidate 2
- jDTAUS 20081202
- WebGUI 7.6.5
- RedNotebook 0.3.0

Tuesday
- Agenda XML 0.1.25
- dhcpcd 4.0.7
- SimCList 1.4
- dstat 0.6.9
- myarray 1.0
- MobileMpd.Net 0.6.1
- Shed Skin 0.0.30
- deluge-torrent 1.0.6
- Mesh Viewer 0.3.2
- ERDmpd 0.9
- Octopussy 0.9.8.8
- ferm 2.0.4 (Stable)
- AVR Eclipse Plugin 2.3
- I2P 0.6.5
- Lzip 1.2-pre1 (Development)
- Tunguska 0.5
- Gammu 1.21.93 (Testing)
- Utils Library 1.0.0
- Strfunc Library 1.0.0
- Stackbuf Library 1.0.0
- Socklib 1.0.0
- Scheduler Library 1.0.0
- Random Number Library 1.0.0
- Logfile Library 1.0.0
- History Library 1.0.0
- Hash Library 1.0.0
- Generic Linked Lists Library 1.0.0
- Filefunc Library 1.0.0
- Dynablock Library 1.0.0
- Dates Library 1.0.0
- Bitvector Library 1.0.0
- Backtrace Library 1.0.1
- WordPress Testing 2.7 RC 1
- GLib 2.19.2 (Development)
- Antiprism 0.19.1
- Xvid 1.2.0
- Swig Starter Kit 0.0.2
- Pyjamas 0.4
- Yaalr 1.3
- dwdiff 1.5
- TrueCrypt 6.1a
- clive-utils 2.0.0
- clive 2.0.0 (Stable)
- StopDuplicates 1.2.0 Beta
- Coadunation OS 1.0.B3
- WP Clipart 7.0
- Asymptote 1.55
- xorriso 0.3.0
- Syntext Serna 4.0.0
- Veusz 1.2.1
- lesspipe.sh 1.60
- MySQL 5.1.30 (Production (5.1.x))
- microregex 1.0b5
- AgileWiki 11.5 (Element Model)
- Jal v2 2.4i
- ELF statifier 1.6.15
- JChart2D 3.1.0
- TkCVS 8.2
- Gargoyle Router Management Utility 1.0.0 Beta 3
- KShutDown 2.0 Beta 3
- fookebox 0.2.0
- Nagios 3.0.6
- KchmViewer 4.0
- whohas 0.21
- FreeIPMI 0.7.3
- docu 0.1.1
- DRBPoll 1.6
- Run BASIC Free Edition 1.01
- Google C++ Testing Framework 1.2.0
- spamdyke 4.0.9

Monday
- DynaStop 08333.1634
- Monkeysphere 0.22
- FET 5.7.5
- configpy 0.1.0
- Wiz Solitaire 1.36
- SysCP 1.4.1
- libfirm cparser 0.9.7
- libFirm 1.15.0
- ERDwiki 1.1
- fotofix 1.79
- media hive 0.9.2
- SQLObject 0.10.3 (Stable)
- SQLObject 0.9.8 (Old stable)
- system-config-printer 1.0.12 (Stable)
- Word War vi 0.23
- BAIK 3.0
- BitNami Joomla! Stack 1.5.8-0
- BitNami phpBB Stack 3.0.3-0
- TCExam 7.0.001
- TCPDF 4.3.006 (PHP5)
- TCPDF 4.3.006 (PHP4)
- NTFS-3G 1.5130

BEST OF BREED

SecurityFocus
- News: Microsoft hopes free security means less malware
- News: Researchers find more flaws in wireless security
- News: Secure hash competition kicks off
- News: You don't know (click)jack
- Brief: Nearly all PCs run vulnerable software, firm says
- Brief: Apple nixes antivirus recommendation
- Brief: Retroactive immunity for spying goes on trial
- Brief: Apple "encourages" antivirus defense for Macs
- News: Online payment site hijacked by crime gang
- News: TJX employee fired for exposing shoddy security

Linux.com :: Features
- Go-OO: The best office suite you never knew you used
- Installing Ruby on Rails in Linux
- Quickly share your screenshots with JShot
- Indian GNU/Linux advocate and independent FOSS consultant Raj Mathur (video)
- KNDISwrapper is half-done, but far from half-baked
- Bidirectional filesystem syncing - DirSync Pro vs. Unison
- Browse all your source code revisions with ViewVC
- Three graphical mount managers
- Keeping an eye on your network with PasTmon
- Keeping tabs on your network traffic

Slashdot
- Nintendo's Miyamoto On Innovation, Wii Ambitions
- Next G8 President Wants To "Regulate the Internet"
-