# HG changeset patch # User Christophe Lincoln # Date 1203085953 -3600 # Node ID 26e8decc233dd586ec9fc87a8eaa161a35417e87 # Parent 57ee801d7242c86728aa677d916530b411f0386f Updated manual (list blocked + cat) changed release string to 1.8 diff -r 57ee801d7242 -r 26e8decc233d ChangeLog --- a/ChangeLog Fri Feb 15 13:50:17 2008 +0100 +++ b/ChangeLog Fri Feb 15 15:32:33 2008 +0100 @@ -1,3 +1,9 @@ +2008-02-15 Christophe Lincoln + + * Release - Tazpkg 1.8 + + Juste quelques petites améliorations et corrections. + 2008-02-06 Christophe Lincoln * Release - Tazpkg 1.7 diff -r 57ee801d7242 -r 26e8decc233d doc/tazpkg.html --- a/doc/tazpkg.html Fri Feb 15 13:50:17 2008 +0100 +++ b/doc/tazpkg.html Fri Feb 15 15:32:33 2008 +0100 @@ -67,11 +67,13 @@ d'afficher sur une colonne la liste tous les paquets installés, vous pouvez aussi utiliser la commande de recherche (search) pour avoir une liste en fonction d'un nom (exemple xorg). Cette commande vous permet aussi de lister -les catégories et les paquets en fonction de leur catégorie : +les catégories, les paquets en fonction de leur catégorie et les paquets +bloqués :

  # tazpkg list
- # tazpkg list category
+ # tazpkg list cat|categories
+ # tazpkg list blocked
 

xhtml-list

diff -r 57ee801d7242 -r 26e8decc233d tazpkg --- a/tazpkg Fri Feb 15 13:50:17 2008 +0100 +++ b/tazpkg Fri Feb 15 15:32:33 2008 +0100 @@ -12,7 +12,7 @@ # Authors : Christophe Lincoln # Pascal Bellard # -VERSION=1.7 +VERSION=1.8 #################### # Script variables # @@ -429,7 +429,7 @@ exit 0 fi # Display the list of categories. - if [ "$2" = "category" -o "$2" = "cat" ]; then + if [ "$2" = "cat" -o "$2" = "categories" ]; then echo "" echo -e "\033[1mPackages categories :\033[0m" echo "================================================================================"