devel/anaconda .cvsignore, 1.523, 1.524 anaconda.spec, 1.663, 1.664 sources, 1.655, 1.656

Jeremy Katz (katzj) fedora-extras-commits at redhat.com
Tue Apr 8 20:29:13 UTC 2008


Author: katzj

Update of /cvs/pkgs/devel/anaconda
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27339

Modified Files:
	.cvsignore anaconda.spec sources 
Log Message:
* Tue Apr 08 2008 Jeremy Katz <katzj at redhat.com> - 11.4.0.67-1
- Set the initial state of the auto-encrypt checkbutton (#441018) (katzj)
- Don't treat RAID devices as "disks" to avoid lots of odd
  behavior (#438358) (katzj)
- Log a message if we disable selinux on upgrade (katzj)
- Build efiboot.img on x86_64 and i386 . (pjones)
- When splitting srpms, only link srpms, nothing else. (jkeating)
- Don't cause the text to flicker between installed packages. (clumens)
- Don't cause the screen to jump up and down between
  packages (#441160). (clumens)
- Fix zooming and centering in the timezone screen (#439832). (clumens)
- Handle ia64 kernel path (katzj)
- And add nas to the list (#439255) (katzj)
- Set parent so that the dialog centers (#441361) (katzj)
- Don't show the label column (#441352) (katzj)
- Do string substitution after we've translated (#441053) (katzj)
- Set domain on glade file so translations show up (#441053) (katzj)
- fix compression of modules (notting)
- More build fixing due to translation breakage. (katzj)
- Add code to create efiboot.img on i386 and x86_64 (pjones)
- Remove gnome-panel too, it's no longer multilib. (jkeating)
- Fix raising new NoSuchGroup exception. (clumens)
- remove debugging print (notting)
- Support encrypted RAID member devices. (#429600) (dlehman)
- No longer require Amiga partitions on Pegasos (dwmw2)
- Don't copy the stage2 image every time or on the way back. (clumens)
- Make lukscb.get_data("encrypt") always return a valid value. (pjones)
- Set the scrollbar color so it doesn't surprise me the same way in
  the future. (pjones)
- Translation updates.



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/devel/anaconda/.cvsignore,v
retrieving revision 1.523
retrieving revision 1.524
diff -u -r1.523 -r1.524
--- .cvsignore	6 Apr 2008 19:10:24 -0000	1.523
+++ .cvsignore	8 Apr 2008 20:26:42 -0000	1.524
@@ -1 +1 @@
-anaconda-11.4.0.66.tar.bz2
+anaconda-11.4.0.67.tar.bz2


Index: anaconda.spec
===================================================================
RCS file: /cvs/pkgs/devel/anaconda/anaconda.spec,v
retrieving revision 1.663
retrieving revision 1.664
diff -u -r1.663 -r1.664
--- anaconda.spec	6 Apr 2008 19:10:24 -0000	1.663
+++ anaconda.spec	8 Apr 2008 20:26:42 -0000	1.664
@@ -2,7 +2,7 @@
 
 Summary: Graphical system installer
 Name:    anaconda
-Version: 11.4.0.66
+Version: 11.4.0.67
 Release: 1
 License: GPLv2+
 Group:   Applications/System
@@ -205,6 +205,37 @@
 /sbin/chkconfig --del reconfig >/dev/null 2>&1 || :
 
 %changelog
+* Tue Apr 08 2008 Jeremy Katz <katzj at redhat.com> - 11.4.0.67-1
+- Set the initial state of the auto-encrypt checkbutton (#441018) (katzj)
+- Don't treat RAID devices as "disks" to avoid lots of odd
+  behavior (#438358) (katzj)
+- Log a message if we disable selinux on upgrade (katzj)
+- Build efiboot.img on x86_64 and i386 . (pjones)
+- When splitting srpms, only link srpms, nothing else. (jkeating)
+- Don't cause the text to flicker between installed packages. (clumens)
+- Don't cause the screen to jump up and down between
+  packages (#441160). (clumens)
+- Fix zooming and centering in the timezone screen (#439832). (clumens)
+- Handle ia64 kernel path (katzj)
+- And add nas to the list (#439255) (katzj)
+- Set parent so that the dialog centers (#441361) (katzj)
+- Don't show the label column (#441352) (katzj)
+- Do string substitution after we've translated (#441053) (katzj)
+- Set domain on glade file so translations show up (#441053) (katzj)
+- fix compression of modules (notting)
+- More build fixing due to translation breakage. (katzj)
+- Add code to create efiboot.img on i386 and x86_64 (pjones)
+- Remove gnome-panel too, it's no longer multilib. (jkeating)
+- Fix raising new NoSuchGroup exception. (clumens)
+- remove debugging print (notting)
+- Support encrypted RAID member devices. (#429600) (dlehman)
+- No longer require Amiga partitions on Pegasos (dwmw2)
+- Don't copy the stage2 image every time or on the way back. (clumens)
+- Make lukscb.get_data("encrypt") always return a valid value. (pjones)
+- Set the scrollbar color so it doesn't surprise me the same way in
+  the future. (pjones)
+- Translation updates.
+
 * Sun Apr 06 2008 Jeremy Katz <katzj at redhat.com> - 11.4.0.66-1
 - Another day, another broken translation commit to fix. (katzj)
 - Work around GL crashes in anaconda X by disabling them. (jkeating)
@@ -248,8 +279,6 @@
 * Mon Mar 31 2008 Jeremy Katz <katzj at redhat.com> - 11.4.0.64-1
 - Fix my tyop (katzj)
 - Fuzzy broken string again (katzj)
-- Merge branch 'master' of git+ssh://git.fedoraproject.org/git/hosted/anaconda (katzj)
-- 2008-03-30  Yulia Poyarkova <ypoyarko)
 
 * Sun Mar 30 2008 Jeremy Katz <katzj at redhat.com> - 11.4.0.63-1
 - Fix broken translations.  Again. (katzj)


Index: sources
===================================================================
RCS file: /cvs/pkgs/devel/anaconda/sources,v
retrieving revision 1.655
retrieving revision 1.656
diff -u -r1.655 -r1.656
--- sources	6 Apr 2008 19:10:24 -0000	1.655
+++ sources	8 Apr 2008 20:26:42 -0000	1.656
@@ -1 +1 @@
-70eb3d7a814b1c979d4076890ebd5d70  anaconda-11.4.0.66.tar.bz2
+abbbb39d8bd31187c08ef46b9aa94161  anaconda-11.4.0.67.tar.bz2




More information about the fedora-extras-commits mailing list