summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Cantrell <dcantrell@redhat.com>2009-08-10 18:48:14 -1000
committerDavid Cantrell <dcantrell@redhat.com>2009-08-10 18:48:14 -1000
commit4f057d5f341988ac6fb1b2f64365d0d8f3e48f53 (patch)
tree072a9e07d383ce9a452eb7909c526f60d3e6c0e4
parent5877ba18c509bb6da09f8a18e044f97deca4591f (diff)
downloadanaconda-4f057d5f341988ac6fb1b2f64365d0d8f3e48f53.tar.gz
anaconda-4f057d5f341988ac6fb1b2f64365d0d8f3e48f53.tar.xz
anaconda-4f057d5f341988ac6fb1b2f64365d0d8f3e48f53.zip
New version.
-rw-r--r--anaconda.spec.in3
-rw-r--r--configure.ac2
2 files changed, 4 insertions, 1 deletions
diff --git a/anaconda.spec.in b/anaconda.spec.in
index 610a0e063..30debcee8 100644
--- a/anaconda.spec.in
+++ b/anaconda.spec.in
@@ -209,6 +209,9 @@ update-desktop-database &> /dev/null || :
%endif
%changelog
+* Mon Aug 10 2009 David Cantrell <dcantrell@redhat.com> - 12.13-1
+- Fix syntax error in identifyMultipaths() (dcantrell)
+
* Mon Aug 10 2009 David Cantrell <dcantrell@redhat.com> - 12.12-1
- Honor network config boot params for CD-booted ks installs (#433214)
(dcantrell)
diff --git a/configure.ac b/configure.ac
index d3d729e88..7012d3c25 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.12], [anaconda-devel-list@redhat.com])
+AC_INIT([anaconda], [12.13], [anaconda-devel-list@redhat.com])
AM_INIT_AUTOMAKE([foreign no-dist-gzip dist-bzip2])
AC_CONFIG_SRCDIR([loader/loader.c])