summaryrefslogtreecommitdiffstats
path: root/anaconda.spec.in
diff options
context:
space:
mode:
authorDavid Lehman <dlehman@redhat.com>2010-02-12 20:24:12 -0500
committerDavid Lehman <dlehman@redhat.com>2010-02-12 20:24:12 -0500
commitf9653f76e0366a0f829015c286488ea950f08a5a (patch)
tree0d8188caec8b7cd17b94b52209d1fd2f8a0d4264 /anaconda.spec.in
parentc04faa27a88472dec0fea1909338ba01254cd71f (diff)
downloadanaconda-f9653f76e0366a0f829015c286488ea950f08a5a.tar.gz
anaconda-f9653f76e0366a0f829015c286488ea950f08a5a.tar.xz
anaconda-f9653f76e0366a0f829015c286488ea950f08a5a.zip
New version.
Diffstat (limited to 'anaconda.spec.in')
-rw-r--r--anaconda.spec.in82
1 files changed, 82 insertions, 0 deletions
diff --git a/anaconda.spec.in b/anaconda.spec.in
index a253f9e52..7e738af68 100644
--- a/anaconda.spec.in
+++ b/anaconda.spec.in
@@ -217,6 +217,88 @@ update-desktop-database &> /dev/null || :
%endif
%changelog
+* Fri Feb 12 2010 David Lehman <dlehman@redhat.com> - 13.26-1
+- Fix return values for dasd_settle_all() in linuxrc.s390 (#558881).
+ (dcantrell)
+- Don't reset the default package selection on text installs (#564103).
+ (clumens)
+- Remove rules handled by the device-mapper package's rules. (dlehman)
+- Raise default lvm extent size from 4MB to 32MB. (dlehman)
+- Add udev_settle after setup of LUKSDevice. (#534043) (dlehman)
+- Pass '--force' to vgremove to avoid interactive prompts. (#563873)
+ (dlehman)
+- Find rsyslog libs in $LIBDIR not /usr/$LIBDIR (jkeating)
+- "_Do_ override BASEARCH with BUILDARCH, it does make sense (#524235)"
+ (msivak)
+- Don't traceback during kickstart if no ignoredisk line is given (#563581).
+ (clumens)
+- Allow any add-on python module to be updated via an updates.img. (clumens)
+- Correct references to lcs and ctcm devices (#561816). (dcantrell)
+- Use lsznet.raw from s390utils package (#563548). (dcantrell)
+- Revert "Write ARP=no to ifcfg file when VSWITCH=1 is set on s390x
+ (#561926)." (dcantrell)
+- Use /sys/devices/lcs instead of /sys/devices/cu3088 (#561816). (dcantrell)
+- Wait for all DASDs to be online after autodetection (#558881). (dcantrell)
+- Prompt user for install method when going back to STEP_METHOD. (dcantrell)
+- Set initrd load address to 32MB for s390x (#546422). (dcantrell)
+- Only show the error message if there was an error. (dlehman)
+- Be even more clear about removing existing linux installations. (#493360)
+ (dlehman)
+- Improve reboot modes in init.c and shutdown.c. (akozumpl)
+- Be more explicit in which libraries we link with. (clumens)
+- Do not override BASEARCH with BUILDARCH, it doesn't make sense (#524235)
+ (msivak)
+- platform.checkBootRequest(): Fix use of map instead of filter (hdegoede)
+- Improve platform.checkBootRequest() mdarray handling (hdegoede)
+- Fix backtrace when trying to use LV for /boot (#562325) (hdegoede)
+- Add lsusb to rescue mode stage2 (#562616) (hdegoede)
+- No longer refer to instdata in attrSkipList. (clumens)
+- Clarify which storage exceptions are bugs (#557928). (clumens)
+- Merge branch 'no-instdata' (clumens)
+- Fix partitioning help spelling (#562823). (clumens)
+- Keep the end sector aligned when resizing partitions (#560647) (hdegoede)
+- Write ARP=no to ifcfg file when VSWITCH=1 is set on s390x (#561926).
+ (dcantrell)
+- Don't return the passphrase from hasKey. Should return a boolean. (dlehman)
+- Fix splitting of error strings from program.log. (dlehman)
+- Take advantage of default size for new partitions. (dlehman)
+- Add a default size of 500MB for new partition requests. (dlehman)
+- Remove check for MD_DEVNAME from udev_device_is_md. (#562024) (dlehman)
+- Don't try to specify bitmap for RAID0 since mdadm doesn't allow it.
+ (#562023) (dlehman)
+- Use 0 for a default max_req_size instead of None. (dlehman)
+- Add missing methods to RescueInterface (pjones)
+- Clean up imports in __main__. (clumens)
+- Nothing uses InstallData anymore, so it can completely be removed.
+ (clumens)
+- Last attribute out of InstallData, please turn out the lights. (clumens)
+- Move firstboot into the Anaconda object. (clumens)
+- Move bootloader into the Anaconda object. (clumens)
+- Move escrowCertificates into the Storage object. (clumens)
+- Move storage into the Anaconda class. (clumens)
+- Move desktop to the Anaconda object. (clumens)
+- Move timezone to the Anaconda object. (clumens)
+- Move firewall into Anaconda. (clumens)
+- Move users and security to the Anaconda object. (clumens)
+- Move network to the Anaconda object. (clumens)
+- Move keyboard to the Anaconda object. (clumens)
+- Move instLanguage to the Anaconda object. (clumens)
+- Move the writeKS and write methods from InstallData to Anaconda. (clumens)
+- Move upgrade-related data to the Anaconda object. (clumens)
+- Make a bunch of Anaconda attributes into properties. (clumens)
+- Move instProgress to be an attribute on the InstallInterface. (clumens)
+- Finally remove the x_already_set hack. (clumens)
+- Move instClass to be an attribute on Anaconda. (clumens)
+- Use anaconda.ksdata instead of anaconda.isKickstart. (clumens)
+- Move ksdata to be an attribute on Anaconda. (clumens)
+- Remove backend and other pointless attributes from InstallData. (clumens)
+- Move the isHeadless attribute onto the Anaconda class. (clumens)
+- Set displayMode on the anaconda object, then refer to that everywhere.
+ (clumens)
+- Sort the attributes on class Anaconda for my future reference. (clumens)
+- Install classes may no longer force text mode. (clumens)
+- Add a Requires: for tigervnc-server (#561498). (clumens)
+
* Wed Feb 03 2010 David Lehman <dlehman@redhat.com> - 13.25-1
- Fix keymaps-override-ppc pickup in mk-images (#524235) (msivak)
- Fix typo in action sorting. Disklabels before partitions. (#560017)