liveusb-creator.spec | 7 ++++++- setup.py | 4 ++-- 2 files changed, 8 insertions(+), 3 deletions(-)
New commits: commit acb0e7f7a71f325fa69f648ee113ebfa2d5bdd1a Author: Luke Macken lmacken@redhat.com Date: Fri Jan 2 19:03:19 2009 -0500
v3.2
diff --git a/liveusb-creator.spec b/liveusb-creator.spec index 3e4396e..fe13d3c 100644 --- a/liveusb-creator.spec +++ b/liveusb-creator.spec @@ -1,7 +1,7 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
Name: liveusb-creator -Version: 3.1 +Version: 3.2 Release: 1%{?dist} Summary: A liveusb creator
@@ -64,6 +64,11 @@ rm -rf %{buildroot} %config(noreplace) %{_sysconfdir}/security/console.apps/%{name}
%changelog +* Fri Jan 02 2009 Luke Macken lmacken@redhat.com 3.2-1 +- Fixed some syslinux-related issues (#167) +- Fixed some windows-related logging problems (#337) +- Mitigate a DBus/HAL-related segfault by unmounting upon termination + * Thu Jan 01 2009 Luke Macken lmacken@redhat.com 3.1-1 - Latest upstream release, containing some windows-specific optimizations and fixes. diff --git a/setup.py b/setup.py index cdd8ed8..5bc7629 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ if sys.platform == 'win32':
setup( name = 'liveusb-creator', - version = '3.1', + version = '3.2', packages = ['liveusb', 'liveusb/urlgrabber'], scripts = ['liveusb-creator'], license = 'GNU General Public License (GPL)', @@ -55,7 +55,7 @@ if sys.platform == 'win32': else: setup( name = 'liveusb-creator', - version = '3.1', + version = '3.2', packages = ['liveusb', 'liveusb/urlgrabber'], scripts = ['liveusb-creator'], license = 'GNU General Public License (GPL)',
liveusb-creator@lists.stg.fedorahosted.org