changes.txt 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. 0.5.3 2017-02-12
  2. ================
  3. New repository from mmpg available.
  4. 0.5.2 2016-12-13
  5. ================
  6. Issue fixed where downloaded packages always passed verification. Print what
  7. caused the verification to fail.
  8. 0.5.1 2016-12-10
  9. ================
  10. Update URL of gungre repository. Only works with HTTPS now.
  11. 0.5.0 2016-09-21
  12. ================
  13. The 'list' command now takes an optional argument for matching against
  14. installed packages.
  15. 0.4.4 2016-07-24
  16. ================
  17. There is a new repository from tomlukeywood called 'tom'. There is an
  18. array called 'repolist' where you can specify which repositories you
  19. want enabled. Before this release it was ignored but that is now fixed.
  20. 0.4.3 2016-06-14
  21. ================
  22. Prevent packages from being downloaded if they exist in '/var/db/pkg'.
  23. 0.4.2 2016-06-07
  24. ================
  25. Similar bug which prevented cleaning.
  26. 0.4.1 2016-06-07
  27. ================
  28. Small bug which prevented installation of packages.
  29. 0.4.0 2016-06-03
  30. ================
  31. Database changed from text files to SQLite.
  32. 0.3.0 2015-11-21
  33. ================
  34. Pressing 'enter' at a package selection prompt will select the top package.
  35. 'add' and 'upgrade' will no longer put debug information on the screen when the
  36. 'pkg' program fails run.
  37. 0.2.1 2015-11-10
  38. ================
  39. 'add' is now an alias to 'install'.
  40. 0.2.0 2015-09-30
  41. ================
  42. Implement loading of configuration file and change the shebang to
  43. '#!/usr/bin/tclsh'.
  44. 0.1.2 2015-09-20
  45. ================
  46. Use 'su' instead of 'sudo'.
  47. 0.1.1 2015-09-20
  48. ================
  49. Fix 'install' and 'upgrade' so that they pass the correct repository to 'get'
  50. and use '$::env(HOME)' when executing 'pkg'.
  51. 0.1.0 2015-09-20
  52. ================
  53. Initial release.