summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorDavid Cantrell <dcantrell@redhat.com>2006-02-10 14:35:58 +0000
committerDavid Cantrell <dcantrell@redhat.com>2006-02-10 14:35:58 +0000
commitf91c501480d9e8ec8035e54b3bf5d01805c5213c (patch)
tree5cc8fc83377f6686a9d92a45db2f84fcc83c276b /ChangeLog
parentc68f2b80ad13bddd63b7f54a16b1ce95cde65318 (diff)
downloadanaconda-f91c501480d9e8ec8035e54b3bf5d01805c5213c.tar.gz
anaconda-f91c501480d9e8ec8035e54b3bf5d01805c5213c.tar.xz
anaconda-f91c501480d9e8ec8035e54b3bf5d01805c5213c.zip
* textw/progress_text.py (InstallProgressWindow.setPackage): If a
package name is longer than 48 chars, trim to 45 and add '...' on the end (#180469).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8a2676f94..7f8c4f1ff 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2006-02-10 David Cantrell <dcantrell@redhat.com>
+
+ * textw/progress_text.py (InstallProgressWindow.setPackage): If a
+ package name is longer than 48 chars, trim to 45 and add '...' on
+ the end (#180469).
+
2006-02-09 Jeremy Katz <katzj@redhat.com>
* isys/linkdetect.c: Use linux/mii.h and linux/ethtool.h now