diff options
author | Olivier Blin <oblin@mandriva.com> | 2009-09-25 10:24:27 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.com> | 2009-09-25 10:24:27 +0000 |
commit | f3ed619d46ca559d07a8893aef26911bd63a42d2 (patch) | |
tree | 0ac66955fef72fea81acef41854961f745099530 | |
parent | 461c0f25d5e1144875ba42899a683e7ed4062fd8 (diff) | |
download | rpm-setup-f3ed619d46ca559d07a8893aef26911bd63a42d2.tar rpm-setup-f3ed619d46ca559d07a8893aef26911bd63a42d2.tar.gz rpm-setup-f3ed619d46ca559d07a8893aef26911bd63a42d2.tar.bz2 rpm-setup-f3ed619d46ca559d07a8893aef26911bd63a42d2.tar.xz rpm-setup-f3ed619d46ca559d07a8893aef26911bd63a42d2.zip |
1.951.95
-rw-r--r-- | NEWS | 6 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -1,3 +1,9 @@ +Version 1.95 - 25 September 2009, by Olivier Blin +- MIPS and ARM support (from Arnaud Patard): + o add mipsel support + o introduce CANONTARGETGNU, to be able to use -gnueabi for ARM + o add arm support and use -gnueabi instead of -gnu + Version 1.94 - 8 August 2009, by Anssi Hannula - update perl_convert_version to keep alphabetic tail in version number (Luca Berra) diff --git a/configure.ac b/configure.ac index 98971fc..9b8c836 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ # $Id$ AC_PREREQ(2.59) -AC_INIT(rpm-mandriva-setup, 1.94, nanardon@mandriva.org) +AC_INIT(rpm-mandriva-setup, 1.95, nanardon@mandriva.org) AC_CANONICAL_TARGET AM_INIT_AUTOMAKE(1.9 -Wno-portability) AC_CONFIG_SRCDIR |