-------------------------------------------------------------------
+Thu Aug 23 10:22:14 CEST 2007 - mvidner@suse.cz
+
+- Re-enabled the read-only lock for service-list (#302152).
+- 0.8.16
+
+-------------------------------------------------------------------
Tue Aug 21 15:07:29 CEST 2007 - duncan@suse.de
- fix invalid capability creation (#301690)
#include <zypp/Locale.h>
#include <zypp/ZYpp.h>
#include <zypp/ZYppFactory.h>
-#include <zypp/zypp_detail/ZYppReadOnlyHack.h>
#include <zypp/RepoManager.h>
#include <zypp/base/Logger.h>
#include <zypp/Digest.h>
#include <zypp/base/Logger.h>
#include <zypp/repo/RepoException.h>
+#include <zypp/zypp_detail/ZYppReadOnlyHack.h>
#include "zypper.h"
#include "zypper-sources.h"
// here come commands that need the lock
try {
-// if (command == ZypperCommand::LIST_REPOS)
-// zypp_readonly_hack::IWantIt (); // #247001
+ if (command == ZypperCommand::LIST_REPOS)
+ zypp_readonly_hack::IWantIt (); // #247001, #302152
God = zypp::getZYpp();
}