summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorDaniel Hartwig <mandyke@gmail.com>2012-05-03 03:30:59 +0800
committerDaniel Hartwig <mandyke@gmail.com>2012-05-03 11:26:37 +0800
commit02370c63dd8409705bd44f9ab1260644929253da (patch)
tree92253ed0a182d22ffd400fd866702338a2df5a2b /NEWS
parent327559344f475a54a5f2c6e8d28fa75247aef637 (diff)
downloadaptitude-02370c63dd8409705bd44f9ab1260644929253da.tar.gz
Preview screen ignores Pkg-Display-Limit
Previously it would apply that limit if UI::Preview-Limit was not set. This was causing confusion and it is more useful to have these as two clearly distinct settings. LP: #381507
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 28387e8d..5742cf5b 100644
--- a/NEWS
+++ b/NEWS
@@ -47,6 +47,13 @@ Version 0.6.7 "I said 'Step pause turn
* [cmdline]: Use arch-qualified names in 'Provided by' for virtual
packages (LP: #972847)
+ * [curses]: Preview screen ignores Pkg-Display-Limit
+
+ Previously it would apply that limit if
+ UI::Preview-Limit was not set. This was causing
+ confusion and it is more useful to have these as two
+ clearly distinct settings. (LP: #381507)
+
- Build system changes:
* [all]: Include build of gtest when building gmock. (Closes: #670403)