summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Cantrell <dcantrell@redhat.com>2009-08-12 18:02:44 -1000
committerDavid Cantrell <dcantrell@redhat.com>2009-08-12 18:02:44 -1000
commite9a9b83e3220a1f7ccf455505b47004e746eaa7e (patch)
treeee262042e7c4e0818d35fa786cdc8286361afcd9
parentc84aee40d211d0523ec22bd98c6f5f4ba947d9d9 (diff)
downloadanaconda-e9a9b83e3220a1f7ccf455505b47004e746eaa7e.tar.gz
anaconda-e9a9b83e3220a1f7ccf455505b47004e746eaa7e.tar.xz
anaconda-e9a9b83e3220a1f7ccf455505b47004e746eaa7e.zip
New version.anaconda-12.15-1
-rw-r--r--anaconda.spec.in4
-rw-r--r--configure.ac2
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])