RESTORE is an enterprise network backup andrecovery solution for Windows, Novell, Mac OS X(data fork), Unix, and Linux systems. It isscalable to a complete backup solution formultiple workstations, servers, and data centers.It operates over local area networks, wide areanetworks, and the Internet.License:GNU General Public License v2Changes:A script to help bring back eth0 on initialinstallation was added. The VM was shrunk to lessthan 230 megabytes. Some minor bugs were fixed.
Pentabarf is conference planning software writtenin Ruby (using the Rails framework) and PL/pgSQL.License:GNU General Public License v2Changes:There have been various database changes. Thesurrogate keys from the event_role table andevent_role_state table have been removed. The testcases have been expanded. Various bugs have beenfixed.
Terminal Mixer allows sharing the stdin/out/err ofa process through a Unix socket, TCP, or rawethernet (the latter only on Linux). It allowssharing a pseudo-terminal as well, forterminal-aware applications. The users can beallowed only to watch, or even to contribute. Youcan run your favourite 'vim' or 'bash' and accessit remotely, even with multiple users using them.License:GNU General Public License v2Changes:A tm client in terminal mode allows "~~." to beused for closing the client. Debugging data may bedumped to /tmp/dump.txt using -D. xterm resizemanagement was improved. Character passing in"terminal mode" (emacs and vim work perfectly) wasimproved. The nohup option works better, doing thesame as coreutils' nohup does.
white_dune is a graphical VRML97 editor, simpleNURBS/Superformula 3D modeller and animation tool.VRML97 (Virtual Reality Modeling Language) is theISO standard for displaying 3D data over the Webvia browser plugins ("HTML for realtime 3D"). It has support for animation, real-time interaction, and multimedia (images, movies, and sounds). white_dune can read, create and display VRML97 files and let the user changethe scenegraph/fields. It also has support forstereoscopic view via "quadbuffer"-capable stereovisuals, and support for 3D input devices like ajoystick, spaceball, or magnetic tracker.License:GNU General Public License (GPL)Changes:A crash which occurred before showing an errormessage when detecting unsupported VRML1 files wasfixed. A crash which occurred before showing anerror message when detecting unsupported nodes wasfixed. A missing sceneview update whentriangulating a IndexedFaceSet node was fixed.
CPAN+changelog.pl is a wrapper script for the CPANPerl module. It adds ChangeLog and BuildLogfunctionality. A ChangeLog allows an administratorto better decide if and when a module from CPANshould be upgraded. A BuildLog helps answerquestions like, "When was module Foo installed?"or, "Were there any warnings when compiling Bar?"License:Other/Proprietary License with SourceChanges:The script did not work well with distributionfile names that have a "v" before the versionnumber.
pxlib is a simple and small C library for reading and writingParadox DB files. It supports all versions starting from 3.0. It currently has a very limited set of functions, like opening a DB file, reading its header, and reading every single record. It can also extract blob data and write it to a file. Support for writing Paradox DB files is still very experimental.License:GNU General Public License (GPL)Changes:This is the first version that runs on Win32.
AjaXplorer is an easy-to-install file explorer forremotely managing files on a Web server. Its richGUI makes it accessible to any end-user. Its mainfeatures are common file actions (uploading,downloading, moving, renaming, etc.), online fileediting, image preview, a bookmarks system, andmore. It requires PHP to run and FTP access onlyfor installation.License:GNU Lesser General Public License (LGPL)Changes:Thumbnails of images are now displayed. A MacFirefox problem was fixed. Broken functionnalityin v2.0 1809297 was fixed. The GUI no longerbreaks when resizing the window to a size that istoo small. The bookmark bar is no longer ruined bytoo many bookmarks.
mxGraph is a JavaScript library that uses built-inbrowser capabilities to provide an interactivedrawing and diagramming solution. Targetapplications are Web based applications thatrequire workflow/BPM, diagram, network, or generalgraph editing to be available in-place on a Webpage.License:Free for non-commercial useChanges:This release adds many more fine-grained events,with existing events being renamed. The mxWindowis now resizable and layouts bubble up through thegroup structure. A large number of minor fixeshave been made and many hook methods were added toallow better granularity for overridingfunctionality. New examples have been added,demonstrating automatic layouting of workflowswimlanes, easy addition of new elements to thetoolbar, varying user permissions, and labelwrapping for vertices.
smb4php is a Samba stream wrapper for PHP toaccess files and folders shared by an SMB serverin a transparent way. You will be able to usefopen, fclose, fwrite, fgets, opendir, readdir,unlink, etc. using an URL beginning with "smb://".License:GNU Lesser General Public License (LGPL)Changes:Support was added for more file open modes(r+,w+,a,a+,x,x+) and the file_get_contents andfile_put_contents PHP functions.
The ATLAS (Automatically Tuned Linear Algebra Software) project is an ongoing research effort focusing on applying empirical techniques in order to provide portable performance. It provides C and Fortran77 interfaces to a portably efficient BLAS implementation, as well as a few routines from LAPACK. License:BSD License (original)Changes:The configure script was updated to handle AIX64-bit flags automatically. The PowerPC ABIsection in atlas_contrib was expanded andcorrected. PowerPC assembly kernels were fixed towork under AIX for 64-bit and 32-bit ABIs. Thedocumentation was updated and extended. F77testing wrappers were extended. configure supportand flags for G4 were added. Architecture defaultswere added for Pentium III, G4, HAMMER32SSE3, andHAMMER32SSE2.
Genius is an arbitrary precision integer and multiple precision floating point calculator. It includes its own programming language similar in some aspects to C, bc, or Pascal. It can deal with rational numbers and complex numbers. It has matrix support as well. It uses the gmp library so it is very fast for calculations of large numbers. It has a command line and a GNOME interface. The GNOME interface supports plotting functions and 3D surfaces.License:GNU General Public License (GPL)Changes:Internal MPFR was dropped. Some important bugswere fixed. Some functions were added. Thedocumentation was updated.
Hv3 is a Web browser that uses Tkhtml 3 as itsrendering engine. It supports almost all CSS 1.0and some CSS 2.1, HTML (frames and regulardocuments), tabbed browsing, and many image types.Development is done using Tcl/Tk and C.License:BSD License (original)Changes:This release fixes many of the long-standingperformance problems in Hv3. It also adds supportfor wrapping CJK text and a brand new bookmarksmanager that integrates full-text search.
C++ Sockets is a cross-platform C++ wrapper forBSD-style sockets. It implements the TCP, UDP,ICMP, and SCTP transport layer protocols.Implemented application layer protocols areHTTP/HTTPS (using OpenSSL), SMTP (server), andAjp/1.3 (server). Features include transparentSOCKS4 client support and asynchronous DNS.Included in the library are a number of HTTPclient functions such as GET/PUT/POST, and alsoWeb server framework components.License:GNU General Public License (GPL)Changes:ajp/1.3 protocol support was added where eachincoming request results in an"Exec(Request,Response)" call. Bugs were fixed inTcpSocket (output buffering failed under specialcircumstances) and HTTPSocket (HTTP/1.0 andnon-keepalive request now works again). The eventhandling code was made a bit safer (a crash bugwas fixed).
PeaZip is a cross platform, desktop neutral archiver tool that supports 7Z, 7-Zip sfx, BZ2/TBZ2, GZ/TGZ, PAQ, PEA, QUAD, split, TAR, and ZIP. It can also browse and extract ACE, ARJ, CAB, CHM, CPIO, DEB, ISO, JAR/EAR/WAR, LHA, LZH, NSIS installers, OOo files, PET/PUP, RAR, RPM, SLP, and Z. The program features support for multi-volume spanning and encryption and integration with freedesktop.org-compliant environments such as GNOME and KDE.License:GNU Lesser General Public License (LGPL)Changes:A new theme and an improved UI were added. Thep7zip frontend was updated to 4.55 version. Thegraphic wrapper can now pause and resume jobs andchange priority. A new file wipe function wasadded for secure file deletion.