diff options
Diffstat (limited to 'NEWS')
-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 ---------------------------- |