- Adjust main window size based on install type (#667566) (bcl)

- Remove mknod-stub.  We have the full one around now. (clumens)
- Use a different method to get the sysfs_path for device-mapper devices
  (#665643). (clumens)
- Allow existing /var/log (bcl)
This commit is contained in:
Chris Lumens 2011-01-06 16:39:35 -05:00
parent 069cdd3cc7
commit dc5d691049
3 changed files with 10 additions and 2 deletions

1
.gitignore vendored
View File

@ -10,3 +10,4 @@ anaconda-15.2.tar.bz2
/anaconda-15.11.tar.bz2
/anaconda-15.12.tar.bz2
/anaconda-15.13.tar.bz2
/anaconda-15.14.tar.bz2

View File

@ -2,7 +2,7 @@
Summary: Graphical system installer
Name: anaconda
Version: 15.13
Version: 15.14
Release: 1%{?dist}
License: GPLv2+
Group: Applications/System
@ -229,6 +229,13 @@ update-desktop-database &> /dev/null || :
%endif
%changelog
* Thu Jan 06 2011 Chris Lumens <clumens@redhat.com> - 15.14-1
- Adjust main window size based on install type (#667566) (bcl)
- Remove mknod-stub. We have the full one around now. (clumens)
- Use a different method to get the sysfs_path for device-mapper devices
(#665643). (clumens)
- Allow existing /var/log (bcl)
* Wed Dec 22 2010 Chris Lumens <clumens@redhat.com> - 15.13-1
- Fix a syntax error in f16a565aa3a879a94862f4c3e5b2ede792ed05ef. (clumens)
- Pass --noeject to anaconda (#477887) (bcl)

View File

@ -1 +1 @@
82360c2970729e9d791dfdb7d6c4337e anaconda-15.13.tar.bz2
91bd9c62fe79e171df07213ca619e02c anaconda-15.14.tar.bz2