summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS17
1 files changed, 17 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 2254f8d..1f07931 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,20 @@
+opkg-0.4.2
+==========
+
+- Follow symlinks during install (issue 13574).
+
+- Add support for empty payloads. Before, an empty payload would segfault opkg.
+
+- Add new opkg verify option, to check system status.
+
+- Add SPDX license identifiers to source files.
+
+- Speed up opkg clean by avoiding loading feed/status information.
+
+- Fix static build (issue 8355).
+
+- Add missing pkg->tags initialization (issue 13380).
+
opkg-0.4.1
==========