diff options
author | P. 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) |
commit | fa9ca9224807e73a0a3247d12a2c3cfc02cffddb (patch) | |
tree | 52b3545218ca9c323115cc62b66e60b4407e6ea6 | |
parent | 193a24af2da31b379e73d3325134068f737239ad (diff) |
NEWS: Release opkbuild 3.0.0-beta7opkbuild-3.0.0-beta7
-rw-r--r-- | NEWS | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -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 ---------------------------- |