Download List

Projeto Descrição

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.

2005-01-18 02:22
0.1.9

O ficheiro do repositório Luau agora oferece suporte a pré-definição de espelhos através do uso da marca <mirror-list>, de modo que um não precisa mais relist cada espelho de uma liberação de arquivos está disponível na Internet, sempre que uma nova versão do software é liberado. Espelho URLs também podem ser especificados para um grupo de pacotes usando o "espelho novo atributo" url com a nova marca <package-group>. Outros atributos, como tamanho, arquivo, tipo de pacote, e soma MD5 também pode ser especificado para vários arquivos de uma só vez usando a tag <package-group>. Além disso, vazamentos de memória e muitos outros pequenos bugs foram corrigidos.
Tags: Minor feature enhancements
The Luau repository file now supports pre-definition of mirrors through the use of the &lt;mirror-list&gt; tag, so that one no longer needs to relist every mirror a file release is available on whenever a new software version is released. Mirror URLs can also be specified for a group of packages using the new "mirror-url" attribute with the new &lt;package-group&gt; tag. Other attributes, such as size, filename, package type, and MD5 sum can also be specified for several files at once using the &lt;package-group&gt; tag. In addition, many memory leaks and other minor bugs were fixed.

2005-01-07 06:25
0.1.8

Esta é uma liberação gradual, com apenas alguns bugs corrigidos e suporte preliminar para as atualizações que vem para o formato XML. Especificamente, os sistemas sem a função de extensão get_current_dir_name GNU agora são fornecidas uma função de substituição para os apoiar. Os comentários XML são reconhecidos e ignorados. Finalmente, as tags XML não reconhecido agora resultar em uma mensagem de depuração em vez de uma mensagem de erro. A API pública não mudou.
Tags: Minor bugfixes
This is an incremental release, with just a few bugfixes and
preliminary support for the coming updates to the XML
format. Specifically, systems without the GNU extension
function get_current_dir_name are now provided a
replacement function to support them. XML comments are
now recognized and ignored. Finally, unrecognized XML tags
now result in a debugging message rather than an error
message. The public API has not changed.

2004-06-14 03:16
0.1.7

Nesta versão, o formato XML repositório foi atualizado novamente para incluir meta-dados sobre o programa que ele descreve. Isto permite-luau-registo (com a adição do "- a partir de arquivo" e "- de-url" opções) para ser alimentado em um arquivo de repositório Luau e registrá-lo automaticamente com o banco de Luau. O formato da data também foi atualizada em conformidade com a ISO-8601, ou seja, eles são especificados como "AAAA-MM-DD" ao invés de "MM / DD / AAAA". Finalmente, a facilidade de saída de erro foi redesenhado para trabalhar com saída GLib de erro de quadro.
Tags: Major feature enhancements
In this release, the XML repository format has been updated once again to include meta-data about the program it describes. This allows luau-register (with the addition of the "--from-file" and "--from-url" options) to be fed in a Luau repository file and automatically register it with the Luau database. The date format has also been updated to conform with the ISO-8601 format; that is, they are now specified as "YYYY-MM-DD" instead of "MM/DD/YYYY". Finally, the error output facility has been redesigned to work with GLib's error output framework.

2004-03-15 01:10
0.1.6

O formato XML foi reformulado nesta versão para acomodar mudanças no foco do projeto - especificamente, a agir mais como um repositório de software "que apenas atualiza uma base de dados. O arquivo XML novo exemplo está disponível no site, e um luau "repositório" DTD foi feita para descrever o novo formato.
Tags: Minor feature enhancements
The XML format has been reworked in this release to accommodate changes in the focus of the project -- specifically, to act more as a "software repository" than just an updates database. The new XML example file is available at the Web site, and a "luau-repository" DTD has been made to describe the new format.

2004-02-23 02:23
0.1.5

Esta versão traz um novo suporte para segmentação através da biblioteca gthreads (que faz parte da glib). Ele separa o apoio do banco de dados da biblioteca de base (libuau) em uma nova biblioteca (libuau-db). O significado disso é que os programas só confiando em libuau deixará de depender também da libdb que tinha alguns problemas de compatibilidade ao distribuir binários. Você também tem a escolha de apenas libuau da instalação, e, portanto, não instalar qualquer das bases de dados ou suporte de dados, mas isso não é recomendado. Houve também diversas correções de bugs.
Tags: Major feature enhancements
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.

Project Resources