summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2009-08-07 15:43:49 -0400
committerChris Lumens <clumens@redhat.com>2009-08-07 15:43:49 -0400
commit7234b028ecd5acd84f752d5410df00c8e0fda002 (patch)
tree4e046647cf2c9a7040b039de86b2db843c7bb5b4
parent5371bf4dfd707c8a0801127d04eb0096d6b94c6e (diff)
downloadanaconda-7234b028ecd5acd84f752d5410df00c8e0fda002.tar.gz
anaconda-7234b028ecd5acd84f752d5410df00c8e0fda002.tar.xz
anaconda-7234b028ecd5acd84f752d5410df00c8e0fda002.zip
New version.anaconda-12.11-1
-rw-r--r--anaconda.spec.in11
-rw-r--r--configure.ac2
2 files changed, 12 insertions, 1 deletions
diff --git a/anaconda.spec.in b/anaconda.spec.in
index eb2cbc0cb..c322e1f32 100644
--- a/anaconda.spec.in
+++ b/anaconda.spec.in
@@ -209,6 +209,17 @@ update-desktop-database &> /dev/null || :
%endif
%changelog
+* Fri Aug 07 2009 Chris Lumens <clumens@redhat.com> - 12.11-1
+- upd-instroot: Inspect gtkrc for cursor theme (ajax)
+- Support NFS repos in kickstart (#495620, #507093). (clumens)
+- upd-instroot: xorg-x11-auth -> xorg-x11-xauth (ajax)
+- Check to see if the arch string starts with ppc64. (#516144) (jgranado)
+- vtActivate doesn't work on some ppc64 machines, so don't traceback
+ (#516206). (clumens)
+- Make all sysfs path's be _without_ /sys prefix (#516168) (hdegoede)
+- Do not go interactive if timezone in ks is not valid (#473647) (rvykydal)
+- Fix going back from "NFS Setup" screen in stage 1 (#507064) (rvykydal)
+
* Thu Aug 06 2009 David Cantrell <dcantrell@redhat.com> - 12.10-1
- Add missing 'i' in loader/loader.c for non-s390 arches. (dcantrell)
diff --git a/configure.ac b/configure.ac
index df7a9140b..8297ca430 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.10], [anaconda-devel-list@redhat.com])
+AC_INIT([anaconda], [12.11], [anaconda-devel-list@redhat.com])
AM_INIT_AUTOMAKE([foreign no-dist-gzip dist-bzip2])
AC_CONFIG_SRCDIR([loader/loader.c])