diff options
author | 2009-12-17 17:24:56 +0000 | |
---|---|---|
committer | 2009-12-17 17:24:56 +0000 | |
commit | 5b0b77894361ac4ca7cc68a5d1915cac4f5a15e1 (patch) | |
tree | 3cffcba6f9f42bd7c5325cfcce29d70eed7f95d4 /NEWS | |
parent | de9085446a97c8312196b59f46689dfe0d7e22c1 (diff) | |
download | paludis-5b0b77894361ac4ca7cc68a5d1915cac4f5a15e1.tar.gz paludis-5b0b77894361ac4ca7cc68a5d1915cac4f5a15e1.tar.xz |
More [.key=value] voodoo
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -21,6 +21,11 @@ of every change, see the ChangeLog. * Support for the new EAPI 3 is present but not installed, since the specification has yet to be approved. + * The [.key=value] syntax for user dep specs now works with sets and + sequences. If < is used instead of =, a less than comparison is used for + numeric values, and for sets and sequences, a match succeeds if any item + of the key is equal to the specified value. + * Various large code cleanups and build system cleanups. 0.42.2: |