tazpkg log

age author description
2012-02-29 Antoine Bodin Up $VERSION to 4.8.14.8.1
2012-02-29 Antoine Bodin Fix a long-standing bug that causes download to fails when the url of mirror was not suffixed with a slash
2012-02-29 Antoine Bodin Fix a bug that made tazpkg recharge slow
2012-02-29 Christophe Lincoln Added tag 4.8 for changeset feaa61126ea6
2012-02-29 Christophe Lincoln Update POT file4.8
2012-02-29 Christophe Lincoln tazpkg-box: Use terminal to extract or install
2012-02-29 Christophe Lincoln Up Makefile and copyright year
2012-02-29 Christophe Lincoln Add tazpkg-box (replace tazpkgbox-install to perform actions on package from file managers)
2012-02-19 Eric Joseph-Alexandre Added tag 4.7.4 for changeset 6ace4f1ad540
2012-01-14 Pascal Bellard tazpkg: remove an error message for CONFIG_FILES4.7.4
2012-01-03 Antoine Bodin Added tag 4.7.3 for changeset 73e376e7e6b5
2012-01-03 Antoine Bodin Up $VERSION to 4.7.34.7.3
2012-01-03 Antoine Bodin Fix: make tazpkg up works fine with multiple repositories (please test it); Update translations according to this.
2011-11-06 Christopher Rogers tazpkg: Fixed --help-up option.
2011-11-06 Christopher Rogers tazpkg: Compile glib schemas if /usr/bin/glib-compile-schemas exists on system.
2011-11-04 Christopher Rogers tazpkg: Fixed remove option to use $ROOT when executing post_remove and pre_remove functions.
2011-11-01 Christopher Rogers Added tag 4.7.2 for changeset fea6087988d8
2011-11-01 Christopher Rogers Update version number.4.7.2
2011-08-31 Christopher Rogers tazpkg: Fixed PACKAGE_DIR to not error dirname when is empty. This error happens when using recharge option.
2011-08-30 Eric Joseph-Alexandre Improve Makefile. add targz command
2011-08-29 Eric Joseph-Alexandre add Spanish locale for tazpkg-notify. Thanks Lucas
2011-08-29 Eric Joseph-Alexandre Add es.po
2011-08-29 Eric Joseph-Alexandre Add Spanish locales. Thanks Lucas
2011-08-29 Eric Joseph-Alexandre uFix
2011-08-18 Christopher Rogers Added tag 4.7.1 for changeset 135c69d40bb8
2011-08-10 Christopher Rogers tazpkg: Don't remove 2>/dev/null in $PACKAGE_DIR. There is no need to use [ -n $PACKAGE ] in $PACKAGE_DIR since its only used once in $PACKAGE_FILE and it don't stop 'can't cd '.'' errors. Also I don't think [ -n $PACKAGE ] fixed this problem.4.7.1
2011-08-09 Pascal Bellard install --root= needs packages.* index
2011-08-08 Christopher Rogers tazpkg: Fixed the 'can't cd to .' errors again. Using 2>/dev/null to PACKAGE_DIR to stop the error.