aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorThomas Backlund <tmb@mageia.org>2011-03-03 16:48:13 +0000
committerThomas Backlund <tmb@mageia.org>2011-03-03 16:48:13 +0000
commit6c9f3ce49b9ead6fc2417f8d8fa51a2d2bbea89e (patch)
tree6654442e2f815ba16b07c5e67f6f66c5af0b08a3 /NEWS
parentae8535e29203ed23a1efc7767a4597729cdc48ec (diff)
downloadrpm-setup-6c9f3ce49b9ead6fc2417f8d8fa51a2d2bbea89e.tar
rpm-setup-6c9f3ce49b9ead6fc2417f8d8fa51a2d2bbea89e.tar.gz
rpm-setup-6c9f3ce49b9ead6fc2417f8d8fa51a2d2bbea89e.tar.bz2
rpm-setup-6c9f3ce49b9ead6fc2417f8d8fa51a2d2bbea89e.tar.xz
rpm-setup-6c9f3ce49b9ead6fc2417f8d8fa51a2d2bbea89e.zip
- kmod.prov: convert special chars [,],:,- to _ when generating1.120
kernel module version provides (needed with rpm-4.8.1)
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 084a837..721e3f5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+Version 1.120 - 3 March 2011, by Thomas Backlund
+- kmod.prov: convert special chars [,],:,- to _ when generating
+ kernel module version provides (needed with rpm-4.8.1)
+
Version 1.119 - 2 March 2011, by Jerome Quelin
- make v1.118 work with perl modules having a number followed by a _ in
their name, and a fully qualified VERSION (eg $l1_cache::VERSION = ...)