summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2009-07-29 15:37:42 -0400
committerChris Lumens <clumens@redhat.com>2009-07-29 15:43:02 -0400
commitef57c33d4c1374ed6a7409a513f80fb174bd8e20 (patch)
tree1d1f1ec89d7578f798a63c51a6da2445b1b779a8
parent9524bec69266a079f5427cf992f67d4a18571562 (diff)
downloadanaconda-ef57c33d4c1374ed6a7409a513f80fb174bd8e20.tar.gz
anaconda-ef57c33d4c1374ed6a7409a513f80fb174bd8e20.tar.xz
anaconda-ef57c33d4c1374ed6a7409a513f80fb174bd8e20.zip
New version.anaconda-12.6-1
-rw-r--r--anaconda.spec.in24
-rw-r--r--configure.ac2
2 files changed, 25 insertions, 1 deletions
diff --git a/anaconda.spec.in b/anaconda.spec.in
index ee6d7c52d..48dc393da 100644
--- a/anaconda.spec.in
+++ b/anaconda.spec.in
@@ -208,6 +208,30 @@ update-desktop-database &> /dev/null || :
%endif
%changelog
+* Wed Jul 29 2009 Chris Lumens <clumens@redhat.com> - 12.6-1
+- Fix CDLABEL substitution in syslinux.cfg for x86 boot.iso (katzj)
+- And finish off the removal of rhpl (katzj)
+- Use keyboard bits from system-config-keyboard now (katzj)
+- Use python-meh instead of our own exception handling now (clumens)
+- NM no longer exposes information through HAL (#514501). (clumens)
+- Put mkdir into /sbin on the initrd, too. (clumens)
+- Make sure controlunits.sh is installed to initrd on s390 (dcantrell)
+- Remove ChangeLog (#512502) (dcantrell)
+- Add s390utils-cmsfs in upd-instroot for s390 (dcantrell)
+- Make sure s390 gets /lib/ld64.so.1 (dcantrell)
+- Skip writeDisabledNetInfo() when loader starts on s390 (dcantrell)
+- Fix part --onpart= to print the device name instead of the __str__.
+ (clumens)
+- Just pull in all python modules for stage2 (katzj)
+- Trim PACKAGES list in upd-instroot. (dcantrell)
+- Update linuxrc.s390 and friends to reflect review comments. (maier)
+- Log non-upgradable upgrade candidate roots. (rvykydal)
+- unmountFilesystems -> umountFilesystems (#510970). (clumens)
+- Disable devel repos on release (#503798) (katzj)
+- Work around problems with live installs and dpi other than 96 (#506512)
+ (katzj)
+- Fix obvious typo in font name (katzj)
+
* Wed Jul 22 2009 David Cantrell <dcantrell@redhat.com> - 12.5-1
- New build because koji hates me.
diff --git a/configure.ac b/configure.ac
index 5cb603ad0..a0350500d 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.5], [anaconda-devel-list@redhat.com])
+AC_INIT([anaconda], [12.6], [anaconda-devel-list@redhat.com])
AM_INIT_AUTOMAKE([foreign no-dist-gzip dist-bzip2])
AC_CONFIG_SRCDIR([loader/loader.c])