tazpkg log tazpkg

age author description
2011-02-01 Antoine Bodin A cache dir for each repo & fixed md5sum check
2011-01-31 Christopher Rogers Fixed tazpkg to not redownload undigest packages everytime with get-install. Also replace /var/lib/tazpkg with in some places.
2011-01-28 Antoine Bodin Fix regressions introduced with my lasts commits4.2.3
2011-01-26 Antoine Bodin Fix extract_package4.2.2
2011-01-26 Christopher Rogers Changed VERSION to 4.2.1.4.2.1
2011-01-26 Christopher Rogers Change VERSION to 4.2.
2011-01-25 Antoine Bodin Replace grep by fgrep when possible to speed-up a little things4.2
2011-01-25 Antoine Bodin Replace subprocesses by command group to speedup things a little
2011-01-25 Antoine Bodin Fix: /var/lib/tazpkg is now properly created when using --root and check of installed packages now works properly
2011-01-25 Antoine Bodin Use library libtaz, libtaz/commons; use can now use several option at the same time with install/get-install
2010-12-26 Pascal Bellard tazpkg convert: add alpine support
2010-12-12 Pascal Bellard Fix remove with modifiers
2010-12-09 Antoine Bodin merge
2010-12-09 Antoine Bodin Up to version 4.1.3
2010-12-09 Antoine Bodin Fix (critical): autoinstall build_depends with other languages.
2010-12-09 Christopher Rogers Fix update_mime_database function to use update-mime-database instead of update-desktop-database.
2010-12-09 Antoine Bodin Update version (4.1.2)4.1.2
2010-12-09 Antoine Bodin Fix: use ln -sf instead of ln -s to avoid errors.
2010-12-09 Antoine Bodin Authors: update (again).
2010-12-09 Antoine Bodin Improvements: gettextize missing strings and some typos.
2010-12-08 Antoine Bodin Improvement: Allow to request a specific package's version number with get/get-install.
2010-12-08 Antoine Bodin Improvement: Add simple repository priority control with file /var/lib/tazpkg/priority
2010-12-08 Antoine Bodin Fix: remove_with_path - Avoir dirname errors by checking for argument.
2010-12-08 Antoine Bodin Improvement: use ln instead of cp when "downloading" local files to save cache. This make tazpkg recharge useless for locals repositories.
2010-12-08 Antoine Bodin Improvement: Make cpio quiet (again)
2010-12-08 Antoine Bodin Fix: update_desktop_database/update_mime_database
2010-11-30 Christopher Rogers Added md5 support for get option in tazpkg. This will help if you just want to update cache packages without installing packages.4.1.1
2010-11-15 Pascal Bellard remove grep errors for /usr/bin/[*
2010-11-13 Christopher Rogers Fixed md5sum check of packages again.
2010-11-12 Christopher Rogers Fixed last commit if statement to work.
2010-11-12 Pascal Bellard tazpkg: check md5 for packages in cache
2010-10-29 Christopher Rogers Fixed my --root for tazpkg remove.
2010-10-29 Christopher Rogers Added --root option to tazpkg remove. Helps me to remove packages in chroot without chrooting into it.
2010-10-29 Christopher Rogers Added update_mime_database function to tazpkg. This way mime database will be updated everytime there is a /usr/share/mime folder if /usr/bin/update-mime-database exist.
2010-10-28 Christopher Rogers Fixed update_desktop_database to use /usr/share/applications. This way it will update chroot desktop database.
2010-10-19 Christophe Lincoln --quiet option can be used with last busybox (cooking)
2010-10-18 Christophe Lincoln Fix cpio extract (pls dont break it any more, tazpkg was broken :-)4.1
2010-08-05 Antoine Bodin Make cpio quiet: it's busybox compatible
2010-08-04 Pascal Bellard tazpkg: cpio must be busybox compatible
2010-08-04 Antoine Bodin Add: Automatic update-desktop-database
2010-08-03 Antoine Bodin Fix extract_packages
2010-08-03 Antoine Bodin Make cpio quiet
2010-06-20 Paul Issott Tiny edits
2010-06-20 Christophe Lincoln Gettextize tazpkg
2010-06-20 Christophe Lincoln Prepare for i18n with gettext
2010-05-25 Pascal Bellard Avoid some warnings about files.list
2010-05-25 Pascal Bellard Install implicit depends early (again)
2010-05-24 Pascal Bellard Install implicit depends early
2010-03-26 Rohit Joshi tazpkg: remove search-pkgname from search3.4
2010-03-23 Christophe Lincoln tazpkg --> utf-83.3
2010-03-15 Rohit Joshi if many pkgs found, show one screen at a time
2010-03-08 Pascal Bellard tazpkg: clean install flavor output
2010-02-26 Rohit Joshi output pkgname if filename is given in search: tazpkg search libnss
2010-02-22 Pascal Bellard show upgradeable packages
2010-02-16 Rohit Joshi add search-pkgname option: like search-file but outputs only pkg names
2010-02-11 Pascal Bellard Prepa for release 3.2.13.2.1
2010-02-03 Pascal Bellard tazpkg: upgrade tazpkg first (thanks DAY)
2010-01-18 Paul Issott Tiny edits
2010-01-06 Christophe Lincoln Small code clean-up
2010-01-06 Christophe Lincoln Auto install all deps by default (is set in config file)