- fix memory leak in mc-utf8 patch, thanks to Marcin Garski (#169549)

- fix mc-find patch to support UTF-8, thanks to Victor Abramoff (#169531)
- remove bogus condition from mc-symcrash patch
This commit is contained in:
Jindrich Novy 2005-09-29 17:49:11 +00:00
parent 187524f1a4
commit 235de9ea0f
2 changed files with 3299 additions and 3301 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,7 +1,7 @@
Summary: User-friendly text console file manager and visual shell.
Name: mc
Version: 4.6.1a
Release: 0.15
Release: 0.16
Epoch: 1
License: GPL
Group: System Environment/Shells
@ -183,6 +183,11 @@ rm -rf $RPM_BUILD_ROOT
%dir %{_datadir}/mc
%changelog
* Thu Sep 29 2005 Jindrich Novy <jnovy@redhat.com> 4.6.1a-0.16
- fix memory leak in mc-utf8 patch, thanks to Marcin Garski (#169549)
- fix mc-find patch to support UTF-8, thanks to Victor Abramoff (#169531)
- remove bogus condition from mc-symcrash patch
* Tue Sep 13 2005 Jindrich Novy <jnovy@redhat.com> 4.6.1a-0.15
- fix segfault when copying symlinks of a particular type and
fix creation of dangled symlinks (#168184)