123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869 |
- 0.5.3 2017-02-12
- ================
- New repository from mmpg available.
- 0.5.2 2016-12-13
- ================
- Issue fixed where downloaded packages always passed verification. Print what
- caused the verification to fail.
- 0.5.1 2016-12-10
- ================
- Update URL of gungre repository. Only works with HTTPS now.
- 0.5.0 2016-09-21
- ================
- The 'list' command now takes an optional argument for matching against
- installed packages.
- 0.4.4 2016-07-24
- ================
- There is a new repository from tomlukeywood called 'tom'. There is an
- array called 'repolist' where you can specify which repositories you
- want enabled. Before this release it was ignored but that is now fixed.
- 0.4.3 2016-06-14
- ================
- Prevent packages from being downloaded if they exist in '/var/db/pkg'.
- 0.4.2 2016-06-07
- ================
- Similar bug which prevented cleaning.
- 0.4.1 2016-06-07
- ================
- Small bug which prevented installation of packages.
- 0.4.0 2016-06-03
- ================
- Database changed from text files to SQLite.
- 0.3.0 2015-11-21
- ================
- Pressing 'enter' at a package selection prompt will select the top package.
- 'add' and 'upgrade' will no longer put debug information on the screen when the
- 'pkg' program fails run.
- 0.2.1 2015-11-10
- ================
- 'add' is now an alias to 'install'.
- 0.2.0 2015-09-30
- ================
- Implement loading of configuration file and change the shebang to
- '#!/usr/bin/tclsh'.
- 0.1.2 2015-09-20
- ================
- Use 'su' instead of 'sudo'.
- 0.1.1 2015-09-20
- ================
- Fix 'install' and 'upgrade' so that they pass the correct repository to 'get'
- and use '$::env(HOME)' when executing 'pkg'.
- 0.1.0 2015-09-20
- ================
- Initial release.
|