Download List

專案描述

Luau provides a backbone for disseminating software
updates throughout a software project's userbase. It
differs from other autoupdate solutions (eg. apt,
Red Hat Network) in that it works on a decentralized
basis: developers provide a "Luau Repository" file describing all currently available packages and updates which is then downloaded and interpreted by the client. It is also more flexible in that individual developers can distribute not only software updates but messages throughout the userbase, which can be used to inform users of important security updates, new software roadmaps, or anything else the developer thinks is important for users of the software package. Also provided is an X front-end ('luau-x') and a console-based front-end ('luau') that allow the user to check for and download or install updates for all supported software.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2004-02-23 02:23 Back to release list
0.1.5

This release features new support for threading via the gthreads library (which is part of glib). It separates the database support from the base library (libuau) into a new library (libuau-db). The significance of this is that programs only relying on libuau will no longer have to depend also on libdb, which had some compatibility problems when distributing binaries. You also have the choice of only installing libuau, and thus not installing any of the databases or database support, but this is not recommended. There have also been several bugfixes.
標籤: Major feature enhancements

Project Resources