posted 8 days ago on freecode
FreeIPMI provides in-band and out-of-band IPMI software based on the IPMI v1.5/2.0 specification. It has a number of useful features for large HPC or cluster environments.Release Notes: This release fixes a critical bug through which sensor values of OEM sensors could be output incorrectly. Tags: Monitoring, Software Development, Libraries, Hardware, Systems Administration, Diagnostics, Clustering/Distributed Networks, Networking, Hardware Watchdog Licenses: GPL

Read More...
posted 8 days ago on freecode
License4J is a total solution for software product licensing. It provides Java libraries and GUI tools for generating and validating license keys, license text, and floating license files. It is designed to be easy to use and integrate in your application. A License Manager GUI is provided for generating and storing licenses, and a Floating License Server can host and serve created floating licenses. An Online.License4J System allows single or multiple license activations to be defined. It also supports license generation through HTTP post either from a payment processor or a custom script.Release Notes: Licenses are now stored in a database. Derby, MySQL, PostgreSQL, and MS SQL Server are supported. License template support was added. A new license type was implemented: basic 25 character license keys. Auto license generation through the HTTP post method is supported. A license activation feature is now available with the Online.License4J system. Products and product categories can be created. Searching for any license string is now possible The GUI was completely changed for easy navigation between products. The runtime and development library were changed for easy integration. All generated license text is now encrypted. Tags: License management, software licensing, license manager Licenses: Proprietary (free trial)

Read More...
posted 8 days ago on freecode
Cego-DBD implements a Perl DBD driver for the Cego database system.Release Notes: This release adds adaptations for the renamed lfcbase class. Tags: Database, API Licenses: GPL

Read More...
posted 8 days ago on freecode
i18nspector is a tool for checking translation templates (POT), message catalogues (PO), and compiled message catalogues (MO) files for common problems. These files are used by the GNU gettext translation functions and tools in many different development environments.Release Notes: Checking for inconsistent leading/trailing newlines in messages has been added. Licenses: MIT/X

Read More...
posted 8 days ago on freecode
The aim of this project is to create a free (open source, OS independent) remake of the classic SSI game Imperialism. While the spirit and many concepts of the original should be preserved, it should not become a pure copy but advance the concept in a sense that modern elements of strategic games are included, e.g. of the Civilization series. The game is written in Java using Swing for the user interface. The philosophy is to keep it as simple as possible, use standard/well tested libraries wherever possible and to demand clean, understandable code.Release Notes: A nicer start screen was included. Release Tags: Alpha Tags: Strategy game, Turn Based Strategy, Java, Imperialism, remake Licenses: GPLv3

Read More...
posted 8 days ago on freecode
SpaceZero is a RTS 2D space combat game for two players over a network. The objective is to conquer the space, defeating all enemies. At the starting point, you have only one ship and one planet, but you have money to buy more ships to conquer more planets. All the ships can be controlled by the computer (automatic mode) or by the player (manual mode). You can easily change among your ships, controlling all of them independently.Release Notes: This major release added random planet names, statistics, air resistance, new explosions, and new ships models for pirates. It is now possible to select ships in space. New enemyknown and pirates options were added. AI was improved with order RETREAT n, and reviewed missile AI and attacks. A new "M31" background music theme was added. There were also other minor enhancements. Release Tags: Major Tags: Space, Strategy game, RTS, Games/Entertainment, Games, Real Time Strategy Licenses: GPLv3

Read More...
posted 8 days ago on freecode
xombrero is a minimalist's Web browser. It strives to be vi-like and is suited for heavy keyboard users.Release Notes: A privacy leak caused by use of a separate gnutls TLS connection to grab remote HTTPS certificates which ignored http_proxy was fixed. Threading was disabled/removed since the gnutls sideband thread is no longer necessary. A command for incrementing and decrementing page numbers in URLs was added. An enable_cache setting was added (disabled by default). Some memory leaks were fixed along with some warnings and bugs caused by GTK+ 3.8. Initial OS X build support was added. There were various Makefile fixes for all platforms, and a typo in the man page was corrected. Tags: browser, minimalistic, WebKit, GTK+, Web Browser Licenses: ISC

Read More...
posted 8 days ago on freecode
4MLinux is a miniature Linux distribution focusing on four capabilities: maintenance (by using it as a system rescue live CD), multimedia (for example, for playing video DVDs), miniserver (using the inetd daemon), and mystery (meaning console games).Release Notes: This is a core system (about 5 MB in size) for the 4MLinux 6.1 series. The system includes: Linux 3.9.0, glibc 2.16, and Busybox 1.20.2. All 4MLinux 6.1 applications have been compiled under Fedora 18 (x86/32-bit/SMP) with GNU Compiler Collection 4.7.2. Tags: Linux distribution, Live-CD, system, rescue, Console, Server, multimedia, Games - Linux, X windows Licenses: GPLv3

Read More...
posted 8 days ago on freecode
Cego implements a relational and transactional database system with support for the SQL query language. The current release contains the most common database features for basic table manipulation and data retrieval. Indexes, foreign keys, views, and stored procedures are also implemented. Future releases (2.0 and above) will support a multi-node database concept with log file shipping for an automatic database application failover.Release Notes: This release adds shared library version information and an adaptation for the renamed lfcbase library. Tags: Database, Front-Ends, Database Engines/Servers Licenses: GPL

Read More...
posted 8 days ago on freecode
Shotwell is a photo organizer designed for the GNOME desktop environment. It allows you to import photos from your camera, view and edit them, and share them with others.Release Notes: A critical issue where Shotwell closed unexpectedly when working with RAW photos in direct-edit mode was fixed. The Facebook Connector now recovers smoothly from type 7 errors. EXIF-oriented photos uploaded to Facebook now appear in their correct orientation, even when the strip metadata option is turned on in the Facebook Connector. An issue where incorrect view filter settings were applied on tag and event pages was fixed. The Camera Developer is now disabled for RAW images that lack a suitable paired or embedded JPEG. Translations for many languages were updated. There were assorted smaller bugfixes. Tags: Photo organizer Licenses: LGPL

Read More...
posted 8 days ago on freecode
Knotter is a highly configurable interlace designer. Interlace patterns are a kind of design historically used as a decorations in many places and by different cultures (some examples are Celtic knotworks and Islamic interlaces). Knotter aims to allow its user to design such patterns in an intuitive way and to provide easy ways to integrate the result into external general-purpose graphic software. For this purpose, designs created within Knotter can be saved in a custom human-readable format and exported as Scalable Vector Graphics and in a wide number of raster image formats.Release Notes: Knotter 0.9.0 has been completely rewritten from scratch. The user interface is now more friendly and flexible, it's easier to navigate the canvas, and there is a more advance color dialog. It's now possible to assign a color to each rope in the knot. This release also contains several bugfixes and performance improvements. Tags: Graphics editor Licenses: GPLv3

Read More...
posted 8 days ago on freecode
cvs-fast-export analyzes a collection of RCS files in a CVS repository (or outside of one) and, when possible, emits an equivalent history in the form of a fast-import stream. Not all possible histories can be rendered this way, and the program tries to emit useful warnings when it can't. The program can also produce a visualization of the resulting commit DAG in the DOT format handled by the graphviz suite. Release Notes: Buggy handling of the -k option was fixed. --remote (-e) and --stripprefix (-s) options were added. A recursion overflow on very large repos has been avoided. The fast-import stream ops are now emitted in the same order git uses. Tags: Version Control, CVS, RCS, git, fast export Licenses: GPL

Read More...
posted 8 days ago on freecode
Yote is a server and set of libraries which connect JavaScript objects to backend objects using JSON RPC. It is composed of an HTTP server, a set of JavaScript libraries, and a set of Perl libraries. Yote objects are container objects connected together in a graph branching off from a root node. They are automatically loaded and saved as needed so that only a portion of the graph is in memory at one time. An account and app infrastructure are provided. Each call to the server automatically syncs the objects in the client side cache. Security is handled on the server side, which tracks which client is allowed what data and calls. Release Notes: This release has a bugfix for the sqlite configuration settings. Release Tags: Minor Tags: rpc, JavaScript, Perl, jQuery Licenses: Perl

Read More...
posted 8 days ago on freecode
Aspose.Email for Java is a Java component for reading and writing Microsoft Outlook MSG files without using Outlook. It can create and update MSG files, and retrieve properties such as subject, body, recipients, attachments, sender information, MAPI properties. It can be used with Web or desktop applications.Release Notes: This release supports adding contacts, notes, tasks, calendar, and journal items to PST files in the same way as messages are added to PST. It fixes a number of bugs reported by customers and users, issues related to email conversion to other formats such as MHTML, saving images from a VCard, processing ICS files, creating PSTs with a large number of email messages, saving attachments from a message using stream, and some exceptions. Tags: Outlook Message files Licenses: Proprietary

Read More...
posted 8 days ago on freecode
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, digital signatures, and encryption.Release Notes: The PHP logic has been removed from configuration files and the tcpdf_autoconfig.php file has been added to automatically set missing configuration values. Tags: Software Development, Libraries, php classes, Text Processing Licenses: LGPL

Read More...
posted 8 days ago on freecode
filegive easily sends files point-to-point, with authentication and ciphering, with no software requirements on the receiving side. No third party server is involved in the transfer. Release Notes: This release adds the feature of receiving files, too, providing a URL at which the sender can upload a file using only a Web browser. Release Tags: Stable Tags: P2P, send, file, fileserver Licenses: AGPLv3+

Read More...
posted 8 days ago on freecode
RCP100 is a modular router control plane for Linux platforms. It can be used as a standalone router, or it can be deployed as an embedded router in a virtualized environment. The modular architecture allows rapid introduction of new features and functionality, including support for custom hardware. It features a command line interface, Web interface, Telnet, FTP, and TFTP access, an NTP client and server, a DNS proxy cache, a DHCP relay, static routes, blackhole routes, static ARP, proxy ARP, RIP version 2 (RFC 2082, RFC 2453), OSPF version 2 (RFC 2328), and Access Control Lists.Release Notes: This release adds DHCP server support, login banner support, and a number of bugfixes. Release Tags: beta testing Tags: Networking Licenses: GPL v2 Or Later

Read More...
posted 8 days ago on freecode
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.Release Notes: The underlying GNU/Linux operating system was upgraded. This release is based on the Debian Sid repository (as of 2013/May/15). DRBL was updated to 2.4.10-drbl1, and Clonezilla was updated to 3.3.45-drbl1. Linux kernel was updated to 3.8.12-1. Package partclone was updated to 0.2.60. Package GParted was updated to 0.16.1. Package syslinux was updated to 5.01. Release Tags: Major feature enhancements and minor bugfixes

Read More...
posted 8 days ago on freecode
Black Hole Solitaire Solver solves layouts of the "Black Hole" and "All in a Row" card solitaire games. Release Notes: This release includes the NEWS file, the --help flag, and, most importantly, the --display-boards flag, which displays the intermediate board layouts after every move. Release Tags: Beta Tags: solitaire, automated, solver, Games, cards Licenses: MIT/X

Read More...
posted 8 days ago on freecode
Paludis is a package manager for Gentoo (and derived distributions) and Exherbo. It consists of a core library and a number of console-based clients. Package formats supported include Gentoo ebuilds and kdebuilds (as defined by the Package Manager Specification), the Exherbo exheres-0 format, and various miscellaneous utility pseudo-formats for managing accounts, unwritten and unavailable packages, and packages for which no package exists. Release Notes: This release tweaks "cave resolve" output to add blank lines, supports libarchive 3.1.2, and adds compatibility fixes for GCC 4.8. Tags: Software Distribution, Software Distribution Tools Licenses: GPL

Read More...
posted 8 days ago on freecode
JDAL is a Java library which aims to help developers make database applications easily using Spring Framework and Hibernate, JPA, or IBatis ORMs. It supports generic DAOs and ready-to-use UI Components with server-side pagination and sorting. Release Notes: This release adds a spring custom namespace for the jdal-core and jdal-swing libraries. Release Tags: Stable Tags: data binding, Java, Swing, Java Libraries, vaadin, dao Licenses: Apache 2.0

Read More...
posted 8 days ago on freecode
Blue Mind is a messaging and collaboration platform. It offers scalable shared messaging, calendars and contacts with advanced mobility (iPhone, iPad, Android, etc.), and Outlook and Thunderbird connectivity support. Designed with simplicity as a goal, it uses Web 2.0 technologies with a Javascrit UI, offline Web capability, and a Web-services-oriented pluggable architecture. Release Notes: This is the first 2.0 stable release. It brings numerous major features, including a new webmail UI, native integration of the Blue Mind Calendar as a Thunderbird tab, native support of High Availability with graphical installation, incremental and versioning backups, hierarchical storage management, domain calendars and addressbooks, advanced identities management with identities on shared mailboxes, domain and shared mailboxes SIEVE filters, and improved Web storage (local, session, indexedb, and websql) support with automatic selection. The Spanish and Slovak languages have been added. Release Tags: 2.0, Stable Tags: messaging, Email, Calendar, groupware Licenses: GPLv3

Read More...
posted 8 days ago on freecode
Atratus runs binaries built on Linux on WIndows. It is a system call translator similar to UML (User Mode Linux). It can run some games and busybox utilities.Release Notes: Tab completion in the shell now works well, and wget can download files from an HTTP server. openat(), sendto(), and recvfrom() syscalls are now implemented. Tags: emulation, Compatibility, Windows support Licenses: LGPL

Read More...
posted 8 days ago on freecode
Clzip is a lossless data compressor based on the LZMA algorithm, with very safe integrity checking and a user interface similar to that of gzip or bzip2. Clzip decompresses almost as fast as gzip and compresses better than bzip2, which makes it well suited for software distribution and data archiving. Clzip uses the lzip file format; the files produced by clzip are fully compatible with lzip-1.4 or newer, and can be rescued with lziprecover. Clzip is, in fact, a C language implementation of lzip, intended for embedded devices or systems lacking a C++ compiler.Release Notes: Decompression time has been reduced by 1%. The file version is now shown only if verbosity >= 4. The option "-n, --threads" is now accepted and ignored for compatibility with plzip. "configure" now accepts options with a separate argument. Release Tags: Development Tags: Archiving, Compression Licenses: GPLv3+

Read More...
posted 9 days ago on freecode
Rikulo Stream is a Dart Web server for building fast and scalable Internet applications. It uses an event-driven and asynchronous I/O model to maximize scalability. It supports URI mapping/filtering, template technology, file-based static resources, and an MVC design pattern.Release Notes: The json tag was introduced. A few minor bugs were fixed. Release Tags: Minor Tags: dart, web server, Asynchronous I/O, event-driven, Rikulo Licenses: Apache License 2.0

Read More...