fmII
Wed, Dec 03rd home | browse | articles | contact | chat | submit | faq | newsletter | about | stats | scoop 19:45 UTC
in
Section
login «
register «
recover password «

 Detect Library 0.9.99
 by futility - Wed, Dec 3rd 2008 18:14 UTC

About: Detect Library can be used in any program that needs to perform hardware detection. Its API (in C) is very easy to learn and use. It can detect many devices like bridges, CPUs, network cards, floppy drives, ISDN cards, parallel ports, printers, scanners, and tapes on many busses like PCMCIA, PCI, USB, and SCSI.

Changes: A new framework. Speed has been greatly improved. No need to be root anymore to use it. Use of cmake. Functions to get detection information. Many fixes.

 Categories Focus License URLs
Software Development :: Libraries Major feature enhancements GNU General Public License v2 Homepage Tar/BZ2 Subscribe Ignore Rate


 ipt_ACCOUNT 1.14
 by intra2net - Wed, Dec 3rd 2008 18:11 UTC

About: ipt_ACCOUNT is a local network accounting system for the Linux netfilter/iptables system.

Changes: Support for kernel 2.6.27 was added.

 Categories Focus License URLs
System :: Networking
System :: Operating System Kernels :: Linux
Minor feature enhancements GNU General Public License (GPL) Homepage Tar/GZ Subscribe Ignore Rate


 SiSU 0.70.0
 by Ralph Amissah - Wed, Dec 3rd 2008 18:09 UTC

About: SiSU (Structured information, Serialized Units) is a lightweight markup based, text structuring and publishing framework (that features granular search). With minimal markup of a plaintext file, it produces: plain-text, HTML, XHTML, XML, ODF, LaTeX, PDF, and populates an SQL database at an object/paragraph level for granular searches. Prepare documents using your text editor of choice, then use SiSU to generate the desired output formats. SiSU is controlled from the command line.

 Categories Focus License URLs
Database
Information Management
Information Management :: Document Repositories
N/A GNU General Public License v3 Homepage Tar/GZ Changelog Subscribe Ignore Rate


 StorYBook 2.1.9
 by Martin Mustun - Wed, Dec 3rd 2008 18:09 UTC

About: StorYBook is a scene-based program for creative writers, novelists, and authors that helps to keep the overview over the strands while writing a book, a novel, or a story. It assists you in structuring your book.

Changes: Undo and redo are supported for text areas and text fields. The program was translated into Greek. The object tree has been improved. The bug "Export of Character List fails" has been fixed. The French translation has been completed.

 Categories Focus License URLs
Documentation
Text Editors :: Documentation
Minor feature enhancements GNU General Public License v3 Homepage Subscribe Ignore Rate


 DRBL 1.9.2-19 (Stable)
 by Steven - Wed, Dec 3rd 2008 18:07 UTC

About: Diskless Remote Boot in Linux (DRBL) provides a diskless or systemless environment for client machines. It works on Debian, Mandriva, Red Hat, Fedora, and SuSE. Unlike LTSP, it uses distributed hardware resources and makes it possible for clients to fully access local hardware. It also includes Clonezilla, a partitioning and disk cloning utility similar to Symantec Ghost.

Changes: Support for Ubuntu 8.10 and Mandriva 2009.0. New upstream memtest86+ 2.10. Some bugs were fixed.

Focus License URLs
Major feature enhancements GNU General Public License (GPL) Homepage Tar/BZ2 Changelog Subscribe Ignore Rate Hosted on SourceForge.net


 YourKit Java Profiler 8.0-build4030 (EAP)
 by YourKit Team - Wed, Dec 3rd 2008 18:06 UTC

About: YourKit Java Profiler is a CPU and memory profiler that makes it easy to solve wide range of CPU- and memory-related performance problems. It features automatic leak detection, powerful tools for the analysis of memory distribution, an object heap browser, comprehensive memory tests as part of your JUnit testing process, extremely low profiling overhead, transparent deobfuscation support, and integration with Eclipse, JBuilder, IntelliJ IDEA, NetBeans, and JDeveloper IDEs.

Changes: A command line tool for controlling profiled applications was implemented. New memory inspection "non-serializable objects referenced from serializable objects" was added. It's possible to export views to zipped HTML. Native thread IDs are shown in the profiler UI. "Live" view with object allocations was implemented. A "Quick info" (Ctrl+Q) panel is available as a slave view. Snapshot comparison views have an option to see only positive or only negative differences.

 Categories Focus License URLs
Software Development
Software Development :: Debuggers
Software Development :: Quality Assurance
Major feature enhancements Free for non-commercial use Homepage Changelog Subscribe Ignore Rate


 UMLGraph 5.2
 by Diomidis Spinellis - Wed, Dec 3rd 2008 15:10 UTC

About: UMLGraph facilitates the declarative specification and drawing of UML class and sequence diagrams. One can specify a class design using the Java syntax complemented by Javadoc tags. Running the UmlGraph doclet on the specification generates a Graphviz diagram specification that can be automatically processed to create Postscript, GIF, SVG, JPEG, fig, or Framemaker drawings. Similarly, sequence diagrams are specified using declarative pic macros and compiled with the GNU plotutils pic2plot program into a PNG, PNM, (pseudo) GIF, SVG, AI, Postscript, CGM, FIG, PCL, HPGL, Regis, or TEK drawing.

Changes: This version corrects an exception when a dependency to an unknown class is specified. It also fixes a NullPointerException that occurred when no global options are available. It also corrects the case of the tools.jar filename in the umlgraph shell script.

 Categories Focus License URLs
Multimedia :: Graphics :: Editors :: Vector-Based
Software Development :: Documentation
Minor bugfixes BSD License (original) Homepage Tar/GZ Changelog Subscribe Ignore Rate


 Equalizer 0.6
 by eile - Wed, Dec 3rd 2008 15:08 UTC

About: Equalizer is a programming interface and resource management system for scalable OpenGL applications. An Equalizer application can run unmodified on any visualization system, from a single-GPU laptop to large scale graphics clusters and shared memory visualization systems. Equalizer is build from ground up as a parallel, scalable programming interface, solving the common problems for any multi-GPU application.

Changes: 2D and DB load-balancing, support for time-multiplex compounds, a statistics overlay, and ParaComp integration were added.

 Categories Focus License URLs
Multimedia :: Graphics :: 3D Rendering
Multimedia :: Graphics :: Viewers
Scientific/Engineering :: Visualization
Major feature enhancements GNU Lesser General Public License (LGPL) Homepage Tar/GZ Changelog Subscribe Ignore Rate


 Qore Programming Language 0.7.2
 by David Nichols - Wed, Dec 3rd 2008 15:08 UTC

About: Qore is a modular, multi-threaded, SQL-integrated, weakly-typed scripting language with procedural and object-oriented features, powerful and easy-to-use data types, structures, and operators, and a clean and easy-to-learn/read syntax. Qore supports safe signal handling, exception handling and exception-safe programming, XML and JSON integration as well as TLS/SSL socket support, HTTP, XML-RPC, JSON-RPC communication, easy date arithmetic, strong encryption, and deadlock detection. It was designed for SMP scalability.

Changes: This release fixes eight crashing bugs and addresses packaging issues from the previous release. Additionally, terminal attributes may be manipulated with the new TermIOS class and new File methods (with the stdin, stdout, and sterrr constants). The Socket class now supports timeouts on connect*() methods. The File class was extended to support event generation and non-blocking reads. A Portfile is available for MacPorts, supporting building Universal binaries.

 Categories Focus License URLs
Database
Software Development :: Interpreters
Major bugfixes GNU Lesser General Public License (LGPL) Homepage Tar/GZ Changelog Subscribe Ignore Rate


 LDView 4.0 Beta 1
 by Peter Bartfai - Wed, Dec 3rd 2008 15:04 UTC

About: LDView is a real-time 3D viewer for displaying LDraw models using hardware-accelerated 3D graphics.

Changes: Basic support for steps was added. Basic means that rotations and buffer exchanges aren't supported. POV export support was added, including LGEO support with separate XML files. MPD sub-model selection was added. Model tree view was added. SMP-awareness was implemented for conditional edges and sorted transparency. A native Cocoa version was added for Mac OS.

 Categories Focus License URLs
Multimedia :: Graphics :: Viewers Major feature enhancements GNU General Public License (GPL) Homepage Tar/GZ Changelog Subscribe Ignore Rate Hosted on SourceForge.net


 WiKID Strong Authentication System 3.2.7
 by nowen - Wed, Dec 3rd 2008 15:01 UTC

About: The WiKID Strong Authentication System is a highly scalable, secure two-factor authentication system. It is simple to implement and maintain, allows users to be validated automatically, requires no hardware tokens, has a simple API for application support (via Ruby, PHP, Java, COM, Python, etc.), supports multiple domains, and supports replication for fault tolerance and scalability. It also supports mutual /host and transaction authentication, wireless tokens only domains, locked tokens (to your PC), anti-keystroke logger keypad PIN entry, etc.

Changes: The database is now ensured to be stopped before running setup. The sudoers file was changed to allow sudo to work during boot. Improvements were made to scripts. A database connection leak in the passcode request block was fixed. Connections are now ensured to be properly wrapped for device initialization. Some general code cleanup was done.

 Categories Focus License URLs
Security
Security :: Cryptography
System :: Networking
Code cleanup GNU General Public License (GPL) Homepage Tar/GZ Subscribe Ignore Rate


 Digital Room Correction 3.0.1
 by Denis Sbragion - Wed, Dec 3rd 2008 15:01 UTC

About: DRC generates digital room correction FIR filters to be used within HiFi systems in conjunction with real time convolution engines like BruteFIR.

Changes: The Octave scripts have been reworked to make them compatible with version 3 of Octave. A new renormalization procedure, providing a reasonable extimation of clipping levels, has been added. Many minor bugs have been fixed.

 Categories Focus License URLs
Multimedia :: Sound/Audio :: Analysis Minor bugfixes GNU General Public License (GPL) Homepage Tar/GZ Subscribe Ignore Rate Hosted on SourceForge.net


 Diffuse 0.2.15
 by Derrick Moser - Wed, Dec 3rd 2008 14:58 UTC

About: Diffuse is a graphical tool for comparing and merging text files. It can work with many revision control systems as a diff viewer or merge tool. Diffuse is able to compare an arbitrary number of files side-by-side (n-way merge), and gives the user the ability to manually correct line matching and directly edit the files.

Changes: This release focused on user interface polish. Panes and tabs can now be manually reorganized and window scrolling is now smoother. Diffuse will now request confirmation before writing over changed files. The behavior of the tab key can now be customized and the home/end keys may now be used in line editing mode. New menu items and command options were added to select versions around a commit and to jump to particular lines. More file types are recognized for syntax highlighting. Several minor bugs were also fixed.

 Categories Focus License URLs
Software Development :: Version Control Minor feature enhancements GNU General Public License (GPL) Homepage Subscribe Ignore Rate Hosted on SourceForge.net


 ConTagged 0.6.4
 by Andreas Gohr - Wed, Dec 3rd 2008 12:35 UTC

About: ConTagged is a Web-based address book for small companies. It features a public address book which is writable for all company staff and a personal address book for each staff member. Contacts can be grouped and looked up flexibly by assigning tags to them. It requires an existing LDAP server to authenticate users and to store the contact data.

Changes: This release fixes several bugs and adds minor features like better error reporting, configurable search fields, callto:// links, and the option to disable private address books.

 Categories Focus License URLs
Communications :: Email :: Address Book
Information Management :: Records Management
Office/Business
Minor feature enhancements GNU General Public License (GPL) Homepage Tar/GZ Changelog Subscribe Ignore Rate


 gtkaml 0.2.2.2
 by b100dian - Wed, Dec 3rd 2008 12:34 UTC

About: gtkaml is an XML syntax and an XML parser that extends the Vala.Parser and transforms all your XML tags into a valid Gtk+ UI class. It features a compact XML syntax for describing the way Gtk widgets are laid out in a (new) custom widget you're creating. Code "islands" (written in Vala) are used for widget signal handling and other methods/signals/properties that you're introducing. It doesn't depend on an external library at run-time, and it is much more readable than the usual UI boilerplate.

Changes: Valacompiler was upgraded to 0.5.2.

 Categories Focus License URLs
Software Development :: Code Generators
Software Development :: Compilers
Minor feature enhancements GNU Lesser General Public License (LGPL) Homepage Tar/BZ2 Changelog Subscribe Ignore Rate


 libv4l 0.5.7
 by Moritz Barsnick - Wed, Dec 3rd 2008 12:34 UTC

About: libv4l is a collection of libraries that adds a thin abstraction layer on top of video4linux2 (V4L2) devices. The purpose of this layer is to make it easy for application writers to support a wide variety of devices without having to write separate code for different devices in the same class. It consists of 3 different libraries. libv4lconvert offers functions to convert from any (known) pixel format to V4l2_PIX_FMT_BGR24 or V4l2_PIX_FMT_YUV420. libv4l1 offers the (deprecated) v4l1 API on top of v4l2 devices, independent of the drivers for those devices supporting v4l1 compatibility (which many v4l2 drivers do not). libv4l2 offers the v4l2 API on top of v4l2 devices, while adding for the application transparent libv4lconvert conversion where necessary.

Changes: A nasty bug in the special try_fmt handling for UVC webcams was fixed. Upgrading is therefore recommended. Debug logging was enhanced.

 Categories Focus License URLs
Multimedia :: Video :: Capture
Software Development :: Libraries
System :: Hardware
Major bugfixes GNU Lesser General Public License (LGPL) Homepage Tar/GZ Changelog Subscribe Ignore Rate


 Expect-lite 3.1.5
 by Craig Miller - Wed, Dec 3rd 2008 12:32 UTC

About: Expect-lite is a wrapper for expect, created to make expect programming even easier. The wrapper permits the creation of expect script command files by using special character(s) at the beginning of each line to indicate the expect-lite action. Basic expect-lite scripts can be created by simply cutting and pasting text from a terminal window into a script, and adding '>' '

Changes: This version adds two new features. Based on a user request, User Defined Prompts have been added. This allows the setting of the prompt via a line. Expect-lite has always cooperated well with the bash shell. Now, via a five-line embedded bash script at the top of the expect-lite script, it can become executable with default arguments, and can even take GNU-style long option arguments.

 Categories Focus License URLs
Software Development :: Quality Assurance Minor feature enhancements BSD License (revised) Homepage Tar/GZ Subscribe Ignore Rate Hosted on SourceForge.net


 Netty 3.1.0.ALPHA2
 by Trustin Lee - Wed, Dec 3rd 2008 12:31 UTC

About: The Netty project is an effort to provide an asynchronous, event-driven network application framework and tools for rapid development of maintainable, high-performance, high-scalability protocol servers and clients. In other words, Netty is a NIO client server framework that enables quick and easy development of network applications such as protocol servers and clients. It simplifies and streamlines network programming such as TCP/IP socket servers.

Changes: Write buffer overflow prevention was made more robust and configurable. ChannelHandler can now be notified when it's added to or removed from a ChannelPipeline. ChannelGroup has been added to simplify a bulk operation on multiple Channels.

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


 Weasel GNU/Linux 2.0.2
 by Filip Brcic - Wed, Dec 3rd 2008 12:29 UTC

About: Weasel GNU/Linux is a KDE4-centric desktop distribution, using KDE 4.1.0. It is based on rPath Linux 2, which is based on RHEL 5.x. The core distribution is meant to be fairly stable, and the GUI is mostly bleeding-edge.

Changes: Several bugs were fixed, including the most critical one that prevented installation from being booted into KDE without kdelibs:devel installed.

 Categories Focus License URLs
System :: Operating System :: Linux Distributions Major bugfixes GNU General Public License v3 Homepage Changelog Subscribe Ignore Rate


 LibGKSu 0.0.1 (PolicyKit)
 by kov - Wed, Dec 3rd 2008 12:17 UTC

About: LibGKSu is a library from the gksu program that provides a simple API for using su and sudo in programs that need to execute tasks as other users. It provides X authentication facilities for running programs in a X session.

 Categories Focus License URLs
Software Development :: Libraries Initial freshmeat announcement GNU Lesser General Public License (LGPL) Homepage Tar/GZ Subscribe Ignore Rate


 allocPSA 1.5
 by Con Zymaris - Wed, Dec 3rd 2008 12:16 UTC

About: allocPSA is an online professional services automation solution. allocPSA is a suite of integrated applications designed for services-based organizations. It enables services organizations to improve staff efficiency through increased utilization of productive time, better planning, and integrated knowledge management.

Changes: A product sales module was added. Project data may be imported and exported to XML or CSV. Data can be changed (or deleted) across multiple tasks. Time tracking was improved. The task-comment email gateway was improved. Invoices were implemented.

 Categories Focus License URLs
Office/Business Major feature enhancements Affero General Public License Homepage Tar/GZ Changelog Subscribe Ignore Rate


 Pantheios 1.0.1 beta 174
 by Dr Proctor - Wed, Dec 3rd 2008 12:07 UTC

About: Pantheios is a C/C++ logging API library. It offers an optimal combination of complete type-safety, very high efficiency, genericity, and extensibility. It is simple to use and extend, highly portable (platform and compiler independent), and it upholds the C tradition of only paying for what you use. Pantheios supports logging of message statements of arbitrary complexity, consisting of heterogenous types. Pantheios supports filtering of log messages based on severity level.

Changes: This release fixes a defect whereby logputs() was not subject to severity filtering. The core/back-end dispatching was refactored so that logputs() calls go directly to the back-end. Three new test projects were added. Some previously deprecated files were removed.

 Categories Focus License URLs
Software Development :: Libraries
System :: Logging
Code cleanup BSD License (revised) Homepage Subscribe Ignore Rate


 APIviz 1.2.5.GA
 by Trustin Lee - Wed, Dec 3rd 2008 12:06 UTC

About: APIviz is a JavaDoc doclet which extends the Java standard doclet. It generates comprehensive UML-like class and package diagrams for quick understanding of the overall API structure.

Changes: The "-nopackagediagram" option was added, which disables the generation of the package diagram in the Javadoc overview summary page.

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


 Pasang Emas 1.1.1
 by Nor Jaidi Tuah - Wed, Dec 3rd 2008 12:05 UTC

About: Pasang Emas is an implementation of Pasang, a traditional two-player board game of Brunei. The game starts with a board full of tokens. The players take turn capturing these tokens. The player with the most tokens wins.

Changes: Race conditions that caused the demo to crash were fixed.

 Categories Focus License URLs
Games/Entertainment :: Turn Based Strategy Major bugfixes GNU General Public License v3 Homepage Tar/BZ2 Subscribe Ignore Rate Hosted on SourceForge.net


 Fotoxx 5.7
 by kornelix - Wed, Dec 3rd 2008 12:05 UTC

About: Fotoxx is a program for improving digital photos. Navigate large image collections using a pageable window of thumbnails. Create HDR (high dynamic range) images by combining bright and dark images to improve detail in both bright and dark areas. Create panoramas by joining overlapped images. Adjust brightness and color intensity independently for different underlying brightness levels. Rotate an image (level a tilted image or turn 90 degrees). Remove red eyes from electronic flash photos. Sharpen, resize, crop, reduce noise, and change color depth. Warp an image by dragging the mouse. Edit tags/keywords and search images by date or tags.

Changes: The selected area can be inverted so that subsequent edits modify all but the selected area. "Star" ratings can be assigned to images and you can search for images by star rating. The translation system was converted to use GNU gettext. The user guide was reorganized into a quick guide followed by the large document. A bug in the color-intensity function was corrected. A problem with slow mouse tracking (low graphics performance) was fixed.

 Categories Focus License URLs
Multimedia :: Graphics :: Editors
Multimedia :: Graphics :: Editors :: Raster-Based
Multimedia :: Graphics :: Viewers
Minor feature enhancements GNU General Public License (GPL) Homepage 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.87%
3. cdrtools 79.99%
4. Apache 73.92%
5. gcc 73.23%
6. VLC media player 68.09%
7. PHP 64.56%
8. TightVNC 59.66%
9. Clam AntiVirus 56.29%
10. PostgreSQL 55.66%

LATEST RELEASES

Wednesday
- 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
- Wt 2.2.2
- Simple CGI Hit Counter 1.00
- Otk 0.80
- FastFormat 0.2.1 (beta 1)
- Back In Time 0.8.12
- NoMachine NX 3.3.0-3 (Node)
- I2C Tools for Linux 3.0.2
- Sutekh 0.6.0 (Stable)
- Linux Test Project 20081130
- naraio 1_2_1_1
- EmForge 0.27
- erdlauncher 0.8
- ERDialog Web Framework 0.7
- Thyrd 0.2.0
- DBsight 2.0.5 (Upgrade)
- FOG 0.24
- TM++ 0.9.46
- Asymptote 1.54
- JBrownie 1.3
- Botan 1.7.24 (Development)
- RealtimeBlog 1.5
- NScripts 3.5
- ring3k 0.0.13

Sunday
- Veejay 1.4.3
- JOpt.SDK 2.2.7 (JOpt.J2EE)
- gFTP 2.0.19
- Yabause 0.9.8
- Kanatest 0.4.6
- Flickcurl 1.7
- convmv 1.13
- Paludis 0.32.0
- bnIRC 1.0
- p7zip 4.61
- 'Q' DVD-Author 1.6.0
- Eqonomize! 0.6
- Virtual MIDI Piano Keyboard 0.2.3
- Cyphesis 0.5.18
- Ctalk 0.0.89a
- PCI Utilities 3.0.3
- Apache SQL analyser 1.1
- xen-shell 1.9
- Zero Install Injector 0.37
- GLPI 0.71.3
- bdec 0.4.1
- Reverse Snowflake Joins 0.19
- Shared Scientific Toolbox in Java 1.05
- Coreboot 3782
- When 1.1.15
- J-Ben 1.2.2
- ERDmpd 0.8
- Bugzilla 3.2 (Stable)
- FBZX 2.0
- Webware for Python 1.0
- jQuery Timecloud 1.1
- dreambox-api 1.0
- Find 'Em All 1.1
- libmpd 0.17.0-beta1
- GraphicsMagick 1.3.2
- Gnome Music Player Client 0.17.0-beta1
- PowerDNS daemon 2.9.22-rc2 (Stable)
- msn-pecan 0.0.17
- gWaei 0.9.0
- Email 3.1.0
- libnetfilter_conntrack 0.0.98
- Openchart2 1.4.2
- rpm2html 1.9.7 (Development)
- GNUmed 0.3.8 (Stable)

Saturday
- GSQL 0.2.0
- V6scripts 20081129
- TEA for Linux 21.0.3
- Open Translation Engine 0.9.8
- VMware 2.5.1 (Player)
- VMware 6.5.1 (Workstation)
- aa2map 0.7.9

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: Apple nixes antivirus recommendation
- Brief: Retroactive immunity for spying goes on trial
- Brief: Apple "encourages" antivirus defense for Macs
- Brief: MySpace bullying trial ends in misdemeanors
- News: TJX employee fired for exposing shoddy security
- News: Thoughts of a Teenage Bot Master

Linux.com :: Features
- KNDISwrapper is half-done, but far from half-baked
- Bidirectional filesystem syncing - DirSync Pro vs. Unison
-