Télécharger la liste

Description du projet

libtrash is a shared library that implements a
trash can on GNU/Linux. When preloaded, it
intercepts calls to a series of GNU libc functions
and, instead of permanently destroying files,
moves them to a "trash can".

Système requise

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.

2008-01-23 17:35
3.2

Le script de configuration get_symbol_versions.py été mis à jour afin que les utilisateurs sont informés si une version plus récente de Python doit être installé (plutôt que de produire un message d'erreur cryptique). Il n'ya aucune raison pour les utilisateurs existants à niveau.
Tags: Stable, Minor bugfixes
The get_symbol_versions.py configuration script
was updated so that users are notified if a more
recent version of Python needs to be installed
(rather than producing a cryptic error message).
There is no reason for existing users to upgrade.

2007-12-27 20:33
3.1

Cette version met à jour la get_symbol_versions.py script de compilation pour que la version symbole utilisé pour chaque fonction enveloppé GNU libc est celle identifiée par "@ @" dans la sortie de 'readelf-s [chemin vers lib] ».
Tags: Stable, Minor feature enhancements
This release updates the get_symbol_versions.py build script so that the symbol version used for each wrapped GNU libc function is that identified with "@@" in the output of 'readelf -s [path to lib]'.

2007-12-04 22:22
3.0

Cette version corrige plusieurs bugs. Il change la façon dont il obtient des pointeurs vers les fonctions GNU libc (maintenant cela devrait fonctionner pour tout le monde). Soutien à la "ATFILE" famille de fonctions est maintenant décidé automatiquement au moment de la compilation (plutôt que d'avoir l'expérience utilisateur avec le paramètre). Une compilation vérifier l'heure pour un travail / proc a été ajoutée. Python est maintenant nécessaire d'installer (pour ne pas courir) libtrash.
Tags: Stable, Minor bugfixes
This release fixes several bugs. It changes the way it gets pointers to GNU libc functions (now it should work for everyone). Support for the "ATFILE" family of functions is now decided automatically at compile time (rather than having the user experiment with the setting). A compile-time check for a working /proc filesystem has been added. Python is now required to install (not to run) libtrash.

2007-12-03 04:38
2.9

Cette version corrige un bug mineur (présents uniquement lorsqu'il est compilé en mode debug) et supprime un précédent «correctif» qui se révèle problématique pour certains. Précédent utilisateurs doivent prendre note que la valeur par défaut d'une variable de configuration important (REMOVABLE_MEDIA_MOUNTPOINTS) a été mis à jour.
Tags: Stable, Minor bugfixes
This release fixes a minor bug (only present when compiled in DEBUG mode) and removes an earlier 'fix' that was proving problematic for some. Previous users should note that the default value of an important config variable (REMOVABLE_MEDIA_MOUNTPOINTS) has been updated.

2007-05-06 09:03
2.8

Un petit bug introduit dans la dernière version a été fixée. Un appel à log10 () n'avait pas été remplacé, bien que le programme ne sont plus des liens à la bibliothèque de mathématiques.
Tags: Stable, Minor bugfixes
A small bug introduced in the last version was
fixed. A call to log10() hadn't been replaced,
although the program no longer links against the
math library.

Project Resources