From 1153ecb75dc416b0ae727985a6d2cd5942a89fed Mon Sep 17 00:00:00 2001 From: Chris Lumens Date: Sep 24 2009 14:12:58 +0000 Subject: New version. --- diff --git a/anaconda.spec.in b/anaconda.spec.in index 38d1d66..46927da 100644 --- a/anaconda.spec.in +++ b/anaconda.spec.in @@ -214,6 +214,12 @@ update-desktop-database &> /dev/null || : %endif %changelog +* Thu Sep 24 2009 Chris Lumens - 12.30-1 +- Simplify s390x module list generation. (dcantrell) +- Read cmsfs* commands from $IMGPATH/usr/sbin in mk-images (dcantrell) +- Use correct kernel-bootwrapper on ppc64. (dcantrell) +- Anaconda no longer requires hal. (notting) + * Tue Sep 22 2009 David Cantrell - 12.29-1 - Updated po/anaconda.pot (dcantrell) - Remove ui/instkey.glade.h from po/POTFILES.in (dcantrell) diff --git a/configure.ac b/configure.ac index eb7db73..696080e 100644 --- a/configure.ac +++ b/configure.ac @@ -20,7 +20,7 @@ m4_define(python_required_version, 2.5) AC_PREREQ([2.63]) -AC_INIT([anaconda], [12.29], [anaconda-devel-list@redhat.com]) +AC_INIT([anaconda], [12.30], [anaconda-devel-list@redhat.com]) AM_INIT_AUTOMAKE([foreign no-dist-gzip dist-bzip2]) AC_CONFIG_SRCDIR([loader/loader.c])