summaryrefslogtreecommitdiffstats
path: root/anaconda.spec
diff options
context:
space:
mode:
authorDavid Cantrell <dcantrell@redhat.com>2006-05-19 21:51:28 +0000
committerDavid Cantrell <dcantrell@redhat.com>2006-05-19 21:51:28 +0000
commit5638b7fb3bc494a442918ac2d5bd97372a2ff6fc (patch)
treeb422034cd744ffca3dd5b5853bdb9a78a71ec04d /anaconda.spec
parent713ffabacf5f4e69e358c4235e5caa60dfb511f7 (diff)
downloadanaconda-5638b7fb3bc494a442918ac2d5bd97372a2ff6fc.tar.gz
anaconda-5638b7fb3bc494a442918ac2d5bd97372a2ff6fc.tar.xz
anaconda-5638b7fb3bc494a442918ac2d5bd97372a2ff6fc.zip
Bump version.
Diffstat (limited to 'anaconda.spec')
-rw-r--r--anaconda.spec6
1 files changed, 5 insertions, 1 deletions
diff --git a/anaconda.spec b/anaconda.spec
index 156eb8377..e8118911f 100644
--- a/anaconda.spec
+++ b/anaconda.spec
@@ -1,5 +1,5 @@
Name: anaconda
-Version: 11.1.0.15
+Version: 11.1.0.16
Release: 1
License: GPL
Summary: Graphical system installer
@@ -79,6 +79,10 @@ rm -rf $RPM_BUILD_ROOT
/sbin/chkconfig --del reconfig >/dev/null 2>&1 || :
%changelog
+* Fri May 19 2006 David Cantrell <dcantrell@redhat.com> - 11.1.0.16-1
+- Added asix driver (pjones)
+- Fix i18n build
+
* Fri May 19 2006 David Cantrell <dcantrell@redhat.com> - 11.1.0.15-1
- Fix indendation error in handleRenderCallback() that caused hang
- Use gobject.threads_init() model