diff options
-rw-r--r-- | anaconda.spec.in | 4 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/anaconda.spec.in b/anaconda.spec.in index e1cad8e64..bcacc007a 100644 --- a/anaconda.spec.in +++ b/anaconda.spec.in @@ -209,6 +209,10 @@ update-desktop-database &> /dev/null || : %endif %changelog +* Wed Aug 12 2009 David Cantrell <dcantrell@redhat.com> - 12.15-1 +- Make sure we have the ca cert to handle https repo connections. (517171) + (jkeating) + * Wed Aug 12 2009 David Cantrell <dcantrell@redhat.com> - 12.14-1 - Correctly inform the user once about obsolete parm/conf file options on s390 (maier) diff --git a/configure.ac b/configure.ac index 776b4fe07..7a37a7a9b 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.14], [anaconda-devel-list@redhat.com]) +AC_INIT([anaconda], [12.15], [anaconda-devel-list@redhat.com]) AM_INIT_AUTOMAKE([foreign no-dist-gzip dist-bzip2]) AC_CONFIG_SRCDIR([loader/loader.c]) |