aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorlool <lool>2006-12-09 15:00:42 +0000
committerlool <lool>2006-12-09 15:00:42 +0000
commit6cdecabba778624bd90392acebbdee5a7cea04a4 (patch)
tree9a38c80a045d4b553304af36ef9d677d852a4709 /ChangeLog
parent23b6d8ccbf9203ae1cb6091858b3298338396f23 (diff)
downloadpbuilder-6cdecabba778624bd90392acebbdee5a7cea04a4.tar
pbuilder-6cdecabba778624bd90392acebbdee5a7cea04a4.tar.gz
* pbuilder-satisfydepends-experimental: small optimization: return the
exact requested version when a strictly versionned dependency is used.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 6db9af2..abec072 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,10 @@
-2006-12-09
+2006-12-09 Loic Minier <lool@dooz.org>
* pbuilder-satisfydepends-experimental: small optimization: move
COMPARESTRING and DEPSVERSION computation out of the per-version loop;
quote COMPARESTRING properly.
+ * pbuilder-satisfydepends-experimental: small optimization: return the
+ exact requested version when a strictly versionned dependency is used.
2006-11-14 Loic Minier <lool@dooz.org>