- 0.7.47:

- Fixed minor text bugs (bug #177433).
- Handle shell builtins in the driver check (bug #222413).
- Resolves: rhbz#177433 rhbz#222413
This commit is contained in:
Tim Waugh 2007-01-12 18:29:41 +00:00
parent 3d2f1f984e
commit 0fdd971928
3 changed files with 8 additions and 2 deletions

View File

@ -88,3 +88,4 @@ system-config-printer-0.7.43.tar.bz2
system-config-printer-0.7.44.tar.bz2
system-config-printer-0.7.45.tar.bz2
system-config-printer-0.7.46.tar.bz2
system-config-printer-0.7.47.tar.bz2

View File

@ -1,2 +1,2 @@
fb4400a1c8de5b35566d6fd6c56ae619 pycups-1.9.17.tar.bz2
80fb5a9f05a8bd4e20eca6a0f7372876 system-config-printer-0.7.46.tar.bz2
86c7b9088cf8aa9ce403aba3900fb207 system-config-printer-0.7.47.tar.bz2

View File

@ -2,7 +2,7 @@
Summary: A printer administration tool
Name: system-config-printer
Version: 0.7.46
Version: 0.7.47
Release: 1%{?dist}
License: GPL
Group: System Environment/Base
@ -112,6 +112,11 @@ if [ "$1" = "0" ]; then
fi
%changelog
* Fri Jan 12 2007 Tim Waugh <twaugh@redhat.com> 0.7.47-1
- 0.7.47:
- Fixed minor text bugs (bug #177433).
- Handle shell builtins in the driver check (bug #222413).
* Mon Jan 8 2007 Tim Waugh <twaugh@redhat.com> 0.7.46-1
- 0.7.46:
- Fixed page size problem (bug #221702).