summaryrefslogtreecommitdiffstats
path: root/changelog
diff options
context:
space:
mode:
Diffstat (limited to 'changelog')
-rw-r--r--changelog15
1 files changed, 15 insertions, 0 deletions
diff --git a/changelog b/changelog
index 01e8912..1c876b9 100644
--- a/changelog
+++ b/changelog
@@ -1,3 +1,18 @@
+opkg-lede (0+git20190131.d4ba162-5) trunk
+
+ * Store state data in "/var/lib/opkg/", as done with the original opkg in
+ ProteanOS, instead of in "/usr/lib/opkg/".
+ * Fix segmentation fault on a trailing comma in a package feed list
+ dependency field.
+ * Detect whether package lists in the state directory are compressed.
+ * opkg-lede: Install opkg, opkg-key, and update-alternatives directly
+ instead of using update-alternatives.
+ * opkg-lede: Replace and conflict with pre-transition opkg, opkg-gpg, and
+ opkg-common.
+ * opkg-lede: Make essential.
+
+ -- Patrick McDermott <patrick.mcdermott@libiquity.com> Sat, 06 Apr 2019 19:29:28 -0400
+
opkg-lede (0+git20190131.d4ba162-4) trunk
* opkg-lede-dbg: Actually provide debugging symbols this time.