summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 5ade08026..eb2cbc0cb 100644
--- a/anaconda.spec.in
+++ b/anaconda.spec.in
@@ -209,6 +209,9 @@ update-desktop-database &> /dev/null || :
%endif
%changelog
+* Thu Aug 06 2009 David Cantrell <dcantrell@redhat.com> - 12.10-1
+- Add missing 'i' in loader/loader.c for non-s390 arches. (dcantrell)
+
* Thu Aug 06 2009 David Cantrell <dcantrell@redhat.com> - 12.9-1
- Avoid finding the word 'engine' in comments. (jkeating)
- Don't try to get dso deps of statically linked files. (jkeating)
diff --git a/configure.ac b/configure.ac
index a1b2f05f7..df7a9140b 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.9], [anaconda-devel-list@redhat.com])
+AC_INIT([anaconda], [12.10], [anaconda-devel-list@redhat.com])
AM_INIT_AUTOMAKE([foreign no-dist-gzip dist-bzip2])
AC_CONFIG_SRCDIR([loader/loader.c])