From 7234b028ecd5acd84f752d5410df00c8e0fda002 Mon Sep 17 00:00:00 2001 From: Chris Lumens Date: Aug 07 2009 19:43:49 +0000 Subject: New version. --- diff --git a/anaconda.spec.in b/anaconda.spec.in index eb2cbc0..c322e1f 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 - 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 - 12.10-1 - Add missing 'i' in loader/loader.c for non-s390 arches. (dcantrell) diff --git a/configure.ac b/configure.ac index df7a914..8297ca4 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])