summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorpaul.betafive@gmail.com <paul.betafive@gmail.com@e8e0d7a0-c8d9-11dd-a880-a1081c7ac358>2013-08-10 10:04:36 (EDT)
committer paul.betafive@gmail.com <paul.betafive@gmail.com@e8e0d7a0-c8d9-11dd-a880-a1081c7ac358>2013-08-10 10:04:36 (EDT)
commit3e087c3f8f4e68964512f0de8636b674acbe7478 (patch)
tree982601d1fbdca0c5a2a27684c7a9a4742ecfccef /NEWS
parent460b1748137d1834e712fcb5aafb2f36e4d2a7d9 (diff)
NEWS: Added initial release notes for 0.2.0-rc1
Signed-off-by: Paul Barker <paul@paulbarker.me.uk> git-svn-id: http://opkg.googlecode.com/svn/trunk@655 e8e0d7a0-c8d9-11dd-a880-a1081c7ac358
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS29
1 files changed, 29 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index e69de29..0d053a1 100644
--- a/NEWS
+++ b/NEWS
@@ -0,0 +1,29 @@
+opkg-0.2.0-rc1
+==============
+
+- Added basic regression test suite
+
+- Added man pages for opkg-cl and opkg-key
+
+- Added the `overlay_root` config option
+
+- Added the `--prefer-arch-to-version` option
+
+- Added the `--force-postinstall` option
+
+- Added the `list-changed-conffiles` command
+
+- Added the `opkg_compare_versions` function to libopkg
+
+- Allow external gunzip binary to be used to perform decompression if the
+ OPKG_USE_VFORK environment variable is set
+
+- Do not read /etc/opkg/*.conf if -f option is specified
+
+- Detect and handle circular dependencies
+
+- Replaced GPLv3+ licensed sha256 implementation with GPLv2+ implementation
+
+- Use `ln -snf` rather than `ln -sf` in update-alternatives
+
+- Many other bugfixes, improvements and cleanups...