diff options
author | Chris Lumens <clumens@redhat.com> | 2009-07-06 17:10:34 -0400 |
---|---|---|
committer | Chris Lumens <clumens@redhat.com> | 2009-07-06 17:10:34 -0400 |
commit | 0c54f34779a2bc3b5ce048ba50ec1abeffd9f124 (patch) | |
tree | 2ae217207c310c2213c47439fcc8185127cf3969 | |
parent | 4ed7e26765d656e07482932b85921586ea24b4bd (diff) | |
download | anaconda-0c54f34779a2bc3b5ce048ba50ec1abeffd9f124.tar.gz anaconda-0c54f34779a2bc3b5ce048ba50ec1abeffd9f124.tar.xz anaconda-0c54f34779a2bc3b5ce048ba50ec1abeffd9f124.zip |
New version.anaconda-12.1-1
-rw-r--r-- | anaconda.spec.in | 9 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 10 insertions, 1 deletions
diff --git a/anaconda.spec.in b/anaconda.spec.in index 5bd485af5..7baa9c328 100644 --- a/anaconda.spec.in +++ b/anaconda.spec.in @@ -213,6 +213,15 @@ update-desktop-database &> /dev/null || : %endif %changelog +* Mon Jul 06 2009 Chris Lumens <clumens@redhat.com> - 12.1-1 +- Include the rest of the libs isys needs to link against (#509572). + (clumens) +- Add FCoE disks to the devicetree with a type of FcoeDiskDevice (hdegoede) +- Add FcoeDiskDevice class to storage/devices.py (hdegoede) +- Add FCoE support to storage/udev.py (hdegoede) +- Write out configuration of FCoE to installed system (hdegoede) +- Initial FCoE support (hdegoede) + * Thu Jul 02 2009 Chris Lumens <clumens@redhat.com> - 12.0-1 - network --bootproto no longer implies DHCP. (clumens) - Don't unconditionally skip the network config screen in kickstart. (clumens) diff --git a/configure.ac b/configure.ac index 47d4c7e84..41b9ae36c 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.0], [anaconda-devel-list@redhat.com]) +AC_INIT([anaconda], [12.1], [anaconda-devel-list@redhat.com]) AM_INIT_AUTOMAKE([foreign no-dist-gzip dist-bzip2]) AC_CONFIG_SRCDIR([loader/loader.c]) |