diff options
| author | David Cantrell <dcantrell@redhat.com> | 2009-09-22 17:05:43 -1000 |
|---|---|---|
| committer | David Cantrell <dcantrell@redhat.com> | 2009-09-22 17:05:43 -1000 |
| commit | 0a5d1d5369e02917245549b70b755fab1c6702b6 (patch) | |
| tree | 0402d3d38ed982e7c525cbc79810873e651c81b7 | |
| parent | 864ed9d3ce75fff9e87d8ceac665daec5522fea2 (diff) | |
| download | anaconda-0a5d1d5369e02917245549b70b755fab1c6702b6.tar.gz anaconda-0a5d1d5369e02917245549b70b755fab1c6702b6.tar.xz anaconda-0a5d1d5369e02917245549b70b755fab1c6702b6.zip | |
New version.
| -rw-r--r-- | anaconda.spec.in | 4 | ||||
| -rw-r--r-- | configure.ac | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/anaconda.spec.in b/anaconda.spec.in index 145b2c8a2..d83a1c904 100644 --- a/anaconda.spec.in +++ b/anaconda.spec.in @@ -214,6 +214,10 @@ update-desktop-database &> /dev/null || : %endif %changelog +* Tue Sep 22 2009 David Cantrell <dcantrell@redhat.com> - 12.29-1 +- Updated po/anaconda.pot (dcantrell) +- Remove ui/instkey.glade.h from po/POTFILES.in (dcantrell) + * Tue Sep 22 2009 David Cantrell <dcantrell@redhat.com> - 12.28-1 - Preserve whitespace in $CDLABEL in mk-images.x86 (dcantrell) - Modify rhel.py installclass for current RHEL development efforts. diff --git a/configure.ac b/configure.ac index ffa18997f..eb7db73d7 100644 --- a/configure.ac +++ b/configure.ac @@ -20,7 +20,7 @@ m4_define(python_required_version, 2.5) AC_PREREQ([2.63]) -AC_INIT([anaconda], [12.28], [anaconda-devel-list@redhat.com]) +AC_INIT([anaconda], [12.29], [anaconda-devel-list@redhat.com]) AM_INIT_AUTOMAKE([foreign no-dist-gzip dist-bzip2]) AC_CONFIG_SRCDIR([loader/loader.c]) |
