0.5.15cnc6-alt5

- apt-shell fixes (#3091)
This commit is contained in:
Kachalov Anton 2004-07-05 14:29:44 +00:00 committed by Dmitry V. Levin
parent d952729a63
commit 8a5d976f4a
2 changed files with 15 additions and 1 deletions

View File

@ -54,3 +54,14 @@
GoodSolutionNames.push_back(GoodPkg.Name());
}
#ifdef WITH_LUA
@@ -4511,8 +4514,8 @@
largv[largc] = 0;
// Make our own copy of the configuration.
- delete _config;
- _config = new Configuration(GlobalConfig);
+ //delete _config;
+ //_config = new Configuration(GlobalConfig);
// Prepare the command line
CommandLine CmdL(CommandArgs(largv[1]),_config);

View File

@ -2,7 +2,7 @@
Name: apt
Version: 0.5.15cnc6
Release: alt4
Release: alt5
Summary: Debian's Advanced Packaging Tool with RPM support
Summary(ru_RU.CP1251): Debian APT - Óñîâåðøåíñòâîâàííîå ñðåäñòâî óïðàâëåíèÿ ïàêåòàìè ñ ïîääåðæêîé RPM
@ -336,6 +336,9 @@ fi
# Probably %%doc with README.rsync?
%changelog
* Mon Jul 05 2004 Kachalov Anton <mouse@altlinux.ru> 0.5.15cnc6-alt5
- apt-shell fixes (#3091)
* Mon Jun 07 2004 Dmitry V. Levin <ldv@altlinux.org> 0.5.15cnc6-alt4
- apt-shell fixes from Mouse (#4306).