summaryrefslogtreecommitdiffstats
path: root/anaconda.spec.in
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2010-10-14 11:10:52 -0400
committerChris Lumens <clumens@redhat.com>2010-10-14 11:10:52 -0400
commitf621e82e7376c4e30a9c2e09a76ac467e0acc25f (patch)
tree1432963b6dac24f281999618139eea5dc5068b42 /anaconda.spec.in
parentda6819caae22888c009f86fb43ed9c9cad7a22aa (diff)
downloadanaconda-f621e82e7376c4e30a9c2e09a76ac467e0acc25f.tar.gz
anaconda-f621e82e7376c4e30a9c2e09a76ac467e0acc25f.tar.xz
anaconda-f621e82e7376c4e30a9c2e09a76ac467e0acc25f.zip
New version.
Diffstat (limited to 'anaconda.spec.in')
-rw-r--r--anaconda.spec.in55
1 files changed, 55 insertions, 0 deletions
diff --git a/anaconda.spec.in b/anaconda.spec.in
index 4d2664e64..e638b347a 100644
--- a/anaconda.spec.in
+++ b/anaconda.spec.in
@@ -225,6 +225,61 @@ update-desktop-database &> /dev/null || :
%endif
%changelog
+* Thu Oct 14 2010 Chris Lumens <clumens@redhat.com> - 15.2-1
+- And remove welcome_{gui,text}.py from the translations too. (clumens)
+- A block quote in the middle of a python file does nothing. (clumens)
+- Fix traceback after Delete in nm-c-e (#642370) (rvykydal)
+- Fix ifcfg logging message. (rvykydal)
+- Fix porting of ifcfg logging. (rvykydal)
+- Rescan disks when moving back through upgrade check (#635778) (bcl)
+- anaconda: Disable X server regenerations (#609245) (ajax)
+- Attempt to bring the network up before saving a bug report (#635821).
+ (clumens)
+- No one likes the welcome step anymore, so remove it. (clumens)
+- iscsi, cosmetic: fix grammar in the iscsi dialogs. (akozumpl)
+- iscsi: call iscsi.stabilize() at the end of the iscsi configuration.
+ (akozumpl)
+- iscsi: consolidate logging in the UI (akozumpl)
+- iscsi: allow separate discovery/login credentials in TUI. (akozumpl)
+- iscsi: migrate the CRED_ constants and parse_ip() to partIntfHelpers.
+ (akozumpl)
+- iscsi gui: use abstract methods in the iSCSIWizard interface. (akozumpl)
+- iscsi gui: factor out the drive adding code. (akozumpl)
+- iscsi gui: make the iSCSI wizard never return gtk constants. (akozumpl)
+- isci: typo in a GUI checkbox (akozumpl)
+- Add logpicker support into Makefiles, anaconda.spec.in, configure.ac and upd-
+ instroot. (tmlcoch)
+- Add logpicker tool into utils (tmlcoch)
+- gui: hide text in the proxy password field (#611825). (akozumpl)
+- logging: be smarter logging UI module import errors. (akozumpl)
+- text.messageWindow(): make it more resilient to the input. (akozumpl)
+- Log that we are running %pre scripts to the console (#640256). (clumens)
+- Preset default config for immediate Close in nm-c-e enablement (#636526)
+ (rvykydal)
+- Fix non-dhcp network enablement in stage 2 (#640951) (rvykydal)
+- Set focus after error message (#611430) (tmlcoch)
+- When upgrading a package instead of installing, say so (#636520, jlaska).
+ (clumens)
+- Do a better job of explaining how much memory is required to install
+ (#639056). (clumens)
+- Get rid of mountLoopback and umountLoopback. (clumens)
+- copyright notice in add_drive_text.py (akozumpl)
+- restart-anaconda: log out of all iscsi nodes (akozumpl)
+- remove EXN_ constants from constants.py (akozumpl)
+- Honor selected hostname on Live CD (#638634) (rvykydal)
+- Do not try to prompt for network for escrow in kickstart (#636533) (rvykydal)
+- Sync up list of languages with contents of po/ directory. (clumens)
+- Fix a storage logging import (#636621). (clumens)
+- Fix a couple pylint-found errors. (clumens)
+- Copy ifcfg.log into traceback and target system. (rvykydal)
+- Improve logging of ifcfg stuff. (rvykydal)
+- Refactor DNS resolver reset. (rvykydal)
+- Add placeholders to ambiguous python strings (#634385). (clumens)
+- Dynamically initialize MALLOC_PERTURB_ when loader starts. (pjones)
+- btrfs will be a supported filesystem in F15 (josef). (clumens)
+- Fix setting of $HOME (pjones)
+- Limit progress bar amount to 1.0 (bcl)
+
* Fri Sep 24 2010 Chris Lumens <clumens@redhat.com> - 15.1-1
- Properly rescan storage with Reset in partition GUI (#635778) (bcl)
- Save the partition type selection when moving back (#635778) (bcl)