diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2020-12-09 08:53:45 (EST) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2020-12-09 08:54:26 (EST) |
commit | a334a3a4dbbceb155cbb565249d04c0fb094f0a5 (patch) | |
tree | 1af8ccb3ea280415288caa5d3b21607be64ac439 /NEWS | |
parent | da9e4a8a322311b51f6835fe62a1a80d56ae621b (diff) |
resolve_deps(): Solve deps of packages with ":"
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -33,6 +33,9 @@ Error handling and bug fixes: 1.32.0-1 manages "cut" and almost all other utility links using update-alternatives, so they aren't usable until after installation. * A potential infinite loop in the dependency solver has been fixed. + * The dependency solver now solves dependencies of packages whose + names contain ":" (such as coinstallable library development + packages in ProteanOS). ProteanOS Development Kit version 2.0.1 --------------------------------------- |