summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2014-10-25 21:27:58 (EDT)
committer P. J. McDermott <pj@pehjota.net>2014-10-25 21:27:58 (EDT)
commitfa9ca9224807e73a0a3247d12a2c3cfc02cffddb (patch)
tree52b3545218ca9c323115cc62b66e60b4407e6ea6
parent193a24af2da31b379e73d3325134068f737239ad (diff)
NEWS: Release opkbuild 3.0.0-beta7opkbuild-3.0.0-beta7
-rw-r--r--NEWS13
1 files changed, 13 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 806fc44..e7891e5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,16 @@
+opkbuild version 3.0.0-beta7
+----------------------------
+
+Released: 2014-10-25
+
+Changes in this release:
+
+ * parse_dep() now correctly parses the "<<" version relation operator.
+ Previously, a version restriction like "(<< 1.21.1-12)" would be
+ parsed into a relationship of " <" and version of "<1.21.1-12",
+ resulting for example in the generation of a few uninstallable
+ packages on ProteanOS.
+
opkbuild version 3.0.0-beta6
----------------------------