diff options
author | Paul Barker <paul@paulbarker.me.uk> | 2014-03-18 09:07:05 (EDT) |
---|---|---|
committer | Paul Barker <paul@paulbarker.me.uk> | 2014-03-18 09:07:05 (EDT) |
commit | 62e91f12bc4a332049ad7d09cde84ad15d041052 (patch) | |
tree | 2e0165ea3e3f2835599f82ec5b510457660b05bb | |
parent | 47cb5ae707c20a4d2f28638f98760f24d6822fac (diff) |
NEWS: Update
Signed-off-by: Paul Barker <paul@paulbarker.me.uk>
-rw-r--r-- | NEWS | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -4,6 +4,14 @@ opkg-0.2.2 (in development) - Fix '--force-reinstall' flag so that it acts as an upgrade rather than removing possibly critical packages before reinstall (issue 71) +- Symlinks are now correctly removed during package uninstall (issue 91) + +- Fixed help and manual pages to reflect that shell globs not true regexps are + accepted by opkg (issue 107) + +- The error message "no valid architecture" is no longer given when the + architecture of a package is valid but incompatible with the current system. + opkg-0.2.1 ========== |