fixup Fix to build with libxml 2.12.x (fixes #505)
[platform/upstream/libzypp.git] / package / libzypp.changes
1 -------------------------------------------------------------------
2 Tue Jun 23 17:44:21 CEST 2020 - ma@suse.de
3
4 - Enable zchunk metadata download if libsolv supports it.
5 - version 17.23.7 (22)
6
7 -------------------------------------------------------------------
8 Thu Jun  4 11:45:03 CEST 2020 - ma@suse.de
9
10 - Revert "Enable zchunk on SLE-15-SP2".
11 - version 17.23.6 (22)
12
13 -------------------------------------------------------------------
14 Wed May 27 18:50:32 CEST 2020 - ma@suse.de
15
16 - Enable zchunk on SLE-15-SP2.
17 - Older kernel-devel packages are not properly purged (bsc#1171224)
18 - doc: enhance service plugin example.
19 - version 17.23.5 (22)
20
21 -------------------------------------------------------------------
22 Thu Apr  9 12:52:10 CEST 2020 - ma@suse.de
23
24 - Get retracted patch status from updateinfo data (jsc#SLE-8770)
25   libsolv injects the indicator provides into packages only.
26 - remove 'using namespace std;' (bsc#1166610, fixes #218)
27 - Online doc: add 'Hardware (modalias) dependencies' page
28   (fixes #216)
29 - version 17.23.4 (22)
30
31 -------------------------------------------------------------------
32 Wed Mar 25 15:26:14 CET 2020 - ma@suse.de
33
34 - Add HistoryLogReader actionFilter to parse only specific
35   HistoryActionIDs.
36 - version 17.23.3 (22)
37
38 -------------------------------------------------------------------
39 Fri Mar 20 12:28:18 CET 2020 - ma@suse.de
40
41 - RepoVariables: Add safe guard in case the caller does not own a
42   zypp instance.
43 - Enable c++17. Define libyzpp CXX_STANDARD in ZyppCommon.cmake.
44 - version 17.23.2 (22)
45
46 -------------------------------------------------------------------
47 Mon Mar  2 19:53:51 CET 2020 - ma@suse.de
48
49 - Fix package status computation regarding unneeded, orphaned, recommended
50   and suggested packages (broken in 17.23.0) (bsc#1165476)
51 - version 17.23.1 (22)
52
53 -------------------------------------------------------------------
54 Fri Feb 21 16:06:57 CET 2020 - ma@suse.de
55
56 - Log patch status changes to history (jsc#SLE-5116)
57 - Allow to disable all WebServer dependent tests when building. OBS
58   wants to be able to get rid of the nginx/FastCGI-devel build
59   requirement. Use 'rpmbuild --without mediabackend_tests' or
60   'cmake -DDISABLE_MEDIABACKEND_TESTS=1'.
61 - version 17.23.0 (22)
62
63 -------------------------------------------------------------------
64 Fri Feb  7 14:56:40 CET 2020 - ma@suse.de
65
66 - update translations
67 - Replace mongoose/webrick with nginx in test suite.
68   This patch makes use of nginx to replace the current WebServer
69   mongoose implementation. Also adds support for registering
70   callback functions for certain URL requests via FCGI, making it
71   possible to mock HTTP responses and test more complex HTTP setups.
72 - boost: Fix deprecated auto_unit_test.hpp includes.
73 - Disable zchunk on Leap-15.0 and SLE15-* while there is no libzck.
74 - Fix decision whether to download ZCHUNK files.
75   libzypp and libsolv must both be able to read the format.
76 - version 17.22.1 (22)
77
78 -------------------------------------------------------------------
79 Thu Jan 23 16:30:19 CET 2020 - ma@suse.de
80
81 - yum::Downloader: Prefer zchunk compressed metadata if libvsolv
82   supports it.
83 - BuildRequires:  libsolv-devel >= 0.7.11.
84 - version 17.22.0 (22)
85
86 -------------------------------------------------------------------
87 Mon Jan 20 12:53:12 CET 2020 - ma@suse.de
88
89 - Selectable: Fix highestAvailableVersionObj if only retracted
90   packages are available. Avoid using retracted items as candidate
91   (jsc#SLE-8770)
92 - version 17.21.0 (20)
93
94 -------------------------------------------------------------------
95 Thu Dec 19 13:28:00 CET 2019 - ma@suse.de
96
97 - BuildRequires:  libsolv-devel >= 0.7.10.
98 - RpmDb: Become rpmdb backend independent (jsc#SLE-7272)
99 - RpmDb: Close API offering a custom rpmdb path
100   It's actually not needed and for this to work also libsolv needs
101   to support it. You can sill use a librpmDb::db_const_iterator to
102   access a database at a custom location (ro).
103 - Remove legacy rpmV3database conversion code.
104 - version 17.20.0 (20)
105
106 -------------------------------------------------------------------
107 Wed Dec 11 09:51:10 CET 2019 - ma@suse.de
108
109 - MediaCurl: assert cookie file has mode 0600 (bsc#1158763, CVE-2019-18900)
110 - version 17.19.0 (12)
111
112 -------------------------------------------------------------------
113 Mon Dec  9 10:22:56 CET 2019 - ma@suse.de
114
115 - dup: fix removing orphaned packages dropped by to-be-installed
116   products (bsc#1155819)
117 - version 17.18.1 (12)
118
119 -------------------------------------------------------------------
120 Thu Dec  5 14:23:52 CET 2019 - ma@suse.de
121
122 - Resolver: add solution actions for SOLVER_SOLUTION_BLACK
123   (retracted/PTF)
124 - Solvable: add isRetracted and isPtf attributes.
125 - version 17.18.0 (12)
126
127 -------------------------------------------------------------------
128 Thu Nov 28 18:20:04 CET 2019 - ma@suse.de
129
130 - Introduce PurgeKernels class (bsc#1155198)
131   Adds libzypp API to mark all obsolete kernels according to the
132   existing purge-kernel script rules.
133 - Add solver jobs for retracted packages and ptfs.
134   Support for ptf packages and retract ed patches.
135 - Do not enforce 'en' being in RequestedLocales (bsc#1155678)
136   If the user decides to have a system without explicit language
137   support he may do so.
138 - Pass correct posttrans script argument (fixes #190)
139 - BuildRequires:  libsolv-devel >= 0.7.8.
140 - version 17.17.0 (12)
141
142 -------------------------------------------------------------------
143 Tue Oct 29 14:54:51 CET 2019 - ma@suse.de
144
145 - Expose new libsolv API via C++ counterparts
146   (openSUSE/zypper#214)
147 - BuildRequires:  libsolv-devel >= 0.7.7
148 - version 17.16.0 (12)
149
150 -------------------------------------------------------------------
151 Fri Oct 18 17:20:08 CEST 2019 - ma@suse.de
152
153 - Fix empty metalink downloads if filesize is unknown (bsc#1153557)
154 - Recognize riscv64 as architecture
155 - Fix installation of new header file (fixes #185)
156 - zypp.conf: Introduce `solver.focus` to define the resolvers general
157   attitude when resolving jobs. (bsc#1146415)
158 - New container detection algorithm for zypper ps (bsc#1146947)
159 - version 17.15.0 (12)
160
161 -------------------------------------------------------------------
162 Thu Sep 26 14:08:51 CEST 2019 - ma@suse.de
163
164 - Revert "Use CURL_HTTP_VERSION_2TLS if available" (bsc#1146027)
165 - doc: add service example using variables
166 - Fix build with rpm >= 4.15 (fixes #172)
167 - version 17.14.1 (12)
168
169 -------------------------------------------------------------------
170 Mon Aug  5 13:03:55 CEST 2019 - ma@suse.de
171
172 - PublicKey::algoName: supply key algorithm and length
173 - version 17.14.0 (12)
174
175 -------------------------------------------------------------------
176 Thu Jul 25 17:25:10 CEST 2019 - ma@suse.de
177
178 - MediaCurl: Fix leaking filedescriptors (bsc#1116995)
179 - commit: Run file conflict check on dry-run (best with download-only)
180   (bsc#1140039)
181 - commit: do not remove orphan products if the .prod file is owned by
182   a package (bsc#1139795)
183 - version 17.13.0 (12)
184
185 -------------------------------------------------------------------
186 Tue May 28 16:50:14 CEST 2019 - ma@suse.de
187
188 - Drop unused InterProcessMutex class and test
189 - Drop unused WebpinResult class and test
190 - Give posttrans script a parameter of 0 (issue #168)
191 - Use CURL_HTTP_VERSION_2TLS if available (fixes #141)
192 - version 17.12.0 (12)
193
194 -------------------------------------------------------------------
195 Thu Apr  4 13:24:40 CEST 2019 - ma@suse.de
196
197 - Enhance scanning /sys for modaliases (bsc#1130161)
198 - version 17.11.4 (9)
199
200 -------------------------------------------------------------------
201 Tue Apr  2 18:15:12 CEST 2019 - ma@suse.de
202
203 - Prevent SEGV if the application sets an empty TextLocale (bsc#1127026)
204
205 -------------------------------------------------------------------
206 Mon Apr  1 08:49:45 UTC 2019 - Christophe Giboudeaux <christophe@krop.fr>
207
208 - Fix build with CMake >= 3.14.0:
209   Starting with CMake 3.14, EXCLUDE_FROM_ALL now spreads from
210   directories to targets. 'make -C someSubdir' when 'someSubdir'
211   uses the 'EXCLUDE_FROM_ALL' keyword does nothing. (gh/libzypp#libzypp#165)
212
213 -------------------------------------------------------------------
214 Thu Mar 21 12:35:39 CET 2019 - ma@suse.de
215
216 - KeyManager: Work around bsc#1127220 [libgpgme] no error upon
217   incomplete import due to signal received.
218 - MediaCurl: add hint to check SCC for an expired regcode on
219   http error 403 (bsc#965786)
220 - version 17.11.3 (9)
221
222 -------------------------------------------------------------------
223 Mon Feb 25 12:07:19 CET 2019 - ma@suse.de
224
225 - Correctly handle exceptions when verifying the medium (bsc#1065022)
226 - Only write type field when probing (bsc#1114908)
227 - Don't blame user on TargetAbortedException (bsc#978193)
228 - version 17.11.2 (9)
229
230 -------------------------------------------------------------------
231 Thu Jan 31 17:41:21 CET 2019 - ma@suse.de
232
233 - CheckAccessDeleted: Suppress reporting `/memfd:` pseudo files
234   (bsc#1123843)
235 - MediaCurl: improve reporting https->http redirection errors
236 - Prevent SEGV if the application sets an empty TextLocale
237 - Url: don't force printing an empty authority if the schema does not
238   allow authority at all
239 - Try to the missing rpmDB compat symlink in case the rpm package got
240   deleted (bsc#1122471)
241 - version 17.11.1 (9)
242
243 -------------------------------------------------------------------
244 Fri Jan 11 10:24:33 CET 2019 - ma@suse.de
245
246 - PoolItemBest: Optionally prefer not locked packages (for bsc#1113296)
247 - ui::Selectable: add `hasLocks` to indicate a partially locked
248   item (for bsc#1113296)
249 - version 17.11.0 (9)
250
251 -------------------------------------------------------------------
252 Tue Dec 18 14:01:19 CET 2018 - ma@suse.de
253
254 - Simplify complex locks so zypper can display them (bsc#1112911)
255 - version 17.10.3 (9)
256
257 -------------------------------------------------------------------
258 Mon Dec 10 16:57:34 CET 2018 - ma@suse.de
259
260 - commit: set `SYSTEMD_OFFLINE=1` during chrooted commits (bsc#1118758)
261 - no-recommends: Nevertheless consider resolver namespaces (hardware,
262   language,..supporting packages) (FATE#325513)
263 - BuildRequires:  libsolv-devel >= 0.7.2
264   (SOLVER_FLAG_ONLY_NAMESPACE_RECOMMENDED)
265 - Remove world-readable bit from /var/log/zypp (bsc#1099019)
266 - version 17.10.2 (9)
267
268 -------------------------------------------------------------------
269 Wed Nov 28 14:40:26 CET 2018 - ma@suse.de
270
271 - Adapt to changes in upcoming Boost 1.69.0
272 - Do not fail service-refresh on a empty repoindex.xml (bnc#1116840)
273 - version 17.10.1 (9)
274
275 -------------------------------------------------------------------
276 Mon Nov 26 12:14:49 CET 2018 - ma@suse.de
277
278 - str: recognize 'always' and 'never' as valid boolean strings
279 - Fix needreboot code to use SolvableSpec parser (fate#326451)
280 - SolvableSpec: Define a set of Solvables by ident and provides
281 - version 17.10.0 (9)
282
283 -------------------------------------------------------------------
284 Wed Nov 14 11:48:35 CET 2018 - ma@suse.de
285
286 - Provide needreboot config files in /etc/zypp (fate#326451, fixes #140)
287 - Need to fix soname due to libsolv ABI changes (bsc#1115341)
288 - version 17.9.0 (9)
289
290 -------------------------------------------------------------------
291 Mon Oct 29 12:20:40 CET 2018 - ma@suse.de
292
293 - Adapt to changed type names in libsolv-0.7
294 - Package needreboot file (fate#326451)
295 - Fix definitions of gettext macros (fixes #135)
296 - version 17.8.1 (2)
297
298 -------------------------------------------------------------------
299 Fri Oct 12 14:01:19 CEST 2018 - ma@suse.de
300
301 - Add infrastructure to flag specific packages to trigger a
302   reboot needed hint (fate#326451)
303 - Adapt to libsolv: Drop support for REPOKEY_TYPE_U32
304 - Resolver: add setInr to request solving namespaces
305 - ResolverNamespace: add No/AllResolverNamespaces constants
306 - version 17.8.0 (2)
307
308 -------------------------------------------------------------------
309 Mon Oct  1 14:04:15 CEST 2018 - ma@suse.de
310
311 - Fix blocking wait for finished child process (bsc#1109877)
312 - version 17.7.2 (2)
313
314 -------------------------------------------------------------------
315 Fri Sep 28 14:38:01 CEST 2018 - ma@suse.de
316
317 - Fix conversion of string and glob to regex when compiling queries
318   (bsc#1099982, bsc#939392, bsc#556664)
319 - version 17.7.1 (2)
320
321 -------------------------------------------------------------------
322 Fri Sep  7 12:07:39 CEST 2018 - ma@suse.de
323
324 - Drop type application due to poor metadata support (bsc#1100095,
325   bsc#1104415)
326 - version 17.7.0 (2)
327
328 -------------------------------------------------------------------
329 Thu Sep  6 12:16:25 CEST 2018 - ma@suse.de
330
331 - Automatically fetch repository signing key from gpgkey url
332   (bsc#1088037)
333 - lsof: use '-K i' if lsof supports it (bsc#1099847,bsc#1036304)
334 - version 17.6.4 (2)
335
336 -------------------------------------------------------------------
337 Thu Aug 30 16:44:56 CEST 2018 - ma@suse.de
338
339 - Check for not imported keys after multi key import from rpmdb
340   (bsc#1096217)
341 - version 17.6.3 (2)
342
343 -------------------------------------------------------------------
344 Tue Aug 21 18:46:35 CEST 2018 - ma@suse.de
345
346 - fixup! Add filesize check for downloads with known size (bsc#408814)
347   Fix detetction of metalink downloads and prevent aborting if
348   a metalink file is larger than the expected data file.
349 - version 17.6.2 (2)
350
351 -------------------------------------------------------------------
352 Fri Aug 17 14:52:14 CEST 2018 - ma@suse.de
353
354 - Adapt to changes in libgpgme11-11.1.0 breaking the signature
355   verification (bsc#1100427)
356 - Use %license (bsc#1082318)
357 - BuildRequires:  libsolv-devel >= 0.6.35 (for bsc#1100095)
358 - changes: add CVE numbers
359 - version 17.6.1 (2)
360
361 -------------------------------------------------------------------
362 Fri Aug  3 11:11:25 CEST 2018 - ma@suse.de
363
364 - RepoInfo::provideKey: add report telling where we look for missing
365   keys.
366 - Support listing gpgkey URLs in repo files (bsc#1088037)
367 - Add new report to request user approval for importing a package key
368 - Handle http error 502 Bad Gateway in curl backend (bsc #1070851)
369   (fixes openSUSE/zypper#177)
370 - Add filesize check for downloads with known size (bsc#408814)
371 - Removed superfluous space in translation (bsc#1102019)
372 - version 17.6.0 (2)
373
374 -------------------------------------------------------------------
375 Thu Jul 19 12:57:21 CEST 2018 - ma@suse.de
376
377 - Prevent the system from sleeping during a commit
378   (fixes openSUSE/zypper#135)
379 - RepoManager: Explicitly request repo2solv to generate application
380   pseudo packages.
381 - version 17.5.2 (2)
382
383 -------------------------------------------------------------------
384 Wed Jul 18 10:55:49 CEST 2018 - ma@suse.de
385
386 - libzypp-devel should not require cmake (bsc#1101349)
387 - Avoid zombies from ExternalProgram
388 - Update ApiConfig
389 - fix typo
390 - version 17.5.1 (2)
391
392 -------------------------------------------------------------------
393 Mon Jul  9 14:43:15 CEST 2018 - ma@suse.de
394
395 - HardLocksFile: Prevent against empty commit without Target having
396   been been loaded (bsc#1096803)
397 - lsof: use '-K i' if lsof supports it (bsc#1099847)
398 - PackageProvider: Validate deta rpms before caching (bsc#1091624,
399   bsc#1088705, CVE-2018-7685)
400 - PackageProvider: Validate downloaded rpm package signatures
401   before caching (bsc#1091624, bsc#1088705, CVE-2018-7685)
402 - version 17.5.0 (2)
403
404 -------------------------------------------------------------------
405 Mon Jun 25 10:48:55 CEST 2018 - ma@suse.de
406
407 - Flags: make it std=c++14 ready
408 - Replace 'redhat-release' with generic 'system-release' (#120)
409 - Ignore /var, /tmp and /proc in zypper ps (bsc#1096617)
410 - Show GPGME version in log
411 - version 17.4.0 (2)
412
413 -------------------------------------------------------------------
414 Thu Apr 26 18:07:11 CEST 2018 - ma@suse.de
415
416 - Avoid zombie tar processes (bsc#1076192)
417 - Replace the terminology 'uninstallable' with 'not installable'
418   (bsc#1029392)
419 - version 17.3.1 (2)
420
421 -------------------------------------------------------------------
422 Mon Apr  9 13:11:50 CEST 2018 - ma@suse.de
423
424 - Show progressbar when running posttrans scripts
425 - Execute service plugin script chrooted to the RepoManagers root
426   (bsc#1080693)
427 - Make sure the product file comes from /etc/products.d for the
428   fallback product search (bsc#1086602)
429 - Introduce ZConfig::repoManagerRoot to support having diverging
430   target and repomanager root paths
431 - Rename `stderr` as it can be a macro (fixes #102)
432 - version 17.3.0 (2)
433
434 -------------------------------------------------------------------
435 Tue Mar 13 18:03:42 CET 2018 - ma@suse.de
436
437 - Protect code against broken translations (bsc#1082711)
438 - Fix broken translated format strings
439 - Deprecate the use of asciidoc for new releases
440 - version 17.2.2 (2)
441
442 -------------------------------------------------------------------
443 Wed Mar  7 11:22:02 CET 2018 - ma@suse.de
444
445 - PoolQuery::addDependency add overload to define an individual
446   Match::Mode (bsc#1043166)
447 - version 17.2.1 (2)
448
449 -------------------------------------------------------------------
450 Thu Mar  1 17:46:39 CET 2018 - bzeller@suse.de
451
452 - Add /var/lib/gdm to CheckAccessDeleted blacklist (bsc#1079991)
453 - Use gpgme instead of calling gpg2 binary directly
454 - Fix leak in Digest.cc (bsc#1075978)
455 - version 17.2.0 (2)
456
457 -------------------------------------------------------------------
458 Tue Feb 20 18:03:24 CET 2018 - ma@suse.de
459
460 - RpmDb::checkPackage: fix parsing localized rpm output (bsc#1076415)
461 - Replace libexpat with libxml
462 - Fix libzypp tests failing with `-Wp,-D_GLIBCXX_ASSERTIONS`
463   compiler flag (fixes #84)
464 - BuildRequire gpg2 as testcases need it (fixes #84)
465 - version 17.1.3 (0)
466
467 -------------------------------------------------------------------
468 Fri Feb  2 16:07:08 CET 2018 - ma@suse.de
469
470 - Fix crash when installing broken rpm packages (bsc#1078284)
471 - Testcase: Minor fix writing update testcases
472 - version 17.1.2 (0)
473
474 -------------------------------------------------------------------
475 Mon Jan 15 17:01:33 CET 2018 - ma@suse.de
476
477 - Adapt rpm package verification to changes in rpm-4.14 (bsc#1076018)
478 - version 17.1.1 (0)
479
480 -------------------------------------------------------------------
481 Thu Jan  4 17:49:06 CET 2018 - ma@suse.de
482
483 - plugin: don't reject header values containing a ':' (bsc#1074687)
484 - Locks: Don't store duplicate locks (bsc#969569)
485 - version 17.1.0 (0)
486
487 -------------------------------------------------------------------
488 Wed Dec  6 13:29:42 CET 2017 - ma@suse.de
489
490 - Fix default for solver.allowNameChange (bsc#1071466)
491 - version 17.0.5 (0)
492
493 -------------------------------------------------------------------
494 Mon Dec  4 11:09:24 CET 2017 - ma@suse.de
495
496 - Stop BuildRequire dropped boost-devel (bsc#1062782)
497 - version 17.0.4 (0)
498
499 -------------------------------------------------------------------
500 Tue Nov 28 18:21:51 CET 2017 - ma@suse.de
501
502 - When importing multiple keys, export the individual keys
503   ascii armored for import into the rpmdb (bsc#1069381)
504 - version 17.0.3 (0)
505
506 -------------------------------------------------------------------
507 Thu Nov 23 12:33:51 CET 2017 - ma@suse.de
508
509 - Don't filter procs with a different mnt namespace (bsc#1068708)
510 - Support repo variables in an URIs host:port component
511   (bsc#1057640, bsc#1067605)
512 - version 17.0.2 (0)
513
514 -------------------------------------------------------------------
515 Fri Nov 10 15:25:20 CET 2017 - ma@suse.de
516
517 - Solvable: fix inconsistent retrieval of mediaNr (bsc#1065677)
518 - version 17.0.1 (0)
519
520 -------------------------------------------------------------------
521 Tue Nov  7 16:14:31 CET 2017 - ma@suse.de
522
523 - Locale: Fix possible segfault (bsc#1064999)
524 - RpmDb: Remove excess keys in the zypp keyring when exporting keys only
525   (bsc#1064380)
526 - KeyRing: Fix deleted keys not removed from rpmdb too (bsc#1064380)
527 - Flag gpg keycache dirty when adding/removing keys (bsc#1064380)
528 - Version 17.x for CODE-15, 16.x. is continued on SuSE-SLE-12-SP2-Branch
529 - version 17.0.0 (0)
530
531 -------------------------------------------------------------------
532 Thu Oct 12 18:04:38 CEST 2017 - ma@suse.de
533
534 - Fix media handling in presence of a repo path prefix (bsc#1062561)
535 - version 16.17.3 (0)
536
537 -------------------------------------------------------------------
538 Wed Oct 11 16:29:48 CEST 2017 - ma@suse.de
539
540 - Fix RepoProvideFile ignoring a repo path prefix (bsc#1062561)
541 - version 16.17.2 (0)
542
543 -------------------------------------------------------------------
544 Fri Sep 22 12:16:34 CEST 2017 - ma@suse.de
545
546 - Default to 'solver.dupAllowVendorChange = false' on SLE15
547   (FATE#323478)
548 - Remove unused legacy notify-message script (bsc#1058783)
549 - version 16.17.1 (0)
550
551 -------------------------------------------------------------------
552 Fri Sep  8 18:05:30 CEST 2017 - ma@suse.de
553
554 - Support multiple product licenses in repomd (FATE#322276)
555 - version 16.17.0 (0)
556
557 -------------------------------------------------------------------
558 Thu Sep  7 12:27:44 CEST 2017 - ma@suse.de
559
560 - Propagate 'rpm --import' errors (bsc#1057188)
561 - Fix typos in zypp.conf
562 - version 16.16.0 (0)
563
564 -------------------------------------------------------------------
565 Mon Aug 28 16:05:36 CEST 2017 - ma@suse.de
566
567 - Add testcase to compile (bsc#1055920)
568 - version 16.15.6 (0)
569
570 -------------------------------------------------------------------
571 Fri Aug 25 14:08:43 CEST 2017 - ma@suse.de
572
573 - Adapt to work with GnuPG 2.1.23 (bsc#1054088)
574 - version 16.15.5 (0)
575
576 -------------------------------------------------------------------
577 Fri Aug 25 12:51:43 CEST 2017 - ma@suse.de
578
579 - verifyFileSignature: Support signing with subkeys (bsc#1008325)
580 - PublicKey: Scan and provide subkey information.
581 - Enhance sort order for media.1/products (bsc#1054671)
582 - Drop detection and support for rpm-4.4 (fixes #77)
583 - version 16.15.4 (0)
584
585 -------------------------------------------------------------------
586 Fri Aug 11 15:29:40 CEST 2017 - ma@suse.de
587
588 - RepoInfo: add enum GpgCheck for convenient gpgcheck mode handling
589   (bsc#1045735)
590 - Fix repo/pkg checks to follow explicitly defined gpgcheck in a
591   .repo file
592 - version 16.15.3 (0)
593
594 -------------------------------------------------------------------
595 Fri Jul 21 13:26:48 CEST 2017 - ma@suse.de
596
597 - Weaken fix for bsc#1038984 if 'gpgcheck=0' in libzypp-16.15.x only.
598   This will allow some already released products to adapt to the
599   behavioral changes introduced by fixing bsc#1038984, while systems
600   with a default configuration (gpgcheck=1) already benefit from
601   the fix in libzypp-16.15.x. For details see section
602   'Signature checking' in /etc/zypp/zypp.conf.
603 - Fix gpg-pubkey release (creation time) computation (bsc#1036659)
604 - update lsof blacklist (bsc#1046417)
605 - version 16.15.2 (0)
606
607 -------------------------------------------------------------------
608 Tue Jul 18 13:18:16 CEST 2017 - ma@suse.de
609
610 - Be sure bad packages do not stay in the cache
611   (bsc#1045735, CVE-2017-9269)
612 - version 16.15.1 (0)
613
614 -------------------------------------------------------------------
615 Mon Jul 17 16:38:14 CEST 2017 - ma@suse.de
616
617 - PackageProvider: enforce a signed package if pkgGpgCheckIsMandatory
618 - Add RpmDb::checkPackageSignature to report unsigned packages
619 - Fix repo gpg check workflows, mainly for unsigned repos and packages
620   (bsc#1045735, bsc#1038984, CVE-2017-7435, CVE-2017-7436, CVE-2017-9269)
621 - version 16.15.0 (0)
622
623 -------------------------------------------------------------------
624 Wed Jul 12 17:06:14 CEST 2017 - ma@suse.de
625
626 - repo refresh: Re-probe if the repository type changes (bsc#1048315)
627 - MediaCurl: Propagate proper error code to DownloadProgressReport
628   (bsc#1047785)
629 - Allow to trigger an appdata refresh unconditionally (bsc#1009745)
630 - Support custom repo variables defined in /etc/zypp/vars.d (fixes #68)
631 - rename: handle EXDEV error on OverlayFS
632 - version 16.14.0 (0)
633
634 -------------------------------------------------------------------
635 Fri Jun 30 14:25:29 CEST 2017 - ma@suse.de
636
637 - Adapt loop mounting of iso images (bsc#1038132, bsc#1033236)
638 - Adjust zypp.conf for openSUSE Tumbleweed (bsc#1031756)
639 - Change arch variable names conflicting with compiler macros (fixes #70)
640 - Fix potential crash if repo has no baseurl (bnc#1043218)
641 - version 16.13.0 (0)
642
643 -------------------------------------------------------------------
644 Wed May 31 11:49:07 CEST 2017 - ma@suse.de
645
646 - Testcase: add missing solver flags (bsc#1041889)
647 - version 16.12.0 (0)
648
649 -------------------------------------------------------------------
650 Fri May 12 11:36:52 CEST 2017 - ma@suse.de
651
652 - add identIsAutoInstalled convenience methods
653 - make gcc6 happy
654 - version 16.11.0 (0)
655
656 -------------------------------------------------------------------
657 Thu May 11 15:23:28 CEST 2017 - ma@suse.de
658
659 - Use a common workflow for downloading packages and srcpackages.
660   This includes a common way of handling and reposrting gpg signature
661   and checks. (bsc#1037210)
662 - PackageProvider: as well support downloading SrcPackage (for bsc#1037210)
663 - version 16.10.0 (0)
664
665 -------------------------------------------------------------------
666 Thu Apr 27 16:03:32 CEST 2017 - ma@suse.de
667
668 - PoolQuery: Treat explicit queries for 'kind:name' correctly
669   (bsc#1035729)
670 - version 16.9.0 (0)
671
672 -------------------------------------------------------------------
673 Fri Apr 21 16:23:51 CEST 2017 - ma@suse.de
674
675 - Add API to control resolver job to update all packages (FATE#320653)
676 - Remove legacy vendor equivalence between 'suse' and 'opensuse'
677   (bsc#1030686)
678 - version 16.8.0 (0)
679
680 -------------------------------------------------------------------
681 Fri Apr 21 09:40:32 CEST 2017 - ma@suse.de
682
683 - RepoInfo: Allow temporary repos to control their metadata
684   directories (bsc#1032632)
685 - Arch: add armv5tl
686 - version 16.7.0 (0)
687
688 -------------------------------------------------------------------
689 Thu Mar 30 15:00:30 CEST 2017 - ma@suse.de
690
691 - Recognize license tarball in rpmmd repos (FATE#316159)
692 - Fix media verification to properly propagate media access errors
693   (bsc#1031093)
694 - version 16.6.1 (0)
695
696 -------------------------------------------------------------------
697 Mon Mar 27 17:10:52 CEST 2017 - ma@suse.de
698
699 - Fix invalidation of PoolItems if Pool IDs are reused (bsc#1028661)
700 - version 16.6.0 (0)
701
702 -------------------------------------------------------------------
703 Mon Mar 27 09:33:26 CEST 2017 - ma@suse.de
704
705 - Fix X-libcurl-Empty-Header-Workaround (bsc#1030919)
706 - version 16.5.2 (0)
707
708 -------------------------------------------------------------------
709 Tue Mar 21 13:38:08 CET 2017 - ma@suse.de
710
711 - MediaCurl: Treat http response 410(Gone) like 404(Not Found)
712   (bsc#1030136)
713 - version 16.5.1 (0)
714
715 -------------------------------------------------------------------
716 Thu Mar 16 14:06:03 CET 2017 - ma@suse.de
717
718 - Support multi-volume repomd repositories (FATE#320544)
719 - MediaCurl: ZYPP_MEDIA_CURL_IPRESOLVE=<4|6> to force name resolution
720   to IPv4/IPv6 only (fixes openSUSE/zypper#49)
721 - Add support for openssl >= 1.1
722 - version 16.5.0 (0)
723
724 -------------------------------------------------------------------
725 Mon Feb 20 10:10:43 CET 2017 - ma@suse.de
726
727 - PublicKey: Create tmpdirs inside ZYpp::tmpPath (bsc#926844)
728 - Don't create AnonymousUniqueId in chroot (bsc#1024741)
729 - version 16.4.3 (0)
730
731 -------------------------------------------------------------------
732 Tue Feb 14 12:07:14 CET 2017 - ma@suse.de
733
734 - dumpAsXmlOnL: xml escape node content (bsc#1024909)
735 - version 16.4.2 (0)
736
737 -------------------------------------------------------------------
738 Fri Feb  3 13:40:04 CET 2017 - ma@suse.de
739
740 - MediaMultiCurl: Trigger aliveCallback when downloading metalink
741   files (bsc#1021291)
742 - version 16.4.1 (0)
743
744 -------------------------------------------------------------------
745 Thu Jan 26 13:03:37 CET 2017 - ma@suse.de
746
747 - Add API for updating the AutoInstalled db
748 - MediaCD: Fix mountpoint creation after failing udf mount (bsc#1022046)
749 - fix misleading indentation (fixes #65)
750 - Fix compilation error reported by GCC7 (#63).
751 - Prefer calling "repo2solv" rather than "repo2solv.sh"
752 - version 16.4.0 (0)
753
754 -------------------------------------------------------------------
755 Wed Dec 14 12:24:23 CET 2016 - ma@suse.de
756
757 - Don't raise FileCheckException if user accepted a package with wrong
758   digest (bsc#1014265)
759 - Also provide the exception history when requesting a media failed
760   (bsc#1010952)
761 - version 16.3.2 (0)
762
763 -------------------------------------------------------------------
764 Tue Oct 11 18:04:18 CEST 2016 - ma@suse.de
765
766 - Let 'dup --from' leave an updateTestcase-<DATE> in /var/log (bsc#1004096)
767 - version 16.3.1 (0)
768
769 -------------------------------------------------------------------
770 Tue Oct 11 11:41:47 CEST 2016 - ma@suse.de
771
772 - RepoInfo: Allow parsing multiple gpgkey= URLs (bsc#1003748)
773 - version 16.3.0 (0)
774
775 -------------------------------------------------------------------
776 Tue Sep 20 11:41:48 CEST 2016 - ma@suse.de
777
778 - guessPackageSpec: Don't break globbing (fixes openSUSE/zypper#97)
779 - version 16.2.5 (0)
780
781 -------------------------------------------------------------------
782 Thu Sep 15 15:27:15 CEST 2016 - ma@suse.de
783
784 - RepoFileReader: fix parsing of multiline url entries (bsc#964932)
785 - Allow repo type 'rpm' as alias for 'rpm-md' (fixes openSUSE/zypper#100)
786 - version 16.2.4 (0)
787
788 -------------------------------------------------------------------
789 Fri Sep  9 16:43:30 CEST 2016 - ma@suse.de
790
791 - xmlout::Node:  Allow adding nore attributes while the start node
792   is not closed (FATE#320699)
793 - Fixes broken XML output introduced by an unwanted change in 16.2.2
794   (bsc#998344)
795 - version 16.2.3 (0)
796
797 -------------------------------------------------------------------
798 Wed Aug 10 17:10:41 CEST 2016 - ma@suse.de
799
800 - Report numeric curl error if code is unrecognized (bsc#992302)
801 - multicurl: propagate proxy settings stored in repo url (bsc#933839)
802 - version 16.2.2 (0)
803
804 -------------------------------------------------------------------
805 Thu Jul 21 13:09:33 CEST 2016 - ma@suse.de
806
807 - Rebuild .solv-files not matching the parsers LIBSOLV_TOOLVERSION
808 - BuildRequires:  libsolv-devel >= 0.6.23
809 - version 16.2.1 (0)
810
811 -------------------------------------------------------------------
812 Mon Jul 18 16:36:25 CEST 2016 - ma@suse.de
813
814 - Product: Offer tri-state hasEndOfLife details (FATE#320699)
815 - version 16.2.0 (0)
816
817 -------------------------------------------------------------------
818 Thu Jul 14 19:02:57 CEST 2016 - ma@suse.de
819
820 - use more user friendly command names for "zypper ps" (bsc#980541)
821 - version 16.1.3 (0)
822
823 -------------------------------------------------------------------
824 Thu Jul 14 15:39:03 CEST 2016 - ma@suse.de
825
826 - Don't do media number substitution on URLs of medium #1 (bsc#798470)
827 - version 16.1.2 (0)
828
829 -------------------------------------------------------------------
830 Tue Jul  5 11:39:11 CEST 2016 - ma@suse.de
831
832 - Fix Shrink pool if all repos are removed (bsc#899755, bsc#987573)
833 - version 16.1.1 (0)
834
835 -------------------------------------------------------------------
836 Fri Jun 24 12:33:29 CEST 2016 - ma@suse.de
837
838 - API enahncements for zypper (FATE#320447)
839 - version 16.1.0 (0)
840
841 -------------------------------------------------------------------
842 Tue Jun 21 11:11:03 CEST 2016 - ma@suse.de
843
844 - Filter duplicate resolver solutions (bsc#985674)
845 - zypp.conf: Add download.media_mountdir: Path where media are
846   preferably mounted or downloaded (FATE#319462)
847 - version 16.0.5 (0)
848
849 -------------------------------------------------------------------
850 Wed Jun 15 12:36:27 CEST 2016 - ma@suse.de
851
852 - Fix bug in removeRepository which may keep an empty .repo file
853   rather than deleting it (bsc#984494)
854 - version 16.0.4 (0)
855
856 -------------------------------------------------------------------
857 Mon Jun 13 12:53:03 CEST 2016 - ma@suse.de
858
859 - Shrink pool if all repos are removed (bnc#899755)
860 - Avoid direct BuildRequire on libudev-devel (#60)
861 - version 16.0.3 (0)
862
863 -------------------------------------------------------------------
864 Tue Jun  7 18:43:31 CEST 2016 - ma@suse.de
865
866 - Allow PackageKit to drop the zypp lock (bnc#899755)
867 - Avoid superfluous rebuilding of indices when solving
868 - version 16.0.2 (0)
869
870 -------------------------------------------------------------------
871 Sun Jun  5 16:12:42 CEST 2016 - ma@suse.de
872
873 - po: upadte makefiles
874 - DefaultIntegral: provide asString (for FATE#320447)
875 - version 16.0.1 (0)
876
877 -------------------------------------------------------------------
878 Fri May 13 08:45:53 CEST 2016 - ma@suse.de
879
880 - Prepare cmake to maintain the .pot and .po files in git. Add
881   initial .po file set derived from tarballs. Translations are now
882   maintained via Weblate.
883 - Provide 'libzypp(plugin:services) = 1' after fixing bsc#933760
884 - Bump major version for Factory, 15.x is continued on SuSE-SLE-12-SP1-Branch
885 - version 16.0.0 (0)
886
887 -------------------------------------------------------------------
888 Thu Apr 28 14:17:09 CEST 2016 - ma@suse.de
889
890 - Update sle-zypp-po.tar.bz2
891
892 -------------------------------------------------------------------
893 Thu Apr 28 14:04:36 CEST 2016 - ma@suse.de
894
895 - Update sle-zypp-po.tar.bz2
896
897 -------------------------------------------------------------------
898 Mon Apr 25 14:59:41 CEST 2016 - ma@suse.de
899
900 - Fix credential file parser losing entries with known URL but
901   different user name (bsc#933760)
902 - RepoManager: allow extraction of multiple baseurls for service
903   repos (bsc#964932)
904 - addRepository: fix to use the correct history file for logging
905 - specfile: add /etc/zypp/credentials.d to the file list
906 - version 15.22.0 (19)
907
908 -------------------------------------------------------------------
909 Mon Apr 18 15:03:13 CEST 2016 - ma@suse.de
910
911 - RepoindexFileReader: fix service metadata TTL default value (bsc#967828)
912 - version 15.21.7 (19)
913
914 -------------------------------------------------------------------
915 Fri Apr 15 11:31:08 CEST 2016 - ma@suse.de
916
917 - DiskUsageCounter: Limit estimated waste per file (bsc#974275)
918 - version 15.21.6 (19)
919
920 -------------------------------------------------------------------
921 Fri Mar 18 13:37:22 CET 2016 - ma@suse.de
922
923 - Use PluginExecutor for commit- and system-hooks (bnc#971637)
924 - BuildRequires:  libsolv-devel >= 0.6.19 (bnc#971018)
925 - version 15.21.5 (19)
926
927 -------------------------------------------------------------------
928 Sun Mar 13 01:13:08 CET 2016 - ma@suse.de
929
930 - Update zypp-po.tar.bz2
931
932 -------------------------------------------------------------------
933 Thu Mar 10 01:13:24 CET 2016 - ma@suse.de
934
935 - Update zypp-po.tar.bz2
936
937 -------------------------------------------------------------------
938 Tue Mar  1 12:34:53 CET 2016 - ma@suse.de
939
940 - media: Send stats header to download.opensuse.org only (bsc#955801)
941 - fix build-compare (#57, #58)
942 - version 15.21.4 (19)
943
944 -------------------------------------------------------------------
945 Thu Feb 18 18:38:52 CET 2016 - ma@suse.de
946
947 - yum::Downloader: Download only wanted 'susedata.LANG' files
948   (FATE#320518)
949 - version 15.21.3 (19)
950
951 -------------------------------------------------------------------
952 Thu Feb  4 16:38:14 CET 2016 - ma@suse.de
953
954 - installSrcPackage: trigger progress callback (bsc#580902)
955 - version 15.21.2 (19)
956
957 -------------------------------------------------------------------
958 Thu Feb  4 01:13:31 CET 2016 - ma@suse.de
959
960 - Update zypp-po.tar.bz2
961
962 -------------------------------------------------------------------
963 Fri Jan 29 11:40:51 CET 2016 - ma@suse.de
964
965 - Don't buildrequire graphviz-gnome (bsc#964150)
966 - Unwanted btrfs subvolumes must be filtered by device (not fsid)
967   (fixes #54)
968 - version 15.21.1 (19)
969
970 -------------------------------------------------------------------
971 Thu Jan 21 01:13:29 CET 2016 - ma@suse.de
972
973 - Update zypp-po.tar.bz2
974
975 -------------------------------------------------------------------
976 Wed Jan 20 17:12:42 CET 2016 - ma@suse.de
977
978 - Filter unwanted btrfs subvolumes (fixes #54, closes #55, bnc#949945)
979 - RepoInfo: Provide access to repo content keywords
980 - Build with boost-1.60.0
981 - version 15.21.0 (19)
982
983 -------------------------------------------------------------------
984 Thu Jan 14 01:13:17 CET 2016 - ma@suse.de
985
986 - Update zypp-po.tar.bz2
987
988 -------------------------------------------------------------------
989 Thu Jan  7 01:13:28 CET 2016 - ma@suse.de
990
991 - Update zypp-po.tar.bz2
992
993 -------------------------------------------------------------------
994 Thu Dec 24 01:13:13 CET 2015 - ma@suse.de
995
996 - Update zypp-po.tar.bz2
997
998 -------------------------------------------------------------------
999 Fri Dec 11 19:07:09 CET 2015 - ma@suse.de
1000
1001 - ResPoolProxy: make begin/end pairs Iterable
1002 - String: Format and FormatNAC classes based on boost::format
1003 - DefaultIntegral: provide initial value
1004 - More specific exception message if GPG binary is missing (bsc#637791)
1005 - version 15.20.0 (19)
1006
1007 -------------------------------------------------------------------
1008 Thu Dec 10 01:14:50 CET 2015 - ma@suse.de
1009
1010 - Update zypp-po.tar.bz2
1011
1012 -------------------------------------------------------------------
1013 Thu Dec  3 01:13:11 CET 2015 - ma@suse.de
1014
1015 - Update zypp-po.tar.bz2
1016
1017 -------------------------------------------------------------------
1018 Sun Nov 22 01:13:29 CET 2015 - ma@suse.de
1019
1020 - Update zypp-po.tar.bz2
1021
1022 -------------------------------------------------------------------
1023 Thu Nov 19 01:16:03 CET 2015 - ma@suse.de
1024
1025 - Update sle-zypp-po.tar.bz2
1026
1027 -------------------------------------------------------------------
1028 Thu Nov 19 01:13:40 CET 2015 - ma@suse.de
1029
1030 - Update zypp-po.tar.bz2
1031
1032 -------------------------------------------------------------------
1033 Mon Nov 16 12:27:02 CET 2015 - ma@suse.de
1034
1035 - createPot: Fix plural form detection (bsc#955053)
1036 - version 15.19.7 (19)
1037
1038 -------------------------------------------------------------------
1039 Thu Nov 12 01:13:26 CET 2015 - ma@suse.de
1040
1041 - Update zypp-po.tar.bz2
1042
1043 -------------------------------------------------------------------
1044 Sun Nov  8 01:13:11 CET 2015 - ma@suse.de
1045
1046 - Update zypp-po.tar.bz2
1047
1048 -------------------------------------------------------------------
1049 Fri Nov  6 11:08:46 CET 2015 - ma@suse.de
1050
1051 - Add testcase for uncached repo-variables.
1052 - Fixed Japanese translations (bsc#949196)
1053 - version 15.19.6 (19)
1054
1055 -------------------------------------------------------------------
1056 Fri Nov  6 10:56:44 CET 2015 - ma@suse.de
1057
1058 - Update sle-zypp-po.tar.bz2
1059
1060 -------------------------------------------------------------------
1061 Thu Nov  5 01:15:12 CET 2015 - ma@suse.de
1062
1063 - Update sle-zypp-po.tar.bz2
1064
1065 -------------------------------------------------------------------
1066 Thu Nov  5 01:13:24 CET 2015 - ma@suse.de
1067
1068 - Update zypp-po.tar.bz2
1069
1070 -------------------------------------------------------------------
1071 Tue Nov  3 10:52:01 CET 2015 - ma@suse.de
1072
1073 - Update sle-zypp-po.tar.bz2
1074
1075 -------------------------------------------------------------------
1076 Tue Nov  3 10:51:43 CET 2015 - ma@suse.de
1077
1078 - Update zypp-po.tar.bz2
1079
1080 -------------------------------------------------------------------
1081 Fri Oct 23 17:10:18 CEST 2015 - ma@suse.de
1082
1083 - Fix broken product: <-> -release package relation (bnc#951782)
1084 - version 15.19.5 (19)
1085
1086 -------------------------------------------------------------------
1087 Thu Oct 22 12:23:29 CEST 2015 - ma@suse.de
1088
1089 - Use a uniform translation set for SLE and openSUSE (bnc#948924)
1090 - fix Plugin-services not updating repo GPGCheck settings (bnc#951402)
1091 - version 15.19.4 (19)
1092
1093 -------------------------------------------------------------------
1094 Sun Oct 18 01:13:27 CEST 2015 - ma@suse.de
1095
1096 - Update zypp-po.tar.bz2
1097
1098 -------------------------------------------------------------------
1099 Thu Oct 15 01:13:57 CEST 2015 - ma@suse.de
1100
1101 - Update zypp-po.tar.bz2
1102
1103 -------------------------------------------------------------------
1104 Wed Oct 14 16:36:27 CEST 2015 - ma@suse.de
1105
1106 - make Solvable::asUserString more readable (bnc#949957)
1107 - version 15.19.3 (19)
1108
1109 -------------------------------------------------------------------
1110 Sun Oct 11 01:13:12 CEST 2015 - ma@suse.de
1111
1112 - Update zypp-po.tar.bz2
1113
1114 -------------------------------------------------------------------
1115 Thu Oct  8 01:14:43 CEST 2015 - ma@suse.de
1116
1117 - Update zypp-po.tar.bz2
1118
1119 -------------------------------------------------------------------
1120 Wed Oct  7 13:11:48 CEST 2015 - ma@suse.de
1121
1122 - fix suse_version test (bsc#949046)
1123 - version 15.19.2 (19)
1124
1125 -------------------------------------------------------------------
1126 Wed Oct  7 11:06:24 CEST 2015 - ma@suse.de
1127
1128 - Locks: fix using namespaces (for FATE#318299)
1129 - version 15.19.1 (19)
1130
1131 -------------------------------------------------------------------
1132 Mon Oct  5 12:27:49 CEST 2015 - ma@suse.de
1133
1134 - fix reserved identifier violation (fixes #51)
1135 - solver: speed up collecting pool data to build the job queue
1136 - doc: short abstract about 'Code 12 Application Metadata'
1137 - version 15.19.0 (19)
1138
1139 -------------------------------------------------------------------
1140 Tue Sep 29 17:51:48 CEST 2015 - ma@suse.de
1141
1142 - solver verify: multiversion property needs to be assigned to
1143   installed items too.
1144 - ZYppCommitResult: add attemptToModify to indicate an attempt to
1145   actually install/remove was made (bsc#946750, FATE#319467)
1146 - version 15.18.0 (14)
1147
1148 -------------------------------------------------------------------
1149 Mon Sep 28 12:19:26 CEST 2015 - ma@suse.de
1150
1151 - SetTracker: fix computation of change sets (bsc#946898)
1152 - version 15.17.2 (14)
1153
1154 -------------------------------------------------------------------
1155 Fri Sep 25 11:42:28 CEST 2015 - ma@suse.de
1156
1157 - Pattern: support dynamic computation of pattern visibility (bsc#900769)
1158 - Avoid URL rewrite if probing local cache directories (bsc#946129)
1159 - version 15.17.1 (14)
1160
1161 -------------------------------------------------------------------
1162 Mon Sep 21 16:57:45 CEST 2015 - ma@suse.de
1163
1164 - Dummy (FATE#318827) to make Sles-changelog-checker stop whining.
1165 - version 15.17.0 (14)
1166
1167 -------------------------------------------------------------------
1168 Mon Sep 21 16:09:50 CEST 2015 - ma@suse.de
1169
1170 - Glob: fix reserved identifier violation
1171 - version 15.16.2 (14)
1172
1173 -------------------------------------------------------------------
1174 Tue Sep 15 15:02:45 CEST 2015 - ma@suse.de
1175
1176 - CheckAccessDeleted: Identify services by systemd cgroup (FATE#318827)
1177 - version 15.16.1 (14)
1178
1179 -------------------------------------------------------------------
1180 Mon Sep 14 12:21:30 CEST 2015 - ma@suse.de
1181
1182 - Reload multiversion setting from the target zypp.conf (bnc#906096)
1183 - version 15.16.0 (14)
1184
1185 -------------------------------------------------------------------
1186 Sun Sep 13 01:15:26 CEST 2015 - ma@suse.de
1187
1188 - Update sle-zypp-po.tar.bz2
1189
1190 -------------------------------------------------------------------
1191 Sun Sep 13 01:13:30 CEST 2015 - ma@suse.de
1192
1193 - Update zypp-po.tar.bz2
1194
1195 -------------------------------------------------------------------
1196 Thu Sep 10 01:16:00 CEST 2015 - ma@suse.de
1197
1198 - Update sle-zypp-po.tar.bz2
1199
1200 -------------------------------------------------------------------
1201 Fri Sep  4 13:49:33 CEST 2015 - ma@suse.de
1202
1203 - Don't cache repo releasever (bnc#943563)
1204 - Selectable: allow setPickStatus for non-multiversion packages
1205   (bnc#943870)
1206 - ResPoolProxy: add ScopedSaveState
1207 - version 15.15.0 (14)
1208
1209 -------------------------------------------------------------------
1210 Tue Sep  1 18:19:27 CEST 2015 - ma@suse.de
1211
1212 - zypp.conf: add solver.dupAllow{Downgrade,NameChange,ArchChange,
1213   VendorChange} default options for tuning distribution upgrades.
1214 - Remove obsolete method (bsc#941398) (fixes #50)
1215 - fix invalid XML (bnc#942518)
1216 - version 15.14.0 (14)
1217
1218 -------------------------------------------------------------------
1219 Sun Aug 30 01:13:07 CEST 2015 - ma@suse.de
1220
1221 - Update zypp-po.tar.bz2
1222
1223 -------------------------------------------------------------------
1224 Thu Aug 27 01:14:20 CEST 2015 - ma@suse.de
1225
1226 - Update sle-zypp-po.tar.bz2
1227
1228 -------------------------------------------------------------------
1229 Thu Aug 20 01:13:09 CEST 2015 - ma@suse.de
1230
1231 - Update zypp-po.tar.bz2
1232
1233 -------------------------------------------------------------------
1234 Sun Aug 16 01:13:23 CEST 2015 - ma@suse.de
1235
1236 - Update zypp-po.tar.bz2
1237
1238 -------------------------------------------------------------------
1239 Thu Aug 13 18:16:52 CEST 2015 - ma@suse.de
1240
1241 - Support caching of service metadata. A TTL for the service
1242   metadata may be provided in the repoindex.xml itself. The
1243   default is 'no caching'. (FATE#318136)
1244 - Fix setting dup_allow* solver options (bnc#941463)
1245 - Don't make zypper encode {} around repo vars (bnc#941453)
1246 - version 15.13.0 (11)
1247
1248 -------------------------------------------------------------------
1249 Thu Aug 13 01:13:43 CEST 2015 - ma@suse.de
1250
1251 - Update zypp-po.tar.bz2
1252
1253 -------------------------------------------------------------------
1254 Tue Aug 11 18:48:57 CEST 2015 - ma@suse.de
1255
1256 - History: Add 'command' tag showing who triggered the commit.
1257   The corresponding HistoryLogData class for parsing is
1258   HistoryLogDataStampCommand. Available data are the commandline
1259   executed, user@hostname and userdata/transactionID. (FATE#312298)
1260 - Add convenience comparison PoolItem<>ResObject::constPtr
1261 - Fixes for SWIG 2.x
1262 - version 15.12.0 (11)
1263
1264 -------------------------------------------------------------------
1265 Mon Aug 10 16:22:06 CEST 2015 - ma@suse.de
1266
1267 - Make multiversion an individual solvables property (FATE#318778)
1268 - SolvableType: common api to access solvable properties
1269 - Support for MIPS architectures
1270 - version 15.11.0 (11)
1271
1272 -------------------------------------------------------------------
1273 Sun Aug  9 01:13:24 CEST 2015 - ma@suse.de
1274
1275 - Update zypp-po.tar.bz2
1276
1277 -------------------------------------------------------------------
1278 Sun Aug  2 01:13:27 CEST 2015 - ma@suse.de
1279
1280 - Update zypp-po.tar.bz2
1281
1282 -------------------------------------------------------------------
1283 Thu Jul 30 16:13:49 CEST 2015 - ma@suse.de
1284
1285 - Resolver: Track changed requested locales and adjust installed
1286   packages accordingly. (part of FATE#318099)
1287 - Testcase: Store autoinstalled packages
1288 - Locale: Make it IdString based
1289 - Get rid of std::tr1:: hashes
1290 - Flags: Fix to work with 'enum class'
1291 - Hide away resolver internals
1292 - version 15.10.0 (10)
1293
1294 -------------------------------------------------------------------
1295 Thu Jul 30 01:13:30 CEST 2015 - ma@suse.de
1296
1297 - Update zypp-po.tar.bz2
1298
1299 -------------------------------------------------------------------
1300 Tue Jul 28 14:14:54 CEST 2015 - ma@suse.de
1301
1302 - Update sle-zypp-po.tar.bz2
1303
1304 -------------------------------------------------------------------
1305 Mon Jul 27 09:30:38 CEST 2015 - ma@suse.de
1306
1307 - Update zypp-po.tar.bz2
1308
1309 -------------------------------------------------------------------
1310 Sun Jul 26 01:13:37 CEST 2015 - ma@suse.de
1311
1312 - Update zypp-po.tar.bz2
1313
1314 -------------------------------------------------------------------
1315 Thu Jul 16 01:13:33 CEST 2015 - ma@suse.de
1316
1317 - Update zypp-po.tar.bz2
1318
1319 -------------------------------------------------------------------
1320 Sun Jul 12 01:13:20 CEST 2015 - ma@suse.de
1321
1322 - Update zypp-po.tar.bz2
1323
1324 -------------------------------------------------------------------
1325 Thu Jul  9 16:43:12 CEST 2015 - ma@suse.de
1326
1327 - Resolver allow tuning DUP mode solver flags (FATE#319128)
1328 - version 15.9.0 (5)
1329
1330 -------------------------------------------------------------------
1331 Fri Jul  3 08:23:04 CEST 2015 - ma@suse.de
1332
1333 - Flags<Enum>: add stringify
1334 - add asString for Patch::InteractiveFlag
1335 - version 15.8.0 (5)
1336
1337 -------------------------------------------------------------------
1338 Thu Jul  2 01:13:24 CEST 2015 - ma@suse.de
1339
1340 - Update zypp-po.tar.bz2
1341
1342 -------------------------------------------------------------------
1343 Wed Jul  1 14:00:42 CEST 2015 - ma@suse.de
1344
1345 - add asString for Patch::Category
1346 - version 15.7.0 (5)
1347
1348 -------------------------------------------------------------------
1349 Mon Jun 29 17:43:00 CEST 2015 - ma@suse.de
1350
1351 - Fix lost pathname when importing repo keys (bnc#936373)
1352 - Disable code swig does not understand
1353 - version 15.6.0 (5)
1354
1355 -------------------------------------------------------------------
1356 Sat Jun 27 17:07:32 CEST 2015 - ma@suse.de
1357
1358 - Patch: fixup testing Category and Severity flags (FATE#318760)
1359 - version 15.5.0 (5)
1360
1361 -------------------------------------------------------------------
1362 Fri Jun 12 12:14:04 CEST 2015 - ma@suse.de
1363
1364 - Add details to the default signature verification problem report
1365 - PathInfo: Avoid ExternalProgram in clean_dir
1366 - call rpmdb2solv without executing user-supplied scripts (bnc#926853)
1367 - version 15.4.1 (3)
1368
1369 -------------------------------------------------------------------
1370 Thu Jun 11 01:13:31 CEST 2015 - ma@suse.de
1371
1372 - Update zypp-po.tar.bz2
1373
1374 -------------------------------------------------------------------
1375 Thu Jun  4 01:13:22 CEST 2015 - ma@suse.de
1376
1377 - Update zypp-po.tar.bz2
1378
1379 -------------------------------------------------------------------
1380 Wed Jun  3 13:00:59 CEST 2015 - ma@suse.de
1381
1382 - Enhance solv.idx file handling to support zypper bash completion
1383 - Fix SSL client certificate authentication via URL option
1384   ssl_clientcert/ssl_clientkey (bnc#932393)
1385 - version 15.4.0 (3)
1386
1387 -------------------------------------------------------------------
1388 Thu May 28 01:13:23 CEST 2015 - ma@suse.de
1389
1390 - Update zypp-po.tar.bz2
1391
1392 -------------------------------------------------------------------
1393 Sun May 24 18:17:38 CEST 2015 - ma@suse.de
1394
1395 - Downloader: Accept unsigned repository if pkgGpgCheck is ON.
1396 - FindFileConflicts: avoid nested exception on user abort (bnc#931601)
1397 - Support for *.check files in the systemCheck.d directory (#45)
1398 - version 15.3.0 (3)
1399
1400 -------------------------------------------------------------------
1401 Sun May 24 01:13:19 CEST 2015 - ma@suse.de
1402
1403 - Update zypp-po.tar.bz2
1404
1405 -------------------------------------------------------------------
1406 Mon May 18 10:46:10 CEST 2015 - ma@suse.de
1407
1408 - zypp.conf: Add config values for gpgcheck, repo_gpgcheck
1409   and pkg_gpgcheck. The default behavior 'gpgcheck=On' will
1410   automatically turn on the gpg signature check for packages
1411   downloaded from repository with unsigned metadata. If the
1412   repo metadata are signed, a faster comparison via checksums
1413   is done. By explicitly setting repo_gpgcheck or pkg_gpgcheck
1414   you can enforce the signature check of repository metadata
1415   or downloaded packages to be always performed. Those defaults
1416   can be overwritten per repository. (FATE#314603)
1417 - version 15.2.0 (2)
1418
1419 -------------------------------------------------------------------
1420 Wed May 13 14:04:04 CEST 2015 - ma@suse.de
1421
1422 - Write solv.idx to speed up bash tab completion (bnc#928650)
1423 - version 15.1.3 (1)
1424
1425 -------------------------------------------------------------------
1426 Fri May  8 11:44:44 CEST 2015 - ma@suse.de
1427
1428 - gcc5 fixes
1429 - Fix repo alias containing ']' not handled correctly (bnc#929528)
1430 - Fix SEGV when dumping rpm header with epoch (bnc#929483)
1431 - version 15.1.2 (1)
1432
1433 -------------------------------------------------------------------
1434 Mon Apr 27 14:43:53 CEST 2015 - ma@suse.de
1435
1436 - PubliKey: fix reference to temporary data
1437 - version 15.1.1 (1)
1438
1439 -------------------------------------------------------------------
1440 Thu Apr 23 01:13:15 CEST 2015 - ma@suse.de
1441
1442 - Update zypp-po.tar.bz2
1443
1444 -------------------------------------------------------------------
1445 Wed Apr 22 10:50:00 CEST 2015 - ma@suse.de
1446
1447 - ZYpp: Changed ZYpp::Ptr to be a shared_ptr;
1448   a precondition for fixing bnc-899755
1449 - rpmmd: support 'metalink=' in .repo (for zypper#63)
1450 - RepoMirrorList: ignore comments and malformed urls in mirrorlist
1451 - PathInfo: remove minor/major conflicting with GNU libc macros
1452   DiskUsageCounter: remove ctors taking 'magic' bool flags
1453   ZyppCallbacks: remove unused PatchDownload callbacks
1454 - version 15.1.0 (1)
1455
1456 -------------------------------------------------------------------
1457 Thu Apr  2 19:06:56 CEST 2015 - ma@suse.de
1458
1459 - POODLE: libzypp should only talk TLS (bnc#903405)
1460 - Bump major version for Factory, 14.x is continued on SuSE-SLE-12-Branch
1461 - version 15.0.0 (0)
1462
1463 -------------------------------------------------------------------
1464 Thu Apr  2 16:01:43 CEST 2015 - ma@suse.de
1465
1466 - Fixes to build with gcc5
1467 - RepoProvideFile: Suppress MediaChangeReport while testing
1468   multiple baseurls (bnc#899510)
1469 - version 14.38.1 (30)
1470
1471 -------------------------------------------------------------------
1472 Thu Mar 19 16:44:39 CET 2015 - ma@suse.de
1473
1474 - Suppress MediaChangeReport while testing multiple baseurls (bnc#899510)
1475 - version 14.38.0 (30)
1476
1477 -------------------------------------------------------------------
1478 Mon Mar 16 14:05:28 CET 2015 - ma@suse.de
1479
1480 - add support for SHA224/384/512
1481 - version 14.37.1 (30)
1482
1483 -------------------------------------------------------------------
1484 Wed Mar 11 09:22:46 CET 2015 - ma@suse.de
1485
1486 - New RepoVarExpand: Functor expanding repo variables in a
1487   string . Supports bash style default ${v:-w}' and alternate ${v:+w}
1488   values (FATE#318354)
1489 - Easy.h: Use __typeof__ rather than typeof in header
1490 - Support repo variable replacement in service url
1491 - Support repo variable replacement in gpg url
1492 - Gettext.h: Fallback to ::gettext if accidentally included
1493   outside libzypp
1494 - version 14.37.0 (30)
1495
1496 -------------------------------------------------------------------
1497 Sun Feb 22 01:13:12 CET 2015 - ma@suse.de
1498
1499 - Update zypp-po.tar.bz2
1500
1501 -------------------------------------------------------------------
1502 Thu Feb 19 01:13:13 CET 2015 - ma@suse.de
1503
1504 - Update zypp-po.tar.bz2
1505
1506 -------------------------------------------------------------------
1507 Sun Feb 15 01:13:28 CET 2015 - ma@suse.de
1508
1509 - Update zypp-po.tar.bz2
1510
1511 -------------------------------------------------------------------
1512 Thu Feb 12 01:13:34 CET 2015 - ma@suse.de
1513
1514 - Update zypp-po.tar.bz2
1515
1516 -------------------------------------------------------------------
1517 Mon Feb  9 16:05:38 CET 2015 - ma@suse.de
1518
1519 - Don't execute scripts in /tmp or /var/tmp, as they could be
1520   mounted noexec for security reasons (bnc#915928)
1521 - zypp/PublicKey.cc: Use GPG_BINARY from KeyRing
1522 - Support $releasever_major/$releasever_minor repo variables
1523   (FATE#318354)
1524 - version 14.36.0 (30)
1525
1526 -------------------------------------------------------------------
1527 Sun Feb  8 01:13:14 CET 2015 - ma@suse.de
1528
1529 - Update zypp-po.tar.bz2
1530
1531 -------------------------------------------------------------------
1532 Thu Feb  5 01:13:27 CET 2015 - ma@suse.de
1533
1534 - Update zypp-po.tar.bz2
1535
1536 -------------------------------------------------------------------
1537 Sun Feb  1 01:13:10 CET 2015 - ma@suse.de
1538
1539 - Update zypp-po.tar.bz2
1540
1541 -------------------------------------------------------------------
1542 Thu Jan 29 01:13:12 CET 2015 - ma@suse.de
1543
1544 - Update zypp-po.tar.bz2
1545
1546 -------------------------------------------------------------------
1547 Thu Jan 22 01:13:36 CET 2015 - ma@suse.de
1548
1549 - Update zypp-po.tar.bz2
1550
1551 -------------------------------------------------------------------
1552 Wed Jan 21 10:28:49 CET 2015 - ma@suse.de
1553
1554 - PathInfo: Deprecate major/minor in favor of new devMajor/devMinor.
1555   The old names clash with GNU libc macros.
1556 - version 14.35.0 (30)
1557
1558 -------------------------------------------------------------------
1559 Sun Jan 18 01:13:09 CET 2015 - ma@suse.de
1560
1561 - Update zypp-po.tar.bz2
1562
1563 -------------------------------------------------------------------
1564 Thu Jan 15 01:13:12 CET 2015 - ma@suse.de
1565
1566 - Update zypp-po.tar.bz2
1567
1568 -------------------------------------------------------------------
1569 Mon Jan 12 15:04:17 CET 2015 - ma@suse.de
1570
1571 - Properly propagate repo variables in service refresh.
1572 - Let $ZYPP_REPO_RELEASEVER overwrite $releasever in .repo files
1573   (bnc#911658)
1574 - Call pool_set_rootdir to properly check for file conflicts.
1575 - Use xgettext --boost to support boost-format (%N%)
1576 - version 14.34.0 (30)
1577
1578 -------------------------------------------------------------------
1579 Sun Jan 11 01:13:15 CET 2015 - ma@suse.de
1580
1581 - Update zypp-po.tar.bz2
1582
1583 -------------------------------------------------------------------
1584 Thu Jan  8 01:13:23 CET 2015 - ma@suse.de
1585
1586 - Update zypp-po.tar.bz2
1587
1588 -------------------------------------------------------------------
1589 Thu Jan  1 01:13:29 CET 2015 - ma@suse.de
1590
1591 - Update zypp-po.tar.bz2
1592
1593 -------------------------------------------------------------------
1594 Sun Dec 21 01:13:33 CET 2014 - ma@suse.de
1595
1596 - Update zypp-po.tar.bz2
1597
1598 -------------------------------------------------------------------
1599 Fri Dec 19 10:05:00 CET 2014 - ma@suse.de
1600
1601 - Parse and offer productRegisterFlavor attribute (bnc#896224)
1602 - version 14.33.0 (30)
1603
1604 -------------------------------------------------------------------
1605 Thu Dec 18 01:13:20 CET 2014 - ma@suse.de
1606
1607 - Update zypp-po.tar.bz2
1608
1609 -------------------------------------------------------------------
1610 Wed Dec 17 18:44:26 CET 2014 - ma@suse.de
1611
1612 - Improve conflict message for locked packages (bnc#828631)
1613 - Fix broken de-escaping in str::splitEscaped (bnc#909772)
1614 - cleanup loging
1615 - version 14.32.2 (30)
1616
1617 -------------------------------------------------------------------
1618 Fri Dec 12 14:00:01 CET 2014 - ma@suse.de
1619
1620 - CheckAccessDeleted: Filter PIDs running in a container (bnc#909143)
1621 - version 14.32.1 (30)
1622
1623 -------------------------------------------------------------------
1624 Wed Dec 10 16:06:04 CET 2014 - ma@suse.de
1625
1626 - suppress informal license (no need to accept) upon update (bnc#908976)
1627 - version 14.32.0 (30)
1628
1629 -------------------------------------------------------------------
1630 Mon Dec  8 14:53:00 CET 2014 - ma@suse.de
1631
1632 - Adapt to gpg-2.1 (bnc#908135)
1633 - rpm: do not obsolete yast2-packagemanager-devel by libzypp-devel-doc
1634 - replaceAll: fix endless loop on empty search string
1635 - version 14.31.0 (30)
1636
1637 -------------------------------------------------------------------
1638 Thu Nov 27 07:40:30 UTC 2014 - dimstar@opensuse.org
1639
1640 - Do not provide/obsolete yast2-packagemanager-devel by the -doc
1641   package: the -devel package already does that.
1642 - Minor .spec cleanup (remove Authors section).
1643
1644 -------------------------------------------------------------------
1645 Tue Nov 11 17:09:28 CET 2014 - ma@suse.de
1646
1647 - Call rpm with '--noglob' (bnc#892431)
1648 - Downloader: unify workflow downloading a (signed) master index file
1649 - Fix iostream includes (fixes #34)
1650 - Explicitly call libsolv:pool_setdisttype (fixes #36)
1651 - version 14.30.2 (30)
1652
1653 -------------------------------------------------------------------
1654 Sun Nov  9 01:13:17 CET 2014 - ma@suse.de
1655
1656 - Update zypp-po.tar.bz2
1657
1658 -------------------------------------------------------------------
1659 Sun Nov  2 01:14:10 CET 2014 - ma@suse.de
1660
1661 - Update zypp-po.tar.bz2
1662
1663 -------------------------------------------------------------------
1664 Mon Oct 27 11:38:00 CET 2014 - ma@suse.de
1665
1666 - doc: add hint to code 12 pattern packages
1667 - MediaCurl: Fix URL path concatenation (bnc#901590)
1668 - Move doxygen html doc to libzypp-devel-doc (bnc#901691)
1669 - Remove non-breaking spaces from changes file
1670 - Control lifetime of downloaded mirrorlist
1671 - version 14.30.1 (30)
1672
1673 -------------------------------------------------------------------
1674 Thu Oct 16 11:03:11 CEST 2014 - ma@suse.de
1675
1676 - Update zypp-po.tar.bz2
1677
1678 -------------------------------------------------------------------
1679 Wed Oct 15 15:07:09 CEST 2014 - ma@suse.de
1680
1681 - Store baseurls in list as order expresses preference
1682 - Support parsing multiple baseurls from a repo file (bnc#899510)
1683 - Fix handling local mirrorlist= files in .repo (bnc#899510)
1684 - Provide missing man pages (fixes #33)
1685 - Enable building autodocs, translations and test per default on debian
1686 - Fix several typos in output messages and comments (fixes #29)
1687 - Make the include dir path configurable (fixes #27)
1688 - version 14.30.0 (30)
1689
1690 -------------------------------------------------------------------
1691 Fri Oct 10 16:01:31 CEST 2014 - ma@suse.de
1692
1693 - Update zypp-po.tar.bz2 (bnc#899603)
1694
1695 -------------------------------------------------------------------
1696 Thu Oct  9 01:13:15 CEST 2014 - ma@suse.de
1697
1698 - Update zypp-po.tar.bz2
1699
1700 -------------------------------------------------------------------
1701 Sun Oct  5 01:14:42 CEST 2014 - ma@suse.de
1702
1703 - Update zypp-po.tar.bz2
1704
1705 -------------------------------------------------------------------
1706 Sun Sep 28 01:13:30 CEST 2014 - ma@suse.de
1707
1708 - Update zypp-po.tar.bz2
1709
1710 -------------------------------------------------------------------
1711 Thu Sep 25 17:59:06 CEST 2014 - ma@suse.de
1712
1713 - Trigger appdata plugin when system repos have changed (bnc#866257)
1714 - Protect against race when destructing globals
1715 - BuildRequire libsolv-tools as libsolv-devel no longer does
1716 - version 14.29.4 (29)
1717
1718 -------------------------------------------------------------------
1719 Thu Sep 25 01:15:42 CEST 2014 - ma@suse.de
1720
1721 - Update zypp-po.tar.bz2
1722
1723 -------------------------------------------------------------------
1724 Tue Sep 23 17:07:45 CEST 2014 - ma@suse.de
1725
1726 - Fix computation of userinstalled items (bnc#897404)
1727 - version 14.29.3 (29)
1728
1729 -------------------------------------------------------------------
1730 Tue Sep 23 10:55:08 CEST 2014 - ma@suse.de
1731
1732 - Adapt to API changes in rpm.4.12
1733 - SLE-12 (suse_version 1315) uses it's own translations set
1734   (bnc#897176)
1735 - version 14.29.2 (29)
1736
1737 -------------------------------------------------------------------
1738 Sun Sep 21 01:13:25 CEST 2014 - ma@suse.de
1739
1740 - Update zypp-po.tar.bz2
1741
1742 -------------------------------------------------------------------
1743 Thu Sep 18 15:47:50 CEST 2014 - ma@suse.de
1744
1745 - Update sle-zypp-po.tar.bz2
1746
1747 -------------------------------------------------------------------
1748 Thu Sep 18 15:47:34 CEST 2014 - ma@suse.de
1749
1750 - Update zypp-po.tar.bz2
1751
1752 -------------------------------------------------------------------
1753 Thu Sep 18 15:46:11 CEST 2014 - ma@suse.de
1754
1755 - Update zypp-po.tar.bz2
1756
1757 -------------------------------------------------------------------
1758 Wed Sep 17 13:18:23 CEST 2014 - ma@suse.de
1759
1760 - adjust BuildRequires
1761 - version 14.29.1 (29)
1762
1763 -------------------------------------------------------------------
1764 Tue Sep 16 10:45:39 CEST 2014 - ma@suse.de
1765
1766 - DiskUsageCounter: Set growonly on detetcted snapshotting btrfs
1767   partitions (bnc#896176)
1768 - DiskUsageCounter: Allow MountPoint to store fstype
1769 - DiskUsageCounter: Support setting 'growonly' partition hint
1770   (bnc#896176)
1771 - version 14.29.0 (29)
1772
1773 -------------------------------------------------------------------
1774 Fri Sep  5 12:46:57 CEST 2014 - ma@suse.de
1775
1776 - Make Repository::isUpdateRepo also check for being referenced
1777   by products (bnc#892579)
1778 - Report repositories skipped as nonroot due to insufficient
1779   permission (bnc#893260)
1780 - version 14.28.0 (28)
1781
1782 -------------------------------------------------------------------
1783 Thu Sep  4 01:14:34 CEST 2014 - ma@suse.de
1784
1785 - Update zypp-po.tar.bz2
1786
1787 -------------------------------------------------------------------
1788 Fri Aug 29 14:46:25 CEST 2014 - ma@suse.de
1789
1790 - PackageProvider: consider toplevel cache if --root or --pkg-cachedir
1791   is used.
1792 - Cleanup orpahned cache dirs only at zypp.conf default locations
1793   (bnc#891515)
1794 - Remove orphaned package caches on refresh (bnc#888919)
1795 - version 14.27.2 (27)
1796
1797 -------------------------------------------------------------------
1798 Sun Aug 24 01:16:00 CEST 2014 - ma@suse.de
1799
1800 - Update zypp-po.tar.bz2
1801
1802 -------------------------------------------------------------------
1803 Mon Aug 18 14:01:06 CEST 2014 - ma@suse.de
1804
1805 - Update zypp-po.tar.bz2
1806
1807 -------------------------------------------------------------------
1808 Thu Jul 31 19:22:56 CEST 2014 - ma@suse.de
1809
1810 - Fix gpg key creation/modification date computation to properly
1811   update trusted keys stored in the rpm database.
1812 - version 14.27.1 (27)
1813
1814 -------------------------------------------------------------------
1815 Mon Jul 28 11:32:40 CEST 2014 - mls@suse.de
1816
1817 - reverted last commit to make yast2-pkg-bindings build again
1818
1819 -------------------------------------------------------------------
1820 Fri Jul 25 12:56:17 CEST 2014 - ma@suse.de
1821
1822 - JobReport: extend callback to allow passing UserData
1823 - hardlinkCopy must not fail if proc/sys/fs/protected_hardlink is on
1824 - adapt to changed boost::error_category throw specifier
1825 - version 14.27.0 (27)
1826
1827 -------------------------------------------------------------------
1828 Fri Jul 18 08:57:39 CEST 2014 - ma@suse.de
1829
1830 - Execute install scripts with cwd==/ (bnc#886764)
1831 - fix wrong '//' when extending URLs with an empty path (bnc#885254)
1832 - version 14.26.1 (26)
1833
1834 -------------------------------------------------------------------
1835 Mon Jul 14 17:46:14 CEST 2014 - ma@suse.de
1836
1837 - refreshService: add option to force repo status reset
1838 - Strip local filenames and args from URL.
1839 - version 14.26.0 (26)
1840
1841 -------------------------------------------------------------------
1842 Fri Jul 11 13:42:43 CEST 2014 - ma@suse.de
1843
1844 - Support RepoInfo content keywords (FATE#316287)
1845 - fix parsing repomd.xml twice
1846 - version 14.25.0 (23)
1847
1848 -------------------------------------------------------------------
1849 Wed Jun 11 07:36:48 CEST 2014 - ma@suse.de
1850
1851 - Patch: add isCategory/isSeverity convenience
1852 - If available provide info in ServiceException
1853 - version 14.24.0 (23)
1854
1855 -------------------------------------------------------------------
1856 Wed Jun  4 11:49:32 CEST 2014 - ma@suse.de
1857
1858 - Cleanup orphanded service repos on the fly (bnc#649846)
1859 - Service refresh must not attempt to modify plugin services
1860 - version 14.23.0 (23)
1861
1862 -------------------------------------------------------------------
1863 Wed May 28 13:41:22 CEST 2014 - ma@suse.de
1864
1865 - Fix service methods to throw ServiceException, not RepoException.
1866 - version 14.22.0 (22)
1867
1868 -------------------------------------------------------------------
1869 Tue May 27 16:31:21 CEST 2014 - ma@suse.de
1870
1871 - Let ServiceRefresh en-/disable repos with respect to previous state
1872   and user modifications.
1873 - RepoindexFileReader: support variable substitution
1874 - Parse optional autorefresh attribute from repoindex.xml
1875 - version 14.21.0 (20)
1876
1877 -------------------------------------------------------------------
1878 Wed May 14 13:52:38 CEST 2014 - ma@suse.de
1879
1880 - Add DownloadResolvableReport::infoInCache
1881 - Adjust transfer timeout settings (bnc#877405)
1882 - Fix computation of update candidate (bnc#834858)
1883 - version 14.20.0 (20)
1884
1885 -------------------------------------------------------------------
1886 Thu May  8 18:54:25 CEST 2014 - ma@suse.de
1887
1888 - KeyRingReport: New infoVerify callback showing the trusted key
1889   that will be used for verification.
1890 - version 14.19.0 (19)
1891
1892 -------------------------------------------------------------------
1893 Sun May  4 01:15:49 CEST 2014 - ma@suse.de
1894
1895 - Update zypp-po.tar.bz2
1896
1897 -------------------------------------------------------------------
1898 Thu May  1 01:15:38 CEST 2014 - ma@suse.de
1899
1900 - Update zypp-po.tar.bz2
1901
1902 -------------------------------------------------------------------
1903 Mon Apr 28 15:34:44 CEST 2014 - ma@suse.de
1904
1905 - Derive initial AutoInstalled file from history
1906 - Target: maintain AutoInstalled database file
1907 - version 14.18.0 (17)
1908
1909 -------------------------------------------------------------------
1910 Tue Apr 15 17:03:30 CEST 2014 - ma@suse.de
1911
1912 - Factor out CommitPackageCache for standalone usage. (Fate#317077)
1913 - version 14.17.5 (17)
1914
1915 -------------------------------------------------------------------
1916 Fri Apr 11 16:16:11 CEST 2014 - ma@suse.de
1917
1918 - history: log %posttrans errors and output
1919 - adapt to libsolv cannges
1920 - version 14.17.4 (17)
1921
1922 -------------------------------------------------------------------
1923 Fri Apr  4 14:29:13 CEST 2014 - ma@suse.de
1924
1925 - Log warning if baseproduct symlink is dangling or missing
1926 - version 14.17.3 (17)
1927
1928 -------------------------------------------------------------------
1929 Thu Apr  3 19:18:48 CEST 2014 - ma@suse.de
1930
1931 - RepoManager: Fix RepoStatus computation and refresh of PLAINDIR repos.
1932 - Recreate solv file caches if content may change even if raw metadata
1933   are unchanged (here: new pattern, product and application data).
1934 - version 14.17.2 (17)
1935
1936 -------------------------------------------------------------------
1937 Wed Apr  2 18:09:47 CEST 2014 - ma@suse.de
1938
1939 - CpeId: Basic functionality incl. matching
1940 - New SetRelationMixin
1941 - version 14.17.1 (17)
1942
1943 -------------------------------------------------------------------
1944 Mon Mar 31 10:23:42 CEST 2014 - ma@suse.de
1945
1946 - Use dummy licenses in test data (bnc#862471)
1947 - Install zypp-NameReqPrv helper for evaluating testcases.
1948 - version 14.17.0 (17)
1949
1950 -------------------------------------------------------------------
1951 Tue Mar 18 14:55:11 CET 2014 - ma@suse.de
1952
1953 - Update zypp-po.tar.bz2
1954
1955 -------------------------------------------------------------------
1956 Wed Feb 26 15:06:06 CET 2014 - ma@suse.de
1957
1958 - Ignore failed-eject-exception on media change (bnc#865705)
1959 - version 14.16.1 (16)
1960
1961 -------------------------------------------------------------------
1962 Tue Feb 25 13:42:13 CET 2014 - ma@suse.de
1963
1964 - Remove duplicate code detecting known kinds and move it to
1965   ResKind::explicitBuiltin.
1966 - version 14.16.0 (16)
1967
1968 -------------------------------------------------------------------
1969 Sun Feb 23 21:52:55 CET 2014 - ma@suse.de
1970
1971 - Optionally exclude suggested packages from pattern content (bnc#857671)
1972 - Fix pattern content for auto-pattens (bnc#864087)
1973 - Don't report missing filelists for non-packages (bnc#864314)
1974 - adapt to new rpm weak dependency tags
1975 - version 14.15.0 (15)
1976
1977 -------------------------------------------------------------------
1978 Fri Feb 14 13:51:46 CET 2014 - ma@suse.de
1979
1980 - Provide ContentIdentifier of required update repositories in Product
1981   (Fate#316160)
1982 - Support CpeId in Repository and Product attributes (Fate#316160)
1983 - Add API for retrieving repository ContentRevision and ContentIdentifier
1984   (Fate#316160)
1985 - version 14.14.0 (14)
1986
1987 -------------------------------------------------------------------
1988 Thu Feb 13 10:28:24 CET 2014 - ma@suse.de
1989
1990 - Adjust solver defaults to changed soft lock handling (bnc#863275)
1991 - Avoid confusing solver decisions by not storing soft locks (bnc#863275)
1992 - version 14.13.0 (13)
1993
1994 -------------------------------------------------------------------
1995 Tue Feb 11 21:22:58 CET 2014 - ma@suse.de
1996
1997 - Add Product::endOfLife attribute (Fate#316172)
1998 - Let Product::shortName fallback to name.
1999 - Remove license text from test data (bnc#862471)
2000 - version 14.12.0 (12)
2001
2002 -------------------------------------------------------------------
2003 Sun Feb  2 01:13:59 CET 2014 - ma@suse.de
2004
2005 - Update zypp-po.tar.bz2
2006
2007 -------------------------------------------------------------------
2008 Fri Jan 31 19:09:28 CET 2014 - ma@suse.de
2009
2010 - Introduce new solvable kind: Application (as provided by appdata.xml)
2011 - version 14.11.0 (7)
2012
2013 -------------------------------------------------------------------
2014 Fri Jan 31 17:37:29 CET 2014 - ma@suse.de
2015
2016 - String helper for printing indented text.
2017 - Offer translated names for dependency types.
2018 - version 14.10.0 (7)
2019
2020 -------------------------------------------------------------------
2021 Thu Jan 30 01:13:40 CET 2014 - ma@suse.de
2022
2023 - Update zypp-po.tar.bz2
2024
2025 -------------------------------------------------------------------
2026 Wed Jan 29 10:28:16 CET 2014 - ma@suse.de
2027
2028 - No fileconflict check if DownloadOnly.
2029 - version 14.9.0 (7)
2030
2031 -------------------------------------------------------------------
2032 Sat Jan 25 17:07:45 CET 2014 - ma@suse.de
2033
2034 - Collect and execute %posttrans scripts delayed (Fate#313506)
2035 - BuildRequire libsolv implementing (Fate#309385)
2036 - version 14.8.0 (7)
2037
2038 -------------------------------------------------------------------
2039 Fri Jan 24 11:26:52 CET 2014 - ma@suse.de
2040
2041 - Patterns are no longer pseudo installed (Fate#309385)
2042 - version 14.7.0 (7)
2043
2044 -------------------------------------------------------------------
2045 Fri Jan 24 08:41:13 CET 2014 - ma@suse.de
2046
2047 - Check for file conflicts in commit (bnc#673720)
2048 - Add asUserSting: human readable (translated) string representation
2049 - Add file conflict detection during commit (bnc#673720)
2050 - Add Transaction::installedResult
2051 - version 14.6.0 (6)
2052
2053 -------------------------------------------------------------------
2054 Mon Jan 20 17:14:48 CET 2014 - ma@suse.de
2055
2056 - Fix cleanup code removing the @System solv file. (bnc#853065)
2057 - Fix missing priority in RepoInfo::dumpAsXML (bnc#855845)
2058 - version 14.5.0 (4)
2059
2060 -------------------------------------------------------------------
2061 Tue Jan 14 18:38:49 CET 2014 - ma@suse.de
2062
2063 - Improve ProgressData reporting.
2064 - Allow xml::escape directly dumping to a stream.
2065 - Add support for repo authentication using SSL client certificates
2066   (bnc#683914)
2067 - Enhance Queue to perform COW
2068 - fix documentation
2069 - version 14.4.0 (4)
2070
2071 -------------------------------------------------------------------
2072 Thu Jan  9 01:13:40 CET 2014 - ma@suse.de
2073
2074 - Update zypp-po.tar.bz2
2075
2076 -------------------------------------------------------------------
2077 Fri Dec 13 19:36:34 CET 2013 - ma@suse.de
2078
2079 - Polish DiskUsageCounter
2080 - Add Bitmap type (aka sat::Map)
2081 - Remove obsolete DiskUsage class
2082 - version 14.3.0 (3)
2083
2084 -------------------------------------------------------------------
2085 Thu Dec 12 18:01:18 CET 2013 - ma@suse.de
2086
2087 - Fix disk usage computation for single packages (bnc#852943)
2088 - version 14.2.1 (2)
2089
2090 -------------------------------------------------------------------
2091 Wed Dec  4 12:54:30 UTC 2013 - jreidinger@suse.com
2092
2093 - Drop package-manager script as it is already deprecated and
2094   packagekit usage in desktop invalidates it. If someone really
2095   need it, then place it to proper top level package which can
2096   decide what GUI is proper for given task.
2097
2098 -------------------------------------------------------------------
2099 Wed Nov 20 16:32:30 CET 2013 - ma@suse.de
2100
2101 - Extend commit plugin to send the transaction list (Fate#316203)
2102 - Add base/Json.h: JSON encoder for e.g. sending data to plugins
2103 - Re-evaluate dropped packages list on upgrade, even if product
2104   remains unchanged (bnc#849251).
2105 - Add ppc64le architecture
2106 - Add m68k architecture
2107 - version 14.2.0 (2)
2108
2109 -------------------------------------------------------------------
2110 Fri Oct 25 14:21:31 CEST 2013 - ma@suse.de
2111
2112 - Always properly initialize pool storage (bnc#846565)
2113 - version 14.1.1 (0)
2114
2115 -------------------------------------------------------------------
2116 Thu Oct 17 17:57:54 CEST 2013 - ma@suse.de
2117
2118 - Add Package isCached and cachedLocation methods
2119 - fixed PluginFrame::hasKey
2120 - version 14.1.0 (0)
2121
2122 -------------------------------------------------------------------
2123 Thu Oct 10 01:13:48 CEST 2013 - ma@suse.de
2124
2125 - Update zypp-po.tar.bz2
2126
2127 -------------------------------------------------------------------
2128 Sun Oct  6 01:13:51 CEST 2013 - ma@suse.de
2129
2130 - Update zypp-po.tar.bz2
2131
2132 -------------------------------------------------------------------
2133 Thu Oct  3 01:14:59 CEST 2013 - ma@suse.de
2134
2135 - Update zypp-po.tar.bz2
2136
2137 -------------------------------------------------------------------
2138 Wed Oct  2 19:25:58 CEST 2013 - ma@suse.de
2139
2140 - fix handling symlinks in export pathname on NFSv4 (bnc#804544)
2141 - Bump major version for Factory
2142   13.1 is continued on SuSE-Code-13_1-Branch
2143 - version 14.0.0 (0)
2144
2145 -------------------------------------------------------------------
2146 Sun Sep 29 01:15:02 CEST 2013 - ma@suse.de
2147
2148 - Update zypp-po.tar.bz2
2149
2150 -------------------------------------------------------------------
2151 Sun Sep 22 01:14:26 CEST 2013 - ma@suse.de
2152
2153 - Update zypp-po.tar.bz2
2154
2155 -------------------------------------------------------------------
2156 Wed Sep 18 17:06:06 CEST 2013 - ma@suse.de
2157
2158 - Allow multiversionSpec manipulation in ZConfig
2159 - Fix string hexdecoding
2160 - Avoid parsing gpg subkeys but still parse multiple keys
2161 - version 13.7.0 (6)
2162
2163 -------------------------------------------------------------------
2164 Sun Sep 15 01:14:55 CEST 2013 - ma@suse.de
2165
2166 - Update zypp-po.tar.bz2
2167
2168 -------------------------------------------------------------------
2169 Thu Sep 12 01:15:29 CEST 2013 - ma@suse.de
2170
2171 - Update zypp-po.tar.bz2
2172
2173 -------------------------------------------------------------------
2174 Thu Sep  5 01:13:43 CEST 2013 - ma@suse.de
2175
2176 - Update zypp-po.tar.bz2
2177
2178 -------------------------------------------------------------------
2179 Mon Sep  2 17:04:37 CEST 2013 - ma@suse.de
2180
2181 - Avoid parsing gpg subkeys
2182 - Use explicit operator bool in TmpPath
2183 - Must keep legacy rpm level flag (bnc#838039)
2184 - version 13.6.0 (6)
2185
2186 -------------------------------------------------------------------
2187 Sun Sep  1 01:14:03 CEST 2013 - ma@suse.de
2188
2189 - Update zypp-po.tar.bz2
2190
2191 -------------------------------------------------------------------
2192 Thu Aug 29 01:13:44 CEST 2013 - ma@suse.de
2193
2194 - Update zypp-po.tar.bz2
2195
2196 -------------------------------------------------------------------
2197 Tue Aug 27 19:10:37 CEST 2013 - ma@suse.de
2198
2199 - remove deprecated methods
2200 - fix key expiry date parsing (bnc#828672)
2201 - Provide additional keys data in case the ASCII armored blob
2202   containes multiple keys
2203 - No rpmdb key import in readony mode (bnc#828672)
2204 - Fix rpmdb key import/export (bnc#828672)
2205 - Reduce amount of gpg calls when importing/exporting keys.
2206 - Add public accessible PublicKeyData/PublicKeyScanner classes
2207 - fix ASCII armored PublicKey parsing (bnc#828672)
2208 - fix typo (bnc#761985)
2209 - Fix multiversion update candidate to respect an installed objects
2210   arch and vendor (bnc#820444)
2211 - fix logfile truncation introduced by previous fix for (bnc#825490)
2212 - Swig can't handle move constructor
2213 - Workaround bnc#819354 by executing rpm in /. (bnc#827609)
2214 - Try to detect Arch_ppc64p7 (requires glibc-2.16: getauxval)
2215 - Fix file probing via tftp:// (bnc#803316)
2216 - Add armv7hl to armv6hl compat to be in sync with libsolv.
2217 - Support for armv6hl
2218 - version 13.5.0 (5)
2219
2220 -------------------------------------------------------------------
2221 Thu Aug 22 01:13:25 CEST 2013 - ma@suse.de
2222
2223 - Update zypp-po.tar.bz2
2224
2225 -------------------------------------------------------------------
2226 Sun Aug 18 01:13:20 CEST 2013 - ma@suse.de
2227
2228 - Update zypp-po.tar.bz2
2229
2230 -------------------------------------------------------------------
2231 Thu Aug 15 01:13:27 CEST 2013 - ma@suse.de
2232
2233 - Update zypp-po.tar.bz2
2234
2235 -------------------------------------------------------------------
2236 Thu Aug  8 01:13:27 CEST 2013 - ma@suse.de
2237
2238 - Update zypp-po.tar.bz2
2239
2240 -------------------------------------------------------------------
2241 Sun Aug  4 01:13:59 CEST 2013 - ma@suse.de
2242
2243 - Update zypp-po.tar.bz2
2244
2245 -------------------------------------------------------------------
2246 Thu Aug  1 01:13:52 CEST 2013 - ma@suse.de
2247
2248 - Update zypp-po.tar.bz2
2249
2250 -------------------------------------------------------------------
2251 Thu Jul 25 01:13:40 CEST 2013 - ma@suse.de
2252
2253 - Update zypp-po.tar.bz2
2254
2255 -------------------------------------------------------------------
2256 Thu Jul 18 01:13:43 CEST 2013 - ma@suse.de
2257
2258 - Update zypp-po.tar.bz2
2259
2260 -------------------------------------------------------------------
2261 Sun Jul 14 01:13:38 CEST 2013 - ma@suse.de
2262
2263 - Update zypp-po.tar.bz2
2264
2265 -------------------------------------------------------------------
2266 Thu Jul 11 01:13:49 CEST 2013 - ma@suse.de
2267
2268 - Update zypp-po.tar.bz2
2269
2270 -------------------------------------------------------------------
2271 Fri Jun 21 20:24:39 CEST 2013 - ma@suse.de
2272
2273 - Fix testcases failing if local pathnames contain umlauts
2274 - Pathname: add move constructor and fix assign
2275 - Set logfile permission upon file creation only (bnc#825490)
2276 - Add arch ppc64p7
2277 - version 13.4.0 (4)
2278
2279 -------------------------------------------------------------------
2280 Tue Jun 11 11:37:48 CEST 2013 - ma@suse.de
2281
2282 - Speedup scanning for modaliases (bnc#824110)
2283 - version 13.3.0 (2)
2284
2285 -------------------------------------------------------------------
2286 Sun May 26 01:13:15 CEST 2013 - ma@suse.de
2287
2288 - Update zypp-po.tar.bz2
2289
2290 -------------------------------------------------------------------
2291 Thu May 23 01:13:13 CEST 2013 - ma@suse.de
2292
2293 - Update zypp-po.tar.bz2
2294
2295 -------------------------------------------------------------------
2296 Thu May 16 12:22:48 CEST 2013 - ma@suse.de
2297
2298 - Remove deprecated old stuff (aria2 support,
2299   old InstallOrder, old History parser)
2300 - version 13.2.0 (2)
2301
2302 -------------------------------------------------------------------
2303 Thu May 16 01:13:47 CEST 2013 - ma@suse.de
2304
2305 - Update zypp-po.tar.bz2
2306
2307 -------------------------------------------------------------------
2308 Sun May 12 01:13:39 CEST 2013 - ma@suse.de
2309
2310 - Update zypp-po.tar.bz2
2311
2312 -------------------------------------------------------------------
2313 Thu May  9 01:13:54 CEST 2013 - ma@suse.de
2314
2315 - Update zypp-po.tar.bz2
2316
2317 -------------------------------------------------------------------
2318 Thu May  2 11:07:52 CEST 2013 - ma@suse.de
2319
2320 - Discourage using SafeBool in favor of explicit operator bool
2321 - version 13.1.0 (1)
2322
2323 -------------------------------------------------------------------
2324 Mon Apr 29 10:41:46 CEST 2013 - ma@suse.de
2325
2326 - Testsuite: Workaround boost::thread being not header only since
2327   boost-1.50 (boost ticket 7085)
2328 - Adaptions to smart_pointer changes in boost-1.53; mainly introduce
2329   explicit operator bool; constructible and comparable with nullptr_t.
2330 - Bump major version for Factory
2331   12.x is continued on SuSE-Code-12_3-Branch
2332 - version 13.0.0 (0)
2333
2334 -------------------------------------------------------------------
2335 Sun Apr 28 01:14:07 CEST 2013 - ma@suse.de
2336
2337 - Update zypp-po.tar.bz2
2338
2339 -------------------------------------------------------------------
2340 Fri Apr  5 14:26:35 CEST 2013 - ma@suse.de
2341
2342 - added new fuction zypp::ZYpp::provideSrcPackage
2343 - Treat opensuse-education as separate vendor (bnc#812608)
2344 - AArch64 support
2345 - version 12.11.0 (0)
2346
2347 -------------------------------------------------------------------
2348 Wed Mar 27 12:31:17 CET 2013 - ma@suse.de
2349
2350 - added tftp-support (bnc#803316)
2351 - version 12.10.1 (0)
2352
2353 -------------------------------------------------------------------
2354 Tue Mar 26 13:06:21 CET 2013 - ma@suse.de
2355
2356 - Update zypp-po.tar.bz2
2357
2358 -------------------------------------------------------------------
2359 Thu Mar 21 01:13:45 CET 2013 - ma@suse.de
2360
2361 - Update zypp-po.tar.bz2
2362
2363 -------------------------------------------------------------------
2364 Sun Mar 10 01:14:01 CET 2013 - ma@suse.de
2365
2366 - Update zypp-po.tar.bz2
2367
2368 -------------------------------------------------------------------
2369 Thu Mar  7 14:13:42 CET 2013 - ma@suse.de
2370
2371 - Adapt to libsolv dataiterator fixes
2372   (returning random data in some cases)
2373 - Require and adapt to changes in libsolv-0.3.0
2374 - version 12.10.0 (0)
2375
2376 -------------------------------------------------------------------
2377 Thu Mar  7 01:13:25 CET 2013 - ma@suse.de
2378
2379 - Update zypp-po.tar.bz2
2380
2381 -------------------------------------------------------------------
2382 Sun Mar  3 01:15:52 CET 2013 - ma@suse.de
2383
2384 - Update zypp-po.tar.bz2
2385
2386 -------------------------------------------------------------------
2387 Wed Feb 27 08:41:18 CET 2013 - ma@suse.de
2388
2389 - Rephrase error message if 'lsof' is not installed (bnc#694427)
2390 - version 12.9.0 (0)
2391
2392 -------------------------------------------------------------------
2393 Fri Feb 15 12:49:18 CET 2013 - ma@suse.de
2394
2395 - Handle dangling update script symlinks in instsys. (bnc#803751)
2396 - version 12.8.1 (0)
2397
2398 -------------------------------------------------------------------
2399 Thu Feb 14 01:13:28 CET 2013 - ma@suse.de
2400
2401 - Update zypp-po.tar.bz2
2402
2403 -------------------------------------------------------------------
2404 Thu Feb  7 01:16:50 CET 2013 - ma@suse.de
2405
2406 - Update zypp-po.tar.bz2
2407
2408 -------------------------------------------------------------------
2409 Mon Feb  4 12:35:51 CET 2013 - ma@suse.de
2410
2411 - Update zypp-po.tar.bz2
2412
2413 -------------------------------------------------------------------
2414 Tue Jan 22 11:06:55 CET 2013 - ma@suse.de
2415
2416 - make multicurl suppress progress reports for the metalink download
2417 - work around libcurl bug that sometimes gives us old values in the
2418   progress callback
2419 - version 12.8.0 (0)
2420
2421 -------------------------------------------------------------------
2422 Fri Jan 18 14:07:50 CET 2013 - ma@suse.de
2423
2424 - Reduce logging
2425 - MediaMultiCurl: throw AbortRequestException if aborted by user
2426 - version 12.7.0 (0)
2427
2428 -------------------------------------------------------------------
2429 Sun Jan 13 01:13:23 CET 2013 - ma@suse.de
2430
2431 - Update zypp-po.tar.bz2
2432
2433 -------------------------------------------------------------------
2434 Sun Jan  6 01:13:17 CET 2013 - ma@suse.de
2435
2436 - Update zypp-po.tar.bz2
2437
2438 -------------------------------------------------------------------
2439 Thu Dec 27 01:13:27 CET 2012 - ma@suse.de
2440
2441 - Update zypp-po.tar.bz2
2442
2443 -------------------------------------------------------------------
2444 Mon Dec 17 13:31:15 CET 2012 - ma@suse.de
2445
2446 - Add NamedValue<_Tp>: Simple value<>name mapping supporting aliases
2447 - Enable zypper to remove zypp locks without evaluating the
2448   query (bnc#792901)
2449 - Configure curl to "not fix the BEAST attack" (bnc#779177)
2450 - version 12.6.0 (0)
2451
2452 -------------------------------------------------------------------
2453 Sun Dec 16 01:13:16 CET 2012 - ma@suse.de
2454
2455 - Update zypp-po.tar.bz2
2456
2457 -------------------------------------------------------------------
2458 Mon Dec  3 14:31:59 CET 2012 - ma@suse.de
2459
2460 - HistoryLogReader: new HistoryLogData based API for parsing the new
2461   history file entries (fate#312521)
2462   The old HistoryItem based API is deprecated but will
2463   still be available for a while if you compile with
2464   -DWITH_DEPRECATED_HISTORYITEM_API.
2465 - Write userdata string to history log (fate#312521)
2466 - Add HistoryLogReader testcases
2467 - Adapt to libsolv 'medianr'-changes
2468 - version 12.5.0 (0)
2469
2470 -------------------------------------------------------------------
2471 Thu Nov 22 01:14:42 CET 2012 - ma@suse.de
2472
2473 - Update zypp-po.tar.bz2
2474
2475 -------------------------------------------------------------------
2476 Sun Nov 18 01:13:44 CET 2012 - ma@suse.de
2477
2478 - Update zypp-po.tar.bz2
2479
2480 -------------------------------------------------------------------
2481 Tue Nov 13 15:40:10 CET 2012 - ma@suse.de
2482
2483 - Forward userdata string to commit plugins in BEGINPLUGIN (fate#312521)
2484 - Extend ZConfig to store a user defined string value (fate#312521)
2485 - Add SIGSEGV handler trying to log a stack trace
2486 - Add zypp::dumpBacktrace to dump current stack trace to a stream.
2487 - Use gettext plural handling (bnc#784666)
2488 - version 12.4.0 (0)
2489
2490 -------------------------------------------------------------------
2491 Sun Nov  4 01:13:21 CET 2012 - ma@suse.de
2492
2493 - Update zypp-po.tar.bz2
2494
2495 -------------------------------------------------------------------
2496 Wed Oct 24 10:40:38 CEST 2012 - ma@suse.de
2497
2498 - Add simple sysconfig::write (bnc#766598)
2499 - For installed products also filelists when trying to find the buddy
2500   (bnc#784900)
2501 - Provide information whether product license needs to be accepted.
2502 - version 12.3.0 (0)
2503
2504 -------------------------------------------------------------------
2505 Thu Oct 18 01:13:43 CEST 2012 - ma@suse.de
2506
2507 - Update zypp-po.tar.bz2
2508
2509 -------------------------------------------------------------------
2510 Sun Oct  7 01:13:41 CEST 2012 - ma@suse.de
2511
2512 - Update zypp-po.tar.bz2
2513
2514 -------------------------------------------------------------------
2515 Mon Oct  1 11:00:42 CEST 2012 - ma@suse.de
2516
2517 - Enable multiversion kernel and set multiversion.kernels in
2518   /etc/zypp/zypp.conf to keep the latest, latest-1 and the running.
2519 - Fix typo (bnc#782801)
2520 - Relax evaluation of patch category tags (case insensitive)
2521
2522 -------------------------------------------------------------------
2523 Sun Sep 30 01:13:18 CEST 2012 - ma@suse.de
2524
2525 - Update zypp-po.tar.bz2
2526
2527 -------------------------------------------------------------------
2528 Sun Sep 16 01:14:34 CEST 2012 - ma@suse.de
2529
2530 - Update zypp-po.tar.bz2
2531
2532 -------------------------------------------------------------------
2533 Wed Sep 12 10:28:00 CEST 2012 - ma@suse.de
2534
2535 - Add str::commonPrefix
2536 - version 12.2.0 (0)
2537
2538 -------------------------------------------------------------------
2539 Sun Sep  9 01:13:25 CEST 2012 - ma@suse.de
2540
2541 - Update zypp-po.tar.bz2
2542
2543 -------------------------------------------------------------------
2544 Wed Sep  5 11:56:54 CEST 2012 - gs@suse.de
2545
2546 - Provide Target::reload()
2547 - version 12.1.0 (0)
2548
2549 -------------------------------------------------------------------
2550 Sun Aug 26 01:13:31 CEST 2012 - ma@suse.de
2551
2552 - Update zypp-po.tar.bz2
2553
2554 -------------------------------------------------------------------
2555 Thu Aug 23 01:13:47 CEST 2012 - ma@suse.de
2556
2557 - Update zypp-po.tar.bz2
2558
2559 -------------------------------------------------------------------
2560 Sun Aug 19 01:14:11 CEST 2012 - ma@suse.de
2561
2562 - Update zypp-po.tar.bz2
2563
2564 -------------------------------------------------------------------
2565 Thu Aug 16 01:13:43 CEST 2012 - ma@suse.de
2566
2567 - Update zypp-po.tar.bz2
2568
2569 -------------------------------------------------------------------
2570 Fri Aug 10 12:53:47 CEST 2012 - ma@suse.de
2571
2572 - Implement $ZYPP_LOCK_TIMEOUT: number of seconds to wait for a
2573   zypplock becoming available (bnc#772965)
2574 - Unify update-scripts with same content(md5sum) (bnc#773575)
2575 - version 12.0.1 (0)
2576
2577 -------------------------------------------------------------------
2578 Thu Aug  9 01:15:12 CEST 2012 - ma@suse.de
2579
2580 - Update zypp-po.tar.bz2
2581
2582 -------------------------------------------------------------------
2583 Thu Aug  2 11:55:00 CEST 2012 - ma@suse.de
2584
2585 - set $ZYPP_IS_RUNNING during commit
2586 - Bump major version for Factory
2587   11.x is continued on SuSE-Code-12_2-Branch
2588 - version 12.0.0 (0)
2589
2590 -------------------------------------------------------------------
2591 Thu Aug  2 01:14:11 CEST 2012 - ma@suse.de
2592
2593 - Update zypp-po.tar.bz2
2594
2595 -------------------------------------------------------------------
2596 Wed Aug  1 15:32:40 CEST 2012 - ma@suse.de
2597
2598 - Fixed typo (bnc#773467)
2599 - Erase any old repo instance from pool when (re)loading from cache
2600 - filter zero sized devices in disk usage counter(bnc#769819)
2601 - fix isSoftLocked computation
2602 - fix possibly reporting timeout as "aborted by user" (bnc#665327)
2603 - do not fork the uuidgen program, use kernel interface instead
2604 - remove obsolete hicolor-icon-theme BuildRequires
2605 - version 11.7.0 (6)
2606
2607 -------------------------------------------------------------------
2608 Sun Jul 29 01:13:31 CEST 2012 - ma@suse.de
2609
2610 - Update zypp-po.tar.bz2
2611
2612 -------------------------------------------------------------------
2613 Thu Jul 19 01:13:43 CEST 2012 - ma@suse.de
2614
2615 - Update zypp-po.tar.bz2
2616
2617 -------------------------------------------------------------------
2618 Sun Jul  1 01:13:31 CEST 2012 - ma@suse.de
2619
2620 - Update zypp-po.tar.bz2
2621
2622 -------------------------------------------------------------------
2623 Thu Jun 28 01:14:27 CEST 2012 - ma@suse.de
2624
2625 - Update zypp-po.tar.bz2
2626
2627 -------------------------------------------------------------------
2628 Mon Jun 25 15:23:10 CEST 2012 - ma@suse.de
2629
2630 - zypp.conf:servicesdir is ignored (bnc#765528)
2631 - allow libcurl to take proxy from environment iff proxy is not
2632   configured or disallowed (bnc#745404)
2633 - version 11.6.3 (6)
2634
2635 -------------------------------------------------------------------
2636 Sun Jun 24 01:14:32 CEST 2012 - ma@suse.de
2637
2638 - Update zypp-po.tar.bz2
2639
2640 -------------------------------------------------------------------
2641 Thu Jun 14 01:13:35 CEST 2012 - ma@suse.de
2642
2643 - Update zypp-po.tar.bz2
2644
2645 -------------------------------------------------------------------
2646 Fri Jun  8 15:57:22 CEST 2012 - ma@suse.de
2647
2648 - Adjust weaklock fix
2649
2650 -------------------------------------------------------------------
2651 Fri Jun  8 14:16:15 CEST 2012 - ma@suse.de
2652
2653 - Fix processing of weak locks (bnc#749418, bnc#765164)
2654 - [valgrind] don't dereference if we may be past the end of the repositories.
2655 - add armv7hl workaround for Adrian
2656 - version 11.6.2 (6)
2657
2658 -------------------------------------------------------------------
2659 Sun Jun  3 01:14:09 CEST 2012 - ma@suse.de
2660
2661 - Update zypp-po.tar.bz2
2662
2663 -------------------------------------------------------------------
2664 Thu May 31 10:07:37 UTC 2012 - dmacvicar@suse.com
2665
2666 - fix an invalid read revealed by valgrind in
2667   RepositoryIterator::increment()
2668
2669 -------------------------------------------------------------------
2670 Sun May 20 01:13:30 CEST 2012 - ma@suse.de
2671
2672 - Update zypp-po.tar.bz2
2673
2674 -------------------------------------------------------------------
2675 Thu May 17 01:15:25 CEST 2012 - ma@suse.de
2676
2677 - Update zypp-po.tar.bz2
2678
2679 -------------------------------------------------------------------
2680 Sun May 13 01:14:15 CEST 2012 - ma@suse.de
2681
2682 - Update zypp-po.tar.bz2
2683
2684 -------------------------------------------------------------------
2685 Tue May  8 13:39:22 CEST 2012 - ma@suse.de
2686
2687 - Use ld version script to hide symbols outside zypp namespace (bnc#755324)
2688 - remove base/Deprecated.h (macros now in APIConfig.h)
2689 - Disribute Easy.h in APIConfig.h
2690 - Add APIConfig.h providing ZYPP_API and ZYPP_LOCAL macros
2691 - version 11.6.0 (6)
2692
2693 -------------------------------------------------------------------
2694 Fri May  4 11:18:17 CEST 2012 - ma@suse.de
2695
2696 - build with gcc-4.7 (bnc#755324)
2697 - version 11.5.0 (5)
2698
2699 -------------------------------------------------------------------
2700 Wed Apr 25 18:50:20 CEST 2012 - ma@suse.de
2701
2702 - Fix lost device info when mounting CD/DVD
2703
2704 -------------------------------------------------------------------
2705 Sun Apr 22 01:15:46 CEST 2012 - ma@suse.de
2706
2707 - Update zypp-po.tar.bz2
2708
2709 -------------------------------------------------------------------
2710 Thu Apr 19 10:19:05 CEST 2012 - ma@suse.de
2711
2712 - Always consider (block) devices passed as url option (bnc#755815)
2713
2714 -------------------------------------------------------------------
2715 Thu Apr 19 01:14:57 CEST 2012 - ma@suse.de
2716
2717 - Update zypp-po.tar.bz2
2718
2719 -------------------------------------------------------------------
2720 Wed Apr 18 18:38:06 CEST 2012 - ma@suse.de
2721
2722 - Fix install progress hopping back and forth
2723 - Try to create a missing destination dir before switching to tmp
2724   space (bnc#755239)
2725
2726 -------------------------------------------------------------------
2727 Mon Apr 16 14:52:35 CEST 2012 - ma@suse.de
2728
2729 - ResStatus: add 'unneeded' bit (determined by solver)
2730 - Force using gcc-4.6 until it builds with 4.7
2731 - Support multiversion definitions being read from files in /etc/zypp/multiversion.d.
2732 - Workaround doxygen SEGV and accept incomplete docs (until bnc#755402 is fixed)
2733 - Rename zypp::sat::AttrMatcher to zypp::StrMatcher (base/StrMatcher.h)
2734 - Support (source)package download by non-root user (bnc#755239)
2735 - Delay construction of ZYppGlobalLock until its actually needed (bnc#575096)
2736 - Fix buddy handling in solver results
2737 - Simplify Selectable::multiversionInstall
2738 - Don't cache defaultCandidate as it depends on solver::allowVendorChange flag (bnc#754286)
2739 - version 11.4.0 (4)
2740
2741 -------------------------------------------------------------------
2742 Tue Apr 10 12:11:37 CEST 2012 - ma@suse.de
2743
2744 - Update zypp-po.tar.bz2
2745
2746 -------------------------------------------------------------------
2747 Sun Apr  8 01:13:24 CEST 2012 - ma@suse.de
2748
2749 - Update zypp-po.tar.bz2
2750
2751 -------------------------------------------------------------------
2752 Thu Apr  5 01:16:21 CEST 2012 - ma@suse.de
2753
2754 - Update zypp-po.tar.bz2
2755
2756 -------------------------------------------------------------------
2757 Mon Mar 26 14:47:59 CEST 2012 - ma@suse.de
2758
2759 - Cleanup orphaned media attach points (bnc#751221)
2760 - Show max support status if package is in multiple repos (bnc#735841)
2761 - Parse proxy user/pass from url (bnc#752497)
2762 - Add CMake option to disable libproxy usage and disable it on SLE. (bnc#752500)
2763 - version 11.3.0 (1)
2764
2765 -------------------------------------------------------------------
2766 Thu Mar 15 00:31:25 CET 2012 - ma@suse.de
2767
2768 - Add API for patch severity (bnc#733723, FATE#312633)
2769 - version 11.2.0 (1)
2770
2771 -------------------------------------------------------------------
2772 Tue Mar 13 13:04:48 CET 2012 - ma@suse.de
2773
2774 - Force libproxy into using "/etc/sysconfig/proxy" if it exists (bnc#679322)
2775 - Apply soft locks by name and not per package (bnc#749418)
2776 - version 11.1.1 (1)
2777
2778 -------------------------------------------------------------------
2779 Fri Feb  3 13:18:01 CET 2012 - ma@suse.de
2780
2781 - Add Fetcher support for CHECKSUMS file (replaceing SHA1SUMS) (bnc#744302)
2782 - Build with -fvisibility-inlines-hidden
2783 - CheckAccessDeleted: avoid duplicate entries for the same PID (bnc#716972)
2784 - Correctly use user:pass directly embedded in a proxy url (bnc#740764)
2785 - new sat::Map - Libsolv (bit)Map wrapper.
2786 - always set splitprovides to true now that libsolv handles them better
2787 - version 11.1.0 (1)
2788
2789 -------------------------------------------------------------------
2790 Thu Feb  2 01:14:17 CET 2012 - ma@suse.de
2791
2792 - Update zypp-po.tar.bz2
2793
2794 -------------------------------------------------------------------
2795 Sun Jan 29 01:14:28 CET 2012 - ma@suse.de
2796
2797 - Update zypp-po.tar.bz2
2798
2799 -------------------------------------------------------------------
2800 Sun Jan 22 01:13:30 CET 2012 - ma@suse.de
2801
2802 - Update zypp-po.tar.bz2
2803
2804 -------------------------------------------------------------------
2805 Tue Jan 10 18:31:41 CET 2012 - ma@suse.de
2806
2807 - Update zypp-po.tar.bz2
2808
2809 -------------------------------------------------------------------
2810 Fri Dec 23 14:51:25 CET 2011 - ma@suse.de
2811
2812 - Adapt Repository iteration to libsolv changes.
2813 - Add sat::Pool tests
2814 - Fix Flags<> api to be more consistent and add testcase.
2815 - Set min_curl_version 7.19.4 (bnc#735284)
2816 - Doc: add some words about 'Solver - Vendor protection'
2817 - version 11.0.0 (0)
2818
2819 -------------------------------------------------------------------
2820 Thu Dec  1 01:13:37 CET 2011 - ma@suse.de
2821
2822 - Update zypp-po.tar.bz2
2823
2824 -------------------------------------------------------------------
2825 Mon Nov 28 18:08:42 CET 2011 - ma@suse.de
2826
2827 - Fix and optimize Pathname ctor and provide testcases (bnc#721128)
2828 - Open all file descriptors with O_CLOEXEC to avoid leaks and races
2829 - Some improvements to the services documentation
2830 - Fix RW_pointer comparison with underlying smart pointer type.
2831 - version 10.3.5 (3)
2832
2833 -------------------------------------------------------------------
2834 Sun Nov 27 01:13:10 CET 2011 - ma@suse.de
2835
2836 - Update zypp-po.tar.bz2
2837
2838 -------------------------------------------------------------------
2839 Thu Nov 17 01:13:15 CET 2011 - ma@suse.de
2840
2841 - Update zypp-po.tar.bz2
2842
2843 -------------------------------------------------------------------
2844 Fri Nov 11 13:38:42 CET 2011 - ma@suse.de
2845
2846 - Try to find and use some CD/DVD device even if HAL/UDEV detection
2847   fails (bnc#724807)
2848 - Static initialization problem fixes (by Harald Fernengel)
2849 - version 10.3.4 (3)
2850
2851 -------------------------------------------------------------------
2852 Mon Nov  7 15:45:28 CET 2011 - ma@suse.de
2853
2854 - Don't use proxy if disabled (bnc#696805)
2855 - version 10.3.3 (3)
2856
2857 -------------------------------------------------------------------
2858 Mon Nov  7 13:49:44 UTC 2011 - dimstar@opensuse.org
2859
2860 - Add pkg-config BuildRequires: We fail to detect libproxy due to
2861   the missing pkg-config. Additionally, we have a .pc file
2862   ourselfes, which we do not get the provides for [bnc#696805]
2863
2864 -------------------------------------------------------------------
2865 Thu Nov  3 14:58:42 CET 2011 - ma@suse.de
2866
2867 - Let RepoInfo::keepPackages properly default to FALSE (bnc#727385)
2868 - version 10.3.2 (3)
2869
2870 -------------------------------------------------------------------
2871 Thu Nov  3 01:13:12 CET 2011 - ma@suse.de
2872
2873 - Update zypp-po.tar.bz2
2874
2875 -------------------------------------------------------------------
2876 Sun Oct 30 01:14:41 CEST 2011 - ma@suse.de
2877
2878 - Update zypp-po.tar.bz2
2879
2880 -------------------------------------------------------------------
2881 Thu Oct 27 01:14:10 CEST 2011 - ma@suse.de
2882
2883 - Update zypp-po.tar.bz2
2884
2885 -------------------------------------------------------------------
2886 Mon Oct 24 13:35:56 CEST 2011 - ma@suse.de
2887
2888 - Explicitly include textLocale in package translation download
2889
2890 -------------------------------------------------------------------
2891 Mon Oct 24 09:37:31 CEST 2011 - ma@suse.de
2892
2893 - Update libversion info (due to ABI change in 10.2.0 (bnc#725407)
2894 - version 10.3.1 (3)
2895
2896 -------------------------------------------------------------------
2897 Sun Oct 23 01:13:11 CEST 2011 - ma@suse.de
2898
2899 - Update zypp-po.tar.bz2
2900
2901 -------------------------------------------------------------------
2902 Fri Oct 21 11:47:39 CEST 2011 - ma@suse.de
2903
2904 - Add zypp.conf option repo.refresh.locales: A list of locales for
2905   which translated package descriptions should be downloaded if
2906   available.
2907 - Explixitly set CURLOPT_PROXYAUTH
2908 - version 10.3.0 (1)
2909
2910 -------------------------------------------------------------------
2911 Tue Oct 18 16:45:13 CEST 2011 - ma@suse.de
2912
2913 - Add arch armv7tnhl and armv7thl
2914 - Fix RepoVariablesReplacer to compute substitution values on demand only
2915 - PathInfo::hardlinkCopy: fix handling cross-device links
2916 - version 10.2.0 (1)
2917
2918 -------------------------------------------------------------------
2919 Sun Oct 16 01:13:37 CEST 2011 - ma@suse.de
2920
2921 - Update zypp-po.tar.bz2
2922
2923 -------------------------------------------------------------------
2924 Thu Oct 13 11:50:26 CEST 2011 - ma@suse.de
2925
2926 - Must not differ between type nfs and nfs4 when checking the mount
2927   table (bnc#710269)
2928 - version 10.1.1 (1)
2929
2930 -------------------------------------------------------------------
2931 Thu Oct 13 01:13:37 CEST 2011 - ma@suse.de
2932
2933 - Update zypp-po.tar.bz2
2934
2935 -------------------------------------------------------------------
2936 Tue Oct 11 15:20:43 CEST 2011 - ma@suse.de
2937
2938 - Switch to using libsolv instead of satsolver
2939 - version 10.1.0 (1)
2940
2941 -------------------------------------------------------------------
2942 Sun Oct  9 01:13:16 CEST 2011 - ma@suse.de
2943
2944 - Update zypp-po.tar.bz2
2945
2946 -------------------------------------------------------------------
2947 Thu Oct  6 01:14:00 CEST 2011 - ma@suse.de
2948
2949 - Update zypp-po.tar.bz2
2950
2951 -------------------------------------------------------------------
2952 Tue Sep 20 09:57:04 CEST 2011 - ma@suse.de
2953
2954 - Bump major version for Factory; 9.x is continued on SLE-11-SP2-Branch
2955 - version 10.0.0 (0)
2956
2957 -------------------------------------------------------------------
2958 Tue Sep 13 10:51:53 CEST 2011 - ma@suse.de
2959
2960 - Enhance Selectable API
2961 - version 9.11.0 (8)
2962
2963 -------------------------------------------------------------------
2964 Sun Sep 11 01:18:59 CEST 2011 - ma@suse.de
2965
2966 - Update sle-zypp-po.tar.bz2
2967
2968 -------------------------------------------------------------------
2969 Sun Sep 11 01:13:12 CEST 2011 - ma@suse.de
2970
2971 - Update zypp-po.tar.bz2
2972
2973 -------------------------------------------------------------------
2974 Thu Sep  8 01:19:28 CEST 2011 - ma@suse.de
2975
2976 - Update sle-zypp-po.tar.bz2
2977
2978 -------------------------------------------------------------------
2979 Thu Sep  8 01:14:08 CEST 2011 - ma@suse.de
2980
2981 - Update zypp-po.tar.bz2
2982
2983 -------------------------------------------------------------------
2984 Wed Sep  7 12:38:23 CEST 2011 - ma@suse.de
2985
2986 - Explicitly require rpm.
2987 - version 9.10.2 (8)
2988
2989 -------------------------------------------------------------------
2990 Sun Sep  4 01:16:54 CEST 2011 - ma@suse.de
2991
2992 - Update sle-zypp-po.tar.bz2
2993
2994 -------------------------------------------------------------------
2995 Sun Sep  4 01:13:27 CEST 2011 - ma@suse.de
2996
2997 - Update zypp-po.tar.bz2
2998
2999 -------------------------------------------------------------------
3000 Thu Sep  1 01:13:36 CEST 2011 - ma@suse.de
3001
3002 - Update zypp-po.tar.bz2
3003
3004 -------------------------------------------------------------------
3005 Mon Aug 29 10:51:04 CEST 2011 - ma@suse.de
3006
3007 - Extend mount entry comparison fix (bnc#710269)
3008 - version 9.10.2 (8)
3009
3010 -------------------------------------------------------------------
3011 Thu Aug 25 01:17:06 CEST 2011 - ma@suse.de
3012
3013 - Update sle-zypp-po.tar.bz2
3014
3015 -------------------------------------------------------------------
3016 Mon Aug 22 13:57:16 CEST 2011 - ma@suse.de
3017
3018 - Update sle-zypp-po.tar.bz2
3019
3020 -------------------------------------------------------------------
3021 Sun Aug 14 01:13:21 CEST 2011 - ma@suse.de
3022
3023 - Update zypp-po.tar.bz2
3024
3025 -------------------------------------------------------------------
3026 Sun Aug  7 01:16:07 CEST 2011 - ma@suse.de
3027
3028 - Update zypp-po.tar.bz2
3029
3030 -------------------------------------------------------------------
3031 Fri Aug  5 15:20:07 CEST 2011 - ma@suse.de
3032
3033 - Attempt to fix smb mount entry comparison (bnc#710269)
3034 - version 9.10.1 (8)
3035
3036 -------------------------------------------------------------------
3037 Thu Aug  4 14:54:47 CEST 2011 - ma@suse.de
3038
3039 - Allow to turn Resolvers upgrade mode on and off (bnc#709480)
3040 - Fix reading of integer arrays from rpm headers (bnc#709716)
3041 - version 9.10.0 (8)
3042
3043 -------------------------------------------------------------------
3044 Thu Aug  4 01:14:00 CEST 2011 - ma@suse.de
3045
3046 - Update zypp-po.tar.bz2
3047
3048 -------------------------------------------------------------------
3049 Thu Jul 28 13:04:10 CEST 2011 - ma@suse.de
3050
3051 - Evaluate CURLINFO_CONDITION_UNMET on zero sized successful transfers,
3052   if compiled against libcurl-7.19.4 or above. (bnc#692260)
3053 - version 9.9.2 (8)
3054
3055 -------------------------------------------------------------------
3056 Mon Jul 25 16:20:37 CEST 2011 - ma@suse.de
3057
3058 - Always read /proc/mounts when looking for mounted media (bnc#705893)
3059 - version 9.9.1 (8)
3060
3061 -------------------------------------------------------------------
3062 Fri Jul 22 13:12:34 CEST 2011 - ma@suse.de
3063
3064 - MediaUserAuth: Do not expose libcurl header files.
3065 - version 9.9.0 (8)
3066
3067 -------------------------------------------------------------------
3068 Mon Jul 18 11:33:25 CEST 2011 - ma@suse.de
3069
3070 - More initialize parser structure fixes. (bnc#705181)
3071 - version 9.8.7 (8)
3072
3073 -------------------------------------------------------------------
3074 Fri Jul 15 15:15:01 CEST 2011 - ma@suse.de
3075
3076 - Check for /etc/sysconfig/storage changes before solving (bnc#702365)
3077 - version 9.8.6 (8)
3078
3079 -------------------------------------------------------------------
3080 Fri Jul 15 13:58:53 CEST 2011 - ma@suse.de
3081
3082 - Properly initialize parser structures (bnc#705181)
3083 - version 9.8.5 (8)
3084
3085 -------------------------------------------------------------------
3086 Thu Jul  7 15:53:17 CEST 2011 - ma@suse.de
3087
3088 - Fix tests for available libcurl version.
3089 - version 9.8.4 (8)
3090
3091 -------------------------------------------------------------------
3092 Thu Jul  7 01:13:47 CEST 2011 - ma@suse.de
3093
3094 - Update zypp-po.tar.bz2
3095
3096 -------------------------------------------------------------------
3097 Mon Jul  4 10:41:42 CEST 2011 - ma@suse.de
3098
3099 - Make fix for bnc#702576 more robust.
3100 - Enhance fix for bnc#699435. Return an error if download in advance
3101   failed to provide all packages, so zypper does not silently quit.
3102 - version 9.8.3 (8)
3103
3104 -------------------------------------------------------------------
3105 Thu Jun 30 01:13:43 CEST 2011 - ma@suse.de
3106
3107 - Update zypp-po.tar.bz2
3108
3109 -------------------------------------------------------------------
3110 Wed Jun 29 12:23:24 CEST 2011 - ma@suse.de
3111
3112 - Always compute transaction from pool (bnc#702576)
3113 - version 9.8.2 (8)
3114
3115 -------------------------------------------------------------------
3116 Tue Jun 28 16:04:50 CEST 2011 - ma@suse.de
3117
3118 - Add feature provides for supported plugins.
3119
3120 -------------------------------------------------------------------
3121 Tue Jun 21 10:44:47 CEST 2011 - dmacvicar@suse.de
3122
3123 - Add configuration template for automatic kernel
3124   purge (feature#312018) to zypp.conf
3125
3126 -------------------------------------------------------------------
3127 Tue Jun 14 13:38:00 CEST 2011 - ma@suse.de
3128
3129 - Fix download loop to skip non-install actions. (bnc#699435)
3130 - version 9.8.1 (8)
3131
3132 -------------------------------------------------------------------
3133 Sun Jun 12 01:13:36 CEST 2011 - ma@suse.de
3134
3135 - Update zypp-po.tar.bz2
3136
3137 -------------------------------------------------------------------
3138 Thu Jun  9 09:34:51 CEST 2011 - ma@suse.de
3139
3140 - Fix missing return value.
3141
3142 -------------------------------------------------------------------
3143 Wed Jun  8 12:58:54 CEST 2011 - ma@suse.de
3144
3145 - Simplify ZYppCommitResult by using filtered Transaction::action_iterator.
3146 - version 9.8.0 (8)
3147
3148 -------------------------------------------------------------------
3149 Tue Jun  7 14:12:35 CEST 2011 - ma@suse.de
3150
3151 - Update zypp-po.tar.bz2
3152
3153 -------------------------------------------------------------------
3154 Tue Jun  7 12:42:20 CEST 2011 - ma@suse.de
3155
3156 - Fix transaction ORDER_BY_MEDIANR.
3157 - version 9.7.0 (5)
3158
3159 -------------------------------------------------------------------
3160 Fri Jun  3 23:12:05 CEST 2011 - ma@suse.de
3161
3162 - Basic commit plugins implemented. They may be used to implement pre/post
3163   commit actions like taking file system snapshots (fate#303699)
3164 - version 9.6.0 (5)
3165
3166 -------------------------------------------------------------------
3167 Tue May 31 17:27:45 CEST 2011 - ma@suse.de
3168
3169 - Do commit based on sat::Transaction.
3170 - version 9.5.0 (5)
3171
3172 -------------------------------------------------------------------
3173 Tue May 31 12:09:17 CEST 2011 - ma@suse.de
3174
3175 - Assert rpm database directory is created before rpmtsInitDB is
3176   called (bnc#697115)
3177
3178 -------------------------------------------------------------------
3179 Tue May 31 11:46:57 CEST 2011 - dheidler@suse.de
3180
3181 - fix var definition order in PackageProvider
3182 - fix operator~ return datatype for flags (ctor is explicit)
3183 - add method interactiveFlags to Patch describing what makes it
3184   interactive
3185 - version 9.4.0 (3)
3186
3187 -------------------------------------------------------------------
3188 Tue May 31 10:12:12 CEST 2011 - ma@suse.de
3189
3190 - Recommend 'lsof' (for zypper ps) (bnc#694427, bnc#684466)
3191
3192 -------------------------------------------------------------------
3193 Mon May 30 17:14:14 CEST 2011 - dheidler@suse.de
3194
3195 - Switch patch interactive-check to flags
3196 - version 9.3.0 (3)
3197
3198 -------------------------------------------------------------------
3199 Sun May 29 01:13:42 CEST 2011 - ma@suse.de
3200
3201 - Update zypp-po.tar.bz2
3202
3203 -------------------------------------------------------------------
3204 Fri May 27 17:02:05 CEST 2011 - ma@suse.de
3205
3206 - fix specfile to handle sles translations if available
3207
3208 -------------------------------------------------------------------
3209 Fri May 27 09:51:13 CEST 2011 - ma@suse.de
3210
3211 - Avoid using #elifdef directive.
3212
3213 -------------------------------------------------------------------
3214 Thu May 26 01:13:43 CEST 2011 - ma@suse.de
3215
3216 - Update zypp-po.tar.bz2
3217
3218 -------------------------------------------------------------------
3219 Wed May 25 09:22:28 CEST 2011 - ma@suse.de
3220
3221 - Add a fallback gnome-packagekit updater in package-manager (bnc#667504)
3222 - Backport changelog entries from SLE11-SP1 branch. Bugs mentioned here
3223   were either fixed without bnc# or do not apply to this branch. This is
3224   to make the changelog checker happy:
3225   - Set proper defaults for service repos (bnc#673943)
3226
3227 -------------------------------------------------------------------
3228 Tue May 24 12:43:32 CEST 2011 - dheidler@suse.de
3229
3230 - add option ignore_reboot_flag to Patch::interactive (bnc#665853)
3231 - version 9.2.0 (2)
3232
3233 -------------------------------------------------------------------
3234 Mon May 23 16:12:32 CEST 2011 - dheidler@suse.de
3235
3236 - respect patch content license when determinating interactive status
3237 - version 9.1.2 (1)
3238
3239 -------------------------------------------------------------------
3240 Mon May 23 12:05:10 CEST 2011 - ma@suse.de
3241
3242 - More rpm-4.9 fixes
3243 - Disable rpm V3toV4 conversion while not working with rpm 4.9
3244
3245 -------------------------------------------------------------------
3246 Sun May 22 01:14:21 CEST 2011 - ma@suse.de
3247
3248 - Update zypp-po.tar.bz2
3249
3250 -------------------------------------------------------------------
3251 Fri May 20 17:11:10 CEST 2011 - ma@suse.de
3252
3253 - Fix for rpm-4.9
3254 - version 9.1.1 (1)
3255
3256 -------------------------------------------------------------------
3257 Fri May 20 13:43:38 CEST 2011 - ma@suse.de
3258
3259 - Disable use if rpm-4.4 legacy interface (dropped in 4.9) (bnc#691089)
3260 - Fix poolquery handling repo restrictions correctly. (bnc#661976)
3261 - version 9.1.0 (1)
3262
3263 -------------------------------------------------------------------
3264 Wed May 18 14:10:20 CEST 2011 - dmacvicar@suse.de
3265
3266 - Allow MediaCD to build against HAL or nothing
3267   if udev is not present
3268
3269 -------------------------------------------------------------------
3270 Mon May 16 14:42:09 CEST 2011 - dmacvicar@suse.de
3271
3272 - forward port all changes to make it build in Code10
3273
3274 -------------------------------------------------------------------
3275 Mon May 16 11:51:51 UTC 2011 - dmacvicar@suse.de
3276
3277 - make -Werror=format-security optional and used only if
3278   supported
3279
3280 -------------------------------------------------------------------
3281 Sun May 15 01:13:47 CEST 2011 - ma@suse.de
3282
3283 - Update zypp-po.tar.bz2
3284
3285 -------------------------------------------------------------------
3286 Thu May 12 01:13:54 CEST 2011 - ma@suse.de
3287
3288 - Update zypp-po.tar.bz2
3289
3290 -------------------------------------------------------------------
3291 Fri May  6 13:22:35 CEST 2011 - dheidler@suse.de
3292
3293 - delete old metadata temp directories
3294 - version 9.0.3 (0)
3295
3296 -------------------------------------------------------------------
3297 Wed Apr 27 17:17:00 CEST 2011 - dheidler@suse.de
3298
3299 - fix max_concurrent_connections option in MultiCurl (bnc#596089)
3300 - version 9.0.2 (0)
3301
3302 -------------------------------------------------------------------
3303 Sun Apr 17 01:13:40 CEST 2011 - ma@suse.de
3304
3305 - Update zypp-po.tar.bz2
3306
3307 -------------------------------------------------------------------
3308 Tue Apr 12 18:49:32 CEST 2011 - dheidler@suse.de
3309
3310 - check for permissions before writing (fixes bnc#683509)
3311 - version 9.0.1 (0)
3312
3313 -------------------------------------------------------------------
3314 Tue Apr  5 12:08:27 CEST 2011 - ma@suse.de
3315
3316 - Switch ResPoolProxy to use multimap in order to allow iteration
3317   of all Selectables of all kinds.
3318 - Add upper/lower_bound iteration to MapKVIterator.
3319 - Add stream output for multimap/set.
3320 - version 9.0.0 (0)
3321
3322 -------------------------------------------------------------------
3323 Mon Apr  4 15:08:08 CEST 2011 - ma@suse.de
3324
3325 - Update zypp-po.tar.bz2
3326
3327 -------------------------------------------------------------------
3328 Mon Apr  4 15:04:47 CEST 2011 - ma@suse.de
3329
3330 - Update zypp-po.tar.bz2
3331
3332 -------------------------------------------------------------------
3333 Mon Apr  4 15:03:55 CEST 2011 - ma@suse.de
3334
3335 - Update zypp-po.tar.bz2
3336
3337 -------------------------------------------------------------------
3338 Thu Mar 10 01:13:39 CET 2011 - ma@suse.de
3339
3340 - Update zypp-po.tar.bz2
3341
3342 -------------------------------------------------------------------
3343 Sun Mar  6 01:13:41 CET 2011 - ma@suse.de
3344
3345 - Update zypp-po.tar.bz2
3346
3347 -------------------------------------------------------------------
3348 Wed Feb 16 14:24:27 UTC 2011 - dmacvicar@suse.de
3349
3350 - Do not look for $releasever 's value if there is no variable
3351   in the url: parses product file again and again
3352 - version 8.12.2 (10)
3353
3354 -------------------------------------------------------------------
3355 Thu Feb 10 16:01:46 CET 2011 - ma@suse.de
3356
3357 - Remove package-manager.desktop file (bnc#329635)
3358 - version 8.12.1 (10)
3359
3360 -------------------------------------------------------------------
3361 Tue Jan 25 10:09:22 CET 2011 - ma@suse.de
3362
3363 - Apply patch introducing armv7nhl:armv7hl
3364
3365 -------------------------------------------------------------------
3366 Tue Jan 18 12:28:19 UTC 2011 - dmacvicar@suse.de
3367
3368 - allow for Repo Index Services to set the enabled state of
3369   repositories from the server side.
3370 - Fix priority not being set on reading service indexes
3371 - version 8.12.0 (10)
3372
3373 -------------------------------------------------------------------
3374 Fri Jan 14 12:45:18 CET 2011 - ma@suse.de
3375
3376 - Add new ServicePlugin Exceptions.
3377
3378 -------------------------------------------------------------------
3379 Thu Jan 13 01:13:32 CET 2011 - ma@suse.de
3380
3381 - Update zypp-po.tar.bz2
3382
3383 -------------------------------------------------------------------
3384 Thu Dec 23 14:42:02 CET 2010 - dheidler@suse.de
3385
3386 - add method to check if there are manually configured urls
3387 - version 8.11.0 (10)
3388
3389 -------------------------------------------------------------------
3390 Thu Dec 23 11:31:22 CET 2010 - dheidler@suse.de
3391
3392 - create cache directory, if it doesn't exist
3393   when saving mirrorlist
3394 - version 8.10.6 (10)
3395
3396 -------------------------------------------------------------------
3397 Wed Dec 22 12:38:22 CET 2010 - dheidler@suse.de
3398
3399 - moved keepPackages code to RepoInfo::Impl
3400 - version 8.10.5 (10)
3401
3402 -------------------------------------------------------------------
3403 Tue Dec 21 13:29:06 CET 2010 - dheidler@suse.de
3404
3405 - Fix caching of mirrorlist files
3406 - version 8.10.4 (10)
3407
3408 -------------------------------------------------------------------
3409 Thu Dec 16 19:46:00 CET 2010 - ma@suse.de
3410
3411 - Do not export keyring if rpmdb is initialised, but target isn't
3412   (bnc#659494)
3413 - version 8.10.3 (10)
3414
3415 -------------------------------------------------------------------
3416 Fri Dec 10 17:17:07 CET 2010 - dheidler@suse.de
3417
3418 - Catch RPM-Exeption when instaling the Distribution (bnc#658714)
3419 - version 8.10.2 (10)
3420
3421 -------------------------------------------------------------------
3422 Wed Dec  8 14:15:12 CET 2010 - dheidler@suse.de
3423
3424 - fix retrieval of distributionVersion if target is not initialized
3425 - MultiCurl: make sure the server responds with "partial content",
3426   fixes corrupt downloads if the metalink file contains no checksums
3427 - version 8.10.1 (10)
3428
3429 -------------------------------------------------------------------
3430 Wed Dec  1 17:39:16 CET 2010 - dheidler@suse.de
3431
3432 - Added ReplacerVar caching in RepoInfo
3433 - Automaticly remove empty mirrorlist-files
3434 - version 8.10.0 (10)
3435
3436 -------------------------------------------------------------------
3437 Tue Nov 30 17:11:32 CET 2010 - dheidler@suse.de
3438
3439 - Added MirrorList caching
3440 - version 8.9.0 (7)
3441
3442 -------------------------------------------------------------------
3443 Mon Nov 29 12:31:37 CET 2010 - ma@suse.de
3444
3445 - Icons for libzypp should go into desktop-data. (bnc#329635)
3446 - version 8.8.2 (7)
3447
3448 -------------------------------------------------------------------
3449 Wed Nov 24 11:55:59 CET 2010 - ma@suse.de
3450
3451 - Properly handle FTP response 550. (bnc#645747)
3452 - version 8.8.1 (7)
3453
3454 -------------------------------------------------------------------
3455 Fri Nov 19 11:24:39 CET 2010 - mls@suse.de
3456
3457 - fix access of freed memory in MultiCurl (bnc#654600)
3458
3459 -------------------------------------------------------------------
3460 Sun Nov  7 01:13:39 CET 2010 - ma@suse.de
3461
3462 - Update zypp-po.tar.bz2
3463
3464 -------------------------------------------------------------------
3465 Wed Nov  3 16:06:46 CET 2010 - dheidler@suse.de
3466
3467 - added metalink support
3468 - version 8.8.0 (7)
3469
3470 -------------------------------------------------------------------
3471 Thu Oct 21 18:15:31 CEST 2010 - ma@suse.de
3472
3473 - Feed the ProvideFilePolicy progress callback in addition to any
3474   connected media::DownloadProgressReport (bnc#545106)
3475 - version 8.7.1 (7)
3476
3477 -------------------------------------------------------------------
3478 Wed Oct 13 16:14:13 CEST 2010 - dheidler@suse.de
3479
3480 - Make MetaLinkParser accept InputStreams
3481 - Make MetaLinkParser accept Pathnames insted of strings
3482 - Fix MetaLinkv4 hash parsing
3483 - Add MetaLinkParser test
3484 - version 8.7.0 (7)
3485
3486 -------------------------------------------------------------------
3487 Mon Oct 11 17:06:17 CEST 2010 - ma@suse.de
3488
3489 - Use timeouts in plugin script communication.
3490 - Fix ExternalProgram to correctly remember exit status.
3491 - version 8.6.0 (5)
3492
3493 -------------------------------------------------------------------
3494 Sun Oct 10 01:13:40 CEST 2010 - ma@suse.de
3495
3496 - Update zypp-po.tar.bz2
3497
3498 -------------------------------------------------------------------
3499 Fri Oct  8 08:43:02 UTC 2010 - dmacvicar@novell.com
3500
3501 - fix services not being linked to their file after being
3502   saved
3503
3504 -------------------------------------------------------------------
3505 Thu Oct  7 09:02:26 CEST 2010 - jkupec@suse.cz
3506
3507 - Don't use aria2c for FTP (bnc #641328)
3508
3509 -------------------------------------------------------------------
3510 Wed Oct  6 15:39:59 UTC 2010 - dmacvicar@novell.com
3511
3512 - implementation for url resolver plugins
3513 - version 8.5.0 (5)
3514
3515 -------------------------------------------------------------------
3516 Wed Oct  6 16:54:15 CEST 2010 - dheidler@suse.de
3517
3518 - Use DownloadInHeaps as default, when there is nothing configured
3519   and when the target root is set to "/". (bnc#591476)
3520 - version 8.4.0 (4)
3521
3522 -------------------------------------------------------------------
3523 Tue Sep 28 17:12:51 CEST 2010 - dheidler@suse.de
3524
3525 - fixed replacing releasever (for fedora systems) - (bnc#637470)
3526 - version 8.3.0 (0)
3527
3528 -------------------------------------------------------------------
3529 Fri Sep 24 13:07:25 CEST 2010 - mls@suse.de
3530
3531 - fix metalink4 parsing [bnc#641484]
3532
3533 -------------------------------------------------------------------
3534 Thu Sep 23 01:13:45 CEST 2010 - ma@suse.de
3535
3536 - Update zypp-po.tar.bz2
3537
3538 -------------------------------------------------------------------
3539 Mon Sep 20 15:31:31 UTC 2010 - dmacvicar@novell.com
3540
3541 - Allow per repository proxy settings like yum does.
3542   Including setting it to _none_ overriding the
3543   system proxy.
3544   Patch from Zhang, Qiang <qiang.z.zhang@intel.com>
3545 - version 8.2.1 (0)
3546
3547 -------------------------------------------------------------------
3548 Fri Sep 10 17:06:34 CEST 2010 - dheidler@suse.de
3549
3550 - fixed replacing basearch (for fedora systems) - (bnc#637473)
3551 - version 8.2.0 (0)
3552
3553 -------------------------------------------------------------------
3554 Fri Sep 10 11:57:29 CEST 2010 - ma@suse.de
3555
3556 - Report download failures in commit result (bnc#431854)
3557 - Fix Solvable::onSystemByUser returning true for uninstalled solvables.
3558 - version 8.1.3 (0)
3559
3560 -------------------------------------------------------------------
3561 Tue Aug 31 20:01:26 CEST 2010 - ma@suse.de
3562
3563 - Fix download-only not to omit source packages (bnc#635596)
3564 - version 8.1.2 (0)
3565
3566 -------------------------------------------------------------------
3567 Thu Aug 26 01:13:38 CEST 2010 - ma@suse.de
3568
3569 - Update zypp-po.tar.bz2
3570
3571 -------------------------------------------------------------------
3572 Fri Aug 13 12:33:26 UTC 2010 - dmacvicar@novell.com
3573
3574 - fix basearch url variable
3575 - use the right release package name on fedora
3576
3577 -------------------------------------------------------------------
3578 Tue Aug 10 13:18:08 CEST 2010 - ma@suse.de
3579
3580 - MediaDISK: Use blkid to verify disk volumes. (bnc#623226)
3581 - version 8.1.1 (0)
3582
3583 -------------------------------------------------------------------
3584 Sun Aug  8 01:13:37 CEST 2010 - ma@suse.de
3585
3586 - Update zypp-po.tar.bz2
3587
3588 -------------------------------------------------------------------
3589 Thu Aug  5 01:13:53 CEST 2010 - ma@suse.de
3590
3591 - Update zypp-po.tar.bz2
3592
3593 -------------------------------------------------------------------
3594 Tue Aug  3 16:17:04 CEST 2010 - ma@suse.de
3595
3596 - Fix memory leaks.
3597
3598 -------------------------------------------------------------------
3599 Mon Aug  2 11:58:57 CEST 2010 - ma@suse.de
3600
3601 - Enhance PoolItem interface to assist patch classification. (bnc#627316)
3602 - version 8.1.0 (0)
3603
3604 -------------------------------------------------------------------
3605 Tue Jul 27 15:38:00 CEST 2010 - ma@suse.de
3606
3607 - Fix bug in PoolQuery::addDependency
3608 - Disable MediaAria and enable MultiCurl as default http/ftp backend.
3609   MultiCurl implements MetaLink and Zsync support using libcurl. In
3610   case of trouble set ZYPP_MULTICURL=0 in the envirionment to disable
3611   the new backend.
3612 - version 8.0.1 (0)
3613
3614 -------------------------------------------------------------------
3615 Mon Jul 26 17:05:14 CEST 2010 - ma@suse.de
3616
3617 - Bump heads major version after 11.3 branched away.
3618 - version 8.0.0 (0)
3619
3620 -------------------------------------------------------------------
3621 Thu Jul 22 01:13:27 CEST 2010 - ma@suse.de
3622
3623 - Update zypp-po.tar.bz2
3624
3625 -------------------------------------------------------------------
3626 Wed Jul  7 13:56:49 CEST 2010 - ma@suse.de
3627
3628 - Add PoolQuery for name, edition AND architecture in one go. (bnc#614362)
3629 - version 7.8.0 (6)
3630
3631 -------------------------------------------------------------------
3632 Mon Jul  5 13:03:57 CEST 2010 - ma@suse.de
3633
3634 - Fix requirement to /usr/bin/uuidgen (bnc#613304)
3635
3636 -------------------------------------------------------------------
3637 Sun Jul  4 01:13:29 CEST 2010 - ma@suse.de
3638
3639 - Update zypp-po.tar.bz2
3640
3641 -------------------------------------------------------------------
3642 Tue Jun 29 17:46:13 CEST 2010 - ma@suse.de
3643
3644 - Fix CURLOPT_MAX_RECV_SPEED_LARGE expecting a curl_off_t argument.
3645
3646 -------------------------------------------------------------------
3647 Tue Jun 29 10:22:06 CEST 2010 - ma@suse.de
3648
3649 - Respect zypp.conf policy settings when solving for update.
3650
3651 -------------------------------------------------------------------
3652 Fri Jun 25 11:35:52 CEST 2010 - ma@suse.de
3653
3654 - Don't bloat logfile by logging install progess values.
3655
3656 -------------------------------------------------------------------
3657 Thu Jun 10 01:13:49 CEST 2010 - ma@suse.de
3658
3659 - Update zypp-po.tar.bz2
3660
3661 -------------------------------------------------------------------
3662 Mon Jun  7 17:52:50 CEST 2010 - ma@suse.de
3663
3664 - Add missing Date constant declarations.
3665 - version 7.7.5 (6)
3666
3667 -------------------------------------------------------------------
3668 Mon Jun  7 11:46:58 CEST 2010 - ma@suse.de
3669
3670 - Prevent against daemons launched in rpm %post, that do not close
3671   their filedescriptors. Original fix was accidentally reverted.
3672   (bnc#174548)
3673 - version 7.7.4 (6)
3674
3675 -------------------------------------------------------------------
3676 Sun Jun  6 01:13:52 CEST 2010 - ma@suse.de
3677
3678 - Update zypp-po.tar.bz2
3679
3680 -------------------------------------------------------------------
3681 Fri Jun  4 17:14:17 CEST 2010 - ma@suse.de
3682
3683 - Fix default evaluation of recommendations of installed
3684   packages (bnc#605490)
3685 - version 7.7.3 (6)
3686
3687 -------------------------------------------------------------------
3688 Thu Jun  3 01:14:08 CEST 2010 - ma@suse.de
3689
3690 - Update zypp-po.tar.bz2
3691
3692 -------------------------------------------------------------------
3693 Fri May 21 20:00:55 CEST 2010 - ma@suse.de
3694
3695 - Fix broken IdStringType comparison (bnc#607572)
3696 - version 7.7.2 (6)
3697
3698 -------------------------------------------------------------------
3699 Thu May 20 21:01:05 CEST 2010 - ma@suse.de
3700
3701 - Fix packages provided via delta rpm being placed in
3702   the wrong package cache (bnc#607583)
3703 - version 7.7.1 (6)
3704
3705 -------------------------------------------------------------------
3706 Thu May 20 01:13:49 CEST 2010 - ma@suse.de
3707
3708 - Update zypp-po.tar.bz2
3709
3710 -------------------------------------------------------------------
3711 Tue May 18 18:02:44 CEST 2010 - ma@suse.de
3712
3713 - Fix arch detection on sprac (bug #566291)
3714 - Arch: add sparc64v and sparcv9v and armv7l
3715 - RepoManager: refresh repo if last refresh is in the future (bnc#593617)
3716 - version 7.6.1 (6)
3717
3718 -------------------------------------------------------------------
3719 Mon May 17 15:25:14 CEST 2010 - ma@suse.de
3720
3721 - Fix package-manager-su to support LXDE (Andrea Florio) (bnc#582235)
3722 - Cleanup spec file (Pavol Rusnak)
3723 - version 7.6.0 (6)
3724
3725 -------------------------------------------------------------------
3726 Sun May 16 01:13:39 CEST 2010 - ma@suse.de
3727
3728 - Update zypp-po.tar.bz2
3729
3730 -------------------------------------------------------------------
3731 Wed May 12 19:09:54 CEST 2010 - ma@suse.de
3732
3733 - Add methods to evaluate gpg geys expiration dates.
3734 - Export all rpmDb keys to the zypp trusted keyring in one go.
3735 - version 7.6.0 (6)
3736
3737 -------------------------------------------------------------------
3738 Wed May 12 17:35:44 CEST 2010 - ma@suse.de
3739
3740 - Update zypp-po.tar.bz2
3741
3742 -------------------------------------------------------------------
3743 Sun May  9 01:13:45 CEST 2010 - ma@suse.de
3744
3745 - Update zypp-po.tar.bz2
3746
3747 -------------------------------------------------------------------
3748 Sat May  8 01:13:43 CEST 2010 - ma@suse.de
3749
3750 - Update zypp-po.tar.bz2
3751
3752 -------------------------------------------------------------------
3753 Fri May  7 01:13:55 CEST 2010 - ma@suse.de
3754
3755 - Update zypp-po.tar.bz2 (Revision: 54959)
3756
3757 -------------------------------------------------------------------
3758 Wed May  5 14:49:39 CEST 2010 - ma@suse.de
3759
3760 - Update zypp-po.tar.bz2 (Revision: 54959)
3761
3762 -------------------------------------------------------------------
3763 Tue May  4 01:13:43 CEST 2010 - ma@suse.de
3764
3765 - Update translations.
3766
3767 -------------------------------------------------------------------
3768 Mon May  3 18:12:36 CEST 2010 - ma@suse.de
3769
3770 - Improve solver.cleandepsOnRemove result by evaluating the install
3771   history to find packages installed on behalf of a user request (not
3772   auto added by the solver).
3773 - version 7.5.0 (5)
3774
3775 -------------------------------------------------------------------
3776 Sat May  1 01:13:43 CEST 2010 - ma@suse.de
3777
3778 - Update translations.
3779
3780 -------------------------------------------------------------------
3781 Fri Apr 30 01:13:46 CEST 2010 - ma@suse.de
3782
3783 - Update translations.
3784
3785 -------------------------------------------------------------------
3786 Thu Apr 29 17:10:29 CEST 2010 - ma@suse.de
3787
3788 - Cleanup when deleting packages. New zypp.conf expert option
3789   solver.cleandepsOnRemove telling whether the solver should per
3790   default try to remove packages exclusively required by the ones
3791   he's asked to delete (default false).
3792 - Resolver::cleandepsOnRemove API to allow applications to change
3793   the solver option.
3794 - version 7.4.0 (4)
3795
3796 -------------------------------------------------------------------
3797 Thu Apr 29 01:13:40 CEST 2010 - ma@suse.de
3798
3799 - Update translations.
3800
3801 -------------------------------------------------------------------
3802 Wed Apr 28 16:35:04 CEST 2010 - ma@suse.de
3803
3804 - Enable splitprovides on update.
3805
3806 -------------------------------------------------------------------
3807 Wed Apr 28 01:13:37 CEST 2010 - ma@suse.de
3808
3809 - Update translations.
3810
3811 -------------------------------------------------------------------
3812 Tue Apr 27 17:42:20 CEST 2010 - ma@suse.de
3813
3814 - Selectable: Classify broken but locked patch as isUnwanted (bnc#577118)
3815 - version 7.3.0 (2)
3816
3817 -------------------------------------------------------------------
3818 Tue Apr 27 11:25:17 CEST 2010 - ma@suse.de
3819
3820 - Use libudev to detect available cd/dvd devices (bnc#590707,fate#308980)
3821 - Fix specfile to BuildRequire libudev-devel.
3822 - version 7.2.0 (2)
3823
3824 -------------------------------------------------------------------
3825 Mon Apr 26 11:57:23 CEST 2010 - ma@suse.de
3826
3827 - Support URLs and ISOs ending on 'Media1', 'Media2', etc., when
3828   rewiting the URL to access a specific media number. By now only
3829   nanmes ending on 'CD' or 'DVD' were supported. (bnc#594850)
3830
3831 -------------------------------------------------------------------
3832 Fri Apr 23 01:13:34 CEST 2010 - ma@suse.de
3833
3834 - Update translations.
3835
3836 -------------------------------------------------------------------
3837 Wed Apr 21 01:13:38 CEST 2010 - ma@suse.de
3838
3839 - Update translations.
3840
3841 -------------------------------------------------------------------
3842 Tue Apr 20 16:56:59 CEST 2010 - ma@suse.de
3843
3844 - /etc/zypp/locks: Allow to specify edition ranges with
3845   solvable:name and dependencies.
3846 - version 7.1.1 (1)
3847
3848 -------------------------------------------------------------------
3849 Thu Apr 15 12:49:01 CEST 2010 - ma@suse.de
3850
3851 - Provide name of the lock holder in ZYppFactoryException. (bnc#580513)
3852 - version 7.1.0 (1)
3853
3854 -------------------------------------------------------------------
3855 Wed Apr 14 15:09:18 CEST 2010 - ma@suse.de
3856
3857 - Using boost-1.42 requires -fno-strict-aliasing (bnc#595545)
3858 - Bump major version for 11.3 development.
3859 - version 7.0.0 (0)
3860
3861 -------------------------------------------------------------------
3862 Tue Apr 13 14:36:31 CEST 2010 - ma@suse.de
3863
3864 - Fix parsing port from IPv6 URL (bnc#593385)
3865
3866 -------------------------------------------------------------------
3867 Fri Mar 26 19:23:59 CET 2010 - ma@suse.de
3868
3869 - Propagate ZConfig::setTextLocale to pool. (bnc#588850)
3870 - version 6.31.3 (31)
3871
3872 -------------------------------------------------------------------
3873 Fri Mar 26 13:50:08 CET 2010 - ma@suse.de
3874
3875 - Fix guessing package spec to match package names only. (bnc#590864)
3876 - version 6.31.2 (31)
3877
3878 -------------------------------------------------------------------
3879 Tue Mar 23 16:55:56 CET 2010 - ma@suse.de
3880
3881 - Add static Target::distributionLabel to return the baseproducts
3882   shortName and summary. Mainlu used for the bootloader menu. (bnc #586303)
3883 - version 6.31.1 (31)
3884
3885 -------------------------------------------------------------------
3886 Thu Mar 18 17:17:02 CET 2010 - ma@suse.de
3887
3888 - Fix broken bit values in enum VendorSupportOption (bnc#589331)
3889 - version 6.31.0 (31)
3890
3891 -------------------------------------------------------------------
3892 Fri Mar 12 14:46:25 CET 2010 - ma@suse.de
3893
3894 - Fix handling of symlinked packages in package cache. (bnc #585409)
3895 - version 6.30.5 (19)
3896
3897 -------------------------------------------------------------------
3898 Tue Feb 23 19:05:04 CET 2010 - jkupec@suse.cz
3899
3900 - Avoiding use of 'guest' if 'credentials' is used when moutning
3901   a CIFS share. This caused 'permission denied' error with certain
3902   server configurations (bnc #560496).
3903
3904 -------------------------------------------------------------------
3905 Tue Feb 23 17:31:05 CET 2010 - ma@suse.de
3906
3907 - Check if a downloaded file actually exists even if aria2c returned 0.
3908   (bnc #564816)
3909 - version 6.30.3 (19)
3910
3911 -------------------------------------------------------------------
3912 Mon Feb 22 15:25:34 CET 2010 - jkupec@suse.cz
3913
3914 - Made CURLE_PARTIAL_FILE an auto-retry error (bnc #471436)
3915
3916 -------------------------------------------------------------------
3917 Mon Feb 22 13:09:09 CET 2010 - ma@suse.de
3918
3919 - Turn off cookies when retrieving services repoindex.xml (bnc #573897)
3920 - Consider pending disable requests when removing service repositories. (bnc #572634)
3921 - version 6.30.1 (19)
3922
3923 -------------------------------------------------------------------
3924 Sun Feb 21 14:11:49 CET 2010 - jkupec@suse.cz
3925
3926 - RepoManager::cleanCacheDirGarbage added for removing directories
3927   which do not belong to any of known repos (bnc #467693)
3928 - version 6.30.0 (19)
3929
3930 -------------------------------------------------------------------
3931 Thu Feb 11 13:40:49 CET 2010 - ma@suse.de
3932
3933 - On SLE aria2 is not required, so conflict with a too old aria2
3934   version installed. (bnc #578052)
3935 - version 6.29.5 (19)
3936
3937 -------------------------------------------------------------------
3938 Wed Feb 10 12:45:21 CET 2010 - ma@suse.de
3939
3940 - Fix package-manager script wrongly escaping UTF-8 chars in path
3941   names (bnc #571410)
3942 - version 6.29.4 (19)
3943
3944 -------------------------------------------------------------------
3945 Mon Feb  8 13:21:40 CET 2010 - ma@suse.de
3946
3947 - Support an alternate SLE-SP1 translation set.
3948 - version 6.29.3 (19)
3949
3950 -------------------------------------------------------------------
3951 Wed Feb  3 15:57:13 CET 2010 - ma@suse.de
3952
3953 - Remember the enabled state of removed service repositories. This
3954   way we are able to restore service repositories correctly after a
3955   subscrition expired and gets renewed. (bnc #572634)
3956 - version 6.29.2 (19)
3957
3958 -------------------------------------------------------------------
3959 Thu Jan 28 16:12:25 CET 2010 - jkupec@suse.cz
3960
3961 - Abort aria2c download when the progress callback receives 'false'
3962   (bnc #545106)
3963
3964 -------------------------------------------------------------------
3965 Tue Jan 19 14:50:15 CET 2010 - ma@suse.de
3966
3967 - Evaluate SolvAttr::repositoryToolVersion to prevent loading
3968   outdated solv files. (bnc #570623)
3969 - version 6.29.0 (19)
3970
3971 -------------------------------------------------------------------
3972 Fri Jan 15 18:15:26 CET 2010 - jkupec@suse.cz
3973
3974 - Use regex to parse aria2c progress lines (bnc #570917)
3975 - version 6.28.1 (19)
3976
3977 -------------------------------------------------------------------
3978 Thu Jan  7 12:25:24 CET 2010 - jkupec@suse.cz
3979
3980 - Set SignatureFileChecker context even if the key is not known
3981   (bnc #495977)
3982 - version 6.28.0 (19)
3983
3984 -------------------------------------------------------------------
3985 Thu Dec 10 17:18:34 CET 2009 - jkupec@suse.cz
3986
3987 - RepoInfoBase::label() added for use in UI messages, plus
3988   ZConfig::repoLabelIsAlias()
3989
3990 -------------------------------------------------------------------
3991 Tue Dec  8 19:41:17 CET 2009 - ma@suse.de
3992
3993 - Fix transaction building in presence of multiversion installable items.
3994 - version 6.27.1 (19)
3995
3996 -------------------------------------------------------------------
3997 Fri Dec  4 17:19:58 CET 2009 - ma@suse.de
3998
3999 - Improve multiversion status handling and installation. (fate #305311)
4000 - version 6.27.0 (19)
4001
4002 -------------------------------------------------------------------
4003 Fri Dec  4 14:56:19 CET 2009 - jkupec@suse.cz
4004
4005 - Don't allow an alias to start with '.' (bnc #473834)
4006
4007 -------------------------------------------------------------------
4008 Thu Dec  3 12:00:16 CET 2009 - ma@suse.de
4009
4010 - PickList and status interface for handling packages which are
4011   installable in multiple versions. (fate #305311)
4012 - version 6.26.0 (19)
4013
4014 -------------------------------------------------------------------
4015 Wed Dec  2 13:10:43 CET 2009 - ma@suse.de
4016
4017 - Add Selectable::highestAvailableVersionObj. Returns the highest
4018   available package version, ignoring priorities and policies. (bnc #557557)
4019 - version 6.25.0 (19)
4020
4021 -------------------------------------------------------------------
4022 Mon Nov 30 17:56:02 CET 2009 - ma@suse.de
4023
4024 - Also parse <product> tag from .prod files <upgrade> section.
4025 - version 6.24.3 (19)
4026
4027 -------------------------------------------------------------------
4028 Fri Nov 27 11:20:34 CET 2009 - ma@suse.de
4029
4030 - Fix chroot execution of update scripts. (bnc #558813)
4031 - version 6.24.3 (19)
4032
4033 -------------------------------------------------------------------
4034 Thu Nov 26 16:06:52 CET 2009 - jkupec@suse.cz
4035
4036 - Fixed parsing of download speed from aria2c (bnc #537870)
4037
4038 -------------------------------------------------------------------
4039 Wed Nov 25 16:28:29 CET 2009 - ma@suse.de
4040
4041 - Add ui::Selecatble interface for picking specific package versions
4042   to install or delete if multiversion install is on.
4043 - version 6.24.0 (19)
4044
4045 -------------------------------------------------------------------
4046 Fri Nov 20 13:30:02 CET 2009 - ma@suse.de
4047
4048 - Parse zypp.conf multiversion option and make the setting available
4049   in pool and resolver.
4050 - version 6.23.0 (19)
4051
4052 -------------------------------------------------------------------
4053 Mon Nov 16 16:27:39 CET 2009 - ma@suse.de
4054
4055 - Specfile fixes to build on sle11-sp1.
4056 - Fix repository probing and building in presence of productdir. (bnc #553712)
4057 - version 6.22.3 (19)
4058
4059 -------------------------------------------------------------------
4060 Thu Nov 12 15:31:10 UTC 2009 - dmacvicar@suse.de
4061
4062 - Forward port and document already present changes
4063   from Code11-Branch
4064   * void SEGV if trying to access data of installed packages, that were
4065     deleted behind our back (bnc #530595)
4066   * ProxyInfoSysconfig: take care variables get initialized.
4067   * Fix parsing of rpm.install.excludedocs option (bnc #518883)
4068   * Use rpm variables in specfile. (bnc #512466)
4069   * Fix to compile with -Werror=format-security
4070   * Fix packageand() in testcase generation
4071   * Don't link unneeded libraries. (bnc #490895)
4072   * Fix Patch::categoryEnum.
4073   * Adapt to changed satsolver API. (bnc #480303)
4074   * Taking ALL translations for generating GMO files (bnc #458739)
4075   * Advice users to contact NCC if access to a 'novell.com'
4076     repository is denied (bnc #464586).
4077 - version 6.22.2 (19)
4078
4079 -------------------------------------------------------------------
4080 Thu Nov 12 11:53:04 CET 2009 - ma@suse.de
4081
4082 - Raised the limit of redirections from 3 to 6 (bnc #465532)
4083 - Following redirections also for https (bnc #545722).
4084 - Following https redirections requires at least libcurl4-7.19.4. (bnc #553895)
4085 - Do not report cached packages as being downloaded. (bnc #545295)
4086 - Per default do not collect and report deleted files outside bin and lib
4087   directories for 'zypper ps'. (bnc #554480)
4088 - version 6.22.1 (19)
4089
4090 -------------------------------------------------------------------
4091 Wed Nov 11 13:54:52 CET 2009 - ma@suse.de
4092
4093 - CheckAccessDeleted: Per default do not collect and report deleted files
4094   that outside bin and lib directories. 'zypper ps' reporting false positive
4095   seems to confuse. (bnc #554480)
4096
4097 -------------------------------------------------------------------
4098 Wed Nov 11 11:45:01 CET 2009 - ma@suse.de
4099
4100 - Following https redirections requires at least libcurl4-7.19.4. (bnc #553895)
4101
4102 -------------------------------------------------------------------
4103 Fri Nov  6 22:16:10 CET 2009 - ma@suse.de
4104
4105 - dup: Process drop list only if product actually changes. (bnc #552180)
4106 - Selectable: Consider allowed arch/noarch changes when comuting candiadates.
4107 - version 6.22.0 (19)
4108
4109 -------------------------------------------------------------------
4110 Mon Nov  2 21:33:40 CET 2009 - ma@suse.de
4111
4112 - Enhance interface for zypper. (bnc #551956)
4113 - version 6.21.4 (19)
4114
4115 -------------------------------------------------------------------
4116 Mon Nov  2 20:03:31 CET 2009 - ma@suse.de
4117
4118 - CIFS/SMB: Support mountoption 'noguest' to prevent passing 'guest' option
4119   to mount. "cifs://server/share/path?mountoptions=noguest,ro" (bnc #547354)
4120 - version 6.21.3 (19)
4121
4122 -------------------------------------------------------------------
4123 Mon Nov  2 16:35:33 CET 2009 - ma@suse.de
4124
4125 - CheckAccessDeleted: Avoid reporting false positive due to insufficient
4126   permission.
4127
4128 -------------------------------------------------------------------
4129 Mon Nov  2 13:59:33 CET 2009 - ma@suse.de
4130
4131 - Don't try to access droplist of dropped products. (bnc #551697)
4132 - version 6.21.2 (19)
4133
4134 -------------------------------------------------------------------
4135 Fri Oct 30 12:30:48 CET 2009 - ma@suse.de
4136
4137 - Don't try to use an empty proxy string. (bnc #551314)
4138 - MediaSMB failed to pass the --workgroup option to mount. (bnc #547354)
4139 - version 6.21.1 (19)
4140
4141 -------------------------------------------------------------------
4142 Fri Oct 30 11:28:05 CET 2009 - ma@suse.de
4143
4144 - New class PoolItemBest: Find the best candidates e.g. in a PoolQuery
4145   result. ui::Selectabe enhancements. Both will aid applications to
4146   install package sets determined by query results. (bnc # 548392)
4147 - Fix upgradeRepo solution to keep obsolete packages. (bnc #550915)
4148 - Updated iso3166-1 country codes (bnc #531350)
4149 - version 6.21.0 (19)
4150
4151 -------------------------------------------------------------------
4152 Tue Oct 27 12:30:29 CET 2009 - ma@suse.de
4153
4154 - Add Resolver::upgradingRepo demanded by GUI. (bnc #548551)
4155 - version 6.20.0 (19)
4156
4157 -------------------------------------------------------------------
4158 Thu Oct 22 15:09:57 CEST 2009 - ma@suse.de
4159
4160 - Fixes to make libzypp-bindings compile.
4161 - version 6.19.3 (19)
4162
4163 -------------------------------------------------------------------
4164 Tue Oct 20 16:06:13 CEST 2009 - ma@suse.de
4165
4166 - Credentials are passed as commandline options to aria2c, so strip any
4167   'user@' from the URL. Otherwise aria will use an empty password for
4168   this URL and authentication will fail. (bnc #544634)
4169 - version 6.19.2 (19)
4170
4171 -------------------------------------------------------------------
4172 Mon Oct 19 13:39:31 CEST 2009 - ma@suse.de
4173
4174 - Repository::setInfo: Propagate priority changes to the solver to
4175   avoid reloading the whole repo (bnc #498266).
4176 - version 6.19.1 (19)
4177
4178 -------------------------------------------------------------------
4179 Thu Oct 15 20:48:02 CEST 2009 - ma@suse.de
4180
4181 - ResStatus: add isOrphaned to test whether a package is not provided
4182   by any enabled repository. Orphaned packages are usually good candidates
4183   for cleanup unless the providing repository was intentionally disabled.
4184 - version 6.19.0 (19)
4185
4186 -------------------------------------------------------------------
4187 Thu Oct 15 17:28:38 CEST 2009 - dmacvicar@suse.de
4188
4189 - aria2: pass credentials in a file instead of the command line
4190   which is logged.
4191 - aria2: we get the url in the progress if there is no response
4192   from the server yet, handle that to avoid flooding the log.
4193 - version 6.18.2 (17)
4194
4195 -------------------------------------------------------------------
4196 Thu Oct 15 16:56:25 CEST 2009 - ma@suse.de
4197
4198 - Performing a dist upgrade the solver may try to delete old and no
4199   longer provided (dropped) packages, even if they do not cause any
4200   dependency problem. This behaviour may be trurned off via zypp.conf
4201   option solver.upgradeRemoveDropedPackages. (bnc #539543)
4202 - New zypp.conf option solver.upgradeRemoveDropedPackages (true).
4203 - Add Product::droplist: List of dropped packages, i.e. packages no
4204   longer provided by a product.
4205 - version 6.18.1 (17)
4206
4207 -------------------------------------------------------------------
4208 Wed Oct  7 16:45:21 CEST 2009 - ma@suse.de
4209
4210 - Return update messages via ZYppCommitResult. Support variable
4211   substitution in notification command. (fate #301175)
4212 - Fix evaluation of no_proxy entries (bnc #543337)
4213 - aria/curl: Fix header data in case the target is
4214   not initialized when downloading.
4215 - version 6.18.0 (17)
4216
4217 -------------------------------------------------------------------
4218 Thu Sep 24 17:21:45 CEST 2009 - ma@suse.de
4219
4220 - Add zypp.conf option update.messages.notify: Command to be invoked
4221   to send update messages. (fate #301175)
4222 - version 6.17.2 (17)
4223
4224 -------------------------------------------------------------------
4225 Tue Sep 22 20:32:38 CEST 2009 - ma@suse.de
4226
4227 - Add Selectable::updateCandidateObj returning the candidate for
4228   update, if there is one. The updateCandidate must not violate
4229   any active solver policy.
4230 - version 6.17.1 (17)
4231
4232 -------------------------------------------------------------------
4233 Fri Sep 18 17:20:37 CEST 2009 - ma@suse.de
4234
4235 - Make sure rpmReadConfigFiles was called before using librpm (bnc #539603).
4236 - Remove dead rpm database caching code from class RpmDb.
4237 - version 6.17.0 (17)
4238
4239 -------------------------------------------------------------------
4240 Fri Sep 11 15:13:30 CEST 2009 - ma@km13.de
4241
4242 - New commit.downloadMode option in zypp.conf. Allows to set a
4243   prefered download policy for commit.
4244 - version 6.16.0 (11)
4245
4246 -------------------------------------------------------------------
4247 Thu Sep 10 19:03:01 CEST 2009 - ma@suse.de
4248
4249 - Support nfs4 (nfs4://... or nfs://...?type=nfs4) (fate #306451)
4250 - Added Url::schemeIsLocal, schemeIsRemote, schemeIsVolatile and
4251   schemeIsDownloading.
4252 - version 6.15.0 (11)
4253
4254 -------------------------------------------------------------------
4255 Wed Sep  9 15:02:18 CEST 2009 - ma@suse.de
4256
4257 - Add Capability::guessPackageSpec; parser also supporting "name-ver-rel.arch"
4258   formats for building Capabilities(originally "name.arch=ver-rel").
4259 - version 6.14.3 (11)
4260
4261 -------------------------------------------------------------------
4262 Mon Sep  7 17:31:20 CEST 2009 - ma@suse.de
4263
4264 - Fix resolution to force installation even if dependencies are missing.
4265   (bnc #531564)
4266 - Rephrase solver resolution to point out if a package will break.
4267   (bnc #520083)
4268
4269 -------------------------------------------------------------------
4270 Fri Sep  4 12:19:50 CEST 2009 - ma@suse.de
4271
4272 - Lock rpms architecture only on distupgrade of the running system.
4273   (bnc #458520)
4274 - version 6.14.2 (11)
4275
4276 -------------------------------------------------------------------
4277 Thu Sep  3 13:41:31 CEST 2009 - ma@suse.de
4278
4279 - Fix PoolQuery comparison (bnc #528755)
4280 - Fix serialization and restore of predicated PoolQueries.
4281 - version 6.14.0 (11)
4282
4283 -------------------------------------------------------------------
4284 Mon Aug 31 15:17:01 CEST 2009 - ma@suse.de
4285
4286 - package-manager script: Fall back to package selection if no
4287   packages are passed on the commandline. (bnc #529137)
4288
4289 -------------------------------------------------------------------
4290 Fri Aug 28 17:33:55 CEST 2009 - dmacvicar@suse.de
4291
4292 - package-manager script:
4293   do not fail if kpackagekit is not installed (bnc #529510)
4294 - version 6.13.3 (11)
4295
4296 -------------------------------------------------------------------
4297 Wed Aug 26 15:55:22 CEST 2009 - ma@suse.de
4298
4299 - Tune CheckAccessDeleted to focus on libraries and executables.
4300 - version 6.13.2 (11)
4301
4302 -------------------------------------------------------------------
4303 Thu Aug  6 18:18:21 CEST 2009 - ma@suse.de
4304
4305 - Provide class CheckAccessDeleted and command zypp-CheckAccessDeleted
4306   to check for running processes which access meanwhile deleted files or
4307   libraries.  This may be used after commit, when trying to figure out
4308   which services need to be restated. (fate #300763).
4309 - version 6.13.1 (11)
4310
4311 -------------------------------------------------------------------
4312 Mon Aug  3 18:46:13 CEST 2009 - ma@suse.de
4313
4314 - New Resolver::addUpgradeRepo to perform a dist upgrade restricted to
4315   certain repositories.
4316 - version 6.13.0 (11)
4317
4318 -------------------------------------------------------------------
4319 Fri Jul 31 17:55:33 CEST 2009 - ma@suse.de
4320
4321 - Remove confusing newlines in vendor change info (bnc #503859)
4322 - Removing a package lock was not counted as state change (bnc #501850)
4323 - Take solver_allowVendorChange option into account when computing the
4324   Selectables default candidate.
4325 - version 6.12.0 (11)
4326
4327 -------------------------------------------------------------------
4328 Wed Jul 29 13:36:19 CEST 2009 - ma@suse.de
4329
4330 - Avoid deadlock after fork and failed exec. (bnc 493152)
4331 - No need to manually detect the location of aria2 binary.
4332 - version 6.11.4 (11)
4333
4334 -------------------------------------------------------------------
4335 Tue Jul 28 23:05:43 CEST 2009 - jkupec@suse.cz
4336
4337 - Fixed parsing of download rate report (changed in aria2 1.4.0)
4338   (bnc #513944)
4339
4340 -------------------------------------------------------------------
4341 Mon Jul 27 16:05:43 CEST 2009 - ma@suse.de
4342
4343 - Create LogControl on demand instead of using a static var. (bnc #525339)
4344 - version 6.11.2 (11)
4345
4346 -------------------------------------------------------------------
4347 Thu Jul 23 00:22:50 CEST 2009 - ma@km13.de
4348
4349 - New misc::defaultLoadSystem: Convenience to create the ZYpp instance
4350   and load target and enabled repositories.
4351
4352 -------------------------------------------------------------------
4353 Wed Jul 22 14:57:32 CEST 2009 - ma@suse.de
4354
4355 - New class InstanceId to build strings to identify/retrieve specific
4356   Solvables.
4357 - version 6.11.1 (11)
4358
4359 -------------------------------------------------------------------
4360 Mon Jul 20 23:57:46 CEST 2009 - ma@km13.de
4361
4362 - Add download policies to ZYppCommitPolicy, supporting DownloadOnly
4363   and DownloadInAdvance. (fate #302159, fate #305624)
4364 - version 6.11.0 (11)
4365
4366 -------------------------------------------------------------------
4367 Thu Jul 16 17:05:27 CEST 2009 - dmacvicar@suse.de
4368
4369 - add support to the package-manager script to use kpackagekit
4370   or gnome-packagekit if available, which allows to install local
4371   rpms with one click from file manager following desktop policies
4372   and fetching other dependencies if required.
4373   (fate #306526)
4374 - version 6.10.5 (10)
4375
4376 -------------------------------------------------------------------
4377 Thu Jul 16 16:25:24 CEST 2009 - ma@suse.de
4378
4379 - New solver.upgradeTestcasesToKeep option in zypp.conf. It tells
4380   how many dist upgrade solver testcases should be kept on the system.
4381   Per default just the last two are kept.
4382 - version 6.10.4 (10)
4383
4384 -------------------------------------------------------------------
4385 Wed Jul 15 17:53:43 CEST 2009 - ma@suse.de
4386
4387 - Don't write a solver testcase when solving for dist upgrade,
4388   but when actually committing.
4389 - version 6.10.3 (10)
4390
4391 -------------------------------------------------------------------
4392 Wed Jul 15 16:45:39 CEST 2009 - ma@suse.de
4393
4394 - Add new string Match::Mode STRINGSTART and STRINGEND.
4395
4396 -------------------------------------------------------------------
4397 Tue Jul 15 14:38:51 CEST 2009 - jkupec@suse.cz
4398
4399 - log redirections when cURL media backend is used (fate #305320).
4400
4401 -------------------------------------------------------------------
4402 Tue Jul 14 18:15:51 CEST 2009 - ma@suse.de
4403
4404 - Support "product version" detection on systems not using
4405   /etc/product.d/baseproduct by looking for the first package
4406   providing ZConfig::distroverpkg (defaults to redhat-release).
4407 - version 6.10.2 (10)
4408
4409 -------------------------------------------------------------------
4410 Fri Jul 10 15:21:39 CEST 2009 - ma@suse.de
4411
4412 - Adapt to boost_unit_test_framework-1.38.
4413 - version 6.10.1 (10)
4414
4415 -------------------------------------------------------------------
4416 Wed Jul  8 16:19:31 CEST 2009 - ma@suse.de
4417
4418 - Remove obsolete UpgradeStatistics class from libzypp.
4419
4420 -------------------------------------------------------------------
4421 Tue Jul  7 17:45:47 CEST 2009 - ma@suse.de
4422
4423 - Fix HistoryLog to initialize on demand.
4424 - version 6.10.0 (10)
4425
4426 -------------------------------------------------------------------
4427 Fri Jul  3 13:01:13 CEST 2009 - ma@suse.de
4428
4429 - Fix parsing of rpm.install.excludedocs option (bnc #518883)
4430
4431 -------------------------------------------------------------------
4432 Fri Jul  3 09:20:56 CEST 2009 - ma@suse.de
4433
4434 - When unmounting ISO images, don't mix up exceptions thrown by the
4435   loop mounted ISO and those thrown by the media containing it.
4436   (bnc #517856)
4437
4438 -------------------------------------------------------------------
4439 Thu Jul  2 16:42:42 CEST 2009 - ma@suse.de
4440
4441 - Adapt to satsolvers improved dataiterator handling.
4442 - version 6.9.3 (8)
4443
4444 -------------------------------------------------------------------
4445 Wed Jul  1 18:05:54 CEST 2009 - ma@suse.de
4446
4447 - Support PoolQuery for sub-structures attributes. (fate #305503)
4448 - version 6.9.2 (8)
4449
4450 -------------------------------------------------------------------
4451 Wed Jul  1 13:44:04 CEST 2009 - ma@suse.de
4452
4453 - Running as non-root user use a temporary @System solvfile in case the
4454   global one is outdated and needed refresh. (bnc #517183)
4455 - version 6.9.1 (8)
4456
4457 -------------------------------------------------------------------
4458 Tue Jun 30 16:32:08 CEST 2009 - ma@suse.de
4459
4460 - Enhance LookupAttr to allow direct query of attributes within
4461   sub-structures (flexarrays).
4462
4463 -------------------------------------------------------------------
4464 Fri Jun 26 12:06:51 CEST 2009 - ma@suse.de
4465
4466 - Enhance PoolQueryIterator to allow detailed inspection of attribute
4467   matches.
4468 - Prefer datadir stored as repo attribute, but fallback searching in
4469   solvbales (old solv files do this).
4470 - version 6.9.0 (8)
4471
4472 -------------------------------------------------------------------
4473 Tue Jun 23 13:29:36 CEST 2009 - ma@suse.de
4474
4475 - Allow building libzypp with rpm-5 (experimental)
4476 - version 6.8.3 (8)
4477
4478 -------------------------------------------------------------------
4479 Wed Jun 17 15:39:17 CEST 2009 - ma@suse.de
4480
4481 - Allow building libzypp without HAL (not recommended). Without HAL
4482   CD/DVD device detection is limited to /dev/dvd and /dev/cdrom.
4483 - version 6.8.2 (8)
4484
4485 -------------------------------------------------------------------
4486 Fri Jun  5 21:16:45 CEST 2009 - ma@suse.de
4487
4488 - Fix solver to use IdSting to avoid failing vendor checks.
4489 - version 6.8.1 (8)
4490
4491 -------------------------------------------------------------------
4492 Thu Jun  4 14:22:58 CEST 2009 - ma@suse.de
4493
4494 - Cleanup and remove deprecated interface methods.
4495 - version 6.8.0 (8)
4496
4497 -------------------------------------------------------------------
4498 Fri May 29 20:12:55 CEST 2009 - ma@suse.de
4499
4500 - Improve PoolQuery to allow queries on dependencies. (bnc #475682)
4501 - version 6.7.0 (6)
4502
4503 -------------------------------------------------------------------
4504 Thu May 28 12:53:02 CEST 2009 - ma@suse.de
4505
4506 - New solver.allowVendorChange expert option in zypp.conf.
4507 - version 6.6.0 (6)
4508
4509 ------------------------------------------------------------------
4510 Wed May 20 14:23:07 CEST 2009 - ma@suse.de
4511
4512 - Fix lost housekeeping data in modifyRepo (bnc #503207)
4513
4514 -------------------------------------------------------------------
4515 Fri May  8 16:43:47 CEST 2009 - ma@suse.de
4516
4517 - Allow service refresh to change a repositories url (bnc #502157)
4518
4519 -------------------------------------------------------------------
4520 Tue May  5 13:39:08 CEST 2009 - ma@suse.de
4521
4522 - Detect and compile with rpm 4.7 (bnc #444211)
4523 - version 6.5.2 (5)
4524
4525 -------------------------------------------------------------------
4526 Mon May  4 16:19:54 CEST 2009 - ma@suse.de
4527
4528 - Improve problem report on broken systemCheck rule (bnc #475144)
4529
4530 -------------------------------------------------------------------
4531 Mon Apr 27 15:26:54 CEST 2009 - ma@suse.de
4532
4533 - In update repos providing multiple release package versions for
4534   the same product, link a product to the latest version. (bnc #497696)
4535
4536 -------------------------------------------------------------------
4537 Mon Apr 27 14:28:07 CEST 2009 - ma@suse.de
4538
4539 - New classes wraping satsolver datamatcher (Match and sat::AttrMatcher)
4540 - Extend LookupAttr to support matching specific string patterns.
4541 - Rewrote PoolQuery::Iterator (adapt to AttrMatcher, fixes and speedup)
4542 - version 6.5.0 (5)
4543
4544 -------------------------------------------------------------------
4545 Thu Apr 16 12:49:40 CEST 2009 - ma@suse.de
4546
4547 - Soft lock packages deleted on behalf of a user request.
4548 - version 6.4.1 (2)
4549
4550 -------------------------------------------------------------------
4551 Tue Mar 31 15:51:32 CEST 2009 - ma@suse.de
4552
4553 - New zypp.conf option 'download.media_preference': Hint which media
4554   to prefer when installing packages (download vs. CD).
4555 - version 6.4.0 (2)
4556
4557 ------------------------------------------------------------------
4558 Thu Mar 12 18:38:30 CET 2009 - ma@suse.de
4559
4560 - Add Resolver::setSolveSrcPackages. Per default disable solving
4561   of source package dependencies. We will later allow to enable
4562   it per package.
4563 - version 6.3.0 (2)
4564
4565 -------------------------------------------------------------------
4566 Fri Mar  6 17:17:26 CET 2009 - dmacvicar@suse.de
4567
4568 - aria2: show the download speed in the right unit
4569 - aria2: show the filename in progress, not the repository
4570 - aria2: don't show done twice
4571
4572 -------------------------------------------------------------------
4573 Thu Mar  5 14:52:44 CET 2009 - ma@suse.de
4574
4575 - Remove a lock if the locking process is in zombie state. (bnc #481577)
4576
4577 -------------------------------------------------------------------
4578 Wed Mar  4 00:13:19 CET 2009 - jkupec@suse.cz
4579
4580 - zypp.conf: fixed and enabled 'servicesdir'
4581
4582 -------------------------------------------------------------------
4583 Tue Mar  3 13:38:11 CET 2009 - dmacvicar@suse.de
4584
4585 - aria2: implement speed indicators (bnc#475506)
4586 - aria2: implement progress indicators correctly (bnc#473846)
4587 - aria2: fix broken pipe when looking for aria2c which caused
4588          a fallback to curl. (bnc#480930)
4589 - aria2: implement saving and reading mirror stats data in
4590          /var/cache/zypp/aria2.stats
4591 - aria2: handle failover correctly (bnc#481115)
4592 - aria2: various improvements in error and report  handling
4593 - aria2: curl: reset settings on attach to avoid duplicate
4594   headers
4595 - version 6.2.1 (2)
4596
4597 -------------------------------------------------------------------
4598 Tue Mar  3 12:44:24 CET 2009 - ma@suse.de
4599
4600 - Adapt to changed satsolver API.
4601
4602 -------------------------------------------------------------------
4603 Fri Feb 27 16:23:36 CET 2009 - dmacvicar@suse.de
4604
4605 - Make sure Fetcher pass optional files as non-interactive
4606 - Fixes file does not exist error when key/sig does not exist
4607 - version 6.2.0 (2)
4608
4609 -------------------------------------------------------------------
4610 Thu Feb 26 13:49:56 CET 2009 - ma@suse.de
4611
4612 - Use correct default for zconfig(solver.checkSystemFile) (bnc# 475144)
4613
4614 -------------------------------------------------------------------
4615 Thu Feb 26 01:25:33 CET 2009 - ma@suse.de
4616
4617 - Prevent ResStatus from overriding user locks. (bnc #475230)
4618
4619 -------------------------------------------------------------------
4620 Sun Feb 22 15:27:11 CET 2009 - ma@suse.de
4621
4622 - Never refresh repositories from CD/DVD, once they are created. (bnc #476429)
4623
4624 -------------------------------------------------------------------
4625 Sat Feb 21 18:31:17 CET 2009 - dmacvicar@suse.de
4626
4627 Implemented the following options with aria backend:
4628
4629 - download.max_concurrent_connections (default 2)
4630   download.min_download_speed (default no limit)
4631   download.max_download_speed (default no limit)
4632   download.max_silent_tries (default 5)
4633
4634 -------------------------------------------------------------------
4635 Fri Feb 20 16:28:19 CET 2009 - dmacvicar@suse.de
4636
4637 - MediaAria2c: allow disabling aria2 using ZYPP_ARIA2C=0.
4638   Various improvements including file existence checking
4639   Disable HEAD request if aria2c >= 1.20
4640   Restrict max connections to 2 for now.
4641
4642 -------------------------------------------------------------------
4643 Wed Feb 18 15:51:38 CET 2009 - ma@suse.de
4644
4645 - Neither lose packages with empty name, nor SEGV when processing them. (bnc #470011)
4646
4647 -------------------------------------------------------------------
4648 Tue Feb 17 23:17:54 CET 2009 - ma@suse.de
4649
4650 - Compute obsoletes based on names only (not considering provides) (bnc #471023)
4651
4652 -------------------------------------------------------------------
4653 Tue Feb 17 12:56:57 CET 2009 - jkupec@suse.cz
4654
4655 - Fixed FTP authentication (bnc #472879)
4656
4657 -------------------------------------------------------------------
4658 Wed Feb 11 13:31:03 CET 2009 - ma@suse.de
4659
4660 - Follow IEC and use the binary prefixes (KiB,MiB,GiB) for printing Byte
4661   counts based on a power of 1024 (formerly just K,M,G). Byte counts based
4662   on a power of 1000 stay unaffected (kB,MB,GB).
4663
4664 -------------------------------------------------------------------
4665 Mon Feb  9 13:14:26 CET 2009 - ma@suse.de
4666
4667 - Fix installation prompting for the wrong CD/DVD. (bnc #472892)
4668
4669 -------------------------------------------------------------------
4670 Tue Feb  3 18:07:38 CET 2009 - ma@suse.de
4671
4672 - Send any output from rpm install/delete scripts via callback, so
4673   applications are able to display it. (bnc #369450)
4674
4675 -------------------------------------------------------------------
4676 Mon Feb  2 14:12:08 CET 2009 - ma@suse.de
4677
4678 - Add missing translations (bnc #256289)
4679
4680 -------------------------------------------------------------------
4681 Wed Jan 28 14:37:28 CET 2009 - jkupec@suse.cz
4682
4683 - HistoryLogReader added
4684
4685 -------------------------------------------------------------------
4686 Tue Jan 27 13:35:44 CET 2009 - ma@suse.de
4687
4688 - Respect content-file DATDIR when downloading packages. (bnc #468612)
4689
4690 -------------------------------------------------------------------
4691 Tue Jan 27 13:28:54 CET 2009 - jkupec@suse.cz
4692
4693 - Enabled CredentialManager for MediaSMB (bnc #460970).
4694 - Ignore URL's username, password, and query string in AuthData
4695   comparator in CredentialManager.
4696
4697 -------------------------------------------------------------------
4698 Mon Jan 26 12:41:07 CET 2009 - ma@suse.de
4699
4700 - Let vendor checks per default differ between 'openSUSE Build Service'
4701   and 'openSUSE' (bnc #467262).
4702
4703 -------------------------------------------------------------------
4704 Fri Jan 23 12:34:44 CET 2009 - ma@suse.de
4705
4706 - Fix handling of plaindir repos on mounted devices (e.g. USB) (bnc #464778)
4707 - Fix plaindir checksum computation not to to follow symlinks (bnc #464778)
4708
4709 -------------------------------------------------------------------
4710 Thu Jan 22 10:41:27 CET 2009 - ma@suse.de
4711
4712 - Tell satsolver about product buddies (bnc #466565)
4713
4714 -------------------------------------------------------------------
4715 Fri Jan  9 17:01:10 CET 2009 - jkupec@suse.cz
4716
4717 - handle HTTP 503 reponses as temporary errors (bnc #462545)
4718
4719 -------------------------------------------------------------------
4720 Thu Dec 18 22:26:18 CET 2008 - ma@suse.de
4721
4722 - Fixed lost user request to abort during commit. (bnc #388810, bnc #450273)
4723 - revision 11954
4724 - version 5.25.0 (23)
4725
4726 -------------------------------------------------------------------
4727 Thu Dec 18 13:02:27 CET 2008 - ma@suse.de
4728
4729 - Add Package::filelist, faster and less memory consuming
4730   implementation of Package::filenames (now deprecated).
4731 - revision 11949
4732
4733 -------------------------------------------------------------------
4734 Thu Dec 11 21:39:50 CET 2008 - ma@suse.de
4735
4736 - Add str::hexencode and str::hexdecode to encode special characters
4737   in a string as %XX.
4738 - Hexdecode modalias strings in rpm dependencies because rpm does not
4739   allow comma, blank and other special chars. (bnc #456695)
4740 - revision 11927
4741
4742 -------------------------------------------------------------------
4743 Thu Dec 11 17:13:06 CET 2008 - ma@suse.de
4744
4745 - Catch and report media errors when proving packages. (bnc #457652)
4746 - revision 11926
4747
4748 -------------------------------------------------------------------
4749 Wed Dec 10 16:09:08 CET 2008 - ma@suse.de
4750
4751 - Remove obsolete zypp.conf::productsdir and deprecate
4752   ZConfig::productsPath().
4753 - Monitor /etc/products.d to determine if @system.solv needs to be
4754   rebuilt. (bnc #457933)
4755 - revision 11923
4756 - version 5.24.7 (23)
4757
4758 -------------------------------------------------------------------
4759 Mon Dec  8 15:31:18 CET 2008 - ma@suse.de
4760
4761 - Execute patch scripts chroot to the installed system. (bnc #456795)
4762 - revision 11908
4763
4764 -------------------------------------------------------------------
4765 Mon Dec  8 10:39:30 CET 2008 - schubi@suse.de
4766
4767 - Make the solver reset function public (bnc #439373)
4768 - Revision 11904
4769
4770 -------------------------------------------------------------------
4771 Sun Dec  7 20:21:09 CET 2008 - coolo@suse.de
4772
4773 - note for coolo: do not trust bash advisory from TPM colleagues
4774
4775 -------------------------------------------------------------------
4776 Fri Dec  5 14:22:11 CET 2008 - ma@suse.de
4777
4778 - Fix solvers inappropriate selection as byUSER (bnc 455965)
4779 - revision 11891
4780 - version 5.24.6 (23)
4781
4782 -------------------------------------------------------------------
4783 Thu Dec  4 11:10:35 CET 2008 - coolo@suse.de
4784
4785 - fix %post script to not warn on fresh install
4786
4787 -------------------------------------------------------------------
4788 Mon Dec  1 19:38:24 CET 2008 - ma@suse.de
4789
4790 - Fix install order computation losing some installed packages
4791   pre-requirements. (bnc #439802)
4792 - revision 11845
4793 - version 5.24.5 (23)
4794
4795 -------------------------------------------------------------------
4796 Fri Nov 28 16:33:56 CET 2008 - ma@suse.de
4797
4798 - Prune soft locks to prevent installation but not update of
4799   already installed packages.
4800 - revision 11829
4801 - version 5.24.4 (23)
4802
4803 -------------------------------------------------------------------
4804 Fri Nov 28 11:36:03 CET 2008 - schubi@suse.de
4805
4806 - Taking solutions which based on user requirements/conflict
4807   "by User" solutions (bnc #442718)
4808 - revision 11825
4809
4810 -------------------------------------------------------------------
4811 Fri Nov 28 00:05:17 CET 2008 - ma@suse.de
4812
4813 - Take into account the requirements of all obsoleted packages uninstall
4814   scripts when computing the installation order. (bnc #439802)
4815 - revision 11823
4816 - version 5.24.3 (23)
4817
4818 -------------------------------------------------------------------
4819 Thu Nov 27 14:45:07 CET 2008 - dmacvicar@suse.de
4820
4821 - fix maybeUnsuported() method returning wrong result
4822 - add testcase for future coverage
4823 - don't force time based uuid for anonymous id string (bnc #449654)
4824 - RELEASE: 5.24.2 (23)
4825
4826 -------------------------------------------------------------------
4827 Wed Nov 26 17:18:00 CET 2008 - ma@suse.de
4828
4829 - Call 'repo2solv -R' (recursive scan) for plaindir repos. (bnc #443350)
4830 - revision 11810
4831
4832 -------------------------------------------------------------------
4833 Wed Nov 26 17:09:12 CET 2008 - dmacvicar@suse.de
4834
4835 - SHA1SUMS.key is not imported by zypp as known key (bnc #446188)
4836 - path and url in add_on_products.xml is evaluated wrong
4837   (bnc #446170)
4838
4839 -------------------------------------------------------------------
4840 Mon Nov 24 17:47:35 CET 2008 - schubi@suse.de
4841
4842 - activate locking for doUpdate (bnc #447684)
4843 - revision 11792
4844 - RELEASE: 5.24.1 (23)
4845
4846 -------------------------------------------------------------------
4847 Fri Nov 21 16:56:10 CET 2008 - dmacvicar@suse.de
4848
4849 - remove unused updaterepokey, replaced by repo
4850   product information
4851
4852 -------------------------------------------------------------------
4853 Fri Nov 21 15:12:52 CET 2008 - jkupec@suse.cz
4854
4855 - fixed uninitialized value in OnMediaLocation (bnc #447010)
4856 - revision 11770
4857
4858 -------------------------------------------------------------------
4859 Thu Nov 20 23:59:16 CET 2008 - ma@suse.de
4860
4861 - Fix retrieval of deltarpm info.
4862 - revision 11764
4863 - version 5.24.0 (23)
4864
4865 -------------------------------------------------------------------
4866 Thu Nov 20 22:15:28 CET 2008 - ma@suse.de
4867
4868 - Fix retrieval of Repository attributes like timestamps, keywords
4869   and product info.
4870 - revision 11760
4871
4872 -------------------------------------------------------------------
4873 Thu Nov 20 19:30:05 CET 2008 - ma@suse.de
4874
4875 - Enhance class LookupAttr and add convenience class LookupRepoAttr to
4876   iterate those solv file attributes which are not acssociated with a
4877   solvable. E.g. product or deltarpm info.
4878 - revision 11754
4879
4880 -------------------------------------------------------------------
4881 Wed Nov 19 15:49:38 CET 2008 - jkupec@suse.cz
4882
4883 - encode user-supplied URL strings before using them in the Url object
4884   (bnc #446395, bnc #444267)
4885 - revision 11720
4886
4887 -------------------------------------------------------------------
4888 Wed Nov 19 15:15:14 CET 2008 - ma@suse.de
4889
4890 - Support loading helix files.
4891 - revision 11719
4892
4893 -------------------------------------------------------------------
4894 Tue Nov 18 18:37:30 CET 2008 - ma@suse.de
4895
4896 - Add class filesystem::Glob to find pathnames matching a pattern
4897   by using ::glob.
4898 - revision 11708
4899
4900 -------------------------------------------------------------------
4901 Thu Nov 13 11:07:56 CET 2008 - schubi@suse.de
4902
4903 - Taking care for ppc64 while distupgrade (bnc #443685)
4904 - revision 11670
4905
4906 -------------------------------------------------------------------
4907 Wed Nov 12 18:53:03 CET 2008 - ma@suse.de
4908
4909 - Add Capability ctor from Arch and Name: (Arch_i386, "name") or
4910   (Arch_i386, "name == 1.0").
4911 - revision 11669
4912
4913 -------------------------------------------------------------------
4914 Wed Nov 12 14:31:20 CET 2008 - ma@suse.de
4915
4916 - Take care to always reset CURLOPT_TIMECONDITION to prevent incomplete
4917   downloads. (bnc #444109)
4918 - revision 11656
4919 - version 5.23.0 (23)
4920
4921 -------------------------------------------------------------------
4922 Wed Nov 12 13:19:02 CET 2008 - ma@suse.de
4923
4924 - Check for modaliases below /sys (bnc #430179)
4925 - revision 11653
4926
4927 -------------------------------------------------------------------
4928 Tue Nov 11 18:36:33 CET 2008 - ma@suse.de
4929
4930 - Avoid superfluous file copying and gpg invocation in keyring handling.
4931 - revision 11650
4932
4933 -------------------------------------------------------------------
4934 Tue Nov 11 14:48:52 CET 2008 - ma@suse.de
4935
4936 - Prevent fetcher from processing the same index file twice. (bnc #443644)
4937 - revision 11648
4938 - version 5.22.0 (21)
4939
4940 -------------------------------------------------------------------
4941 Fri Nov  7 23:55:47 CET 2008 - ma@suse.de
4942
4943 - Fix retrieval of patch contents and references attributes. (bnc #442200)
4944 - revision 11641
4945 - version 5.21.0 (21)
4946
4947 -------------------------------------------------------------------
4948 Fri Nov  7 19:51:00 CET 2008 - ma@suse.de
4949
4950 - Add CheckSum::asString.
4951 - revision 11634
4952
4953 -------------------------------------------------------------------
4954 Fri Nov  7 17:55:48 CET 2008 - ma@suse.de
4955
4956 - revision 11631
4957 - version 5.20.0 (20)
4958
4959 -------------------------------------------------------------------
4960 Thu Nov  6 18:35:25 CET 2008 - dmacvicar@suse.de
4961
4962 - re-add the flavor to the http header now using a flavor
4963   cache that is updated on every target load.
4964   Target::dstributionFlavor provides access to this cache
4965   in case you need the last used flavor without loading
4966   the target.
4967
4968 -------------------------------------------------------------------
4969 Thu Nov  6 16:23:03 CET 2008 - schubi@suse.de
4970
4971 - added flag: ignorealreadyrecommended to the testcases (bnc #432136)
4972 - revsion 11539
4973
4974 -------------------------------------------------------------------
4975 Thu Nov  6 09:41:48 CET 2008 - schubi@suse.de
4976
4977 - Adding rule rpm-arch for installed rpm package in order to avoid
4978   unneeded architecture change. (bnc #441004)
4979 - revision 11585
4980
4981 -------------------------------------------------------------------
4982 Tue Nov  4 13:21:35 CET 2008 - jkupec@suse.cz
4983
4984 - handle MediaTimeoutException also in MediaSetAccess::provideFile()
4985   (bnc #439983)
4986 - revision 11568
4987
4988 -------------------------------------------------------------------
4989 Mon Nov  3 15:30:53 CET 2008 - dmacvicar@suse.de
4990
4991 - merge contributions by Jon Nelson, the patches resolve
4992   the following issues:
4993 - disable the "Pragma: nocache" header which is automatically
4994   used by curl.
4995   re-enables the use of a caching http proxy (like squid or others)
4996   and corrects (bnc #326208)
4997 - don't generate an If-Modified-Since header if we don't have a
4998   previous file to work with
4999 - don't generate a Proxy-Authenticate header if one is not called
5000   for.
5001
5002 -------------------------------------------------------------------
5003 Fri Oct 31 14:01:57 CET 2008 - ma@suse.de
5004
5005 - Do not save solver locks (by APPL_HIGH).
5006 - revision 11558
5007
5008 -------------------------------------------------------------------
5009 Fri Oct 31 13:53:39 CET 2008 - dmacvicar@suse.de
5010
5011 - fetcher.setOptions( Fetcher::AutoAddIndexes ) allows
5012   for automatic signed index discovery.
5013 - enqueueDir with checksum checking s now enqueueDigestedDir
5014
5015 -------------------------------------------------------------------
5016 Thu Oct 30 14:24:57 CET 2008 - schubi@suse.de
5017
5018 - solutions: keep/lock will be done by APPL_HIGH. So they will not be
5019   saved in the lockfiles
5020 - "keep obsolete" will be handled with lock by APPL_HIGH (bnc #439134)
5021 - revision  11549
5022
5023 -------------------------------------------------------------------
5024 Wed Oct 29 14:14:16 CET 2008 - jkupec@suse.cz
5025
5026 - throw a MediaTimeoutException also on http 504 (gateway timeout)
5027   (bnc #425035)
5028 - revision 11535
5029
5030 -------------------------------------------------------------------
5031 Wed Oct 29 12:51:55 CET 2008 - ma@suse.de
5032
5033 - Add 'sh4' architectures.
5034 - revision 11534
5035
5036 -------------------------------------------------------------------
5037 Tue Oct 28 22:01:40 CET 2008 - dmacvicar@suse.de
5038
5039 - don't free the header before curl_perform as curl does not
5040   copy it. (bnc#439532)
5041
5042 -------------------------------------------------------------------
5043 Tue Oct 28 16:47:36 CET 2008 - ma@suse.de
5044
5045 - Add 'arm' architectures.
5046 - revision 11525
5047
5048 -------------------------------------------------------------------
5049 Tue Oct 28 10:07:13 CET 2008 - schubi@suse.de
5050
5051 - regarding "keep obsolete" in the solutions (bnc #439134)
5052 - revision 11517
5053
5054 -------------------------------------------------------------------
5055 Mon Oct 27 10:51:01 CET 2008 - dmacvicar@suse.de
5056
5057 - fix broken aria2c command line (bnc#438971)
5058
5059 -------------------------------------------------------------------
5060 Sun Oct 26 14:53:56 CET 2008 - coolo@suse.de
5061
5062 - adding svn r11488 to fix compile of PackageKit
5063
5064 -------------------------------------------------------------------
5065 Fri Oct 24 18:12:34 CEST 2008 - ma@suse.de
5066
5067 - Remove error prone methods from OnMediaLocation API to prevent
5068   accidental missuse. (bnc #437328)
5069 - revision 11487
5070 - version 5.19.0 (19)
5071
5072 -------------------------------------------------------------------
5073 Fri Oct 24 16:07:45 CEST 2008 - ma@suse.de
5074
5075 - Provide the /etc/products.d enties filename as Product::referenceFilename.
5076   Use it to remove orphan products. (bnc #432932)
5077 - Fix media exception handling in commit (bnc #395704)
5078 - revision 11485
5079 - version 5.18.0 (17)
5080
5081 -------------------------------------------------------------------
5082 Fri Oct 24 10:29:19 CEST 2008 - schubi@suse.de
5083
5084 - Taking "unlock" instead of setTransact(false) in the solutions (bnc #436923)
5085 - revision 11468
5086 - version 5.17.0 (17)
5087
5088 -------------------------------------------------------------------
5089 Wed Oct 22 14:33:10 CEST 2008 - ma@suse.de
5090
5091 - For retrieving a product license fall back to license.tar.gz. (bnc #372386)
5092 - revision 11447
5093
5094 -------------------------------------------------------------------
5095 Wed Oct 22 14:16:33 CEST 2008 - dmacvicar@suse.de
5096
5097 - move anonymous unique id to a private http header
5098   X-ZYpp-AnonymousUniqueId (bnc#431571 )
5099
5100 -------------------------------------------------------------------
5101 Wed Oct 22 12:58:35 CEST 2008 - ma@suse.de
5102
5103 - Adapt to satsolver-0.12 API.
5104 - Add Locale:: bestMatch to find the best match within a set of
5105   available Locales.
5106 - revision 11441
5107
5108 -------------------------------------------------------------------
5109 Mon Oct 20 16:44:58 CEST 2008 - ma@suse.de
5110
5111 - RepoInfo: Add methods to handle repository licenses. (bnc #372386)
5112 - revision 11419
5113
5114 -------------------------------------------------------------------
5115 Mon Oct 20 16:39:41 CEST 2008 - ma@suse.de
5116
5117 - Adapt to changed satsolver dataiterator API.
5118 - revision 11418
5119
5120 -------------------------------------------------------------------
5121 Fri Oct 17 18:31:47 CEST 2008 - ma@suse.de
5122
5123 - Secure download of license file on repo refresh (bnc #372386)
5124 - revision 11398
5125
5126 -------------------------------------------------------------------
5127 Fri Oct 17 17:26:25 CEST 2008 - ma@suse.de
5128
5129 - Call 'repo2solv.sh -o' instead of using output redirection. (bnc #420046)
5130 - revision 11397
5131
5132 -------------------------------------------------------------------
5133 Thu Oct 16 17:57:15 CEST 2008 - jkupec@suse.cz
5134
5135 - repository license methods added to RepoManager (bnc #372386)
5136 - revision 11377
5137
5138 -------------------------------------------------------------------
5139 Thu Oct 16 16:26:01 CEST 2008 - dmacvicar@suse.de
5140
5141 - don't take into account stat information when looking
5142   for remote SHA1SUMS (part of bnc#409927)
5143
5144 -------------------------------------------------------------------
5145 Wed Oct 15 18:01:48 CEST 2008 - jkupec@suse.cz
5146
5147 - MediaSetAccess::provideOptionalFile() added
5148 - revision 11369
5149
5150 -------------------------------------------------------------------
5151 Wed Oct 15 18:01:48 CEST 2008 - jkupec@suse.cz
5152 - version 5.16.1 (16)
5153
5154 -------------------------------------------------------------------
5155 Tue Oct 14 16:15:09 CEST 2008 - jkupec@suse.cz
5156
5157 - don't initialize servicesTargetDistro via global ZYpp instance in
5158   RepoManagerOptions() constructor (bnc #435184)
5159 - revision 11342
5160
5161 -------------------------------------------------------------------
5162 Mon Oct 13 19:12:40 CEST 2008 - jkupec@suse.cz
5163
5164 - repository probing: check for other types of repo even on
5165   MediaException, throw only if all fail (bnc #335906)
5166 - revision 11332
5167
5168 -------------------------------------------------------------------
5169 Mon Oct 13 14:16:25 CEST 2008 - ma@suse.de
5170
5171 - Adapt to satsolver changes.
5172 - revision 11331
5173 - version 5.16.0 (16)
5174
5175 -------------------------------------------------------------------
5176 Mon Oct 13 13:28:48 CEST 2008 - ma@suse.de
5177
5178 - Fix reading delta rpm checksum from solv file.
5179 - revision 11313
5180
5181 -------------------------------------------------------------------
5182 Mon Oct 13 12:12:39 CEST 2008 - ma@suse.de
5183
5184 - Fix package-manager script to properly quote arguments. (bnc #30903)
5185 - revision 11311
5186
5187 -------------------------------------------------------------------
5188 Mon Oct 13 11:03:04 CEST 2008 - schubi@suse.de
5189
5190 - regarding orphaned resolvables
5191 - removed old distupgrade algorithm
5192 - revision 11307
5193
5194 -------------------------------------------------------------------
5195 Sun Oct 12 13:55:51 CEST 2008 - jkupec@suse.cz
5196
5197 - handle ftp response 530 (login failed) like http 403
5198   (bnc #433537)
5199 - revision 11305
5200
5201 -------------------------------------------------------------------
5202 Thu Oct  9 17:37:18 CEST 2008 - ma@suse.de
5203
5204 - Adapt to satsolvers 'big solv data change'.
5205 - revision 11294
5206
5207 -------------------------------------------------------------------
5208 Thu Oct  9 17:18:18 CEST 2008 - schubi@suse.de
5209
5210 - Taking the right solution actions for locked resolvables (bnc #400840)
5211 - revision 11289
5212
5213 -------------------------------------------------------------------
5214 Thu Oct  9 13:52:03 CEST 2008 - ma@suse.de
5215
5216 - Add required copy-ctor and assignment operator to WhatProvides.
5217   (bnc #433087)
5218 - revision 11276
5219
5220 -------------------------------------------------------------------
5221 Wed Oct  8 16:24:25 CEST 2008 - jkupec@suse.cz
5222
5223 - detect and use unused loop device for mounting ISO images
5224   (bnc #428009)
5225 - revision 11262
5226 - version 5.15.1 (13)
5227
5228 -------------------------------------------------------------------
5229 Wed Oct  8 15:39:08 CEST 2008 - jkupec@suse.cz
5230
5231 - fixed segfault when saving the probed repo type in
5232   RepoManager::refreshMetadata() (bnc #431963)
5233 - revision 11261
5234
5235 -------------------------------------------------------------------
5236 Wed Oct  8 11:33:00 CEST 2008 - dmacvicar@suse.de
5237
5238 - improve log message (bnc#429114)
5239
5240 -------------------------------------------------------------------
5241 Wed Oct  8 11:15:20 CEST 2008 - lslezak@suse.cz
5242
5243 - disk usage - ignore /proc filesystem (bnc#418783)
5244 - revision 11258
5245
5246 -------------------------------------------------------------------
5247 Tue Oct  7 13:24:10 CEST 2008 - ma@suse.de
5248
5249 - Fixed detection of loopback mounted iso-files. The mtab entry does
5250   not necessarily mention the iso-file. (bnc #432504)
5251 - revision 11252
5252 - version 5.15.0 (13)
5253
5254 -------------------------------------------------------------------
5255 Thu Oct  2 19:46:13 CEST 2008 - ma@suse.de
5256
5257 - Add zypp.conf option 'download.use_deltarpmr.always' to enable using
5258   delta rpms even if the package is available on a local source.
5259   (Axel C. Frinke)
5260 - revision 11235
5261 - version 5.14.0 (13)
5262
5263 -------------------------------------------------------------------
5264 Thu Oct  2 18:50:11 CEST 2008 - ma@suse.de
5265
5266 - Add product attribute: PRODUCTLINE.
5267 - revision 11234
5268
5269 -------------------------------------------------------------------
5270 Thu Oct  2 17:18:19 CEST 2008 - ma@suse.de
5271
5272 - Do not consider self provided requirements whan computing the
5273   installation order.
5274 - revision 11231
5275
5276 -------------------------------------------------------------------
5277 Wed Oct  1 16:07:36 CEST 2008 - ma@suse.de
5278
5279 - Rephrase missleading error message. (bnc #431229)
5280 - revision 11222
5281
5282 -------------------------------------------------------------------
5283 Tue Sep 30 17:23:48 CEST 2008 - ma@suse.de
5284
5285 - Allow computation of disk usage per solvable.
5286 - revision 11218
5287
5288 -------------------------------------------------------------------
5289 Mon Sep 29 23:59:10 CEST 2008 - dmacvicar@suse.de
5290
5291 - Merge aria2c Media handler code from Google SOC 2008
5292   (Gerard Farras)
5293 - Only activated by making env var ZYPP_ARIA=1
5294
5295 -------------------------------------------------------------------
5296 Mon Sep 29 15:56:17 CEST 2008 - jkupec@suse.cz
5297
5298 - history: tell which package failed before logging rpm output or
5299   error message (bnc #430585)
5300 - no localization for history log comments
5301 - revision 11202
5302
5303 -------------------------------------------------------------------
5304 Mon Sep 29 13:43:08 CEST 2008 - ma@suse.de
5305
5306 - Fix zypp::WhatProvides::empty returning inverse result.
5307 - revision 11200
5308 - version 5.13.1 (13)
5309
5310 -------------------------------------------------------------------
5311 Sat Sep 27 23:36:19 CEST 2008 - jkupec@suse.cz
5312
5313 - fixed endless loop when CredentialManager returns bad password
5314 - CredentialManager now correctly updates password of existing
5315   credentials
5316 - revision 11187
5317
5318 -------------------------------------------------------------------
5319 Fri Sep 26 15:37:50 CEST 2008 - ma@suse.de
5320
5321 - Fix computation of Product::flavor.
5322 - Add Product::productLine. A vendor specific string denoting the
5323   product line.
5324 - revision 11182
5325 - version 5.13.0 (13)
5326
5327 -------------------------------------------------------------------
5328 Fri Sep 26 15:25:33 CEST 2008 - jkupec@suse.cz
5329
5330 - save user credentials after asking for them
5331 - revision 11181
5332
5333 -------------------------------------------------------------------
5334 Thu Sep 25 23:19:55 CEST 2008 - jkupec@suse.cz
5335
5336 - ZConfig::credentialsGlobal{File,Dir}() added
5337   (/etc/zypp/credentials.{cat,d})
5338 - revision 11176
5339
5340 -------------------------------------------------------------------
5341 Thu Sep 25 17:09:44 CEST 2008 - jkupec@suse.cz
5342
5343 - Target::setInstallationLogfile() removed from zypp/Target.h
5344 - revision 11171
5345
5346 -------------------------------------------------------------------
5347 Thu Sep 25 13:11:43 CEST 2008 - ma@suse.de
5348
5349 - Remove obsolete zypp-query-pool binary. zypper provides all
5350   the information one needs.
5351 - revision 11160
5352
5353 -------------------------------------------------------------------
5354 Wed Sep 24 19:11:19 CEST 2008 - jkupec@suse.cz
5355
5356 - HistoryLog added and used to log package installs/removes and
5357   repository adds, removes, url and alias changes into
5358   history.logfile (/var/log/zypp/history) (fate #110205)
5359 - str::escape(string, char) added
5360 - revision 11150
5361 - version 5.12.1 (12)
5362
5363 -------------------------------------------------------------------
5364 Tue Sep 23 14:02:08 CEST 2008 - jkupec@suse.cz
5365
5366 - CredentialManager: look for credentials with
5367   wanted_url.startsWith(stored_url)
5368 - RepoManager: don't pass service credentials down to repos if
5369   their urls are not based on service's url.
5370 - revision 11134
5371
5372 -------------------------------------------------------------------
5373 Mon Sep 22 16:27:41 CEST 2008 - ma@suse.de
5374
5375 - Remove superfluous PRODUCT_REFERENCES attribute.
5376 - revision 11127
5377
5378 -------------------------------------------------------------------
5379 Mon Sep 22 16:13:08 CEST 2008 - ma@suse.de
5380
5381 - Add Url::hasCredentialsInAuthority test for username or password
5382   being encoded in the authority component. I.e. user:pass@host.
5383 - Handle repos to be disabled disable in service refresh.
5384 - revision 11126
5385
5386 -------------------------------------------------------------------
5387 Mon Sep 22 12:10:34 CEST 2008 - jkupec@suse.cz
5388
5389 - provided context to keyring callbacks (bnc #370223)
5390 - merged trust & import callbacks (bnc #366467)
5391   (don't worry, still allows to trust && !import)
5392 - revision 11113
5393
5394 -------------------------------------------------------------------
5395 Fri Sep 19 13:17:38 CEST 2008 - ma@suse.de
5396
5397 - Moved DefaultAcceptBits enum to class KeyRing (formerly KeyRingReort).
5398 - revision 11102
5399
5400 -------------------------------------------------------------------
5401 Thu Sep 18 16:11:23 CEST 2008 - ma@suse.de
5402
5403 - Use service alias as namespace for it's repositories aliases.
5404 - revision 11097
5405 - version 5.11.0 (11)
5406
5407 -------------------------------------------------------------------
5408 Thu Sep 18 12:45:25 CEST 2008 - jkupec@suse.cz
5409
5410 - pass service's credentials down to repos
5411 - support ?credentials=filepath in URL to specify credentials
5412 - revision 11092
5413
5414 -------------------------------------------------------------------
5415 Thu Sep 18 09:57:49 CEST 2008 - ma@suse.de
5416
5417 - Add Product::isTargetDistribution to identify the systems installed
5418   baseproduct. This should replace tests for Product::type is "base".
5419 - revision 11089
5420
5421 -------------------------------------------------------------------
5422 Wed Sep 17 18:05:44 CEST 2008 - jkupec@suse.cz
5423
5424 - save user credentials when adding repos/services with URLs containing
5425   the credentials (bnc #425462)
5426 - revision 11085
5427
5428 -------------------------------------------------------------------
5429 Wed Sep 17 15:08:54 CEST 2008 - ma@suse.de
5430
5431 - Adapt to rpms new way of quoting whitespace in pathnames.(bnc #426924)
5432 - revision 11082
5433
5434 -------------------------------------------------------------------
5435 Tue Sep 16 18:41:39 CEST 2008 - ma@suse.de
5436
5437 - Service handling fixes. Added ServiceException.
5438 - revision 11077
5439
5440 -------------------------------------------------------------------
5441 Mon Sep 15 11:40:04 CEST 2008 - ma@suse.de
5442
5443 - Fix building of transaltions.
5444 - revision 11064
5445
5446 -------------------------------------------------------------------
5447 Sun Sep 14 00:10:21 CEST 2008 - jkupec@suse.cz
5448
5449 - ServiceInfo.clearReposTo{Enable,Disable}() methods added
5450 - revision 11060
5451
5452 -------------------------------------------------------------------
5453 Fri Sep 12 18:24:28 CEST 2008 - ma@suse.de
5454
5455 - Create new Service repos in disbaled sate.
5456 - revision 11056
5457 - version 5.10.0 (10)
5458
5459 -------------------------------------------------------------------
5460 Fri Sep 12 16:04:54 CEST 2008 - ma@suse.de
5461
5462 - Make registerTarget and registerRelease abvailable for installed
5463   product. Required for registration.
5464 - revision 11043
5465
5466 -------------------------------------------------------------------
5467 Fri Sep 12 12:59:50 CEST 2008 - ma@suse.de
5468
5469 - Add url lists query to Product interface. A generic query and
5470   convenience methods to query urls for "releasenotes", "register",
5471   "updateurls", "extraurls",  "optionalurls" and "smolt" (bnc #413444)
5472 - revision 11029
5473
5474 -------------------------------------------------------------------
5475 Fri Sep 12 01:38:25 CEST 2008 - jkupec@suse.cz
5476
5477 - ServiceType and ServiceInfo::type() added (contains only RIS for
5478   now), service type probing added.
5479 - Avoiding the use of 'path' for services (appending
5480   the repoindex.xml's 'path' to the baseurl of created repos)
5481 - renamed ServiceInfo::*catalog*() methods to *repo*() methods
5482 - revision 11022
5483
5484 -------------------------------------------------------------------
5485 Thu Sep 11 16:01:57 CEST 2008 - dmacvicar@suse.de
5486
5487 - add Repostiroy::updateKeys and
5488   Repository::providesUpdatesForKey(string) for repo and
5489   product matching
5490 - Provide Repository::isUpdateRepo
5491
5492 -------------------------------------------------------------------
5493 Thu Sep 11 14:41:28 CEST 2008 - ma@suse.de
5494
5495 - Fix evaluation of vendor support flags.
5496 - Adapt retrieval of registration data (targetDistribution,
5497   targetDistributionRelease and targetDistributionFlavor).
5498 - revision 11013
5499
5500 -------------------------------------------------------------------
5501 Wed Sep 10 18:23:52 CEST 2008 - ma@suse.de
5502
5503 - Follow gpgcheck tag in .repo file and do no check if disabled.
5504 - revision 11010
5505 - version 5.9.0 (8)
5506
5507 -------------------------------------------------------------------
5508 Wed Sep 10 17:54:20 CEST 2008 - jkupec@suse.cz
5509
5510 - added dumpAsXMLOn(stream,string) to ServiceInfo to print services
5511   with content (repos)
5512 - revision 11004
5513
5514 -------------------------------------------------------------------
5515 Wed Sep 10 17:31:41 CEST 2008 - ma@suse.de
5516
5517 - Remove obsolete product attributes.
5518 - Store less packages in /var/lib/zypp/SoftLocks (bnc #418050)
5519 - revision 11001
5520
5521 -------------------------------------------------------------------
5522 Wed Sep 10 16:40:00 CEST 2008 - ma@suse.de
5523
5524 - Provide product::updaterepoKey: Update repository indicator string.
5525 - revision 11000
5526
5527 -------------------------------------------------------------------
5528 Tue Sep  9 17:33:03 CEST 2008 - dmacvicar@suse.de
5529
5530 - provide context about the repository (name/alias) if available when
5531   checking signatures (bnc#370223)
5532 - 5.8.0
5533
5534 -------------------------------------------------------------------
5535 Tue Sep  9 13:04:11 CEST 2008 - ma@suse.de
5536
5537 - Add ServiceInfo interface to define a set of catalogs (repository
5538   aliases) to be enabled on next refresh.
5539 - revision 10970
5540
5541 -------------------------------------------------------------------
5542 Tue Sep  9 11:40:42 CEST 2008 - ma@suse.de
5543
5544 - Fix reading of Traget::targetDistribution.
5545 - Allow to configure default answers in signature verification workflow.
5546 - revision 10968
5547
5548 -------------------------------------------------------------------
5549 Mon Sep  8 17:11:02 CEST 2008 - jkupec@suse.cz
5550
5551 - CredentialManager added to manage stored credentials
5552 - MediaCurl adapted to use CredentialManager to read credentials
5553 - revision 10958
5554
5555 -------------------------------------------------------------------
5556 Fri Sep  5 11:40:05 CEST 2008 - jkupec@suse.cz
5557
5558 - operator ==, !=, < definition moved to RepoInfoBase from
5559   the derived classes
5560 - fixed RepoInfo::dumpAsIniOn() to not print 'type' if it is unknown
5561   (bnc #407515)
5562 - {Repo,Service}Info::dumpAsXMLOn(ostream) added
5563 - RepoInfo::dumpRepoOn() deprecated in favor of dumpAsIniOn()
5564 - use shared_ptr instead of itrusive for {Repo,Service}Info
5565 - revision 10931:10942
5566
5567 -------------------------------------------------------------------
5568 Thu Sep  4 16:47:07 CEST 2008 - jkupec@suse.cz
5569
5570 - RepoInfo{,Base} setters made void
5571 - revision 10931
5572
5573 -------------------------------------------------------------------
5574 Wed Sep  3 14:53:06 CEST 2008 - jkupec@suse.cz
5575
5576 - skip repositories with non-matching target distro when reading
5577   repoindex
5578 - revision 10926
5579
5580 -------------------------------------------------------------------
5581 Tue Sep  2 11:04:52 CEST 2008 - schubi@suse.de
5582
5583 - Enabled distupgrade of the SAT solver. In order to use the old
5584   distupgrade you can set the environment variable ZYPP_NO_SAT_UPDATE.
5585   This variable will can be used until the old distupgrade mechanism will
5586   be removed from libzypp. Have a look to above changelogs.
5587 - revision 10911
5588 - version 5.7.0 (5)
5589
5590 -------------------------------------------------------------------
5591 Tue Aug 19 16:36:47 CEST 2008 - dmacvicar@suse.de
5592
5593 - add Package::maybeUnsupported to remove duplicated
5594   code in clients dealing with Package::vendorSupport
5595
5596 -------------------------------------------------------------------
5597 Tue Aug 19 11:04:52 CEST 2008 - schubi@suse.de
5598
5599 - Reset transaction only if this solvable has no buddy (bnc #417799)
5600   e.g. do not reset Products cause the concerning release package
5601   could not already be installed.
5602 - revision 10883
5603 - version 5.6.1 (5)
5604
5605 -------------------------------------------------------------------
5606 Mon Aug 18 17:31:02 CEST 2008 - dmacvicar@suse.de
5607
5608 - don't report "may be outdated" for @System repo.
5609
5610 -------------------------------------------------------------------
5611 Fri Aug 15 20:20:07 CEST 2008 - ma@suse.de
5612
5613 - Add Target::targetDistribution. Returns "distribution-arch" of
5614   the installed base product. Used for registration and Service
5615   refresh. (for Fate #304915)
5616 - revision 10877
5617 - version 5.6.0 (5)
5618
5619 -------------------------------------------------------------------
5620 Fri Aug 15 17:42:58 CEST 2008 - ma@suse.de
5621
5622 - Add method Product::replacedProducts to identify installed
5623   Products that would be replaced by installing a new Product.
5624   (for Fate #301997)
5625 - revision 10876
5626
5627 -------------------------------------------------------------------
5628 Fri Aug 15 15:30:32 CEST 2008 - ma@suse.de
5629
5630 - Fixes to Selectable doing staus manipulation on non-USER level.
5631 - revision 10873
5632
5633 -------------------------------------------------------------------
5634 Fri Aug 15 14:23:02 CEST 2008 - ma@suse.de
5635
5636 - Add method ZYpp::getTarget that returns the Target or a NULL pointer,
5637   if it is not yet initialized. This is to avoid try/catch blocks just
5638   to test whether the Target is initialized. (bnc #417556)
5639 - Add method Target::assertRootPrefix. Pass a pathname and get back the
5640   path prefixed with the tragets root, unless it already had that prefix.
5641 - revision 10870
5642
5643 -------------------------------------------------------------------
5644 Thu Aug 14 18:44:45 CEST 2008 - schubi@suse.de
5645
5646 - Regarding error messages for Products correctly (FATE #304502)
5647 - rev 10863
5648
5649 -------------------------------------------------------------------
5650 Thu Aug 14 14:03:27 CEST 2008 - ma@suse.de
5651
5652 - Let Selectable default to USER level.
5653 - revision 10850
5654 - version 5.5.1 (5)
5655
5656 -------------------------------------------------------------------
5657 Wed Aug 13 21:01:25 CEST 2008 - ma@suse.de
5658
5659 - Change Selectable API to support doing staus manipulation on
5660   non-USER level.
5661 - revision 10847
5662 - version 5.5.0 (5)
5663
5664 -------------------------------------------------------------------
5665 Wed Aug 13 16:48:49 CEST 2008 - dmacvicar@suse.de
5666
5667 - support sat solver API for searching files
5668
5669 -------------------------------------------------------------------
5670 Wed Aug 13 15:12:45 CEST 2008 - ma@suse.de
5671
5672 - Add ResPool::reposFind to get repositories by alias.
5673 - revision 10835
5674
5675 -------------------------------------------------------------------
5676 Tue Aug 12 19:37:36 CEST 2008 - ma@suse.de
5677
5678 - Advise rpmdb2solv to parse the product database.
5679 - revision 10824
5680 - version 5.4.0 (4)
5681
5682 -------------------------------------------------------------------
5683 Tue Aug 12 12:05:49 CEST 2008 - ma@suse.de
5684
5685 - Offer a simpler, fate based status manipulation in ui::Selectable.
5686   This is easier to handle, as the ui::Status always distinguishes
5687   wheter an object is installed or not.
5688 - revision 10814
5689
5690 -------------------------------------------------------------------
5691 Mon Aug 11 18:00:40 CEST 2008 - ma@suse.de
5692
5693 - Propagate default rpm install flags from zypp.conf via ZConfig and
5694   ZYppCommitPolicy down to the installer. (FATE #302952)
5695 - revision 10813
5696
5697 -------------------------------------------------------------------
5698 Mon Aug 11 16:28:07 CEST 2008 - ma@suse.de
5699
5700 - Add base::Flags (like qt's QFlags) a type-safe way of storing
5701   OR-combinations of enum values.
5702 - revision 10811
5703
5704 -------------------------------------------------------------------
5705 Fri Aug  8 17:01:00 CEST 2008 - ma@suse.de
5706
5707 - Add static ui::Selectable::get methods as convenient ctor
5708   substitute.
5709 - revision 10806
5710
5711 -------------------------------------------------------------------
5712 Fri Aug  8 15:41:17 CEST 2008 - ma@suse.de
5713
5714 - Adapt zypp-query-pool to new product handling.
5715 - revision 10803
5716
5717 -------------------------------------------------------------------
5718 Fri Aug  8 14:11:03 CEST 2008 - ma@suse.de
5719
5720 - Don't pass epoch to 'rpm -e', it does not support it.
5721 - revision 10800
5722
5723 -------------------------------------------------------------------
5724 Fri Aug  8 13:27:42 CEST 2008 - ma@suse.de
5725
5726 - Adapt to new product handling. Products are no longer pseudo
5727   installed objects verified by the solver, but actually installed.
5728   Thus removed satisfiedProduct iterator, fixed Selctables.
5729 - Removed class ProductInfo as we keep Product.
5730 - revision 10797
5731
5732 -------------------------------------------------------------------
5733 Thu Aug  7 22:00:55 CEST 2008 - dmacvicar@suse.de
5734
5735 - implement relogin suggested support (fate#304889)
5736
5737 -------------------------------------------------------------------
5738 Wed Aug  6 18:21:30 CEST 2008 - ma@suse.de
5739
5740 - Detect correct download path even if repository type
5741   is not set. (bnc #386386)
5742 - revision 10768
5743
5744 -------------------------------------------------------------------
5745 Wed Aug  6 17:15:48 CEST 2008 - ma@suse.de
5746
5747 - Cleanup, mostly by removing, unused parser code and related classes.
5748 - revision 10765
5749
5750 -------------------------------------------------------------------
5751 Wed Aug  6 16:23:27 CEST 2008 - ma@suse.de
5752
5753 - Don't let exception escape MediaSetAccess dtor (bnc #415017)
5754 - revision 10763
5755
5756 -------------------------------------------------------------------
5757 Mon Aug  4 19:34:27 CEST 2008 - ma@suse.de
5758
5759 - Add new product attributes (flavor,referencePackage).
5760 - Add PoolItem buddies, i.e. two PoolItems sharing the same status
5761   object. This is used to keep the product resolvable and the
5762   package providing the product metadata in sync.
5763 - revision 10742
5764
5765 -------------------------------------------------------------------
5766 Sat Aug  2 19:26:52 CEST 2008 - jkupec@suse.cz
5767
5768 - support an optional url attribute in repoindex.xml's <repo>
5769 - revision 10729
5770
5771 -------------------------------------------------------------------
5772 Thu Jul 31 21:52:11 CEST 2008 - ma@suse.de
5773
5774 - New class ProductInfo to provide product related metadata that
5775   might be associated with a package. This will replace the Product
5776   resolvable.
5777 - revision 10715
5778
5779 -------------------------------------------------------------------
5780 Thu Jul 31 19:01:54 CEST 2008 - dmacvicar@suse.de
5781
5782 - generate a unique anonymous unique string per target
5783   and add it to the agent string for better statistics
5784
5785 -------------------------------------------------------------------
5786 Thu Jul 31 19:01:14 CEST 2008 - ma@suse.de
5787
5788 - Follow solver policy and make repository priority the highest
5789   key, when ordering packages. Then architecture, and edition last.
5790 - revision 10710
5791
5792 -------------------------------------------------------------------
5793 Wed Jul 30 19:12:00 CEST 2008 - ma@suse.de
5794
5795 - /var/lib/zypp and /var/cache/zypp should be owned by libzypp
5796   (bnc #412094)
5797 - revision 10702
5798
5799 -------------------------------------------------------------------
5800 Wed Jul 30 12:47:48 CEST 2008 - jkupec@suse.cz
5801
5802 - Service renamed to ServiceInfo
5803 - RepoInfoBase added; RepoInfo and ServiceInfo now derive from it
5804 - revision 10695
5805
5806 -------------------------------------------------------------------
5807 Tue Jul 29 12:59:46 CEST 2008 - jkupec@suse.cz
5808
5809 - fixed yum repos to work with non '/' base url post fix
5810   (bnc #341617)
5811 - revision 10662
5812
5813 -------------------------------------------------------------------
5814 Mon Jul 28 18:13:24 CEST 2008 - ma@suse.de
5815
5816 - Fixed SolvIterMixin::Selectable_iterator eating some solvables
5817   (bnc #411339)
5818 - revision 10680
5819
5820 -------------------------------------------------------------------
5821 Fri Jul 25 20:12:55 CEST 2008 - ma@suse.de
5822
5823 - Several changes to make libzypp-bindings compile using the original
5824   header files and no private copies. (bnc #391831)
5825 - revision 10668
5826 - version 5.3.0
5827
5828 -------------------------------------------------------------------
5829 Wed Jul 23 17:17:47 CEST 2008 - jkupec@suse.cz
5830
5831 - Service::enabled() added
5832 - revision 10657
5833
5834 -------------------------------------------------------------------
5835 Tue Jul 22 17:18:28 CEST 2008 - jkupec@suse.cz
5836
5837 - Removed FRESHENS dependency type
5838 - revision 10643
5839
5840 -------------------------------------------------------------------
5841 Thu Jul 17 09:49:40 CEST 2008 - schubi@suse.de
5842
5843 - Allow parallel installation of packages which have been defined
5844   in zypp.conf (parameter "multiversion") Fate #302050
5845 - Additional check for broken system.
5846   (defined in zypp.conv: solver.checkSystemFile)
5847 - revision 10600
5848
5849 -------------------------------------------------------------------
5850 Wed Jul 16 14:39:50 CEST 2008 - ma@suse.de
5851
5852 - Add ui::Selectable::isNeeded to indicate patch relevance (bnc #409150)
5853 - revision 10596
5854
5855 -------------------------------------------------------------------
5856 Wed Jul 16 01:10:37 CEST 2008 - ma@suse.de
5857
5858 - Remove Atom, Script, Message and other obsolete classes.
5859 - revision 10592
5860
5861 -------------------------------------------------------------------
5862 Mon Jul 14 13:36:26 CEST 2008 - ma@suse.de
5863
5864 - Also report the name of the locking process in ZYppFactoryException
5865   (bnc #280537)
5866 - revision 10572
5867
5868 -------------------------------------------------------------------
5869 Mon Jul 14 11:26:30 CEST 2008 - schubi@suse.de
5870
5871 - corrected logging of solver settings
5872 - regard locking while doUpdate (bnc #405427)
5873 - revision 10564
5874
5875 -------------------------------------------------------------------
5876 Sat Jul 12 22:14:32 CEST 2008 - jkupec@suse.cz
5877
5878 - make curl use the right transfer mode
5879   (CURLOPT_PROXY_TRANSFER_MODE) when proxy is used (bnc #306272)
5880 - revision 10559
5881
5882 -------------------------------------------------------------------
5883 Sat Jul 12 11:19:56 CEST 2008 - jkupec@suse.cz
5884
5885 - reuse existing disk mounts (applied Marius' patch) (bnc #208222)
5886 - revision 10557
5887
5888 -------------------------------------------------------------------
5889 Wed Jul  9 18:13:58 CEST 2008 - ma@suse.de
5890
5891 - Provide Package::url() if available in solv file. (bnc #402434)
5892 - A missing cookie file must not be treated as an error. Simply
5893   rebuild the cache (bnc #405867)
5894 - Add 22x22 and 24x24 icons (bnc #329635)
5895 - revision 10528
5896
5897 -------------------------------------------------------------------
5898 Mon Jul  7 13:39:09 CEST 2008 - schubi@suse.de
5899
5900 - Do not update an already updated package (bnc #400422)
5901 - revision 10504
5902
5903 -------------------------------------------------------------------
5904 Fri Jul  4 17:19:24 CEST 2008 - ma@suse.de
5905
5906 - Also check if the fingerprint matches before importing updated keys.
5907   (bnc #393160)
5908 - revision 10500
5909
5910 -------------------------------------------------------------------
5911 Mon Jun 30 23:55:20 CEST 2008 - dmacvicar@suse.de
5912
5913 - forward port add message attribute to patches.
5914 - port import newer keys if a trusted key is updated
5915 - (bnc#393160)
5916 - version 5.0.2
5917
5918 -------------------------------------------------------------------
5919 Mon Jun 30 10:28:27 CEST 2008 - ma@suse.de
5920
5921 - Fix permanent duplication of gpg keys in the rpm database. Also
5922   retrieve correct creation and expire dates. (bnc #401259)
5923 - Invoke gpg with --homdir, otherwise command fails if executed
5924   within a wrapper. (bnc #401259)
5925 - revision 10487
5926
5927 -------------------------------------------------------------------
5928 Thu Jun 26 12:07:33 CEST 2008 - schubi@suse.de
5929
5930 - version 5.0.1
5931 - revision 10464
5932
5933 -------------------------------------------------------------------
5934 Thu Jun 19 17:55:35 CEST 2008 - ma@suse.de
5935
5936 - Handle new patch messages and scripts in commit. Provide callbacks
5937   to display the patch messages and give visual feedback on script
5938   execution. (bnc #401220)
5939 - revision 10411
5940
5941 -------------------------------------------------------------------
5942 Thu Jun 19 17:35:59 CEST 2008 - ma@suse.de
5943
5944 - Fix wrong parenthesis causing bug 399320
5945 - version
5946 - revision
5947
5948 -------------------------------------------------------------------
5949 Tue Jun 10 09:52:03 CEST 2008 - jreidinger@suse.cz
5950
5951 - improve performance of gsub
5952 - change replace_all to replaceAll (same name convency)
5953 - add tests for gsub and replaceAll
5954 - revision 10366
5955
5956 -------------------------------------------------------------------
5957 Fri Jun  6 13:29:59 CEST 2008 - ma@suse.de
5958
5959 - Handle application/x-redhat-package-manager in package-manager.desktop
5960   (bnc #391183)
5961 - revision 10361
5962
5963 -------------------------------------------------------------------
5964 Thu Jun  5 18:01:15 CEST 2008 - jkupec@suse.cz
5965
5966 - X-SuSE-ControlCenter-System category added
5967   to package-manager.desktop (bnc #302324)
5968 - revision 10353
5969
5970 -------------------------------------------------------------------
5971 Wed Jun  4 14:57:13 CEST 2008 - ma@suse.de
5972
5973 - Fix crash when requesting disk usage without a target loaded. (bnc #396755)
5974 - revision 10340
5975
5976 -------------------------------------------------------------------
5977 Wed Jun  4 14:05:09 CEST 2008 - ma@suse.de
5978
5979 - Fix memory corruption in curl media handler (bnc #396979)
5980 - revision 10338
5981
5982 -------------------------------------------------------------------
5983 Tue Jun  3 20:00:00 CEST 2008 - ma@suse.de
5984
5985 - Take care satsolver recognizes 'Capability( "srcpackage:zypper" )'
5986   as 'source package named zypper'. So these capabilities can be used
5987   together with sat::Whatprovides or in resolver requests. (bnc #369893)
5988 - revision 10335
5989
5990 -------------------------------------------------------------------
5991 Tue Jun  3 15:40:37 CEST 2008 - jreidinger@suse.cz
5992
5993 - allow aborting progress during removing packages. (bnc #389238)
5994 - revision 10331
5995
5996 -------------------------------------------------------------------
5997 Mon Jun  2 15:31:36 CEST 2008 - schubi@suse.de
5998
5999 - New option for ignoring Obsoletes. This is used for installing more than
6000   one pacakges with the same name but different versions.
6001   Often used by kernel.
6002 - r 10299
6003
6004 -------------------------------------------------------------------
6005 Sun Jun  1 23:14:34 CEST 2008 - - ma@suse.de
6006
6007 - Revert inappropriate Selectable cleanup. Fix Selectable
6008   status computation. Unmaintained packages were wrongly
6009   reported as unsinstalled. (bnc #394630)
6010 - version 5.0.0 (4.x continued in SuSE-Linux-11_0-Branch)
6011 - revision 10295
6012
6013 -------------------------------------------------------------------
6014 Fri May 30 12:14:47 CEST 2008 - tgoettlicher@suse.de
6015
6016 - fixed typo
6017
6018 -------------------------------------------------------------------
6019 Wed May 28 18:54:27 CEST 2008 - ma@suse.de
6020
6021 - Reenable diskusage calculation (bnc #395051)
6022 - version 4.25.1
6023 - revision 10273
6024
6025 -------------------------------------------------------------------
6026 Wed May 28 18:50:11 CEST 2008 - jkupec@suse.cz
6027
6028 - RepoManager::packagesPath(RepoInfo) added (bnc #394728)
6029 - revision 10271
6030
6031 -------------------------------------------------------------------
6032 Wed May 28 16:26:09 CEST 2008 - jkupec@suse.cz
6033
6034 - RepoInfo: don't overwrite flags that have already been set externally
6035   (bnc #394728)
6036 - revision 10256
6037
6038 -------------------------------------------------------------------
6039 Wed May 28 15:30:24 CEST 2008 - ma@suse.de
6040
6041 - Create missing directories when saving config files. (bnc #395026)
6042 - Fix undefined behaviour in RepoManager.
6043 - revision 10255
6044
6045 -------------------------------------------------------------------
6046 Wed May 28 15:23:44 CEST 2008 - schubi@suse.de
6047
6048 - SOLVER_ERASE_SOLVABLE_NAME: As we do not know, if this request has come
6049   from resolvePool or resolveQueue we will have to take care for both
6050   cases. (bnc#393969)
6051 - r 10252
6052
6053 -------------------------------------------------------------------
6054 Tue May 27 22:35:37 CEST 2008 - coolo@suse.de
6055
6056 - compile with RPM_OPT_FLAGS
6057
6058 -------------------------------------------------------------------
6059 Mon May 26 17:23:24 CEST 2008 - jkupec@suse.cz
6060
6061 - old2new locks file converter script added to %post (jredinger)
6062 - r 10227
6063
6064 -------------------------------------------------------------------
6065 Mon May 26 11:48:35 CEST 2008 - schubi@suse.de
6066
6067 - Do not regard packages with the same name while upgrading obsoleted
6068   packages (bnc#394367)
6069 - r 10219
6070
6071 -------------------------------------------------------------------
6072 Sat May 24 01:23:44 CEST 2008 - dmacvicar@suse.de
6073
6074 - revert commit don't check for existence of keys,
6075   to avoid a non needed HEAD request. (related bnc#381280)
6076   as it creates popup error callbacks due to the 404's in
6077   the keys. Leave however the OnMediaLocation::optional()
6078   API to look for another fix strategy.
6079
6080 -------------------------------------------------------------------
6081 Fri May 23 15:52:20 CEST 2008 - dmacvicar@suse.de
6082
6083 - define path for messages and scripts and document
6084   them in zypp.conf
6085
6086 -------------------------------------------------------------------
6087 Fri May 23 14:42:34 CEST 2008 - schubi@suse.de
6088
6089 - Added IgnoreAlreadyRecommended flag. So recomments/suggest will
6090   be ignored for already INSTALLED packages (bnc #389694)
6091 - r 10202
6092
6093 -------------------------------------------------------------------
6094 Fri May 23 10:22:47 CEST 2008 - schubi@suse.de
6095
6096 - Packages which obsoletes and do NOT required other installed
6097   packages will be installed if no other packages obsolete the installed package too.
6098 - r 10196
6099
6100 -------------------------------------------------------------------
6101 Thu May 22 02:22:29 CEST 2008 - dmacvicar@suse.de
6102
6103 - fix filelist for installed packages (bnc#392544)
6104 - fix changelog retrieval for installed packages
6105
6106 -------------------------------------------------------------------
6107 Wed May 21 13:50:00 CEST 2008 - dmacvicar@suse.de
6108
6109 - deprecate Repository::name() and use alias() to
6110   be consistent. Related to (bnc#383553)
6111 - don't check for existence of keys, to avoid a non needed
6112   HEAD request. (helps bnc#381280)
6113 - 4.25.0
6114
6115 -------------------------------------------------------------------
6116 Wed May 21 11:37:23 CEST 2008 - schubi@suse.de
6117
6118 - added onlyRequires in the testcase (bnc #389184)
6119
6120 -------------------------------------------------------------------
6121 Tue May 20 12:12:27 CEST 2008 - jreidinger@suse.cz
6122
6123 - allow installation and refreshing from repository with alias that
6124   contains ' or " (bnc #392426)
6125 - r10158
6126
6127 -------------------------------------------------------------------
6128 Mon May 19 21:11:41 CEST 2008 - jkupec@suse.cz
6129
6130 - delta rpm support reenabled
6131 - r10150
6132
6133 -------------------------------------------------------------------
6134 Mon May 19 18:13:19 CEST 2008 - schubi@suse.de
6135
6136 - Resetting Delete Details in ResStatus correctly (bnc #391785)
6137 - r 10145
6138
6139 -------------------------------------------------------------------
6140 Mon May 19 11:47:06 CEST 2008 - dmacvicar@suse.de
6141
6142 - when setting status to non installed for uninstalled packages
6143   set the user transaction so they go to soft locks.
6144   (related to bnc#389739 )
6145
6146 -------------------------------------------------------------------
6147 Fri May 16 16:56:04 CEST 2008 - schubi@suse.de
6148
6149 - Added new calls : isInstalledBy (const PoolItem item);
6150                     installs (const PoolItem item);
6151 - r 10125
6152 - 4.23.0
6153
6154 -------------------------------------------------------------------
6155 Fri May 16 16:49:04 CEST 2008 - jreidinger@suse.cz
6156
6157 - don't run merge in save when toAdd/Remove queue is empty
6158 - throw when locks cannot load its file
6159 - r10124
6160
6161 -------------------------------------------------------------------
6162 Fri May 16 09:59:09 CEST 2008 - jreidinger@suse.cz
6163
6164 - throw more describing exception when repo probing failed
6165   (bnc #389690)
6166 - revision 10118
6167
6168 -------------------------------------------------------------------
6169 Thu May 15 15:15:59 CEST 2008 - jreidinger@suse.cz
6170
6171 - allow call only merge old locks and newly added/removed without
6172   saving it to file
6173 - -revision 10104
6174
6175 -------------------------------------------------------------------
6176 Tue May 13 17:37:11 CEST 2008 - dmacvicar@suse.de
6177
6178 - report non packages as keep installed if satisfied to the
6179   user interace (Selectables)
6180 - 4.21.3
6181
6182 -------------------------------------------------------------------
6183 Tue May 13 15:50:28 CEST 2008 - jkupec@suse.cz
6184
6185 - create /etc/zypp/products.d on install
6186
6187 -------------------------------------------------------------------
6188 Mon May 12 17:21:19 CEST 2008 - jkupec@suse.cz
6189
6190 - /etc/zypp/products.d added to file list (bnc #385868)
6191 - revision 10049
6192 - version 4.21.2
6193
6194 -------------------------------------------------------------------
6195 Mon May 12 17:15:34 CEST 2008 - jkupec@suse.cz
6196
6197 - call RemoveResolvableReport::problem() before finish() on error
6198   (bnc #388810)
6199 - revision 10045
6200
6201 -------------------------------------------------------------------
6202 Sat May 10 21:57:29 CEST 2008 - coolo@suse.de
6203
6204 - fix file list
6205
6206 -------------------------------------------------------------------
6207 Fri May  9 23:15:53 CEST 2008 - ma@suse.de
6208
6209 - Product now retrieves all attributes from the solv file.
6210 - version 4.21.1
6211 - revision 10031
6212
6213 -------------------------------------------------------------------
6214 Fri May  9 21:28:42 CEST 2008 - ma@suse.de
6215
6216 - Add zypp.conf option configdir (/etc/zypp) and arrange
6217   all config files and directories to follow {configdir}
6218   per default.
6219 - Fix zypp-query-pool to print satisfied products and additional
6220   products defined in {configdir}/products.d for registration.
6221   (bnc #385868)
6222 - version 4.21.0
6223 - revision 10029
6224
6225 -------------------------------------------------------------------
6226 Fri May  9 15:30:40 CEST 2008 - jreidinger@suse.cz
6227
6228 - implement remove duplicate entries in lock file (bnc#385967)
6229
6230 -------------------------------------------------------------------
6231 Fri May  9 15:15:32 CEST 2008 - ma@suse.de
6232
6233 - Speedup rpmdb2solv by reusing an existing solv file.
6234 - version 4.20.1
6235 - revision 10012
6236
6237 -------------------------------------------------------------------
6238 Thu May  8 18:13:54 CEST 2008 - ma@suse.de
6239
6240 - Fix failed package download due to unkown repository type (bnc #386386)
6241 - revision 9995
6242
6243 -------------------------------------------------------------------
6244 Thu May  8 16:33:37 CEST 2008 - ma@suse.de
6245
6246 - Support optional root argument to RepoManagerOptions, to prefix all
6247   path names taken from ZConfig. (bnc #388265)
6248 - version 4.20.0
6249 - revision 9993
6250
6251 -------------------------------------------------------------------
6252 Thu May  8 14:21:51 CEST 2008 - schubi@suse.de
6253
6254 - new solution action for removing requirements/conflicts (bnc #387631)
6255 - revision 9988
6256
6257 -------------------------------------------------------------------
6258 Thu May  8 10:56:49 CEST 2008 - ma@suse.de
6259
6260 - Provide enumerated patch category 'Patch::categoryEnum()' (bnc #159100)
6261 - revision 9984
6262
6263 -------------------------------------------------------------------
6264 Wed May  7 13:52:24 CEST 2008 - schubi@suse.de
6265
6266 - DistUpgrade: searching for providers -> regarding name onl
6267 - r 9977
6268
6269 -------------------------------------------------------------------
6270 Tue May  6 17:35:59 CEST 2008 - dmacvicar@suse.de
6271
6272 - add flag --registrable (-r) to query pool to avoid
6273   using system as a filter
6274 - 4.19.1
6275
6276 -------------------------------------------------------------------
6277 Tue May  6 07:37:22 CEST 2008 - coolo@suse.de
6278
6279 - return values in non-void functions
6280
6281 -------------------------------------------------------------------
6282 Mon May  5 14:08:20 CEST 2008 - jkupec@suse.cz
6283
6284 - support multiple search strings in PoolQuery (ORed)
6285 - revision 9945
6286
6287 -------------------------------------------------------------------
6288 Mon May  5 09:55:29 CEST 2008 - schubi@suse.de
6289
6290 - Switch off the upgrade mode of the
6291   SAT solver cause the packages have already been evaluated by
6292   the distupgrade machanism of libzypp. (bnc #386375)
6293 - rev 9943
6294
6295 -------------------------------------------------------------------
6296 Fri May  2 16:36:04 CEST 2008 - jreidinger@suse.cz
6297
6298 - release file after copy to cache as soon as possible.
6299   (bnc #381311)
6300 - r9940
6301
6302 -------------------------------------------------------------------
6303 Fri May  2 16:28:05 CEST 2008 - schubi@suse.de
6304
6305 - Bugfix: keep states by user has been removed it the
6306   package has not been installed BUT has been recommended by another package.
6307   (bnc #385832)
6308 - rev 9938
6309
6310 -------------------------------------------------------------------
6311 Fri May  2 12:19:22 CEST 2008 - jreidinger@suse.cz
6312
6313 - add isLocal function to Url which say if scheme is local or
6314   internet.
6315 - r9932
6316
6317 -------------------------------------------------------------------
6318 Fri May  2 09:36:18 CEST 2008 - jreidinger@suse.cz
6319
6320 - cache decision for repository depend on his url.
6321 - http,ftp and smb cache packages.
6322 - revision 9929
6323
6324 -------------------------------------------------------------------
6325 Thu May  1 00:50:51 CEST 2008 - ma@suse.de
6326
6327 - Load and maintain persistent hard locks stored in /etc/zypp/locks.
6328   Locks are loaded together with the target, and changes are writen
6329   back on commit. zypp.conf option locksfile.apply can be used to turn
6330   this feature on or off. (FATE #120352)
6331 - version 4.18.0
6332 - revision 9927
6333
6334 -------------------------------------------------------------------
6335 Wed Apr 30 16:27:49 CEST 2008 - ma@suse.de
6336
6337 - Add zypp.conf option solvfilesdir: Path where the repo solv files
6338   are created. Default value: {cachedir}/solv.
6339 - Target and repositories now save their solvfiles below {solvfilesdir}
6340   in directories named after the repositories alias.
6341 - version 4.18.0
6342 - revision 9913
6343
6344 -------------------------------------------------------------------
6345 Wed Apr 30 14:19:16 CEST 2008 - jkupec@suse.cz
6346
6347 - fixed filesystem::expandlink(Pathname) (bnc #368477)
6348 - r9906
6349
6350 -------------------------------------------------------------------
6351 Tue Apr 29 16:37:19 CEST 2008 - schubi@suse.de
6352
6353 - cleanup in return values of doUpgrade and doUpdate
6354 - r9886
6355 - 4.17.0
6356
6357 -------------------------------------------------------------------
6358 Mon Apr 28 18:27:54 CEST 2008 - jkupec@suse.cz
6359
6360 - check for valid pool in begin(), improve the code (bnc #384337)
6361 - r9872
6362 - 4.16.0
6363
6364 -------------------------------------------------------------------
6365 Mon Apr 28 15:40:09 CEST 2008 - mvidner@suse.cz
6366
6367 - Updated package-manager-su from xdg-utils-1.0.2-48 (bnc#339549).
6368
6369 -------------------------------------------------------------------
6370 Mon Apr 28 15:25:46 CEST 2008 - schubi@suse.de
6371
6372 - added translations
6373
6374 -------------------------------------------------------------------
6375 Mon Apr 28 11:15:47 CEST 2008 - jkupec@suse.cz
6376
6377 - ostream operator<<(ostream,TriBool) added
6378 - r9833
6379
6380 -------------------------------------------------------------------
6381 Fri Apr 25 16:12:12 CEST 2008 - ma@suse.de
6382
6383 - Prevent target::unload from creating a system repo in order
6384   to unload it. (bnc 382297)
6385 - version 4.15.2
6386 - revision 9822
6387
6388 -------------------------------------------------------------------
6389 Fri Apr 25 14:15:17 CEST 2008 - ma@suse.de
6390
6391 - Prevent deselected or deleted items from being re-selected due to
6392   recommends (aka. persistent soft locks). Unlike hard locked, those
6393   items will be automatically selected if required. The list of soft
6394   locked items is stored in /var/lib/zypp/SoftLocks.
6395 - version 4.15.1
6396 - revision 9818
6397
6398 -------------------------------------------------------------------
6399 Wed Apr 23 22:24:00 CEST 2008 - ma@suse.de
6400
6401 - Remove obsolete AdditionalCapabilities interface from ResPool.
6402   Forward sat::Pool::RepositoryIterator. There's no more need to
6403   maintain an extra Repository list in ResPool.
6404 - revision 9806
6405
6406 -------------------------------------------------------------------
6407 Wed Apr 23 21:12:56 CEST 2008 - ma@suse.de
6408
6409 - Support dependencies requiring a specific architecture:
6410   "name[.arch] [op edition]". See class Capability for details
6411   about how to construct dependencies. (bnc #305445)
6412 - version 4.15.0
6413 - revision 9805
6414
6415 -------------------------------------------------------------------
6416 Tue Apr 22 17:39:28 CEST 2008 - dmacvicar@suse.de
6417
6418 - patch attributes and deprecate old ones
6419 - 4.14.0
6420
6421 -------------------------------------------------------------------
6422 Tue Apr 22 15:44:34 CEST 2008 - jreidinger@suse.cz
6423
6424 - change locks api -
6425 - make more functions const
6426 - replace add/remove by selectable to add/remove by ident or name and kind
6427 - rename iterator to const_iterator to avoid confusion
6428 - revision 9781
6429
6430 -------------------------------------------------------------------
6431 Tue Apr 22 13:55:14 CEST 2008 - schubi@suse.de
6432
6433 - Do architecture changes while "dup" in the external distribution
6434   upgrade ONLY. bnc #382274
6435 - Added "ignore" to the solutions
6436 - Added "self-conflicts" to the solution
6437 - added new solver mechanism "resolveQueue"
6438 - Bugfix broken/satisfied products
6439 - rev 9776
6440
6441 -------------------------------------------------------------------
6442 Tue Apr 22 10:33:03 CEST 2008 - ma@suse.de
6443
6444 - Added Pattern::core returning the packages required by a pattern.
6445   (see also Pattern::depends and Pattern::contents).
6446 - revision 9771
6447
6448 -------------------------------------------------------------------
6449 Mon Apr 21 15:38:10 CEST 2008 - ma@suse.de
6450
6451 - Added Target::release(), returning the targets distribution
6452   release string.
6453 - revision 9761
6454
6455 -------------------------------------------------------------------
6456 Sat Apr 19 01:08:04 CEST 2008 - ma@suse.de
6457
6458 - per default abort if package installation fails. (bnc #381203)
6459 - version 4.13.3
6460 - revision 9725
6461
6462 -------------------------------------------------------------------
6463 Fri Apr 18 15:19:36 CEST 2008 - dmacvicar@suse.de
6464
6465 - add ZYpp and curl version to http agent string
6466   (bnc #381280)
6467
6468 -------------------------------------------------------------------
6469 Thu Apr 17 16:29:15 CEST 2008 - ma@suse.de
6470
6471 - Fixed pools package index wrongly including source packages. (bnc #380283)
6472 - version 4.13.2
6473 - revision 9683
6474
6475 -------------------------------------------------------------------
6476 Wed Apr 16 15:00:19 CEST 2008 - ma@suse.de
6477
6478 - Disable fast creation of @System.solv. It may produce wrong results
6479   e.g. after a rebuilddb.
6480 - version 4.13.1
6481 - revision 9666
6482
6483 -------------------------------------------------------------------
6484 Wed Apr 16 12:50:09 CEST 2008 - ma@suse.de
6485
6486 - initializeTarget now takes an additional option, telling whether to
6487   rebuild an existing rpm database before using it. Default is false.
6488   (bnc #308352)
6489 - version 4.13.0
6490 - revision 9664
6491
6492 -------------------------------------------------------------------
6493 Tue Apr 15 12:57:42 CEST 2008 - jreidinger@suse.cz
6494
6495 - save do nothing if no locks added/removed
6496 - fix bug with multiple save lock
6497 - don't save same query multiple times
6498 - improve tests
6499 - revision 9644
6500
6501 -------------------------------------------------------------------
6502 Tue Apr 15 09:34:29 CEST 2008 - schubi@suse.de
6503
6504 - added new translations
6505 - activate zypp-query-pool
6506 - Revision 9637
6507 - 4.12.1
6508
6509 -------------------------------------------------------------------
6510 Tue Apr 15 00:54:07 CEST 2008 - jkupec@suse.cz
6511
6512 - Locks API cleaned-up, iterator added, light read() added
6513 - PoolQuery::attribute(SolvAttr) getter added
6514 - revision 9609
6515
6516 -------------------------------------------------------------------
6517 Mon Apr 14 17:00:05 CEST 2008 - dmacvicar@suse.de
6518
6519 - reenable zypp-query-pool
6520 - 4.11.1
6521
6522 -------------------------------------------------------------------
6523 Mon Apr 14 12:53:09 CEST 2008 - ma@suse.de
6524
6525 - Enable evaluation of hardware dependencies.
6526 - Enable evaluation of filesystem dependencies.
6527 - revision 9605
6528
6529 -------------------------------------------------------------------
6530 Sun Apr 13 02:17:25 CEST 2008 - jkupec@suse.cz
6531
6532 - RawMetadataRefreshPolicy: CheckIfNeededIgnoreDelay added
6533   needed for explicit refresh request
6534 - revision 9574
6535
6536 -------------------------------------------------------------------
6537 Fri Apr 11 21:55:21 CEST 2008 - ma@suse.de
6538
6539 - Install ResPoolProxy index to speedup Solvable to Selectable
6540   conversion.
6541 - version 4.11.0
6542 - revision 9558
6543
6544 -------------------------------------------------------------------
6545 Fri Apr 11 18:02:14 CEST 2008 - kkaempf@suse.de
6546
6547 - Implement update scripts installed by packages. After every
6548   package install /var/adm/update-scripts is scanned for the first
6549   file starting with "<name>-<version>.<release>-", which is then
6550   executed.
6551 - revision 9547
6552
6553 -------------------------------------------------------------------
6554 Fri Apr 11 14:43:05 CEST 2008 - ma@suse.de
6555
6556 - Fix SolvIterMixin to avioid multiple visits of the same Selectable.
6557 - Add Resolvable::poolItem() providing access to the corresponding
6558   PoolItem. API to query isRelevant/isSatisfied/isBroken was moved
6559   to PoolItem.
6560 - Add ResPool::satisfiedProductsBegin/End iterator over all products
6561   whose dependencies are satisfied. This reflects the status determined
6562   by the last solver run. (#368104)
6563 - revision 9535
6564
6565 -------------------------------------------------------------------
6566 Fri Apr 11 12:07:47 CEST 2008 - jreidinger@suse.cz
6567
6568 - switch to new locks api
6569 - revision 9524
6570
6571 -------------------------------------------------------------------
6572 Wed Apr  9 21:24:54 CEST 2008 - ma@suse.de
6573
6574 - Enable ui::Selectable lookup by Solvable/PoolItem in ResPoolProxy.
6575 - Add SolvIterMixin: Base class providing PoolItem_iterator and
6576   Selectable_iterator iterator types based on a Solvable iterator.
6577 - Enhanced WhatProvides and SolvableSet to PoolItem_iterator to offer
6578   PoolItem_iterator and Selectable_iterator.
6579 - Add Solvable::SplitIdent: Helper class that splits an identifier
6580   into kind and name.
6581 - Provide methods Pattern::contents returning a collection of packages
6582   associated with the pattern/patch.
6583 - revision 9496
6584
6585 -------------------------------------------------------------------
6586 Tue Apr  8 15:50:48 CEST 2008 - jreidinger@suse.cz
6587
6588 - add comparing to PoolQuery
6589 - revision 9466
6590
6591 -------------------------------------------------------------------
6592 Tue Apr  8 13:18:30 CEST 2008 - jreidinger@suse.cz
6593
6594 - move RepoInfo to universal RepoException. This can enable more verbose output - for frontend. (helps with bnc #377137)
6595 - revision 9452
6596
6597 -------------------------------------------------------------------
6598 Tue Apr  8 10:52:30 CEST 2008 - jreidinger@suse.cz
6599
6600 - initial implementation of new locks (FATE #120118 and #120352)
6601 - revision 9442
6602
6603 -------------------------------------------------------------------
6604 Tue Apr  7 15:18:22 CEST 2008 - dmacvicar@suse.de
6605
6606 - selectable API updates and changes
6607 - 4.10.0
6608
6609 -------------------------------------------------------------------
6610 Fri Apr  4 14:01:45 CEST 2008 - jreidinger@suse.cz
6611
6612 - add split with respect to escaped delimeters and also for quotes
6613 - revision 9373
6614
6615 -------------------------------------------------------------------
6616 Thu Apr  3 12:55:50 CEST 2008 - ma@suse.de
6617
6618 - Fixed some missing package and source package attributes.
6619 - revision 9348
6620
6621 -------------------------------------------------------------------
6622 Thu Apr  3 11:59:13 CEST 2008 - ma@suse.de
6623
6624 - Allow to store a media label in MediaSetAccess. This label is
6625   passed to a media change requests to describe which CD is
6626   requested.  (bnc #330094)
6627 - Fixed some missing package and source package attributes.
6628 - revision 9347
6629
6630 -------------------------------------------------------------------
6631 Wed Apr  2 13:48:52 CEST 2008 - schubi@suse.de
6632
6633 - Moved poolItem.status().isSatisfied(),.... to poolItem.isSatisfied()
6634 - Removed establish state in ResStatus
6635 - revision 9337
6636 - version 4.7.0
6637
6638 -------------------------------------------------------------------
6639 Wed Apr  2 10:24:17 CEST 2008 - ma@suse.de
6640
6641 - Add PoolItem::isSatisfied()/isBroken() to test whether
6642   the items requirements are met.
6643 - revision 9334
6644
6645 -------------------------------------------------------------------
6646 Tue Apr  1 21:54:10 CEST 2008 - ma@suse.de
6647
6648 - Extend sat::WhatProvides to allow to query for possible providers
6649   of a collection of capabilies. E.g. all providers of a packages
6650   requirements.
6651 - Fixed retrieval of translated texts from .solv files, provided the
6652   solv file contains them.
6653 - revision 9328
6654
6655 -------------------------------------------------------------------
6656 Tue Apr  1 16:17:44 CEST 2008 - jreidinger@suse.cz
6657
6658 - initial implementation of serialize/recovery PoolQuery
6659   (needed by FATE #120118)
6660 - revision 9325
6661
6662 -------------------------------------------------------------------
6663 Wed Mar 26 16:15:24 CET 2008 - ma@suse.de
6664
6665 - Allow prioritizing repos by adding a line 'priority=N' to the
6666   .repo file. Where N is an integer number from 1 (highest prio)
6667   to 99 (least and default). (bnc #369827, fate #302872)
6668 - version 4.6.1
6669 - revision 9276
6670
6671 -------------------------------------------------------------------
6672 Mon Mar 24 21:17:05 CET 2008 - coolo@suse.de
6673
6674 - support plaindir again (at least the most important parts)
6675
6676 -------------------------------------------------------------------
6677 Fri Mar 21 13:23:13 CET 2008 - jreidinger@suse.cz
6678
6679 - Throwing special exception MediaBadCAException in case of SSL
6680   certificate validation failure.(bnc #223512)
6681 - revision 9250
6682
6683 -------------------------------------------------------------------
6684 Fri Mar 21 12:38:39 CET 2008 - jreidinger@suse.cz
6685
6686 - add new error IO_SOFT to media request callback for temporary
6687   connection problem. (bnc #328822)
6688 - add new media exception timeout when somethink fail due to exceed
6689   timeout
6690 - mediacurl throw timeout exception when timeouted
6691 - revision 9246
6692
6693 -------------------------------------------------------------------
6694 Thu Mar 20 15:00:24 CET 2008 - jreidinger@suse.cz
6695
6696 - return more information from checking if metadata need refresh,
6697   so user can get better info. (bnc #307249)
6698 - revision 9231
6699
6700 -------------------------------------------------------------------
6701 Tue Mar 18 21:59:04 CET 2008 - ma@suse.de
6702
6703 - class sat::LocaleSupport: Convenience methods to manage support
6704   for language specific packages.
6705 - revision 9197
6706
6707 -------------------------------------------------------------------
6708 Tue Mar 18 13:54:16 CET 2008 - jkupec@suse.cz
6709
6710 - removed obsolete capability handling stuff (ma)
6711 - version 4.5.0
6712
6713 -------------------------------------------------------------------
6714 Tue Mar 18 11:42:51 CET 2008 - jreidinger@suse.cz
6715
6716 - Don't mask skip and abort exception in Fetcher
6717 - revision 9188
6718
6719 -------------------------------------------------------------------
6720 Tue Mar 18 11:00:22 CET 2008 - jreidinger@suse.cz
6721
6722 - action is correctly set in mediaRequest callback
6723 - revision 9186
6724
6725 -------------------------------------------------------------------
6726 Mon Mar 17 12:33:44 CET 2008 - ma@suse.de
6727
6728 - Fix SEGV in commit (bnc# 371137)
6729 - version 4.4.3
6730 - revision 9174
6731
6732 -------------------------------------------------------------------
6733 Fri Mar 14 17:28:39 CET 2008 - ma@suse.de
6734
6735 - version 4.4.2
6736
6737 -------------------------------------------------------------------
6738 Fri Mar 14 14:27:43 CET 2008 - dmacvicar@suse.de
6739
6740 - look for openssl in cmake, actually we build require it
6741 - explicitely link against openssl and crypto, required to
6742   compile in all platforms/distros.
6743
6744 -------------------------------------------------------------------
6745 Fri Mar 14 12:07:41 CET 2008 - jreidinger@suse.cz
6746
6747 - Save repo type during refresh if type is NONE (f.e. lazy probing).
6748 - revision 9153
6749
6750 -------------------------------------------------------------------
6751 Fri Mar 14 11:34:24 CET 2008 - jreidinger@suse.cz
6752
6753 - replace gpg escaped semicolon with real semicolon (bnc #355434)
6754 - revision 9151
6755
6756 -------------------------------------------------------------------
6757 Fri Mar 14 10:17:41 CET 2008 - jreidinger@suse.cz
6758
6759 - make strings from RpmDb and Keyring exceptions translatable
6760 - revision 9146
6761
6762 -------------------------------------------------------------------
6763 Thu Mar 13 18:41:26 CET 2008 - dmacvicar@suse.de
6764
6765 - fix retrieving keys (bnc #368099)
6766 - version 4.4.1
6767
6768 -------------------------------------------------------------------
6769 Thu Mar 13 18:40:57 CET 2008 - jreidinger@suse.cz
6770
6771 - enable frontend to rewrite add_probe settings.(bnc #309612)
6772 - Correct adding repo without type to lazy probing.
6773 - revision 9135
6774
6775 -------------------------------------------------------------------
6776 Thu Mar 13 17:59:52 CET 2008 - jreidinger@suse.cz
6777
6778 - get better message if something fail when trying run rpm
6779   (bnc #344584)
6780 - revision 9133
6781
6782 -------------------------------------------------------------------
6783 Thu Mar 13 12:33:13 CET 2008 - ma@suse.de
6784
6785 - Add ExternalProgram::execError and ExternalProgram::command
6786   to improve error reporting.
6787 - revision 9112
6788
6789 -------------------------------------------------------------------
6790 Thu Mar 13 11:45:20 CET 2008 - jkupec@suse.cz
6791
6792 - release all media before requesting another (bnc #336881)
6793 - revision 9110
6794
6795 -------------------------------------------------------------------
6796 Thu Mar 13 11:32:56 CET 2008 - jkupec@suse.cz
6797
6798 - getDetectedDevices added (fate #120298)
6799 - revision 9108
6800
6801 -------------------------------------------------------------------
6802 Wed Mar 12 15:55:14 CET 2008 - jkupec@suse.cz
6803
6804 - media backend release() methods changed to take string & instead
6805   of bool (needed for FATE #120298)
6806 - media label, detected device list and current device arguments
6807   added to the requestMedia callback
6808 - version 4.4.0
6809
6810 -------------------------------------------------------------------
6811 Wed Mar 12 14:16:07 CET 2008 - coolo@suse.de
6812
6813 - fix for bnc#369543
6814
6815 -------------------------------------------------------------------
6816 Mon Mar 10 13:30:04 CET 2008 - jkupec@suse.cz
6817
6818 - provide download rate info (average and curent) in the
6819   media::DownloadProgressReport for ftp/http (bnc #168935)
6820 - r9074
6821
6822 -------------------------------------------------------------------
6823 Mon Mar 10 12:45:03 CET 2008 - jkupec@suse.cz
6824
6825 - cleanCache(): clean also .cookie files
6826 - cleanTargetCache() added
6827 - use escaped_alias() in rawcache_path_for_repoinfo() and
6828   packagescache_path_for_repoinfo()
6829 - r9068
6830
6831 -------------------------------------------------------------------
6832 Fri Mar  7 19:59:10 CET 2008 - jkupec@suse.cz
6833
6834 - fixed location of RPMs in subdirs when parsing plaindir repo
6835   recursively (bnc #368218)
6836 - revision 9060
6837
6838 -------------------------------------------------------------------
6839 Thu Mar  6 13:42:53 CET 2008 - ma@suse.de
6840
6841 - Do not filter any installed solvables.
6842 - revision 9031
6843 - version 4.3.2
6844
6845 -------------------------------------------------------------------
6846 Wed Mar  5 11:33:26 CET 2008 - ma@suse.de
6847
6848 - Try to rebuild broken solv files in Target::load.
6849 - revision 9015
6850
6851 -------------------------------------------------------------------
6852 Tue Mar  4 18:17:41 CET 2008 - ma@suse.de
6853
6854 - Try to rebuild broken solv files in RepoManager::loadFromCache.
6855 - Fix RepoStatus::operator&& and RepoStatus testsuite.
6856 - revision 9008
6857
6858 -------------------------------------------------------------------
6859 Tue Mar  4 16:09:14 CET 2008 - schubi@suse.de
6860
6861 - improved problem description while a vendor change
6862 - improved problem description if a requirement cannot be fulfilled. Bug #358560
6863 - revision 9002
6864
6865 -------------------------------------------------------------------
6866 Tue Mar  4 12:57:58 CET 2008 - ma@suse.de
6867
6868 - Save and restore requested locales on target load/commit.
6869 - revision 8999
6870
6871 -------------------------------------------------------------------
6872 Mon Mar  3 17:10:26 CET 2008 - schubi@suse.de
6873
6874 - (Update) Prevent reinstallation of installed packages.
6875 - revision 8984
6876
6877 -------------------------------------------------------------------
6878 Sun Mar  2 16:13:16 CET 2008 - coolo@suse.de
6879
6880 - refresh metadata if there is no cache to unbreak compat with
6881   kiwi (that relied on "zypper sa <url> <alias>" to create a repo
6882   that "zypper in" could work on)
6883
6884 -------------------------------------------------------------------
6885 Sun Mar  2 10:28:13 CET 2008 - coolo@suse.de
6886
6887 - create cache directory before calling rpmdb2solv (in an empty
6888   chroot)
6889 - version 4.3.1
6890
6891 -------------------------------------------------------------------
6892 Thu Feb 28 16:43:11 CET 2008 - jkupec@suse.cz
6893
6894 - special exception message if server returns 403 response
6895   (forbidden) (port from SP2)
6896 - MediaException messages marked for translation
6897
6898 -------------------------------------------------------------------
6899 Wed Feb 27 10:31:24 CET 2008 - dmacvicar@suse.de
6900
6901 - make sure we have target cache on target initialize
6902 - version 4.3.0
6903
6904 -------------------------------------------------------------------
6905 Tue Feb 26 13:59:03 CET 2008 - lslezak@suse.cz
6906
6907 - DiskUsageCounter.cc - ignore "vfat", "fat", "ntfs" and "ntfs-3g"
6908   file systems (#333166)
6909 - rev. 8915
6910
6911 -------------------------------------------------------------------
6912 Tue Feb 26 13:26:30 CET 2008 - ma@suse.de
6913
6914 - Fixed Capabilites iterator exposing prereq marker.
6915 - revision 8914
6916
6917 -------------------------------------------------------------------
6918 Tue Feb 26 11:29:05 CET 2008 - schubi@suse.de
6919
6920 - postinstall script fixed
6921 - version 4.2.10
6922
6923 -------------------------------------------------------------------
6924 Mon Feb 25 17:06:53 CET 2008 - schubi@suse.de
6925
6926 - Testcases regards modaliases, rpmlib, ... correctly
6927 - Revision 8904
6928
6929 -------------------------------------------------------------------
6930 Mon Feb 25 13:20:26 CET 2008 - ma@suse.de
6931
6932 - Remove obsolete sql database. (bnc#363224)
6933 - revision 8898
6934
6935 -------------------------------------------------------------------
6936 Fri Feb 22 14:03:59 CET 2008 - ma@suse.de
6937
6938 - Take care target uses --root when creating solv files (bnc #363789)
6939 - revision 8881
6940
6941 -------------------------------------------------------------------
6942 Fri Feb 22 10:10:14 CET 2008 - schubi@suse.de
6943
6944 - Unmaintained packages which does not fit to the updated system
6945   (broken dependencies) will be deleted.
6946 - revision 8867
6947
6948 -------------------------------------------------------------------
6949 Fri Feb 22 07:20:35 CET 2008 - coolo@suse.de
6950
6951 - let libzypp-devel require libsatsolver-devel
6952
6953 -------------------------------------------------------------------
6954 Wed Feb 20 13:47:56 CET 2008 - ma@suse.de
6955
6956 - Cleanup unused /var/lib/zypp/cache in migrate_sources (#305160)
6957 - revision 8833
6958
6959 -------------------------------------------------------------------
6960 Tue Feb 19 16:21:12 CET 2008 - jkupec@suse.cz
6961
6962 - media: fixed DownloadProgressReport.finish() url argument in
6963   doGetFileCopy()
6964 - revision 8815
6965
6966 -------------------------------------------------------------------
6967 Tue Feb 19 11:21:59 CET 2008 - dmacvicar@suse.de
6968
6969 - hardlink when possible to optimize data transfer
6970   and space across caches.
6971 - version 4.2.8
6972
6973 -------------------------------------------------------------------
6974 Tue Feb 19 08:15:07 CET 2008 - coolo@suse.de
6975
6976 - added some locale support to sat::Solvable
6977 - version 4.2.7
6978
6979 -------------------------------------------------------------------
6980 Mon Feb 18 14:15:48 CET 2008 - dmacvicar@suse.de
6981
6982 - handle error messages better in doesFileExist too which is
6983   used during probing. (bnc #362608)
6984
6985 -------------------------------------------------------------------
6986 Sun Feb 17 21:44:12 CET 2008 - dmacvicar@suse.de
6987
6988 - Fetcher::reset() should not reset cache directories.
6989   (bnc #348050)
6990 - version 4.2.6
6991
6992 -------------------------------------------------------------------
6993 Fri Feb 16 15:47:00 CET 2008 - dmacvicar@suse.de
6994
6995 - Use CURLOPT_NOBODY instead of a CURLOPT_RANGE of 1 byte
6996   for http and https, but this time set CURLOPT_HTTPGET back to 1
6997   so it actually works. This makes Media::doesFileExist
6998   efficient for http and https.
6999   (related to bnc #348050)
7000 - version 4.2.5
7001
7002 -------------------------------------------------------------------
7003 Fri Feb 15 10:52:59 CET 2008 - coolo@suse.de
7004
7005 - using .solv files only now (fate #303018)
7006 - revision 8699
7007
7008 -------------------------------------------------------------------
7009 Tue Feb 12 17:10:48 CET 2008 - coolo@suse.de
7010
7011 - fix architectures on distupgrade
7012
7013 -------------------------------------------------------------------
7014 Fri Feb  8 12:50:30 CET 2008 - coolo@suse.de
7015
7016 - fixes from trunk merged
7017
7018 -------------------------------------------------------------------
7019 Fri Feb  1 17:45:07 CET 2008 - jkupec@suse.cz
7020
7021 - fixed renaming a repo to an existing one (bnc #228216)
7022 - revision 8431
7023
7024 -------------------------------------------------------------------
7025 Sun Jan 27 21:35:13 CET 2008 - coolo@suse.de
7026
7027 - fix changelog
7028
7029 -------------------------------------------------------------------
7030 Thu Jan 24 18:26:47 CET 2008 - jkupec@suse.cz
7031
7032 - read .curlrc more robustly to obtain user-proxy (#330351)
7033 - revision 8368
7034
7035 -------------------------------------------------------------------
7036 Fri Jan 18 12:19:09 CET 2008 - coolo@suse.de
7037
7038 - always buildrequire openssl-devel
7039 - replacing strange utf-8 chars in changelog
7040 - revision 8317
7041
7042 -------------------------------------------------------------------
7043 Thu Jan 17 15:07:52 CET 2008 - jkupec@suse.cz
7044
7045 - Saner NFS timeo default (#350309)
7046 - revision 8314
7047
7048 -------------------------------------------------------------------
7049 Thu Jan 17 12:03:10 CET 2008 - kkaempf@suse.de
7050
7051 - support 'patterns.pat' and 'patterns.pat.gz' to read all
7052   patterns in one go.
7053 - rev 8309
7054
7055 -------------------------------------------------------------------
7056 Tue Jan 15 14:56:21 CET 2008 - lslezak@suse.cz
7057
7058 - added RpmDb::removePubkey(), call it from
7059   KeyRing::Impl::deleteKey() - remove the GPG key from RPM when it
7060   is removed from the trusted keyring
7061 - revision 8288
7062
7063 -------------------------------------------------------------------
7064 Mon Jan 14 17:11:15 CET 2008 - schubi@suse.de
7065
7066 - Textchanges
7067 - reduced logging in SAT-solver
7068 - ordering solutions
7069 - version 4.1.8
7070 - revision 8276
7071
7072 -------------------------------------------------------------------
7073 Thu Jan 10 16:50:26 CET 2008 - schubi@suse.de
7074
7075 - Enabled SAT solver via default. (removed ZYPP_SAT_SOLVER)
7076   ZYPP_RC_SOLVER=1 will enable the old RedCapet solver
7077 - Revision 8255
7078 - Version 4.1.7
7079
7080 -------------------------------------------------------------------
7081 Wed Jan  2 18:24:34 CET 2008 - jkupec@suse.cz
7082
7083 - Pathname zypp::filesystem::expandlink(const Pathname &) added
7084 - if the provided file is a symlink, expand it (#274651) (this
7085   probably won't work for schemes other than file/dir and cd/dvd)
7086 - revision 8179
7087
7088 -------------------------------------------------------------------
7089 Tue Dec 18 12:28:22 CET 2007 - aschnell@suse.de
7090
7091 - fixed password handling in URLs (bug #347273)
7092 - revision 8118
7093
7094 -------------------------------------------------------------------
7095 Mon Dec 17 13:47:44 CET 2007 - ma@suse.de
7096
7097 - Fixed default text locale detection not to use static variables. (#346872)
7098 - version 4.1.6
7099 - revision 8116
7100
7101 -------------------------------------------------------------------
7102 Mon Dec 10 12:46:26 CET 2007 - ma@suse.de
7103
7104 - Log more details about zypp lock owner. (#294094)
7105 - revision 8088
7106
7107 -------------------------------------------------------------------
7108 Fri Dec  7 15:47:53 CET 2007 - ma@suse.de
7109
7110 - Remove runtime dependency for libboost_filesystem (#345773)
7111 - version 4.1.5
7112 - revision 8061
7113
7114 -------------------------------------------------------------------
7115 Fri Nov 30 14:20:34 CET 2007 - schubi@suse.de
7116
7117 - Enable SAT solver via environment variable ZYPP_SAT_SOLVER.
7118   e.g.: ZYPP_SAT_SOLVER=1 zypper install foo
7119 - version 4.1.4
7120 - revision 7998
7121
7122 -------------------------------------------------------------------
7123 Wed Nov 28 15:12:33 CET 2007 - aschnell@suse.de
7124
7125 - make IniParser more strict (bug #306697)
7126
7127 -------------------------------------------------------------------
7128 Mon Nov 26 13:19:34 CET 2007 - ma@suse.de
7129
7130 - Fix missing packages in patch content list. (#340896)
7131 - revision 7925
7132
7133 -------------------------------------------------------------------
7134 Fri Nov 16 12:46:39 CET 2007 - coolo@suse.de
7135
7136 - fix build
7137
7138 -------------------------------------------------------------------
7139 Wed Nov 14 14:23:23 CET 2007 - ma@suse.de
7140
7141 - Output date strings in UTF-8. (#339423)
7142 - revision 7807
7143
7144 -------------------------------------------------------------------
7145 Tue Nov 13 13:40:03 CET 2007 - schubi@suse.de
7146
7147 - fixes for new gcc
7148 - version 4.1.3
7149 - r7788
7150
7151 -------------------------------------------------------------------
7152 Mon Nov  5 15:22:33 CET 2007 - ma@suse.de
7153
7154 - Don't mark failed patch scripts as installed. (#327523)
7155 - version 4.1.2
7156 - revision 7744
7157
7158 -------------------------------------------------------------------
7159 Wed Oct 31 09:19:59 CET 2007 - dmueller@suse.de
7160
7161 - update rpmlint suppression
7162
7163 -------------------------------------------------------------------
7164 Fri Oct 26 15:12:24 CEST 2007 - aschnell@suse.de
7165
7166 - fixed retrieval of epoch from rpmdb (bug #246680)
7167
7168 -------------------------------------------------------------------
7169 Thu Oct 25 16:29:24 CEST 2007 - aschnell@suse.de
7170
7171 - allow non-existing "packages" file in susetags parser (bug
7172   #309235)
7173
7174 -------------------------------------------------------------------
7175 Fri Oct 12 15:47:37 CEST 2007 - ma@suse.de
7176
7177 - SMBIOS DMI modalias matching added (#333152)
7178 - revision 7494
7179
7180 -------------------------------------------------------------------
7181 Sat Oct  6 16:37:11 CEST 2007 - jkupec@suse.cz
7182 - do not download the same file multiple times in one attach session
7183   (#307098), r7456
7184 - special cdrom detection code for SCSI / Virtual CDROMs on iSeries
7185   removed - should be correctly detected by HAL now
7186   (#167629, #163971), r7452
7187 - version 4.1.1
7188
7189 -------------------------------------------------------------------
7190 Fri Oct 05 10:35:47 CEST 2007 - aschnell@suse.de
7191
7192 - filter architecture in plaindir parser (bug #330791)
7193
7194 -------------------------------------------------------------------
7195 Thu Oct  4 16:31:58 CEST 2007 - ma@suse.de
7196
7197 - Throw constructing malformed checksums. (#189096)
7198 - revision 7441
7199
7200 -------------------------------------------------------------------
7201 Thu Oct  4 14:22:31 CEST 2007 - mvidner@suse.cz
7202
7203 - Renamed templates back because proper qualification makes it work
7204   too.
7205 - 4.1.0
7206
7207 -------------------------------------------------------------------
7208 Thu Oct 04 11:23:19 CEST 2007 - aschnell@suse.de
7209
7210 - only look for repositories in file ending ".repo" (bug #294779)
7211
7212 -------------------------------------------------------------------
7213 Wed Oct  3 13:37:57 CEST 2007 - mvidner@suse.cz
7214
7215 - Fixed compilation errors with GCC 4.3 by adding missing includes
7216   and renaming templates: MaxBits to MaxBitsT, Mask to MaskT,
7217   Compare<Edition> to CompareEd.
7218 - r7426
7219
7220 -------------------------------------------------------------------
7221 Mon Oct  1 20:29:36 CEST 2007 - ma@suse.de
7222
7223 - Incorporated patch from Michael Matz to speedup cache reading.
7224 - revision 7413
7225
7226 -------------------------------------------------------------------
7227 Fri Sep 28 18:40:59 CEST 2007 - schubi@suse.de
7228
7229 - Resolvertestcase:
7230   - log Repository info
7231   - set keep state in the testcase
7232   - handle vendor
7233 - r 4707
7234
7235 -------------------------------------------------------------------
7236 Thu Sep 27 17:13:14 CEST 2007 - ma@suse.de
7237
7238 - Fixed pattern parser SEGV on broken pattern files. (#328546)
7239 - revision 7402
7240
7241 -------------------------------------------------------------------
7242 Wed Sep 26 11:08:14 CEST 2007 - schubi@suse.de
7243
7244 - QueuItemRequire: Filter out all provider which have worser architecture,
7245   are NOT noarch and have not the same name as the requirement. The
7246   last one is needed for updating packages via patch/atoms.
7247   Bug 328081
7248 - Revert changes of r 7340
7249 - r 7386
7250
7251 -------------------------------------------------------------------
7252 Tue Sep 25 15:51:34 CEST 2007 - ma@suse.de
7253
7254 - Add missing '--install' parameter in desktop file. (#308640)
7255 - version 4.0.0
7256 - revision 7369
7257
7258 -------------------------------------------------------------------
7259 Tue Sep 25 11:08:13 CEST 2007 - jkupec@suse.cz
7260
7261 - release all attached media before attempting to eject (#293428)
7262 - fixed parsing of --proxy-user parameter of .curlrc (#309139)
7263 - revision 7352
7264 - version 3.26.0
7265
7266 -------------------------------------------------------------------
7267 Mon Sep 24 16:10:32 CEST 2007 - dmacvicar@suse.de
7268
7269 - provide a way to retrieve the metadata path. Used for
7270   installation, which incorrectly creates a repository in
7271   cache without adding it first, so metadata path is not
7272   set and therefore it is not possible to setup a media
7273   verifier on installation. Part of fix for (#293428)
7274 - 3.25.0
7275
7276 -------------------------------------------------------------------
7277 Mon Sep 24 15:48:47 CEST 2007 - schubi@suse.de
7278
7279 - If more than one resolvables provide a requirements and have different
7280   architecture take thatone with the best architecture. (Not regarding the
7281   name). Bug: Branching too much while an installation of a multi-arch-DVD
7282 - r 7340
7283 - version 3.24.8
7284
7285 -------------------------------------------------------------------
7286 Fri Sep 21 15:50:30 CEST 2007 - schubi@suse.de
7287
7288 - Checking the queue if an item will be deleted. If yes, the requirements
7289   are not needed anymore. Bug 326384
7290 - version 3.24.7
7291 - r 7329
7292
7293 -------------------------------------------------------------------
7294 Thu Sep 20 17:37:30 CEST 2007 - jkupec@suse.cz
7295
7296 - don't probe the repository type upon saving if disabled (#326769)
7297 - version 3.24.6
7298 - revision 7319
7299
7300 -------------------------------------------------------------------
7301 Thu Sep 20 15:19:53 CEST 2007 - ma@suse.de
7302
7303 - Avoid calling rpm repeatedly in case of an error. This is fault-prone,
7304   esp. if the error occurred executing the packages post-install script.
7305 - version 3.24.5
7306 - revision 7317
7307
7308 -------------------------------------------------------------------
7309 Thu Sep 20 11:00:04 CEST 2007 - ma@suse.de
7310
7311 - If a package is deselected by user, apply this soft lock to all
7312   available versions of this package.
7313 - version 3.24.4
7314 - revision 7316
7315
7316 -------------------------------------------------------------------
7317 Wed Sep 19 17:45:12 CEST 2007 - schubi@suse.de
7318
7319 - Update: Do not set an item to installation if there has been already set
7320   one for installation which has the same NVA. Bug  326286
7321 - version 3.24.3
7322 - r 7311
7323
7324 -------------------------------------------------------------------
7325 Wed Sep 19 14:19:49 CEST 2007 - ma@suse.de
7326
7327 - Enable package cache during commit. (#326249)
7328 - revision 7309
7329
7330 -------------------------------------------------------------------
7331 Tue Sep 18 14:01:02 CEST 2007 - schubi@suse.de
7332
7333 - Do not regarding requirements for packages which will be deleted in the
7334   same solver run. Bug 310618
7335 - r 7292
7336 - version 3.24.2
7337
7338 -------------------------------------------------------------------
7339 Mon Sep 17 16:33:14 CEST 2007 - jkupec@suse.cz
7340
7341 - don't download filelists.xml.gz (#307105)
7342 - version 3.24.1
7343 - revision 7269
7344
7345 -------------------------------------------------------------------
7346 Mon Sep 17 15:51:04 CEST 2007 - ma@suse.de
7347
7348 - Improve estimated diskusage while there is no valid
7349   solver result. (#325617)
7350 - revision 7266
7351
7352 -------------------------------------------------------------------
7353 Mon Sep 17 15:22:47 CEST 2007 - schubi@suse.de
7354
7355 -Bugfix in vendor change of a required resolvable (Correct error message)
7356  Bug 310455
7357 - r 7262
7358
7359 -------------------------------------------------------------------
7360 Mon Sep 17 12:36:28 CEST 2007 - lslezak@suse.cz
7361
7362 - fixed DU parsing in inst-sys (#308659)
7363 - revision 7256
7364
7365 -------------------------------------------------------------------
7366 Fri Sep 14 22:57:54 CEST 2007 - ma@suse.de
7367
7368 - Enable using patch and delta rpms. (#309124)
7369 - version 3.24.0
7370 - revision 7253
7371
7372 -------------------------------------------------------------------
7373 Thu Sep 13 17:59:55 CEST 2007 - ma@suse.de
7374
7375 - On update do not delete unmaintained non-SuSE packages.
7376 - version 3.23.2
7377 - revision 7239
7378
7379 -------------------------------------------------------------------
7380 Thu Sep 13 13:02:39 CEST 2007 - lslezak@suse.cz
7381
7382 - ZYppImpl::getPartitions() - don't return the current partitioning
7383   when the partitioning hasn't been set - fixes DU parsing in
7384   inst-sys (#308659)
7385
7386 -------------------------------------------------------------------
7387 Thu Sep 13 11:30:47 CEST 2007 - dmacvicar@suse.de
7388
7389 - Throw specific exceptions during commit (#308511)
7390 - 3.23.1
7391
7392 -------------------------------------------------------------------
7393 Wed Sep 12 18:48:00 CEST 2007 - ma@suse.de
7394
7395 - Various disk space calculation fixes. Susetags, plaindir and rpmdb
7396   now provide more detailed disk usage information.
7397   Yum metadata don't, so we book the package size to '/'. (#308362)
7398 - version 3.23.0
7399 - revision 7225
7400
7401 -------------------------------------------------------------------
7402 Wed Sep 12 15:48:41 CEST 2007 - schubi@suse.de
7403
7404 - Regarding keep state while recycle old valid solver results. Bug 286889
7405 - r 7209
7406
7407 -------------------------------------------------------------------
7408 Wed Sep 12 12:24:49 CEST 2007 - jkupec@suse.cz
7409
7410 - report 100% progress on finishing RPM removal (bug #309431)
7411 - revision 7200
7412
7413 -------------------------------------------------------------------
7414 Tue Sep 11 17:25:35 CEST 2007 - schubi@suse.de
7415
7416 - Update: rename language packages --> take that package which fits to the
7417   selected language Bug 308098
7418 - r 7919
7419
7420 -------------------------------------------------------------------
7421 Tue Sep 11 16:11:20 CEST 2007 - dmacvicar@suse.de
7422
7423 - restore deltas and patch rpms from the cache (#309124)
7424 - 3.22.8
7425
7426 -------------------------------------------------------------------
7427 Tue Sep 11 14:54:44 CEST 2007 - ma@suse.de
7428
7429 - Don't fail if a product is deleted multiple times (e.g. due to
7430   obsoletes and an explicit deleted request). (#308746)
7431 - version 3.22.7
7432 - revision 7184
7433
7434 -------------------------------------------------------------------
7435 Tue Sep 11 13:52:47 CEST 2007 - jkupec@suse.cz
7436
7437 - SYSCONFDIR variable added for modifying /etc
7438
7439 -------------------------------------------------------------------
7440 Tue Sep 11 12:18:11 CEST 2007 - schubi@suse.de
7441
7442 - uninstallable resolvable -->suggested solution: delete; Bug 308164
7443 - r 7177
7444
7445 -------------------------------------------------------------------
7446 Mon Sep 10 16:19:05 CEST 2007 - schubi@suse.de
7447
7448 - new translations added
7449 - r 7166
7450 - version 3.22.6
7451
7452 -------------------------------------------------------------------
7453 Mon Sep 10 15:50:49 CEST 2007 - lslezak@suse.cz
7454
7455 - fixed disk usage counting of updated packages (#308362)
7456
7457 -------------------------------------------------------------------
7458 Mon Sep 10 14:17:29 CEST 2007 - schubi@suse.de
7459
7460 - Splitting packages: Take the package with the best
7461   architecture,edition ONLY; Bug 308591
7462 - r 7160
7463
7464 -------------------------------------------------------------------
7465 Mon Sep 10 10:55:45 CEST 2007 - lslezak@suse.cz
7466
7467 - properly report fallback disk usage size (in kB instead of bytes)
7468   when disk usage is not known (YUM repos) (#308475)
7469
7470 -------------------------------------------------------------------
7471 Fri Sep  7 13:27:26 CEST 2007 - ma@suse.de
7472
7473 - Install a sample /etc/zypp.conf. (#306615)
7474 - Fixed missing soversion symlink in package.
7475 - version 3.22.5
7476 - revision 7150
7477
7478 -------------------------------------------------------------------
7479 Fri Sep  7 13:03:48 CEST 2007 - schubi@suse.de
7480
7481 - RequirementIsMet: return true only if ALL Atoms are NOT incomplete; Bug
7482   308252
7483 - r 7143
7484
7485 -------------------------------------------------------------------
7486 Thu Sep  6 18:22:36 CEST 2007 - schubi@suse.de
7487
7488 - Error: Select two candidate with the same name while update.
7489   Solution: If there is a candidate which is already selected for installation -->
7490   take thatone #308082
7491 - r 7132
7492
7493 -------------------------------------------------------------------
7494 Thu Sep  6 14:11:58 CEST 2007 - ma@suse.de
7495
7496 - Work arround installed patterns providing an empty vendor string. (#307743)
7497 - Let the solver treat vendor suse and opensuse as equivalent.
7498 - version 3.22.4
7499
7500 -------------------------------------------------------------------
7501 Thu Sep  6 12:33:27 CEST 2007 - schubi@suse.de
7502
7503 - Checking item before evaluating the concerning vendor. bug #307941
7504 - r 7119
7505
7506 -------------------------------------------------------------------
7507 Wed Sep  6 02:24:37 CEST 2007 - dmacvicar@suse.de
7508
7509 - Fix for bug #307163 - empty package descriptions
7510   a.k.a shared tag not 100% implemented
7511 - r 7117
7512 - version 3.22.3
7513
7514 -------------------------------------------------------------------
7515 Wed Sep  5 17:52:37 CEST 2007 - schubi@suse.de
7516
7517 - logging "reverse" NEEDED_BY in the detail description of solver
7518   problems.
7519 - improved error message if a requiremnt is not fulfilled Bug 307743
7520 - Add "ignore" option to the solution if a requirement is not fulfilled
7521   Bug 304276
7522 - revision 7113
7523
7524 -------------------------------------------------------------------
7525 Wed Sep  5 14:33:02 CEST 2007 - jkupec@suse.cz
7526
7527 - fixed the order of operands of susetags local metadata status
7528   computation which caused the YaST repositories to always get
7529   refreshed (part of bug #304310)
7530 - revision 7107
7531 - version 3.22.2
7532
7533 -------------------------------------------------------------------
7534 Tue Sep  4 12:09:10 CEST 2007 - schubi@suse.de
7535
7536 - comparing vendor with VendorAttr::equivalent
7537 - revision 7103
7538
7539 -------------------------------------------------------------------
7540 Mon Sep  3 18:43:51 CEST 2007 - schwab@suse.de
7541
7542 - Use $RPM_OPT_FLAGS.
7543
7544 -------------------------------------------------------------------
7545 Mon Sep  3 17:14:02 CEST 2007 - ma@suse.de
7546
7547 - Reset transact bits when switching status from
7548   "update" to "protected" (#246976)
7549 - version 3.22.1
7550 - revision 7094
7551
7552 -------------------------------------------------------------------
7553 Mon Sep  3 13:56:42 CEST 2007 - schubi@suse.de
7554
7555 - new translations added
7556 - rev 7083
7557
7558 -------------------------------------------------------------------
7559 Fri Aug 31 22:10:55 CEST 2007 - ma@suse.de
7560
7561 - Added ability to switch off use of patch and delta rpms via zypp.conf (#305864)
7562    [main]
7563    download.use_patchrpm = no
7564    download.use_deltarpm = no
7565 - version 3.22.0
7566 - revision 7069
7567
7568 -------------------------------------------------------------------
7569 Fri Aug 31 19:56:40 CEST 2007 - ma@suse.de
7570
7571 - On demand translate patch requirements into a list of atoms.
7572   Required by the UI to display packages acssociated with a patch.
7573   (#300612)
7574 - version 3.21.1
7575 - revision 7065
7576
7577 -------------------------------------------------------------------
7578 Fri Aug 31 13:59:54 CEST 2007 - kkaempf@suse.de
7579
7580 - enrich ResolverInfo with the reason if a user-initiated request
7581   fails (#304325, #306240)
7582 - r 7051
7583
7584 -------------------------------------------------------------------
7585 Thu Aug 30 20:10:00 CEST 2007 - jkupec@suse.cz
7586
7587 - added missing implementation of LogControl::setLineFormater()
7588   (lslezak)
7589 - version 3.21.0
7590 - revision 7041
7591
7592 -------------------------------------------------------------------
7593 Thu Aug 30 18:55:15 CEST 2007 - jkupec@suse.cz
7594
7595 - enable changing url in requestMedia callback (#294481)
7596 - revision 7037
7597
7598 -------------------------------------------------------------------
7599 Thu Aug 30 18:22:32 CEST 2007 - ma@suse.de
7600
7601 - Filter readonly mount points in DiskUsageCounter (#297405)
7602 - revision 7030
7603
7604 -------------------------------------------------------------------
7605 Thu Aug 30 17:31:33 CEST 2007 - jkupec@suse.cz
7606
7607 - remember the cause of the RepoException when refreshing metadata
7608   (#301022)
7609 - r7023
7610
7611 -------------------------------------------------------------------
7612 Thu Aug 30 17:25:14 CEST 2007 - ma@suse.de
7613
7614 - Safe fix for bug #299680.
7615 - version 3.20.1
7616 - revision 7026
7617
7618 -------------------------------------------------------------------
7619 Thu Aug 30 15:48:03 CEST 2007 - schubi@suse.de
7620
7621 - Bugfix: If a requirement has been fulfilled by more than one language
7622   resolvables only thatone will be taken which fits to the selected
7623   language.
7624 - r 7018
7625
7626 -------------------------------------------------------------------
7627 Thu Aug 30 15:14:23 CEST 2007 - jkupec@suse.cz
7628
7629 - correct error code for media errors in MediaCurl::doGetFileCopy()
7630   affects only zypper error output, does not affect YaST
7631 - r7013
7632
7633 -------------------------------------------------------------------
7634 Wed Aug 29 18:28:41 CEST 2007 - jkupec@suse.cz
7635
7636 - reverted blocking of requestMedia from r6271 (#301710)
7637 - r6999
7638
7639 -------------------------------------------------------------------
7640 Wed Aug 29 18:09:29 CEST 2007 - kkaempf@suse.de
7641
7642 - prevent progress report in destructor (#299680)
7643 - r6998
7644
7645 -------------------------------------------------------------------
7646 Wed Aug 29 18:02:36 CEST 2007 - jkupec@suse.cz
7647
7648 - treat non-filelists.xml <file> entries as file provides capabilities
7649   in YUM parser (#304701)
7650 - r6992
7651
7652 -------------------------------------------------------------------
7653 Wed Aug 29 16:32:01 CEST 2007 - kkaempf@suse.de
7654
7655 - the media.1/media uniquely identifies a 'susetags' repo, not
7656   the content file (#304200)
7657
7658 -------------------------------------------------------------------
7659 Wed Aug 29 15:42:17 CEST 2007 - jkupec@suse.cz
7660
7661 - fixed locale dir (#304649)
7662 - r6984
7663
7664 -------------------------------------------------------------------
7665 Wed Aug 29 15:39:52 CEST 2007 - kkaempf@suse.de
7666
7667 - don't treat normal package license as "license to confirm"
7668   (#305906)
7669
7670 -------------------------------------------------------------------
7671 Wed Aug 29 15:28:53 CEST 2007 - ma@suse.de
7672
7673 - Fixed fix for #293039. Segfault due to uninitialzed data.
7674 - version 3.19.3
7675 - revision 6980
7676
7677 -------------------------------------------------------------------
7678 Wed Aug 29 15:10:20 CEST 2007 - schubi@suse.de
7679
7680 - reduced too much verbosed ResolverContext logging; Bug 303971
7681 - r 6977
7682
7683 -------------------------------------------------------------------
7684 Wed Aug 29 13:55:28 CEST 2007 - ma@suse.de
7685
7686 - Fixed PlainDir repositories to provide real disk usage data. For
7687   repomd and others that do not provide any detailed disk usage info,
7688   assume the packgage size is required below "/". Peviously they were
7689   treated as being empy.
7690 - version 3.19.2
7691 - revision 6972
7692
7693 -------------------------------------------------------------------
7694 Wed Aug 29 13:36:42 CEST 2007 - schubi@suse.de
7695
7696 - Add a new solver solution in the case of running in a timeout:
7697   ProblemSolutionDoubleTimeout.h
7698   #Bug 302496
7699 - revision 6970
7700
7701 -------------------------------------------------------------------
7702 Wed Aug 29 11:23:26 CEST 2007 - dmacvicar@suse.de
7703
7704 - bug in fix for (#292986)
7705
7706 -------------------------------------------------------------------
7707 Tue Aug 28 18:48:26 CEST 2007 - dmacvicar@suse.de
7708
7709 - (#297001) - libzypp: can't skip broken packages
7710 - re enable importing zypp keyring from rpm.(#302379)
7711 - 3.19.1
7712
7713 -------------------------------------------------------------------
7714 Tue Aug 28 17:30:30 CEST 2007 - kkaempf@suse.de
7715
7716 - rename ResolvableQuery::iterateResolvablesByKindsAndStrings
7717   to ResolvableQuery::iterateResolvablesByKindsAndStringsAndRepos
7718   in order to support query-by-repo (#305384)
7719 - fix iterateResolvablesByKindsAndStringsAndRepos to take any
7720   number of kinds, names, or repos (#305347)
7721 - remove ResolvableQuery::iterateResolvablesByKind, not needed
7722 - version 3.19.0
7723 - rev 6935
7724
7725 -------------------------------------------------------------------
7726 Tue Aug 28 11:27:53 CEST 2007 - dmacvicar@suse.de
7727
7728 - real fix for reading signature ids. (#390535).
7729 - delete metadata when removing repo (#301037).
7730
7731 -------------------------------------------------------------------
7732 Mon Aug 27 23:52:41 CEST 2007 - dmacvicar@suse.de
7733
7734 - following behaviour for setPartitions
7735   - if they are not set, they are detected
7736   - if they are set, that value is used.
7737   - if value set or detected is empty, all disk usage
7738     information is read. Otherwise just values in those
7739     mount points.
7740     Should work for installation as long as detectPartitions
7741     is empty at installation.(#293039)
7742
7743 -------------------------------------------------------------------
7744 Mon Aug 27 17:08:41 CEST 2007 - kkaempf@suse.de
7745
7746 - Add ZConfig::overrideSystemArchitecture() to override zypp arch
7747   from external, e.g. for the testcases
7748 - Honor ZYPP_CONF environment variable to override the buit-in
7749   /etc/zypp/zypp.conf
7750 - Check architecture at handout() to prevent NULL ptr reference.
7751 - Bug 301286
7752 - rev 6908
7753
7754 -------------------------------------------------------------------
7755 Mon Aug 27 15:53:52 CEST 2007 - schubi@suse.de
7756
7757 -The solver generate an establish call for all
7758  resolvables which has filesystemcaps if there is not a valid result from a
7759  former solver run available. This covers:
7760  * Initial solver run
7761  * Changing of filesystem whithin a workflow, cause the solver results will
7762    be reset if the filesystem dependencies have been changed
7763  Bug 271912
7764 - r 6901
7765
7766 -------------------------------------------------------------------
7767 Sun Aug 26 15:49:27 CEST 2007 - kkaempf@suse.de
7768
7769 - pass location to plaindir package (#303751)
7770 - Add name of file in question to checksum/signature related
7771   exceptions.
7772 - pass basename of file to verifyFileSignatureWorkflow (instead of
7773   empty string).
7774 - filter out incompatible architectures when parsing sustags
7775   repos (first half of #301286)
7776 - r 6882
7777
7778 -------------------------------------------------------------------
7779 Fri Aug 24 11:52:27 CEST 2007 - dmacvicar@suse.de
7780
7781 - don't run source migration if yast is running in
7782   intsys mode (#297136)
7783 - signature and checksum verification fixes. Still pending
7784   problem ZYpp getting no output from gpg when running from zypper.
7785   (#302059)
7786
7787 -------------------------------------------------------------------
7788 Thu Aug 23 13:51:41 CEST 2007 - schubi@suse.de
7789
7790 - Do not strip resolvables which have the same name but different kind
7791   (ResolverInfo*)
7792 - Flag info NEEDEDBY correctly if it will be used by freshen/supplement
7793 - r 6830
7794
7795 -------------------------------------------------------------------
7796 Wed Aug 22 18:58:44 CEST 2007 - mvidner@suse.cz
7797
7798 - Do not use "a-z" in regexes. Fixes "Invalid Url scheme 'http'" in
7799   the Estonian locale (#302525).
7800
7801 -------------------------------------------------------------------
7802 Wed Aug 22 17:59:39 CEST 2007 - aschnell@suse.de
7803
7804 - added remembering of exception history at various places
7805
7806 -------------------------------------------------------------------
7807 Wed Aug 22 16:52:09 CEST 2007 - schubi@suse.de
7808
7809 - Bugfixes concerning vendor handling:
7810 - first bug:
7811   Installed A-1.0(vendor SuSE)
7812   Available A-2.0(other vendor)
7813   A will not be regarded as "unmaintained". So it will not be deleted.
7814 - second bug:
7815   A need B-2.0. B-1.0 is installed but has another vendor. Report a
7816   proper errmessage.
7817 - Testcase : solution-tests/vendor-test.xml
7818 - r 6812
7819 - 3.18.4
7820
7821 -------------------------------------------------------------------
7822 Tue Aug 21 15:38:08 CEST 2007 - dmacvicar@suse.de
7823
7824 - ignore HASH key for download (#300982)
7825
7826 -------------------------------------------------------------------
7827 Tue Aug 21 15:17:23 CEST 2007 - schubi@suse.de
7828
7829 - Added explicitly_requested as parameter in ResolverContext::Uninstall
7830   Bug 299819
7831 - revision 6794
7832
7833 -------------------------------------------------------------------
7834 Tue Aug 21 13:06:44 CEST 2007 - dmacvicar@suse.de
7835
7836 - If no mount information is available, parse all DU entries.
7837 - read only hack mode for migrate-sources. We actually do add
7838   repositories with it, but no harm. (#292986)
7839 - fix some typos in exceptions (#301331)
7840 - 3.18.3
7841
7842 -------------------------------------------------------------------
7843 Mon Aug 20 16:06:36 CEST 2007 - schubi@suse.de
7844
7845 - Do not regard explicit request in order to recognize updated packages
7846   correctly. Bug 301676
7847 - Updated translations
7848 - r 6766
7849 - 3.18.2
7850
7851 -------------------------------------------------------------------
7852 Mon Aug 20 15:35:46 CEST 2007 - mvidner@suse.cz
7853
7854 - package-manager script: Call /sbin/yast2 with full path because of
7855   gnomesu (#269873).
7856
7857 -------------------------------------------------------------------
7858 Mon Aug 20 15:23:14 CEST 2007 - dmacvicar@suse.de
7859
7860 - add support for the HASH key. (#300982)
7861 - Use ContentFileParser in Downloader (instead of implementing
7862   the parser again, it has a reason, Downloader was written first)
7863 - update testcases and data to cover the new HASH key
7864 - 3.18.1
7865
7866 -------------------------------------------------------------------
7867 Mon Aug 20 13:21:34 CEST 2007 - kkaempf@suse.de
7868
7869 - unify query API for kind and name, summary, description
7870   (incomplete)
7871 - rev 6761, version 3.18.0
7872
7873 -------------------------------------------------------------------
7874 Fri Aug 17 12:30:55 CEST 2007 - kkaempf@suse.de
7875
7876 - add iterateResolvablesByKindsAndName
7877 - rev 6735, version 3.17.13
7878
7879 -------------------------------------------------------------------
7880 Fri Aug 17 11:45:24 CEST 2007 - kkaempf@suse.de
7881
7882 - rename ResolvableQuery::queryByName to iterateResolvablesByName
7883 - fix reading of kind and repository in ResolvableQuery
7884 - add reverse lookups in CacheTypes
7885 - add iterateResolvablesByKind
7886 - rev 6733
7887
7888 -------------------------------------------------------------------
7889 Fri Aug 17 10:37:56 CEST 2007 - schubi@suse.de
7890
7891 - shorten solver error messages Bug 259894
7892 - rev 6723
7893
7894 -------------------------------------------------------------------
7895 Thu Aug 16 23:43:50 CEST 2007 - kkaempf@suse.de
7896
7897 - fix ResolvableQuery::query(), add ResolvableQuery::queryByName()
7898   install zypp/cache header files.
7899 - rev 6719, version 3.16.13
7900
7901 -------------------------------------------------------------------
7902 Thu Aug 16 17:21:52 CEST 2007 - kkaempf@suse.de
7903
7904 - discard pattern files with incompatbile architecture, both
7905   for download and for parsing. (#298716)
7906 - rev 6711
7907
7908 -------------------------------------------------------------------
7909 Thu Aug 16 17:12:45 CEST 2007 - kkaempf@suse.de
7910
7911 - run sqlite asynchronously and add sql index files where
7912   appropriate, gives 6x performance on certain operations.
7913   Bumping cache schema version to 1004.
7914   (#300998)
7915 - rev 6710
7916
7917 -------------------------------------------------------------------
7918 Thu Aug 16 17:08:58 CEST 2007 - kkaempf@suse.de
7919
7920 - fix String::endsWith (#301038)
7921 - rev 6709
7922
7923 -------------------------------------------------------------------
7924 Thu Aug 16 11:16:25 CEST 2007 - schubi@suse.de
7925
7926 - added an _explicitly_requested in QueueItemConflict ( as already in
7927   QueueItemEstablish, QueueItemInstall, QueueItemUninstall ) in order to
7928   remove the conflicting item without an error message. Bug 299819
7929 - rev 6699
7930
7931 -------------------------------------------------------------------
7932 Thu Aug 16 07:23:31 CEST 2007 - jkupec@suse.cz
7933
7934 - forgot to set default refresh policy in checkIfToRefreshMetadata
7935 - repo.refresh.delay default set to 10 minutes
7936 - 6693
7937
7938 -------------------------------------------------------------------
7939 Wed Aug 15 15:32:36 CEST 2007 - schubi@suse.de
7940
7941 - Bugfix while regarding correct vendor in update
7942 - r6677
7943 - version 3.15.0
7944
7945 -------------------------------------------------------------------
7946 Wed Aug 15 13:57:04 CEST 2007 - jkupec@suse.cz
7947
7948 - repo.refresh.delay=<minutes> (ZConfig, "main" section) support
7949   added to delay next check & refresh until the specified number of
7950   minutes has passed from the last check or refresh (FATE #301991).
7951   Revisions: 6654, 6656, 6666, and 6667.
7952 - filesystem::touch(Pathname) added (r6666)
7953 - RepoManager::touchIndexFile(RepoInfo) added
7954 - RepoManager::checkIfToRefreshMetadata(RepoInfo,Url,policy):
7955   decision to do the refresh moved to this public method.
7956 - r6667
7957
7958 -------------------------------------------------------------------
7959 Wed Aug 15 12:38:26 CEST 2007 - schubi@suse.de
7960
7961 - generate a resolver problem if addRequires does not find a resovable
7962   #299486
7963 - rev 6660
7964
7965 -------------------------------------------------------------------
7966 Tue Aug 14 15:54:15 CEST 2007 - schubi@suse.de
7967
7968 - Prioritized delete request by the user BEFORE delete requests due
7969   missing dependencies or conflicting dependencies. Bug 298322
7970 - rev 6640
7971
7972 -------------------------------------------------------------------
7973 Fri Aug 10 20:49:20 CEST 2007 - jkupec@suse.cz
7974
7975 - support also "Plaindir" as valid repo type name (#298622)
7976 - revision 6616
7977 - version 3.14.0
7978
7979 -------------------------------------------------------------------
7980 Fri Aug 10 18:03:06 CEST 2007 - dmacvicar@suse.de
7981
7982 - fix segfault in Progress reporting
7983 - progress report use name instead of alias (#298035)
7984 - repoinfo returns alias if name is empty
7985
7986 -------------------------------------------------------------------
7987 Fri Aug 10 16:04:42 CEST 2007 - dmacvicar@suse.de
7988
7989 - merge patch by dmueller to get rid of boost-regex
7990
7991 -------------------------------------------------------------------
7992 Fri Aug 10 13:50:40 CEST 2007 - dmacvicar@suse.de
7993
7994 - dont create a second CacheStore in the same scope, will lock...
7995   #297627
7996
7997 -------------------------------------------------------------------
7998 Thu Aug  9 15:04:21 CEST 2007 - jkupec@suse.cz
7999
8000 - fixed some RepoManager exception docs & history
8001 - r6558
8002
8003 -------------------------------------------------------------------
8004 Thu Aug  9 13:33:59 CEST 2007 - dmacvicar@suse.de
8005
8006 - feature #302135: Graceful update of 3rd party packages
8007   Automatic upgrading only sees packages from same vendor
8008   This allows not needed to have those locked.
8009 - Add persistent locks file which allow wildcards. Users
8010   can lock certain packages adding lines like "kde* < 3.5"
8011 - add applyLocks() to apply persistent locks before solving
8012
8013 -------------------------------------------------------------------
8014 Thu Aug  9 13:28:20 CEST 2007 - schubi@suse.de
8015
8016 -  recognize changes in the pool (e.g. changing /etc/sysconfig/storage
8017   #271912 wq
8018 - Added locking resolvables in the testcases
8019 - rev 6544
8020
8021 -------------------------------------------------------------------
8022 Wed Aug  8 16:04:07 CEST 2007 - dmacvicar@suse.de
8023
8024 - add migrate-sources to %post (#292986)
8025 - 3.13.15
8026
8027 -------------------------------------------------------------------
8028 Wed Aug  8 13:32:52 CEST 2007 - jkupec@suse.cz
8029
8030 - fixed bug with using wrong files from raw metadata cache
8031   (bug #297611) (duncanmv) (r6501, already released in 3.13.14)
8032
8033 -------------------------------------------------------------------
8034 Wed Aug  8 12:42:39 CEST 2007 - schubi@suse.de
8035
8036 - fix in "ignore conflicts" if the conflict has been caused by an obsolete
8037   Bug# 297795
8038 - r 6517
8039
8040 -------------------------------------------------------------------
8041 Tue Aug  7 17:04:47 CEST 2007 - dmacvicar@suse.de
8042
8043 - implement susetags support for compressed metadata
8044   and testcases. (feature #301916)
8045 - implement disk usage in cache. For installation requires
8046   some changes in YaST to setup the ZYpp getPartitions()
8047   before repos are cached. (bug #293039)
8048 - added testcases for diskusage
8049 - 3.13.14
8050
8051 -------------------------------------------------------------------
8052 Mon Aug  6 10:19:12 CEST 2007 - jkupec@suse.cz
8053
8054 - fixed YUM parser to properly create source packages
8055 - disabled reading of filelists.xml.gz by default (the data are
8056   currently not stored anyway)
8057 - revision 6481
8058 - version 3.13.13
8059
8060 -------------------------------------------------------------------
8061 Sat Aug  4 01:03:19 CEST 2007 - ma@suse.de
8062
8063 - Don't download unwanted translation files (#293740).
8064 - revision 6470
8065
8066 -------------------------------------------------------------------
8067 Fri Aug  3 23:52:18 CEST 2007 - ma@suse.de
8068
8069 - Fix susetags repo to parse dikusage data (#293039)
8070 - revision 6467
8071 - version 3.13.12
8072
8073 -------------------------------------------------------------------
8074 Fri Aug  3 18:56:47 CEST 2007 - ma@suse.de
8075
8076 - Add product attribute 'type' (aka 'category' which is now
8077   deprecated). Adapted sustags and yum parsers to parse and
8078   provide this value.
8079 - revision 6464
8080 - version 3.13.11
8081
8082 -------------------------------------------------------------------
8083 Fri Aug  3 17:29:56 CEST 2007 - dmacvicar@suse.de
8084
8085 - fix modalias rel column number
8086 - version 3.13.10
8087
8088 -------------------------------------------------------------------
8089 Fri Aug  3 16:35:36 CEST 2007 - dmacvicar@suse.de
8090
8091 - Implemented option repo.add.probe to allow probing
8092   the added repositories
8093 - version 3.13.9
8094
8095 -------------------------------------------------------------------
8096 Fri Aug  3 16:07:46 CEST 2007 - schubi@suse.de
8097
8098 - Fixed detection of renamed packages while update.
8099 - Added new translations
8100 - rev 6445
8101
8102 -------------------------------------------------------------------
8103 Fri Aug  3 15:02:28 CEST 2007 - ma@suse.de
8104
8105 - Speed up retrieving MediaNr attribute, as it slows down install
8106   order calculation. (#297173)
8107 - revision 6442
8108
8109 -------------------------------------------------------------------
8110 Fri Aug  3 14:13:36 CEST 2007 - dmacvicar@suse.de
8111
8112 - Fixed cache schema upgrade
8113
8114 -------------------------------------------------------------------
8115 Fri Aug  3 13:38:17 CEST 2007 - ma@suse.de
8116
8117 - Fixed pattern includes and extends attributes.
8118 - revision 6431
8119 - version 3.13.8
8120
8121 -------------------------------------------------------------------
8122 Fri Aug  3 12:33:41 CEST 2007 - schubi@suse.de
8123
8124 - API for retrieving additional dependencies" solver/detail/Resolver.h
8125 - Handle additional dependencies in the testcases
8126 - Handle system and language dependencies in the testcases correctly.
8127 - r 6418
8128
8129 -------------------------------------------------------------------
8130 Thu Aug  2 18:14:12 CEST 2007 - ma@suse.de
8131
8132 - Indicate changed pool content if /etc/sysconfig/storage USED_FS_LIST
8133   has changed. Resolver must discard any cached filesystem dependencies.
8134   (required for #271912)
8135 - revision 6404
8136
8137 -------------------------------------------------------------------
8138 Thu Aug  2 16:37:06 CEST 2007 - ma@suse.de
8139
8140 - Indicate changed pool content to the resolver. (required for #271912)
8141 - revision 6398
8142 - version 3.13.7
8143
8144 -------------------------------------------------------------------
8145 Thu Aug  2 10:16:16 CEST 2007 - schubi@suse.de
8146
8147 - speedup error handling. Do not log ResolveInfo anymore. Set limit of 20
8148   problems. Bug 280387
8149 - r 6378
8150 - version 3.13.6
8151
8152 -------------------------------------------------------------------
8153 Wed Aug  1 18:51:12 CEST 2007 - ma@suse.de
8154
8155 - Added interface to install source packages via zypper.
8156 - revision 6373
8157 - version 3.13.5
8158
8159 -------------------------------------------------------------------
8160 Tue Jul 31 22:01:08 CEST 2007 - ma@suse.de
8161
8162 - Added package attributes Package::sourcePkgName and
8163   Package::sourcePkgEdition. Name and edition of the source
8164   rpm this package was built from.
8165 - Added ZYpp::installSrcPackage to install a single source package.
8166 - revision 6353
8167 - version 3.13.4
8168
8169 -------------------------------------------------------------------
8170 Tue Jul 31 19:06:54 CEST 2007 - ma@suse.de
8171
8172 - Temorary files and directories created by makeSibling use the
8173   same protection as the original.
8174 - revision 6344
8175 - version 3.13.3
8176
8177 -------------------------------------------------------------------
8178 Tue Jul 31 10:37:13 CEST 2007 - schubi@suse.de
8179
8180 - Removed keepExtras from resolvePool. This will be handled
8181   in the solver internally now. #294727
8182 - Checking if item really exists (#295544; ResolverInfoContainer.cc)
8183 - revision 6317
8184 - version 3.13.2
8185
8186 -------------------------------------------------------------------
8187 Mon Jul 30 17:23:19 CEST 2007 - ma@suse.de
8188
8189 - Remove tribool from RepoInfo's interface.
8190 - revision 6301
8191 - version 3.13.1
8192
8193 -------------------------------------------------------------------
8194 Mon Jul 30 13:59:33 CEST 2007 - ma@suse.de
8195
8196 - Fixed wrong media number reported by script, message and patch.
8197 - Fixed script API to provide the scripts location on media (if not
8198   inlined).
8199 - Introduced ScripProvider to make a script available on the local
8200   disk.
8201 - revision 6288
8202 - version 3.13.0
8203
8204 -------------------------------------------------------------------
8205 Fri Jul 27 18:08:42 CEST 2007 - jkupec@suse.cz
8206
8207 - don't request media chage if the media is not changeable (like
8208   e.g. http)
8209 - revision 6271
8210 - version 3.12.1
8211
8212 -------------------------------------------------------------------
8213 Fri Jul 27 17:40:44 CEST 2007 - dmacvicar@suse.de
8214
8215 - progress ticks for clean cache
8216 - ZConfig: remove default from names.
8217 - re enable reading cache callbacks
8218 - ini parser without boost::regexp
8219   patch by dmueller (#152447)
8220
8221 -------------------------------------------------------------------
8222 Fri Jul 27 17:16:27 CEST 2007 - ma@suse.de
8223
8224 - Fixed package to provide the location media number. (#294496)
8225 - revision 6263
8226
8227 -------------------------------------------------------------------
8228 Fri Jul 27 16:31:38 CEST 2007 - jkupec@suse.cz
8229
8230 - RepoFileReader - ignore empty url keys (baseurl, mirrorlist,
8231   gpgkey) instead of throwing bad url exception
8232 - revision 6259
8233
8234 -------------------------------------------------------------------
8235 Thu Jul 26 16:41:30 CEST 2007 - kkaempf@suse.de
8236
8237 - Make clearing of extra dependencies/conflicts configurable when
8238   resolvePool(). Leave the default as before (clear extras).
8239   Bug # 294727
8240 - revision 6233
8241 - version 3.12.0
8242
8243 -------------------------------------------------------------------
8244 Thu Jul 26 10:58:27 CEST 2007 - dmacvicar@suse.de
8245
8246 - /var/lib/zypp/cache -> /var/cache/zypp
8247   (#292419)
8248 - ini parser without boost::regexp, patch by dmueller
8249   (#152447)
8250
8251 -------------------------------------------------------------------
8252 Wed Jul 25 13:50:06 CEST 2007 - ma@suse.de
8253
8254 - Make temp directory configurable  via environment
8255   variable ZYPPTMPDIR.
8256 - revision 6202
8257 - version 3.11.11
8258
8259 -------------------------------------------------------------------
8260 Tue Jul 24 17:55:49 CEST 2007 - ma@suse.de
8261
8262 - Fixed bug in smart pointer comparison.
8263
8264 -------------------------------------------------------------------
8265 Mon Jul 23 13:05:53 CEST 2007 - ma@suse.de
8266
8267 - Fix failing rename of metadata download directories across
8268   filesystem boundaries.
8269
8270 -------------------------------------------------------------------
8271 Fri Jul 20 16:10:59 CEST 2007 - ma@suse.de
8272
8273 - Fixed malicious gettext include.
8274 - Make ZConfig a singleton.
8275 - revision 6123
8276
8277 -------------------------------------------------------------------
8278 Thu Jul 19 15:52:03 CEST 2007 - ma@suse.de
8279
8280 - Fixed repo::provideFile to set a deleter for downloaded files
8281   (#293004).
8282 - revision 6094
8283 - version 3.11.10
8284
8285 -------------------------------------------------------------------
8286 Thu Jul 19 12:58:12 CEST 2007 - ma@suse.de
8287
8288 - Query ByRepository now takes as well an alias.
8289
8290 -------------------------------------------------------------------
8291 Wed Jul 18 16:40:35 CEST 2007 - dmacvicar@suse.de
8292
8293 - fix retrieval of container attributes in cache
8294   (#292698)
8295
8296 -------------------------------------------------------------------
8297 Wed Jul 18 16:12:06 CEST 2007 - ma@suse.de
8298
8299 - Port zypp-query-pool (#292404)
8300 - revision 6069
8301 - version 3.11.9
8302
8303 -------------------------------------------------------------------
8304 Wed Jul 18 16:09:04 CEST 2007 - schubi@suse.de
8305
8306 - added new calls in Resolver.h: addRequire,addConflict
8307
8308 -------------------------------------------------------------------
8309 Wed Jul 18 14:43:04 CEST 2007 - ma@suse.de
8310
8311 - Fixed IniParser to allow '=' in values (#292669)
8312 - revision 6063
8313
8314 -------------------------------------------------------------------
8315 Wed Jul 18 14:16:59 CEST 2007 - dmacvicar@suse.de
8316
8317 - allow / in alias (#292628)
8318
8319 -------------------------------------------------------------------
8320 Wed Jul 18 12:38:55 CEST 2007 - ma@suse.de
8321
8322 - Fixed repo::provideFile to throw on error.
8323 - Fixed ResolvableQuery to use 0 as default for non existing
8324   numerical values.
8325 - revision 6058
8326
8327 -------------------------------------------------------------------
8328 Tue Jul 17 15:57:03 CEST 2007 - ma@suse.de
8329
8330 - Fixed OnMediLocation to use safe defaults. Added setLocaltion and
8331   additional ctor for convenience.
8332 - revision 6047
8333
8334 -------------------------------------------------------------------
8335 Tue Jul 17 10:45:39 CEST 2007 - schubi@suse.de
8336
8337 - Evalute update canditate:
8338   Take canditates only which are really installable. Bug 292077
8339   r 6034
8340
8341 -------------------------------------------------------------------
8342 Mon Jul 16 15:41:31 CEST 2007 - jkupec@suse.cz
8343
8344 - fixed some tribool bugs in RepoInfo
8345 - revision 6022
8346
8347 -------------------------------------------------------------------
8348 Mon Jul 16 11:43:33 CEST 2007 - dmacvicar@suse.de
8349
8350 - fix reading of non existant repo
8351 - r6018
8352 - first submission to stable
8353 - fix keywords parsing in susetags parser
8354 - version 3.11.8
8355
8356 -------------------------------------------------------------------
8357 Wed Jul 11 19:14:47 CEST 2007 - jkupec@suse.cz
8358
8359 - make resolvable query complete exceptionless with the database
8360 - test that packages have some attributes
8361 - disable progress adaptor for now
8362 - revision 5977
8363 - version 3.11.7
8364
8365 -------------------------------------------------------------------
8366 Wed Jul 11 14:37:02 CEST 2007 - ma@suse.de
8367
8368 - fixed unresolved symbols
8369 - revision 5972
8370 - version 3.11.6
8371
8372 -------------------------------------------------------------------
8373 Wed Jul 11 13:31:39 CEST 2007 - ma@suse.de
8374
8375 - fixed TranslatedText creating unwanted entries.
8376 - fixed capability processing
8377 - revision 5964
8378 - version 3.11.5
8379
8380 -------------------------------------------------------------------
8381 Tue Jul 10 20:01:18 CEST 2007 - jkupec@suse.cz
8382
8383 - MediaSetAccess::release() added
8384 - Use attachDesiredMedia in MediaProducts
8385 - Progress reporting improved
8386 - revision 5959
8387 - version 3.11.4
8388
8389 -------------------------------------------------------------------
8390 Tue Jul 10 14:23:13 CEST 2007 - ma@suse.de
8391
8392 - fixed parsing translated texts.
8393 - added source packages.
8394 - revision 5947
8395 - version 3.11.3
8396
8397 -------------------------------------------------------------------
8398 Tue Jul 10 13:11:31 CEST 2007 - jkupec@suse.cz
8399
8400 - repo callbacks fixed
8401 - Fixed YUM parser progress reporting
8402 - Added CombinedProgressData
8403 - make RepoImpl::resolvables() load lazy
8404 - MediaProducts added for scanning products file
8405 - Implement cache schema versioning and automatic invalidation of
8406   cache when schema changes
8407 - revision 5942
8408 - version 3.11.2
8409
8410 -------------------------------------------------------------------
8411 Fri Jul  6 13:51:50 CEST 2007 - ma@suse.de
8412
8413 - Propagate pools repository_iterator to the UI
8414 - revision 5911
8415 - version 3.11.1
8416
8417 -------------------------------------------------------------------
8418 Thu Jul  5 17:02:08 CEST 2007 - ma@suse.de
8419
8420 - Package::location is now returns an OnMediaLocation
8421 - archivesize() renamed to downloadSize()
8422 - Allow to iterate all Repositories that contribute
8423   Resolvables to the Pool.
8424 - MediaSetAccess::provideDir added
8425 - remove useless url check
8426 - add old-api-style wrapper
8427 - Add MediaProducts class
8428 - revision 5892
8429 - version 3.11.0
8430
8431 -------------------------------------------------------------------
8432 Thu Jul  5 09:31:02 CEST 2007 - schubi@suse.de
8433
8434 - function isInstalledBy/installs
8435   Added an initial installation flag which shows if the item has been
8436   triggered for installation, or the dependency is already satisfied.
8437 - Revision 5884
8438 - Version 3.4.0
8439
8440 -------------------------------------------------------------------
8441 Tue Jul  3 13:07:31 CEST 2007 - jkupec@suse.cz
8442
8443 - removed unused %{prefix}/lib/zypp from %files in spec file
8444 - revision 5870
8445
8446 -------------------------------------------------------------------
8447 Tue Jul  3 10:37:37 CEST 2007 - jkupec@suse.cz
8448
8449 - Old API (SourceManager, metadata parsers) dropped in favor of the
8450   new refactored ones (RepoManager, RepoParser(s), cache subtree,
8451   repo subtree).
8452 - Some new API improvements.
8453 - revision 5868
8454 - version 3.10.0 (bumped minor to 10 to indicate refactoring branch)
8455
8456 -------------------------------------------------------------------
8457 Fri Jun 22 15:28:03 CEST 2007 - schubi@suse.de
8458
8459 - New API calls which provides more information about one
8460   resolvable after a solverrun:
8461   isInstalledBy (const PoolItem_Ref item);
8462   installs (const PoolItem_Ref item);
8463 - Revision 5835
8464
8465 -------------------------------------------------------------------
8466 Thu Jun 21 15:58:16 CEST 2007 - adrian@suse.de
8467
8468 - fix changelog entry order
8469
8470 -------------------------------------------------------------------
8471 Wed Jun 20 11:47:33 CEST 2007 - schubi@suse.de
8472
8473 - Ignore conflicting items which are uninstallable
8474 - Create a "needed by" info if a requirement is still fulfilled.
8475 - Allow only one needed_by and needed_by_capability in QueueItemInstall
8476 - Added capability and type (REQUIRE, RECOMMEND,....) to
8477   ResolverInfoNeededBy
8478 - Evaluate ResolverInfoNeededBy for more information in the error
8479   messages
8480 - Enlarge detail description in the error messages
8481 - Revision 5807
8482
8483 -------------------------------------------------------------------
8484 Tue Jun 19 13:59:09 CEST 2007 - ma@suse.de
8485
8486 - Fixes for gcc-4.2
8487 - revision 5786
8488 - version 3.3.1
8489
8490 -------------------------------------------------------------------
8491 Mon Jun 18 17:20:45 CEST 2007 - mvidner@suse.cz
8492
8493 - fixed so versioning from libtool to cmake
8494 - 3.3.0
8495
8496 -------------------------------------------------------------------
8497 Mon Jun 18 09:47:32 CEST 2007 - dmacvicar@suse.de
8498
8499 - Use gpg2 instead of gpg for keyring and make
8500   the package depend on it (#284211)
8501
8502 -------------------------------------------------------------------
8503 Mon Jun 11 17:02:49 CEST 2007 - schubi@suse.de
8504
8505 - Required kmp packges FOR EACH installed/to_be_installed kernel will be installed.
8506   New dependency "packageand(foo:bar)" which provides an AND dependency by
8507   injecting a supplement/freshen.
8508   e.G. package novell-cluster-services-kmp-smp
8509   supplements: packageand(kernel-smp:novell-cluster-services-kmp)
8510   Bug 255011
8511 - Dont check for architecture changes in atoms (#266178)
8512 - Revision 5720
8513
8514 -------------------------------------------------------------------
8515 Wed May 23 17:03:29 CEST 2007 - ma@suse.de
8516
8517 - Fixed package-manager script (#275847)
8518 - revision 5614
8519
8520 -------------------------------------------------------------------
8521 Wed May 23 13:32:02 CEST 2007 - schubi@suse.de
8522
8523 - fixed cmake
8524 - version 3.2.2
8525
8526 -------------------------------------------------------------------
8527 Wed May 23 11:25:55 CEST 2007 - schubi@suse.de
8528
8529 - Reduced logging in order to speedup solving Bug 275100
8530 - revision 5603
8531 - version 3.2.1
8532
8533 -------------------------------------------------------------------
8534 Tue May 15 14:03:34 CEST 2007 - ma@suse.de
8535
8536 - Fix excess calls to releaseFile. (#274357)
8537 - revision 5545
8538
8539 -------------------------------------------------------------------
8540 Wed May  9 18:44:20 CEST 2007 - dmacvicar@suse.de
8541
8542 - Fix importing keys into rpm. (#270125)
8543 - r5527
8544
8545 -------------------------------------------------------------------
8546 Wed Apr 18 14:56:17 CEST 2007 - ma@suse.de
8547
8548 - Support filesystem dependencies to add needed filesystem RPMs
8549   automatically (Fate 301966).
8550 - revision 5404
8551 - version 3.2.0
8552
8553 -------------------------------------------------------------------
8554 Mon Apr 16 11:23:15 CEST 2007 - jkupec@suse.cz
8555
8556 - avoiding attaching media where not needed (#263207)
8557 - r5381
8558
8559 -------------------------------------------------------------------
8560 Fri Apr 13 17:32:55 CEST 2007 - dmacvicar@suse.de
8561
8562 - fix FileCap with attributes
8563 - r5376
8564
8565 -------------------------------------------------------------------
8566 Thu Apr 12 02:33:18 CEST 2007 - ma@suse.de
8567
8568 - Fixed computation of install order. Take requirements of
8569   an installed packages uninstall scripts into account, if
8570   the package is updated. (#258682)
8571 - revision 5349
8572 - version 3.1.1
8573 -------------------------------------------------------------------
8574 Wed Apr 11 15:24:01 CEST 2007 - ma@suse.de
8575
8576 - Parse and provide package keywords. (Fate 120368)
8577 - revision 5338
8578 - version 3.1.0
8579
8580 -------------------------------------------------------------------
8581 Thu Apr  5 15:50:15 CEST 2007 - schubi@suse.de
8582
8583 - Upgrade: Do NOT delete packages which have unresolved dependencies -->
8584   Ask the user. Bug 258322
8585 - revision 5305
8586 - version 3.0.3
8587
8588 -------------------------------------------------------------------
8589 Wed Apr  4 19:39:12 CEST 2007 - ma@suse.de
8590
8591 - Fix restoring of Sources id root prefix is used. (#238165)
8592 - revision 5299
8593 - version 3.0.2
8594
8595 -------------------------------------------------------------------
8596 Wed Apr  4 15:33:54 CEST 2007 - jkupec@suse.cz
8597
8598 - MediaManager::attachDesiredMedia() added to support multiple
8599   (CD/DVD) drives (fate #3974)
8600 - r5296
8601
8602 -------------------------------------------------------------------
8603 Wed Mar 14 14:33:26 CET 2007 - schubi@suse.de
8604
8605 - If there is no valid solver result and NOT all resolvables ( other
8606   architecture) has been regarded, let the user decide making a new
8607   solver run with ALL available resolvables. Bug 223440
8608 - reducing logging (error -> debug)  bug 252921
8609 - Revision 5219
8610
8611 -------------------------------------------------------------------
8612 Fri Mar  9 00:08:38 CET 2007 - ma@suse.de
8613
8614 - Allow configuration of trusted vendors via
8615   /var/lib/zypp/db/trustedVendors. (#186636)
8616 - revision 5194
8617 - version 3.0.1
8618
8619 -------------------------------------------------------------------
8620 Wed Mar  7 15:20:29 CET 2007 - dmacvicar@suse.de
8621
8622 - libzypp-devel -> libzypp requirement is not versioned
8623   (#251086)
8624 - r5181
8625
8626 -------------------------------------------------------------------
8627 Tue Mar  6 17:25:49 CET 2007 - schubi@suse.de
8628
8629 - Using already existing valid solver results for further solver runs.
8630   (partiell solving)
8631 - r5169
8632
8633 -------------------------------------------------------------------
8634 Fri Mar  2 16:11:16 CET 2007 - dmacvicar@suse.de
8635
8636 - fix link order
8637 - r5165
8638
8639 -------------------------------------------------------------------
8640 Tue Feb 27 15:50:39 CET 2007 - dmacvicar@suse.de
8641
8642 - merging from 10.2 / SP1
8643 - #247459 ftp probing
8644   denied == dont exists in ftp
8645 - r5124
8646
8647 -------------------------------------------------------------------
8648 Tue Feb 27 15:35:06 CET 2007 - schubi@suse.de
8649
8650 - Merging solver related stuff from SuSE-Linux-10_2-Branch ( till r5111):
8651 - Simultaneouqusly establishing of items which are conflicting eachother is
8652   useless. So only one will be established. Fixed in QueueItemInstall.cc
8653   Bug 243595
8654 - Added new upgrade options to fine tune version and patch handling.
8655   (F301990)
8656 - The context of establishPool will be stored in Resolver and will be
8657   regarded for the next solver run everytime. So it will be not reset by
8658   any solver run anymore.
8659   bug 191810 ( A broken patch will not be installed again)
8660
8661 -------------------------------------------------------------------
8662 Fri Feb 23 17:40:23 CET 2007 - jkupec@suse.cz
8663
8664 - adding sotf,timeo=X nfs mount options by default (#235211)
8665 - r5093
8666
8667 -------------------------------------------------------------------
8668 Fri Feb 23 14:16:19 CET 2007 - jkupec@suse.cz
8669
8670 - support for HTTP authentication prompt added (#190609)
8671 - fixed problem with empty path in URL
8672   in MediaCurl::doGetFileCopy()
8673 - r5085
8674
8675 -------------------------------------------------------------------
8676 Mon Feb 12 15:28:08 CET 2007 - jkupec@suse.cz
8677
8678 - Merged revisions 4926-4993,4995,4998-5006 via svnmerge from
8679   SuSE-Linux-10_2-Branch
8680
8681 - verifySystem: Regarding patterns too. Bug 239750 (schubi)
8682 - verifySystem: The result will be set to APPL_HIGH, so it will be not
8683   reset by a second "normal" solver run. #239281 (schubi)
8684 - yast2 reports invalid URL as 'unknown source type'
8685   (#209961) (dmacvicar)
8686 - Added freshen language dependency in supplemements too if there is no
8687   entry in supplements.
8688   #240617;IPA fonts are not installed even if select Japanese
8689   language (schubi)
8690 - Setting allowed authentication methods to "basic,digest" if none
8691   provided in URL (#243006) (jkupec)
8692 - Stopping after 50 valid solver results. Anymore would be useless. Bug
8693   243595 (schubi)
8694 - r 5007
8695
8696 -------------------------------------------------------------------
8697 Mon Feb 12 10:37:02 CET 2007 - mvidner@suse.cz
8698
8699 - package-manager: use a generic su script from XDG (#235303, #244442)
8700
8701 -------------------------------------------------------------------
8702 Fri Feb  9 15:21:55 CET 2007 - jkupec@suse.cz
8703
8704 - Setting allowed authentication methods to "basic,digest" if none
8705   provided in URL (#243006)
8706 - fixed gettext and rpath problems in configure.ac and Makefile.cvs
8707   (mvidner)
8708 - r4999
8709
8710 -------------------------------------------------------------------
8711 Wed Feb  7 15:52:29 CET 2007 - jkupec@suse.cz
8712
8713 - MediaCurlException::dumpOn() adjusted for ncurses dialogue
8714   (#222602)
8715 - 4984
8716
8717 -------------------------------------------------------------------
8718 Mon Jan 29 13:10:37 CET 2007 - dmacvicar@suse.de
8719
8720 - Merged revisions 4907-4926 from SuSE-Linux-10_2-Branch
8721
8722 - update packages: changing architecture is only valid while an
8723   system update and NOT while an update via a patch. Last fix does
8724   not fit for every case.
8725   Bug 230685
8726 - Patch has selected not the concerning package for update but
8727   a package which has provided the required dependencies too.
8728   Algorithmus: If there are exactly two providers which differ in architecture
8729                prefer the better arch.
8730   Fix: Regarding NVRA too. ( only if equal )
8731   Bug 238284
8732 - Download only English and Local translation
8733   (#208457)
8734 - Added solver parameter:
8735    tryAllPossibilities: regarding every solver branch ( not only
8736                         branches with e.G. best architectures
8737    preferHighestVersion: Prefer solver results which have a higher
8738                          version number.
8739   Bug #238087
8740 - update packages: changing architecture is only valid while an
8741   system update and NOT while an update via a patch.
8742   Bug 230685 - x86_64 MozillaFirefox binaries in security update
8743   repository
8744   Fix of version 2.11.2 has not worked if the first founded item
8745   had had another architecture.
8746 - r4927
8747
8748 -------------------------------------------------------------------
8749 Wed Jan 24 14:50:33 CET 2007 - lslezak@suse.cz
8750
8751 - added ZYpp::getPartitions() - return the partitinoning
8752
8753 -------------------------------------------------------------------
8754 Wed Jan 24 14:20:28 CET 2007 - dmacvicar@suse.de
8755
8756 - Merged revisions 4705-4906 via svnmerge from SuSE-Linux-10_2-Branch
8757 - Corrupt download cannot be skipped
8758   (#217425 and #224216)
8759 - Enable package read ahead/caching in commit per default to reduce
8760   interactive media changes. If the environment variable
8761   ZYPP_COMMIT_NO_PACKAGE_CACHE is set, caching will be disabled. (F100182)
8762 - added parameter not to reset resolver results while calling
8763   freshen pool Bug: 235761
8764 - Prepare package read ahead/caching of packages in commit. Adatped the
8765   workflow. Caching details are now hidden inside CommitPackageCache.
8766   The current implementation still performs no read ahead. (for F100182)
8767 - Skip invalid or broken rpm database entries. (#231211)
8768 - verifySystem: check if the solution is valid after calling freshenPool()
8769   Bug: 235761
8770 - Added own call for Resolver::verifySystem with additional
8771   hardware/language check in order to keep binary compatibility
8772   Fate #301224
8773 - Rpm requires additional quoting of special chars in filenames.
8774   (#233967)
8775 - Resolver::verifySystem checks for new hardware now by calling
8776   freshenPool. This is configureable. Fate #301224
8777 - merged texts from proofread
8778 - Don't consider patch/delta rpms if package architecture changes.
8779   (#231254)
8780 - update packages: changing architecture is only valid while an
8781   system update and NOT while an update via a patch.
8782   Bug 230685 - x86_64 MozillaFirefox binaries in security update repository
8783 - verifySystem: Do only regard items which will be on the system after the
8784   commit. Fate 301178
8785 - feature #301369
8786   Import listed GPG Keys from an trusted installation source
8787 - fix return call in new xml parser
8788 - Enable system resolvables in Helix parser (Revision 4787)
8789 - deptestomatic:
8790   Resetting transaction with the correct call;
8791   bugfix; Added kind in keep state (Revision 4788)
8792 - Wrong behaviour in soft install/uninstall. --> Setting Transact with
8793   soft (Revision 4789)
8794 - New call added: maySetToBeUninstalledSoft (Revision 4789)
8795   Both are only functions for the solver (Revision 4789)
8796 - Resetting "by causer" in order to distinguish from state
8797   "keep by user". ( function setLock in order to remove lock)
8798   (Revision 4789)
8799 - Better fix for Bug 217574: Checking if the resolveable CAN be deleted soft
8800   in QueueItemUninstall.cc (Revision 4790)
8801 - Regarding "keep state by user". So avoiding "reselecting" by
8802   other requirements.
8803   Give a corresponding problem solution if a resolvable satisfy
8804   a dependency, but has been set to keep by the user.
8805   Bug : 222531 (Revision 4791)
8806 - Allow to disable autoprotection of foreign vendor items. Required
8807   in zmd-backend. (F301735).
8808 - use sqlite-zmd if using > 10.2 in spec. Use the one available
8809   durin compile.
8810 - Item could has already been selected to soft uninstall (e.G. remove
8811   pattern which recommend this item ). Do not throw an exception anymore.
8812   bug#225278
8813 - Added syscontent::Reader: Parse serialized set of ResObjects.
8814   (for F300729)
8815 - If there has already been selected another item by the solver (e.g. from
8816   another source) we will take thatone in order to avoid parallel
8817   installation and there concerning error messages.
8818   Bug 224698
8819 - In order to handle conflicting resolvable we try to update the
8820   conflicting item. While evaluating these canditates an already selected
8821   candidate will not be regarded. So it could be that an older package
8822   will be selected for update although a newer has already been selected. Revision 4765
8823 - Conflicting items: The resolvable will be obsoleted by another. So it is useless finding an
8824   update candidate and evaluate additional branches.
8825 - r4907
8826
8827 -------------------------------------------------------------------
8828 Mon Dec  4 15:38:12 CET 2006 - mt@suse.de
8829
8830 - Improved realpath() wrapper in media handler class (#222521).
8831 - revision 4758
8832
8833 -------------------------------------------------------------------
8834 Thu Nov 30 09:15:20 CET 2006 - ma@suse.de
8835
8836 - version 3.0.0 (2.x.x now in SuSE-Linux-10_2-Branch)
8837 - revision 4713
8838
8839 -------------------------------------------------------------------
8840 Wed Nov 29 19:20:24 CET 2006 - dmacvicar@suse.de
8841
8842 - use sqlite-zmd package for the non yet shipped zypp2/ stuff
8843   because backend uses this sqlite and it is no fun to
8844   install one and the other to develop (as the -devel packages)
8845   conflict.
8846 - add cmake support for building zypp/ lib.
8847   TODO: soinfo, compile testcases, devel, zypp2,docs
8848   find rpm, curl and others.
8849 - dont serialize interactive, as it is
8850   calculated now.
8851   (it was already fixed as we don't reimplement
8852   the method, but we still serialized, parsed)
8853 - r4709
8854
8855 -------------------------------------------------------------------
8856 Tue Nov 28 22:40:12 CET 2006 - ma@suse.de
8857
8858 - fixed Patch::interactive to return true as well, if the patch
8859   itself has a licence. (#224192)
8860 - revision 4702
8861 - version 2.9.2
8862
8863 -------------------------------------------------------------------
8864 Tue Nov 28 16:36:56 CET 2006 - mt@suse.de
8865
8866 - Added search for /sbin/vol_id tool - that is in /lib/udev/vol_id
8867   on the installation image (#213852).
8868 - revision 4700
8869
8870 -------------------------------------------------------------------
8871 Tue Nov 28 11:44:52 CET 2006 - schubi@suse.de
8872
8873 - Avoid duplicate pool entries; Bug 223750; second part of the fix
8874 - r4698
8875 - Version 2.9.1
8876
8877 -------------------------------------------------------------------
8878 Mon Nov 27 18:29:58 CET 2006 - schubi@suse.de
8879
8880 - Pool has multi instances of an item in the pool. Reduced this error
8881   to items which are identically at least. #217574 and #223750
8882 - r4695
8883
8884 -------------------------------------------------------------------
8885 Mon Nov 27 17:37:44 CET 2006 - dmacvicar@suse.de
8886
8887 - replace spaces to underscores in product names
8888 - 2.8.7
8889 - r4688
8890
8891 -------------------------------------------------------------------
8892 Mon Nov 27 16:54:03 CET 2006 - dmacvicar@suse.de
8893
8894 - Mark some strings for translation (#219783 need it)
8895 - r4682
8896
8897 -------------------------------------------------------------------
8898 Mon Nov 27 16:17:07 CET 2006 - mt@suse.de
8899
8900 - Added translations marks to hal, url and mutex exceptions (#23771)
8901 - revision 4680
8902
8903 -------------------------------------------------------------------
8904 Wed Nov 22 19:24:57 CET 2006 - dmacvicar@suse.de
8905
8906 - don't make libzypp-devel depend on sqlite-devel as
8907   headers from zypp2 are not installed yet
8908 - r4663
8909
8910 -------------------------------------------------------------------
8911 Wed Nov 22 15:23:55 CET 2006 - ma@suse.de
8912
8913 - Return an error if fork failed. (#204807)
8914 - Make Script execution abortable by user request. (#212949, F100233)
8915 - revision 4660
8916 - version 2.8.6
8917
8918 -------------------------------------------------------------------
8919 Tue Nov 21 16:25:03 CET 2006 - mvidner@suse.cz
8920
8921 - Added package-manager wrapper script, with icon and .desktop (#222757).
8922   (Used by gnome-main-menu)
8923 - version 2.8.5
8924 - r4640
8925
8926 -------------------------------------------------------------------
8927 Tue Nov 21 13:11:06 CET 2006 - mt@suse.de
8928
8929 - Fixed target/hal - one more dbus_connection_close found (#216035)
8930 - revision 4636
8931 - version 2.8.4
8932
8933 -------------------------------------------------------------------
8934 Mon Nov 20 14:15:38 CET 2006 - schubi@suse.de
8935
8936 - translation added
8937   rev 4630
8938   version 2.8.3
8939
8940 -------------------------------------------------------------------
8941 Mon Nov 20 11:02:04 CET 2006 - ma@suse.de
8942
8943 - Process obsoletes when installing non-package objects. (#217352)
8944 - revision 4621
8945 - version 2.8.2
8946
8947 -------------------------------------------------------------------
8948 Fri Nov 17 16:57:39 CET 2006 - mt@suse.de
8949
8950 - Implemented volume device check using /sbin/vol_id (#213852).
8951 - Revision 4619
8952
8953 -------------------------------------------------------------------
8954 Fri Nov 17 15:53:58 CET 2006 - schubi@suse.de
8955
8956 - new translation added
8957
8958 -------------------------------------------------------------------
8959 Fri Nov 17 12:42:04 CET 2006 - mt@suse.de
8960
8961 - Implemented an reuse of already existing foreign CD/DVD mount points
8962   (e.g. automounted) - depends on REUSE_FOREIGN_MOUNTS flag (#220206).
8963 - Added a fallback check of the volume.mount_point HAL property to
8964   isAutoMountedMedia(); info.hal_mount.created_mount_point seems
8965   to be not avaliable in newer HAL versions (on 10.2).
8966 - Revision 4615
8967 - Version 2.8.1
8968
8969 -------------------------------------------------------------------
8970 Thu Nov 16 23:39:15 CET 2006 - ma@suse.de
8971
8972 - removed unused methods from Patch and PatchImplIf. Provided
8973   reasonable default implementation for Patch::interactive.
8974   (#221476).
8975 - revision 4610
8976 - Version 2.8.0
8977
8978 -------------------------------------------------------------------
8979 Thu Nov 16 15:32:04 CET 2006 - dmacvicar@suse.de
8980
8981 - Handle media eject failures (#216545)
8982 - r4606
8983
8984 -------------------------------------------------------------------
8985 Wed Nov 15 22:41:51 CET 2006 - ma@suse.de
8986
8987 - Reimplemented RpmDb::checkPackage using librpm API instead
8988   of parsing "rpm --checksig" output. (#163202)
8989 - Version 2.7.4
8990 - revision 4600
8991
8992 -------------------------------------------------------------------
8993 Wed Nov 15 15:39:26 CET 2006 - schubi@suse.de
8994
8995 - NEW behaviour of the solver:
8996   Obsolete virtual provides. E.G.:
8997
8998   Installed:
8999   -----------
9000   Name:           test-1.0-0
9001
9002   Name:           moretest-1.0-0
9003   Provides:       test
9004
9005   To be installed
9006   ------------------
9007   Name:           nomoretest-1.0-0
9008   Obsoletes:      test
9009
9010   Result
9011   --------
9012   test-1.0-0 AND  moretest-1.0-0 will be deleted. In former versions only
9013   test-1.0-0 had been deleted. Bug 220999
9014
9015 - Translations added
9016
9017 Version 2.7.3
9018 rev 4593
9019
9020 -------------------------------------------------------------------
9021 Tue Nov 14 16:32:49 CET 2006 - schubi@suse.de
9022
9023 - Bugfix in generating solver testcases:
9024    - added kind of capabilities in description file
9025    - removed unneded channel from uninstall in command file
9026
9027 -------------------------------------------------------------------
9028 Mon Nov 13 18:35:01 CET 2006 - mt@suse.de
9029
9030 - Try to call /bin/eject utility if the eject-ioctl fails.
9031 - r4568
9032
9033 -------------------------------------------------------------------
9034 Mon Nov 13 17:00:51 CET 2006 - dmacvicar@suse.de
9035
9036 - ignore empty capabilities
9037 - r4565
9038
9039 -------------------------------------------------------------------
9040 Fri Nov 10 17:52:10 CET 2006 - dmacvicar@suse.de
9041
9042 - make progress strings translatable (#219783)
9043 - r4556
9044
9045 -------------------------------------------------------------------
9046 Tue Nov  7 16:40:28 CET 2006 - schubi@suse.de
9047
9048 -  While deleting a selection all concerning recommended
9049    packages will be deleted too.
9050    BUT those packages should not be deleted which have been
9051    set to KEEP by the user. bug 217574
9052    rev 4526
9053    VERSION: 2.7.2
9054
9055 -------------------------------------------------------------------
9056 Tue Nov  7 13:12:49 CET 2006 - schubi@suse.de
9057
9058 - Makefile in zypp2 fixed
9059   Revision 4520
9060
9061 -------------------------------------------------------------------
9062 Tue Nov  7 11:38:10 CET 2006 - schubi@suse.de
9063
9064 - Translations added
9065   Revision 4514
9066   VERSION: 2.7.1
9067
9068 -------------------------------------------------------------------
9069 Mon Nov  6 12:32:22 CET 2006 - dmacvicar@suse.de
9070
9071 - Make the parser more strict, rejecting broken sources
9072   but showing the error line.
9073   Last fix making the parser relax would break multitag
9074   descriptions with empty lines, now we check dependencies
9075   at a higher level. (reference #160607)
9076 - r4501
9077
9078 -------------------------------------------------------------------
9079 Fri Nov  3 11:04:19 CET 2006 - schubi@suse.de
9080
9081 - New problem solution added: Unlock ALL resovables in order to speed up
9082   problem solution. Bug 206453
9083
9084 -------------------------------------------------------------------
9085 Fri Nov  3 10:29:08 CET 2006 - schubi@suse.de
9086
9087 - Translations added
9088
9089 -------------------------------------------------------------------
9090 Thu Nov  2 17:15:19 CET 2006 - mt@suse.de
9091
9092 - Fixed target/hal - removed dbus_connection_close calls, because
9093   the connections are shared; unref the ref-counted handle only.
9094   (#216035)
9095 - r4442
9096
9097 -------------------------------------------------------------------
9098 Thu Nov  2 16:18:27 CET 2006 - dmacvicar@suse.de
9099
9100 - skipping unreachable packages won't work
9101   (#215445)
9102 - r4468
9103
9104 -------------------------------------------------------------------
9105 Wed Oct 25 19:04:51 CEST 2006 - dmacvicar@suse.de
9106
9107 - (#213793) Target store fails to recreate stored install-time (other
9108   Date and ByteCount values as well)
9109
9110 - skip comments and blank lines in multilists
9111   fixes (#214877) - zen-updater is not installed by default
9112
9113 - Automatically fix broken products when reading
9114   the product database.
9115   still pending: honour the read-only flag
9116   Changes to make this possible include
9117   using read_dir instead of boost directory
9118   iterator.
9119
9120 -------------------------------------------------------------------
9121 Wed Oct 25 17:09:06 CEST 2006 - schubi@suse.de
9122
9123 - added new class for generating solver testcases:
9124   Testcase
9125
9126 -------------------------------------------------------------------
9127 Wed Oct 25 15:40:44 CEST 2006 - ma@suse.de
9128
9129 - Finalized ui::PatternContents. (F301229)
9130 - version 2.7.0
9131 - revision 4413
9132
9133 -------------------------------------------------------------------
9134 Wed Oct 25 08:21:52 CEST 2006 - mvidner@suse.cz
9135
9136 - Moved zypper and zypp-checkpatches(-wrapper) to zypper.rpm
9137 - version 2.6.0
9138
9139 -------------------------------------------------------------------
9140 Tue Oct 24 14:33:16 CEST 2006 - ma@suse.de
9141
9142 - Added ui::PatternContents: Helper class that will compute a patterns
9143   expanded install_packages set. (UI interface for F301229)
9144 - revision 4387
9145
9146 -------------------------------------------------------------------
9147 Tue Oct 24 09:06:24 CEST 2006 - mvidner@suse.cz
9148
9149 - removed the last reference to /usr/lib64 to fix the build
9150
9151 -------------------------------------------------------------------
9152 Mon Oct 23 17:44:42 CEST 2006 - mvidner@suse.cz
9153
9154 - added "zypper info" (jkupec)
9155 - version 2.5.2
9156
9157 -------------------------------------------------------------------
9158 Mon Oct 23 11:28:01 CEST 2006 - dmacvicar@suse.de
9159
9160 - fix rpm db timestamp
9161 - add extra urls and optional urls to product API
9162 - r4378
9163
9164 -------------------------------------------------------------------
9165 Fri Oct 20 16:55:44 CEST 2006 - mvidner@suse.cz
9166
9167 - zypper: nicer progress reports, with or without --verbose.
9168
9169 -------------------------------------------------------------------
9170 Fri Oct 20 16:25:50 CEST 2006 - ma@suse.de
9171
9172 - Fixed reloading of target data after commit. Broken since
9173   rev 3880.
9174 - version 2.5.1
9175 - revision 4365
9176
9177 -------------------------------------------------------------------
9178 Fri Oct 20 16:22:09 CEST 2006 - dmacvicar@suse.de
9179
9180 - put query-pool in /usr/lib/zypp and not lib64
9181 - r4363
9182
9183 -------------------------------------------------------------------
9184 Fri Oct 20 12:16:06 CEST 2006 - dmacvicar@suse.de
9185
9186 - revert keyring changes, causes endless loop (obvious)
9187 - add dist-product information, adapt store
9188 - version 2.5.0
9189 - r4355
9190
9191 -------------------------------------------------------------------
9192 Fri Oct 20 11:04:26 CEST 2006 - ma@suse.de
9193
9194 - zypp-query-pool: For products show additionally distributionName
9195   and distributionEdition. (required by #205392)
9196 - revision 4349
9197
9198 -------------------------------------------------------------------
9199 Fri Oct 20 00:13:49 CEST 2006 - ma@suse.de
9200
9201 - Add accessor for Product distributionName and distributionEdition.
9202   (required by #205392)
9203 - revision 4347
9204
9205 -------------------------------------------------------------------
9206 Thu Oct 19 18:40:36 CEST 2006 - dmacvicar@suse.de
9207
9208 - added test case for KeyRing
9209 - fire trustedKeyAdded in all calls to import trusted key
9210   not only in signature check workflow.
9211 - r4342
9212
9213 -------------------------------------------------------------------
9214 Thu Oct 19 18:27:02 CEST 2006 - mvidner@suse.cz
9215
9216 - zypper update: implemented minimal version (patches only)
9217 - zypper list-updates: changed default type from package to patch,
9218   consider patches affecting the package manager separately
9219
9220 -------------------------------------------------------------------
9221 Thu Oct 19 14:09:33 CEST 2006 - dmacvicar@suse.de
9222
9223 - version 2.4.1
9224 - r4338
9225
9226 -------------------------------------------------------------------
9227 Thu Oct 19 14:05:18 CEST 2006 - dmacvicar@suse.de
9228
9229 - add zypp-query-pool, so registration doesn't depend on
9230   libzypp-zmd-backend being installed. Will remove from
9231   backend when suseregister gets updated.
9232
9233 -------------------------------------------------------------------
9234 Thu Oct 19 12:31:08 CEST 2006 - schwab@suse.de
9235
9236 - Make sure config.rpath is present.
9237
9238 -------------------------------------------------------------------
9239 Wed Oct 18 21:40:25 CEST 2006 - mvidner@suse.cz
9240
9241 - zypper search: fixed uninitialized members that made all searches
9242   exact and case sensitve
9243
9244 -------------------------------------------------------------------
9245 Wed Oct 18 13:13:16 CEST 2006 - dmacvicar@suse.de
9246
9247 - zypp-checkpatches, write in the right file
9248 - r4328
9249
9250 -------------------------------------------------------------------
9251 Wed Oct 18 12:45:49 CEST 2006 - schubi@suse.de
9252
9253 - Install resolvables although they are unneeded
9254   if they have NOT the kind patch/atoms
9255   Bug 210538 - freshens/supplements does not work with patterns
9256 - r4326
9257
9258 -------------------------------------------------------------------
9259 Tue Oct 17 19:17:39 CEST 2006 - mvidner@suse.cz
9260
9261 - zypper service-add -r http://example.org/foo.repo (F#300641).
9262
9263 -------------------------------------------------------------------
9264 Tue Oct 17 18:29:34 CEST 2006 - dmacvicar@suse.de
9265
9266 - zypp-checkpatches:
9267   save version of the generated xml to
9268   regenerate it if it changes.
9269   save a random token in case of error to
9270   force recreating xml file
9271 - r4321
9272
9273 -------------------------------------------------------------------
9274 Tue Oct 17 13:49:53 CEST 2006 - dmacvicar@suse.de
9275
9276 - remove permissions for zypp checkpatches from spec
9277 - r4318
9278
9279 -------------------------------------------------------------------
9280 Tue Oct 17 12:36:57 CEST 2006 - dmacvicar@suse.de
9281
9282 - registration fails because of wrong product data
9283   (#205392)
9284   use DISTPRODUCT,DISTVERSION to create the product
9285   resolvable. have this resolvable provide
9286   PRODUCT = VERSION
9287 - r4312
9288
9289 -------------------------------------------------------------------
9290 Mon Oct 16 18:05:56 CEST 2006 - mvidner@suse.cz
9291
9292 - zypper service-add -r ./foo.repo (F#300641).
9293
9294 -------------------------------------------------------------------
9295 Mon Oct 16 15:02:00 CEST 2006 - jkupec@suse.cz
9296
9297 - zypper: added case-sensitive search, search in descriptions and
9298   summaries, search by resolvable type, substring and word
9299   matching, support for wildcards
9300 - Revision 4303
9301
9302 -------------------------------------------------------------------
9303 Mon Oct 16 13:27:50 CEST 2006 - mvidner@suse.cz
9304
9305 - Prevent the user from sending signals to zypp-checkpatches-wrapper
9306   (#211286).
9307
9308 -------------------------------------------------------------------
9309 Mon Oct 16 12:57:56 CEST 2006 - schubi@suse.de
9310
9311 - Dont incomplete an uninstalled resolvable, even not when establishing.
9312   Incomplete only makes sense for installed resolvables (when they have broken
9313   deps), for patches (because they are needed) and for atoms (because they are
9314   used during patch calculation)
9315   Bug 198379
9316
9317 - Do not branch for packages with the same NVE but different architectures.
9318   Take the best architecture.
9319
9320 -------------------------------------------------------------------
9321 Fri Oct 13 16:51:43 CEST 2006 - dmacvicar@suse.de
9322
9323 - implement rename source in sourcemanager
9324 - r4286
9325
9326 -------------------------------------------------------------------
9327 Fri Oct 13 14:32:44 CEST 2006 - dmacvicar@suse.de
9328
9329 - YaST sources: set alias to product summary if empty
9330 - show alias on logs.
9331 - r4281
9332
9333 -------------------------------------------------------------------
9334 Thu Oct 12 16:40:29 CEST 2006 - dmacvicar@suse.de
9335
9336 - version 2.4.0 (bin incompat due to callback fixes)
9337 - r4272
9338
9339 -------------------------------------------------------------------
9340 Thu Oct 12 16:30:55 CEST 2006 - ma@suse.de
9341
9342 - Provide additional solver status information to the UI.
9343   (#162164,F301272)
9344 - Fixed UI satus computation in presence of multiple available
9345   candidates.
9346 - revision 4264
9347 - version 2.3.1
9348
9349 -------------------------------------------------------------------
9350 Thu Oct 12 15:45:12 CEST 2006 - dmacvicar@suse.de
9351
9352 - remove const in MediaChangeReport requestMedia that
9353   broke cd changing.
9354 - r4262
9355
9356 -------------------------------------------------------------------
9357 Wed Oct 11 08:35:48 CEST 2006 - mvidner@suse.cz
9358
9359 - zypper: added search (jkupec)
9360 - removed the suid bit from zypp-checkpatches-wrapper so that the
9361   build passes until permissions.rpm is updated (~#211286).
9362 - r4253
9363
9364 -------------------------------------------------------------------
9365 Tue Oct 10 16:03:40 CEST 2006 - dmacvicar@suse.de
9366
9367 - Log microseconds if ZYPP_PROFILING env var is enabled.
9368 - r4252
9369
9370 -------------------------------------------------------------------
9371 Mon Oct  9 18:15:19 CEST 2006 - dmacvicar@suse.de
9372
9373 - YaST sources:
9374   Factory cannot be set with 'refresh' enabled
9375   (#204957)
9376 - get rid of some const bool signatures in Source classes
9377 - r4247
9378
9379 -------------------------------------------------------------------
9380 Mon Oct  9 15:11:16 CEST 2006 - mvidner@suse.cz
9381
9382 - Added zypp-checkpatches and a suid-root zypp-checkpatches-wrapper.
9383
9384 -------------------------------------------------------------------
9385 Fri Oct  6 13:23:32 CEST 2006 - schubi@suse.de
9386
9387 - select the best solution: prefering the total amount of install/update
9388   packages BEFORE source preferences. Bug 208784
9389
9390 -------------------------------------------------------------------
9391 Fri Oct  6 11:55:11 CEST 2006 - dmacvicar@suse.de
9392
9393 - Introduce a method to see if a source supports a
9394   kind of resolvable at that time, so we can
9395   init a YUM source like factory but avoid parsing
9396   it if it contains no patches.
9397 - add TODO
9398 - zypp-checkpatches xml output
9399 - r4235
9400
9401 -------------------------------------------------------------------
9402 Mon Oct  2 16:34:03 CEST 2006 - mvidner@suse.cz
9403
9404 - added a CLI preview: zypper
9405 - revision 4214
9406 - version 2.2.3
9407
9408 -------------------------------------------------------------------
9409 Mon Oct  2 15:11:26 CEST 2006 - dmacvicar@suse.de
9410
9411 - FATE #100165:
9412   Make Content File Aware of Different Architectures
9413   expand %a in release notes with architecture
9414
9415 -------------------------------------------------------------------
9416 Fri Sep 29 16:10:46 CEST 2006 - ma@suse.de
9417
9418 - Extended pattern parser to support includes/extends tags as hint
9419   for the IO. (F301229)
9420 - revision 4199
9421 - version 2.2.2
9422
9423 -------------------------------------------------------------------
9424 Fri Sep 29 00:31:33 CEST 2006 - ma@suse.de
9425
9426 - Enabled sending of ScriptResolvableReport.
9427 - Changed ScriptResolvableReport::start to send local path
9428   of script to be executed.
9429 - revision 4190
9430 - version 2.2.1
9431
9432 -------------------------------------------------------------------
9433 Wed Sep 27 14:14:33 CEST 2006 - ma@suse.de
9434
9435 - Added ScriptResolvableReport. Callbacks triggered on script
9436   execution during commit. (F100233)
9437 - revision 4187
9438 - version 2.2.0
9439
9440 -------------------------------------------------------------------
9441 Mon Sep 25 13:52:55 CEST 2006 - mvidner@suse.cz
9442
9443 - fix: Url::getRegisteredSchemes() would always return nothing
9444
9445 -------------------------------------------------------------------
9446 Fri Sep 22 15:34:11 CEST 2006 - jkupec@suse.cz
9447
9448 - Made the build dependency on gettext-devel explicit
9449
9450 -------------------------------------------------------------------
9451 Tue Sep 19 10:59:24 CEST 2006 - jsrain@suse.cz
9452
9453 - adapted multi-media YUM sources according to official YUM
9454   specification (F300743)
9455
9456 -------------------------------------------------------------------
9457 Mon Sep 18 17:42:26 CEST 2006 - lslezak@suse.cz
9458
9459 - use RPM_OPT_FLAGS (meissner@suse.de)
9460
9461 -------------------------------------------------------------------
9462 Mon Sep 18 15:19:53 CEST 2006 - lslezak@suse.cz
9463
9464 - SourceFactory::createFrom() - don't loose url,...
9465 - r4160
9466
9467 -------------------------------------------------------------------
9468 Mon Sep 18 12:00:46 CEST 2006 - kkaempf@suse.de
9469
9470 - reduce logging in ResolvableImpl.cc
9471 - rev 4157
9472
9473 -------------------------------------------------------------------
9474 Thu Sep 14 15:59:47 CEST 2006 - schubi@suse.de
9475
9476 - Replaced requirementIsMet by requirementIsInstalledOrUnneeded
9477   in QueueItemInstall and QueueItemRequire
9478   Bug 192535/204913
9479   removed fix:Thu Sep  7 18:31:46 CEST 2006 - schubi@suse.de
9480
9481 -------------------------------------------------------------------
9482 Thu Sep 14 12:44:53 CEST 2006 - lslezak@suse.cz
9483
9484 - fixed SourceFactory::createFrom() - don't loose alias,
9485   cachedir,... parameters
9486
9487 -------------------------------------------------------------------
9488 Thu Sep 14 10:21:02 CEST 2006 - mvidner@suse.cz
9489
9490 - Use RPM Enhances only if detected at configure time, to allow
9491   compilation with older rpm.
9492 - callback params: use const string & instead of string (dmacvicar)
9493
9494 -------------------------------------------------------------------
9495 Thu Sep  7 18:31:46 CEST 2006 - schubi@suse.de
9496
9497 - Do not regarding SATISFIED (regarding UNNEEDED) in isPresent if it is
9498   a package/script/message
9499   Bug: 192535
9500
9501 -------------------------------------------------------------------
9502 Thu Sep  7 16:19:36 CEST 2006 - dmacvicar@suse.de
9503
9504 - add Source_Ref::checksum() which in combination with
9505   timestamp can give an idea of a source change.
9506 - r4106
9507
9508 -------------------------------------------------------------------
9509 Thu Sep  7 14:32:38 CEST 2006 - mvidner@suse.cz
9510
9511 - Implemented fgzstreambuf::compressed_tell and fXstream::getbuf to
9512   enable progress reporting on compressed streams.
9513
9514 -------------------------------------------------------------------
9515 Wed Sep  6 18:31:20 CEST 2006 - dmacvicar@suse.de
9516
9517 - better error propagation
9518 - r4096
9519
9520 -------------------------------------------------------------------
9521 Tue Sep  5 19:22:56 CEST 2006 - mt@suse.de
9522
9523 - Removed libblkid dependency - the workaround using libblkid to
9524   check filesystem on XEN vbd mapped devices is obsolete, because
9525   the info is avaliable via /dev/disk/by-label link now. (#197107)
9526 - revision 4087
9527
9528 -------------------------------------------------------------------
9529 Thu Aug 31 15:16:11 CEST 2006 - ma@suse.de
9530
9531 - PackageProvider: Fixed broken retry. (#202163)
9532 - revision 4071
9533
9534 -------------------------------------------------------------------
9535 Wed Aug 30 23:50:55 CEST 2006 - ma@suse.de
9536
9537 - Fixed RpmDb::makePackageFromHeader: Catch NULL Header passed as argument and refuse
9538   to create a Package from a source package header.
9539 - Added method Pathname::extension: Return all of the characters in name
9540   after and including the last dot in the last element of name.
9541 - PlaindirImpl: Disable rpm signature verification when scaning a directory for
9542   rpms. Otherwise we'd need access to the rpm database to get the keys.
9543 - revision 4069
9544
9545 -------------------------------------------------------------------
9546 Wed Aug 30 17:42:40 CEST 2006 - schubi@suse.de
9547
9548 - Do not regarding SATISFIED/UNNEEDED in isPresent if it is
9549   a package/script/message
9550   Bug: 192535
9551
9552 -------------------------------------------------------------------
9553 Wed Aug 30 14:29:45 CEST 2006 - ma@suse.de
9554
9555 - Speedup computation of number of rpm database entries.
9556 - revision 4058
9557
9558 -------------------------------------------------------------------
9559 Tue Aug 29 16:58:20 CEST 2006 - schubi@suse.de
9560
9561 - Fixed endless loop in transactResObject
9562   Bug 198095 - YaST2 Installaler crashes when selecting Gnome pattern to a KDE installation
9563
9564 -------------------------------------------------------------------
9565 Tue Aug 29 12:05:09 CEST 2006 - dmacvicar@suse.de
9566
9567 - fix some testcases for tar file parser changes
9568 - r4045
9569
9570 -------------------------------------------------------------------
9571 Tue Aug 29 11:19:53 CEST 2006 - dmacvicar@suse.de
9572
9573 - missing includes
9574 - clean old callbacks
9575 - r4041
9576
9577 -------------------------------------------------------------------
9578 Fri Aug 25 14:32:07 CEST 2006 - schubi@suse.de
9579
9580 - zyppPattern->install_packages returns SUGGESTED package too.
9581   Bug 201476
9582   Revision 4036
9583
9584 -------------------------------------------------------------------
9585 Fri Aug 25 13:05:33 CEST 2006 - schubi@suse.de
9586
9587 - New behaviour in the solver: try with 'best' package first, try with 'all'
9588   packages if this fails.
9589   Bug :Bug 191983
9590
9591 -------------------------------------------------------------------
9592 Fri Aug 25 11:35:48 CEST 2006 - dmacvicar@suse.de
9593
9594 - libzypp 2.1.0
9595 - bump version due to incompatible callback changes in KeyRing
9596   Sources
9597
9598 -------------------------------------------------------------------
9599 Thu Aug 24 15:34:45 CEST 2006 - dmacvicar@suse.de
9600
9601 - new keyring callbacks
9602 - separate trust key from import key
9603 - use PublicKey class instead of params, to be able
9604   to add more info like photos later (pending #181682)
9605 - update zmart with those callbacks.
9606 - better error handling (Exception types)
9607 - make tmp file names more readable depending on the context
9608 - r4026
9609
9610 -------------------------------------------------------------------
9611 Tue Aug 22 22:35:30 CEST 2006 - dmacvicar@suse.de
9612
9613 - decouple probing from source creation, using the new
9614   media test for existence functions.
9615 - r4019
9616
9617
9618 -------------------------------------------------------------------
9619 Tue Aug 22 17:56:53 CEST 2006 - mt@suse.de
9620
9621 - Fixed getDoesFileExist to reset the transfer range
9622 - Added logging of curl debug messages to the zypp log.
9623   The env var ZYPP_MEDIA_CURL_DEBUG=1 logs curl infos,
9624   ZYPP_MEDIA_CURL_DEBUG=2 logs the in/out headers.
9625 - r4018
9626
9627 -------------------------------------------------------------------
9628 Fri Aug 18 14:57:35 CEST 2006 - kkaempf@suse.de
9629
9630 - remove the /etc/sysconfig/zypp:REWRITE_KERNEL_DEPS = yes check;
9631   see rev 3810 below. (#190163)
9632 - rev 3998
9633
9634 -------------------------------------------------------------------
9635 Thu Aug 17 18:15:14 CEST 2006 - dmacvicar@suse.de
9636
9637 - fix uninstalling of atoms (noop)
9638 - r3995
9639
9640 -------------------------------------------------------------------
9641 Wed Aug 16 17:41:40 CEST 2006 - dmacvicar@suse.de
9642
9643 - Implement initial verson of Media
9644   doesFileExist, for future source probing.
9645 - r3984
9646
9647 -------------------------------------------------------------------
9648 Tue Aug 15 12:01:31 CEST 2006 - dmacvicar@suse.de
9649
9650 - more dbus_connection_close fixes
9651 - r3974
9652
9653 -------------------------------------------------------------------
9654 Tue Aug 15 11:41:41 CEST 2006 - kkaempf@suse.de
9655
9656 - clean up 'incomplete' handling in QueueItemEstablish.
9657 - rev 3973.
9658
9659 -------------------------------------------------------------------
9660 Tue Aug 15 11:30:50 CEST 2006 - kkaempf@suse.de
9661
9662 - Don't set 'incomplete' for uninstalled patterns or products.
9663   (#198379)
9664 - rev 3970.
9665
9666 -------------------------------------------------------------------
9667 Mon Aug 14 16:50:53 CEST 2006 - schubi@suse.de
9668
9669 - Added new API calls:
9670   setAdditionalProvide
9671   setAdditionalConflict
9672   setAdditionalRequire
9673
9674 -------------------------------------------------------------------
9675 Mon Aug 14 11:26:20 CEST 2006 - dmacvicar@suse.de
9676
9677 - don't link examples to testsuite library.
9678
9679 -------------------------------------------------------------------
9680 Sat Aug 12 17:30:30 CEST 2006 - schwab@suse.de
9681
9682 - Disable profiling to work around compiler bug.
9683
9684 -------------------------------------------------------------------
9685 Fri Aug 11 17:01:33 CEST 2006 - dmacvicar@suse.de
9686
9687 - forward port 3924:3939
9688 - Add explicit finish callbacks for subtasks during ProvidePackage
9689   to avoid UI confusion.
9690 - rev3957
9691
9692 -------------------------------------------------------------------
9693 Fri Aug 11 11:48:44 CEST 2006 - dmacvicar@suse.de
9694
9695 - Introduce examples/
9696 - fix some svn ignores
9697 - fix compilation. Use: dbus_connection_close
9698 - rev 3943
9699
9700 -------------------------------------------------------------------
9701 Thu Aug 10 16:32:36 CEST 2006 - dmacvicar@suse.de
9702
9703 - Initial support for plain directory with rpms as source
9704 - r3935
9705
9706 -------------------------------------------------------------------
9707 Tue Aug  8 16:51:45 CEST 2006 - dmacvicar@suse.de
9708
9709 - Move the target query by kind function to
9710   a iterator, so we dont make a copy of the restore
9711   the iterator works loading by demand too
9712
9713 -------------------------------------------------------------------
9714 Mon Aug  7 17:57:26 CEST 2006 - dmacvicar@suse.de
9715
9716 - rename the new initTarget to initializeTarget,
9717   leave the old one as is, but deprecate it.
9718 - r3903
9719
9720 -------------------------------------------------------------------
9721 Mon Aug  7 15:10:08 CEST 2006 - dmacvicar@suse.de
9722
9723 - forward port from SLES10 branch , till 3888
9724 - Prefer to use available DeltaRpm or PatchRpm instead of downloading
9725   full packages. (#168844)
9726 - rpmdb : Do not use the deprecated POSIX API, but boost::regex
9727 - version 2.0.0
9728 - rev 3893
9729
9730 -------------------------------------------------------------------
9731 Fri Aug  4 15:20:13 CEST 2006 - dmacvicar@suse.de
9732
9733 - Separate target init from adding resolvables, getting rid of the
9734 uggly bool flag.
9735 - dont clear the store each time Target::resolvables is called
9736 - Load target resolvables on demand by kind, keep them cached later
9737 - add Target::resolvablesByKind(kind) to allow query specific kind
9738   without reading all kinds. Used to port TargetProduct, which
9739   was reading the whole rpm database only to displayy base product
9740   name in YaST help.
9741 - commit to pkg-bindings and packager will follow.
9742 - jsrain will port more yast stuff, especially inst_source which
9743   startup time should by reduced by half afterwards.
9744 - rev 3880
9745
9746 -------------------------------------------------------------------
9747 Tue Aug  1 13:37:29 CEST 2006 - dmacvicar@suse.de
9748
9749 - forward port:
9750   rev 3786 fix to stalle tmpfiles broke patches.
9751   SLES was released with this broken. 10.1 has a blocked
9752   zypp update because this.
9753   Attempt to fix this. (#192535)
9754 - fix configure.ac sqlite-source build path
9755 - rev 3858
9756
9757 -------------------------------------------------------------------
9758 Fri Jul 21 10:58:58 CEST 2006 - dmacvicar@suse.de
9759
9760 - link correctly
9761
9762 -------------------------------------------------------------------
9763 Wed Jul 19 13:50:57 CEST 2006 - dmacvicar@suse.de
9764
9765 - dont link sqlite in the main lib.
9766 - rev 3826
9767
9768 -------------------------------------------------------------------
9769 Tue Jul 18 17:42:45 CEST 2006 - dmacvicar@suse.de
9770
9771 - susetags: parse product parser regexp only once
9772 - parse yum factory 5 sec. (from 30) faster using
9773   another string find algorithm
9774 - rev 3824
9775
9776 -------------------------------------------------------------------
9777 Tue Jul 18 12:56:17 CEST 2006 - dmacvicar@suse.de
9778
9779 - Digest: Don't read the stream character wise but reading blocks,
9780   as advised by matz profiling.
9781 - r3819
9782
9783 -------------------------------------------------------------------
9784 Mon Jul 17 12:54:39 CEST 2006 - ma@suse.de
9785
9786 - Add "openSUSE", "ATI Technologies Inc." and "Nvidia" to
9787   trusted vendors. (#189573)
9788 - revision 3804
9789
9790 -------------------------------------------------------------------
9791 Thu Jul 13 12:52:58 CEST 2006 - dmacvicar@suse.de
9792
9793 - backport fix for stalle tmpfile (#191311)
9794 - rev 3788
9795
9796 -------------------------------------------------------------------
9797 Wed Jun 28 13:22:22 CEST 2006 - mt@suse.de
9798
9799 - deactivated media manager code that was disabling the
9800   automounter (#172419)
9801 - rev 3724
9802
9803 -------------------------------------------------------------------
9804 Mon Jun 26 17:14:53 CEST 2006 - dmacvicar@suse.de
9805
9806 - fix autorefresh (#186115)
9807 - revision 3708
9808 -------------------------------------------------------------------
9809 Fri Jun 23 13:41:18 CEST 2006 - ma@suse.de
9810
9811 - forward port from SLE branch
9812 - Set default permission for logfiles to 0640. (#187044)
9813 - revision 3696
9814
9815 -------------------------------------------------------------------
9816 Thu Jun 22 16:01:15 CEST 2006 - ma@suse.de
9817
9818 - forward port from SLE branch
9819 - Fixed installation of SP or Add-On product switching to media 2
9820   too early. (#186607)
9821 - revision 3691
9822
9823 -------------------------------------------------------------------
9824 Wed Jun 21 15:47:39 CEST 2006 - dmacvicar@suse.de
9825
9826 - forward port from SLE branch
9827 - Strip self provides without edition in Resolvable ctor.
9828   (#186079)
9829 - Source::provideResolvables not implemented in yum source type.
9830   Product not set for packages that are available from update source
9831   (#186920)
9832 - Hook modalias() supplements without package to "kernel" (#184840)
9833 - Allow on-demand SourceManager::restore() (#186678)
9834 - Hook modalias() supplements without package to "kernel" (#184840)
9835 - rev 3676
9836
9837 -------------------------------------------------------------------
9838 Mon Jun 19 15:17:17 CEST 2006 - mt@suse.de
9839
9840 - Fix adding resolving of path names for mount points (#181606)
9841 - rev 3658
9842
9843 -------------------------------------------------------------------
9844 Mon Jun 19 13:52:14 CEST 2006 - dmacvicar@suse.de
9845
9846 - merge download algorithm and refactoring from branch
9847   (#181204)
9848
9849 -------------------------------------------------------------------
9850 Thu Jun 15 17:53:40 CEST 2006 - mvidner@suse.cz
9851
9852 - autodocs: use find+xargs to overcome command length limit,
9853   do not call doxygen unnecessarily (#185334).
9854 - rev 3645
9855
9856 -------------------------------------------------------------------
9857 Thu Jun 15 07:26:29 CEST 2006 - kkaempf@suse.de
9858
9859 - Dont use getZYpp in static constructor (#185198)
9860   Bugfix #178292 was wrong.
9861 - Only warn on incompleting installed resolvables (#185197)
9862 - rev 3644
9863
9864 -------------------------------------------------------------------
9865 Wed Jun 14 22:43:40 CEST 2006 - kkaempf@suse.de
9866
9867 - Atoms might only be installed via patches (#184714)
9868 - rev 3642
9869
9870 -------------------------------------------------------------------
9871 Wed Jun 14 17:26:39 CEST 2006 - dmacvicar@suse.de
9872
9873 - fix for the last stall tmpfile (#178292)
9874 - r3637
9875
9876 -------------------------------------------------------------------
9877 Wed Jun 14 12:06:57 CEST 2006 - mt@suse.de
9878
9879 - Implemented transfer timeout inside of the progress callback.
9880   The timeout value can be set using timeout url parameter, the
9881   default transfer timeout is 180 seconds. (#181602)
9882 - Added ssl_verify and ssl_capath url options used in https scheme,
9883   allowing to change or disable the ssl verify options. (#171622)
9884 - Added fallback on read failures of /etc/mtab to /proc/mounts.
9885   Improved verbosity in mount and mount check related failure cases,
9886   incl. /etc/mtab dump. (#181606)
9887 - rev 3623
9888
9889 -------------------------------------------------------------------
9890 Wed Jun 14 10:49:10 CEST 2006 - kkaempf@suse.de
9891
9892 - combine knownAliases and knownUrls in a single function.
9893 - rev 3616
9894
9895 -------------------------------------------------------------------
9896 Mon Jun 12 16:27:46 CEST 2006 - kkaempf@suse.de
9897
9898 - honor parallel installs in resolver context (#181103)
9899 - rev 3592
9900
9901 -------------------------------------------------------------------
9902 Mon Jun 12 15:37:10 CEST 2006 - dmacvicar@suse.de
9903
9904 - right fix for tmpdir initialized in static constructor
9905 - catch around provideJustFile in providePackage
9906 -rev 3654
9907
9908 -------------------------------------------------------------------
9909 Mon Jun 12 15:15:07 CEST 2006 - dmacvicar@suse.de
9910
9911 - fix #182003 YUM packages without size
9912 - rev 3587
9913
9914 -------------------------------------------------------------------
9915 Mon Jun 12 14:58:55 CEST 2006 - kkaempf@suse.de
9916
9917 - Allow to restore and remove by Url
9918 - rev 3583
9919
9920 -------------------------------------------------------------------
9921 Mon Jun 12 13:07:31 CEST 2006 - kkaempf@suse.de
9922
9923 - make atoms parallel installable (#181103)
9924 - rev 3580
9925
9926 -------------------------------------------------------------------
9927 Fri Jun  9 16:28:11 CEST 2006 - dmacvicar@suse.de
9928
9929 - Allow to restore by alias
9930 - r3568
9931
9932 -------------------------------------------------------------------
9933 Fri Jun  9 13:06:16 CEST 2006 - mvidner@suse.cz
9934
9935 - Do not fork in a global destructor, perl dislikes it (#182672).
9936   Fixes hanging ag_ldapserver and yast2-perl-bindings tests.
9937
9938 -------------------------------------------------------------------
9939 Thu Jun  8 16:24:55 CEST 2006 - ma@suse.de
9940
9941 - Installation: Assert product information is stored to libzypp
9942   database before reboot. (#181198)
9943 - Version 1.2.0; revision 3553
9944
9945 -------------------------------------------------------------------
9946 Wed Jun  7 13:55:23 CEST 2006 - visnov@suse.cz
9947
9948 - Synchronize keys with rpm database before
9949   closing access to it (#182338)
9950 - rev 3533
9951
9952 -------------------------------------------------------------------
9953 Wed Jun  7 11:40:46 CEST 2006 - mt@suse.de
9954
9955 - Changed to just prefer DVD drives in "dvd:" scheme, instead of
9956   filter out the non-DVD drives completely. Allows a fallback to
9957   drives without the dvd HAL property e.g. in VMWare. (#177457)
9958 - rev 3530
9959
9960 -------------------------------------------------------------------
9961 Wed Jun  7 01:00:06 CEST 2006 - dmacvicar@suse.de
9962
9963 - Merge fix for stalle tmpdir due to cyclic references, using a master
9964  TmpDir for zypp. (#178292) . There is still 1 tmpdir to fix.
9965 - rev 3521
9966
9967 -------------------------------------------------------------------
9968 Wed Jun  7 01:00:05 CEST 2006 - dmacvicar@suse.de
9969
9970 - Fixes unneeded file download, and add download callbacks
9971   (still need yast side) #181204 and #160206
9972 - Fix stalle tmpdir due to cyclic references, using a master
9973   TmpDir for zypp. # 178292
9974
9975 -------------------------------------------------------------------
9976 Wed Jun  7 00:02:18 CEST 2006 - ma@suse.de
9977
9978 - fixed memory leak in PersistentStorage (#168690)
9979 - revision 3519
9980
9981 -------------------------------------------------------------------
9982 Tue Jun  6 22:24:00 CEST 2006 - ma@suse.de
9983
9984 - fixed memory leak in XMLSourceCacheParser (#168690)
9985 - revision 3517
9986
9987 -------------------------------------------------------------------
9988 Fri Jun  2 16:09:03 CEST 2006 - schubi@suse.de
9989
9990 -latest fi translation added
9991  Revision 3502
9992
9993 -------------------------------------------------------------------
9994 Thu Jun  1 15:11:47 CEST 2006 - schubi@suse.de
9995
9996 -All installed resolvables has been set to "satisfied" in
9997  ResolverContext::unneeded . BUT:
9998  Patch concerning resolvables have to be set to
9999  "unneeded" although they are installed. In order
10000  getting the state "no longer applicable" (Bug 171590)
10001 - rev 3496
10002
10003 -------------------------------------------------------------------
10004 Thu Jun  1 14:54:02 CEST 2006 - kkaempf@suse.de
10005
10006 - compute status for scripts and messages so their freshens get
10007   properly honored (aj with postgresql-server)
10008 - rev 3494
10009
10010 -------------------------------------------------------------------
10011 Thu Jun  1 13:57:48 CEST 2006 - dmacvicar@suse.de
10012
10013 - revert not-used-yet rpmdb timestamp, as
10014   it broke rpmdb::init(). (#180040)
10015 - rev 3490
10016
10017 -------------------------------------------------------------------
10018 Thu Jun  1 11:03:34 CEST 2006 - schubi@suse.de
10019
10020 - updating gmo files, if po files has been changed; bug 164449
10021
10022 -------------------------------------------------------------------
10023 Wed May 31 18:32:58 CEST 2006 - dmacvicar@suse.de
10024
10025 - Dont download twice if starting from 1st time
10026 - fix typo
10027 - rev 3481
10028
10029 -------------------------------------------------------------------
10030 Wed May 31 17:06:48 CEST 2006 - dmacvicar@suse.de
10031
10032 - set cache dir only if storeMetadata is called as a public method.´
10033 - rev 3475
10034
10035 -------------------------------------------------------------------
10036 Wed May 31 15:27:38 CEST 2006 - kkaempf@suse.de
10037
10038 - schedule a package for installation if
10039   - it freshens / supplements something
10040   - it is not installed yet
10041   (#178721)
10042 - rev 3473
10043
10044 -------------------------------------------------------------------
10045 Wed May 31 15:22:43 CEST 2006 - dmacvicar@suse.de
10046
10047 - make susetags also implement download and check first.
10048 - rev 3470
10049
10050 -------------------------------------------------------------------
10051 Tue May 30 12:43:47 CEST 2006 - dmacvicar@suse.de
10052
10053 - make yum more robust. Never parse from provideFile
10054   but only from local disk. Make sure the cache
10055   is consistent before recreating it.
10056   the code is easier to follow and probably
10057   faster. checksum and signatures are
10058   checked on caching not on parsing.
10059   Required to implement refresh for #154990
10060 - rev 3452
10061
10062 -------------------------------------------------------------------
10063 Wed May 24 16:57:54 CEST 2006 - dmacvicar@suse.de
10064
10065 - implement timestamp for YUM and SuseTags
10066 - actually use the license to confirm in yum patches
10067 - add prerequires tag in yum optonally to the bad designed
10068   and nonintuitive pre=1
10069 - rev 3448
10070
10071 -------------------------------------------------------------------
10072 Wed May 24 15:30:32 CEST 2006 - dmacvicar@suse.de
10073
10074 - dont pass root on init but before.
10075 - implement rpm db modification timestamp
10076   not used yet
10077 - move Helix source to testsuite out of the solver
10078   so we can use it for target, storage tests
10079 - add Source_Ref::timestamp(), default to now()
10080   in order to implement smart sync of sources by zmd
10081 - don't parse desc and summary twice
10082 - fix a segfault with tranlated text
10083 - fix broken size tag introduced in rev 3427
10084 - rev 3446
10085
10086 -------------------------------------------------------------------
10087 Tue May 23 20:53:27 CEST 2006 - dmacvicar@suse.de
10088
10089 - dont accept corrupt sources, improve logs
10090
10091 -------------------------------------------------------------------
10092 Tue May 23 17:26:41 CEST 2006 - ma@suse.de
10093
10094 - Added PoolItem_Ref::statusReset. Resets the PoolItem status without
10095   loosing autoprotection (eg. for foreign vendor). (assists #177469)
10096 - rev 3431
10097
10098 -------------------------------------------------------------------
10099 Tue May 23 17:04:04 CEST 2006 - jsrain@suse.cz
10100
10101 - added mediaNr() to PatchRpm and DeltaRpm classes
10102 - rev 3430
10103
10104 -------------------------------------------------------------------
10105 Tue May 23 15:58:04 CEST 2006 - dmacvicar@suse.de
10106
10107 - enable YUM license to confirm.
10108   needed for #174476
10109 - adapt store to serialize and read all new resobject fields
10110 - use install-time to now() when serializing (#174653)
10111 - rev 3427
10112
10113 -------------------------------------------------------------------
10114 Mon May 22 20:51:59 CEST 2006 - ma@suse.de
10115
10116 - Do not violate install order when restricting commit to a certain
10117   mediaNumber. (#170079)
10118 - Version 1.1.0; rev 3423
10119
10120 -------------------------------------------------------------------
10121 Mon May 22 19:03:20 CEST 2006 - mvidner@suse.cz
10122
10123 - Added SourceManager::findSourceByUrl to overcome alias mismatches
10124   (#177543).
10125 - rev 3420
10126
10127 -------------------------------------------------------------------
10128 Mon May 22 17:19:25 CEST 2006 - ma@suse.de
10129
10130 - Order all objects according to prerequirements, not just packages.
10131   (#173690)
10132 - rev 3419
10133
10134 -------------------------------------------------------------------
10135 Mon May 22 15:57:43 CEST 2006 - schubi@suse.de
10136
10137 - Added new translation
10138
10139 -------------------------------------------------------------------
10140 Fri May 19 12:53:44 CEST 2006 - dmacvicar@suse.de
10141
10142 - fix missing homedir option for gpg (#171055)
10143 - rev 3415
10144
10145 -------------------------------------------------------------------
10146 Thu May 18 19:08:52 CEST 2006 - ma@suse.de
10147
10148 - Prevent against daemons launched in rpm %post, that do not close
10149   their filedescriptors. (#174548)
10150 - Version 1.0.1; rev 3413
10151
10152 -------------------------------------------------------------------
10153 Thu May 18 16:51:41 CEST 2006 - jsrain@suse.cz
10154
10155 - fixed media number of package retrieved as a part of a patch
10156   (#174841)
10157 - rev 3409
10158
10159 -------------------------------------------------------------------
10160 Thu May 18 16:16:21 CEST 2006 - dmacvicar@suse.de
10161
10162 - fix missing package descriptions due to filtered packages
10163   by incompatible architectures. (#159109)
10164 - rev 3404
10165
10166 -------------------------------------------------------------------
10167 Thu May 18 16:08:42 CEST 2006 - kkaempf@suse.de
10168
10169 - decrease logging in DiskUsageCounter and Modalias (#163186)
10170 - rev 3406
10171
10172 -------------------------------------------------------------------
10173 Thu May 18 10:43:47 CEST 2006 - ma@suse.de
10174
10175 - Stay backward comapatible.
10176
10177 -------------------------------------------------------------------
10178 Tue May 16 21:35:27 CEST 2006 - ma@suse.de
10179
10180 - Make basic attributes available through ResObject.
10181 - Let ResObjects which do not require media access during
10182   commit return ZERO sourceMediaNr (required for #173690)
10183 - Version 1.0.0
10184 - rev 3390
10185
10186 -------------------------------------------------------------------
10187 Tue May 16 15:11:35 CEST 2006 - kkaempf@suse.de
10188
10189 - reduce logging verbosity (#163186)
10190 - rev 3381
10191
10192 -------------------------------------------------------------------
10193 Tue May 16 14:00:57 CEST 2006 - schubi@suse.de
10194
10195 - setCandidate accept candidates with compatible architectures too. Not
10196   only with the same architecture. Bug 172594 - If update package has
10197   differet arch, UI display is wrong
10198
10199 -------------------------------------------------------------------
10200 Tue May 16 09:30:45 CEST 2006 - mvidner@suse.cz
10201
10202 - Added Source_Ref::resStoreInitialized.
10203   If we know that noone has seen the resolvables yet, we can skip
10204   them too, eg. when deleting a source. (#174840)
10205 - rev 3378
10206
10207 -------------------------------------------------------------------
10208 Mon May 15 12:41:39 CEST 2006 - kkaempf@suse.de
10209
10210 - Honor freshens as conditionals independant from the installed/
10211   uninstalled status (#174797)
10212 - rev 3376
10213
10214 -------------------------------------------------------------------
10215 Mon May 15 11:15:03 CEST 2006 - kkaempf@suse.de
10216
10217 - State modifier "unneeded" is transitive for patches (#171590)
10218 - rev 3375
10219
10220 -------------------------------------------------------------------
10221 Thu May 11 17:42:29 CEST 2006 - schubi@suse.de
10222
10223 - Do not transact itself (update) in the transactResObject mechanism
10224   Bug 174290
10225
10226 -------------------------------------------------------------------
10227 Thu May 11 16:37:51 CEST 2006 - mt@suse.de
10228
10229 - Reenabled improved large file support flags (unintentionally
10230   removed in rev 1544). Fixes bug #173753.
10231 - Added large file support flags to libzypp.pc file allowing
10232   consistence checks in the application using features variable
10233 - rev 3366
10234
10235 -------------------------------------------------------------------
10236 Thu May 11 10:49:36 CEST 2006 - mvidner@suse.cz
10237
10238 - SourceManager: moved source deletion before creation
10239   so that we can recreate a deleted one (#174295)
10240 - removed dead code dealing with known_caches from SourceManager::store
10241   (see r3195)
10242 - r3362
10243
10244 -------------------------------------------------------------------
10245 Thu May 11 10:15:14 CEST 2006 - jsrain@suse.cz
10246
10247 - fixed returning product short name and summary if product read
10248   from target store (#148625)
10249 - rev 3360
10250
10251 -------------------------------------------------------------------
10252 Wed May 10 11:39:06 CEST 2006 - jsrain@suse.cz
10253
10254 - set media verifier on redirected medium (#172599)
10255 - rev 3359
10256
10257 -------------------------------------------------------------------
10258 Mon May  8 17:28:42 CEST 2006 - kkaempf@suse.de
10259
10260 - fix 'transactResKind' to collect best providers by capability
10261   and to recursively transact items of same kind (#170114)
10262 - rev 3355
10263
10264 -------------------------------------------------------------------
10265 Mon May  8 16:45:46 CEST 2006 - dmacvicar@suse.de
10266
10267 - serialize the full URL to avoid missing password and other
10268   url settings (#148108)
10269 - rev 3353
10270
10271 -------------------------------------------------------------------
10272 Fri May  5 17:47:14 CEST 2006 - mt@suse.de
10273
10274 - Added a 60 sec connect timeout to MediaCurl (#172860)
10275 - rev 3348
10276
10277 -------------------------------------------------------------------
10278 Thu May  4 15:15:37 CEST 2006 - kkaempf@suse.de
10279
10280 - re-fetch also .asc and .key files before checking signature
10281   (#172597)
10282 - rev 3350 (3345-10.1)
10283
10284 -------------------------------------------------------------------
10285 Wed May  3 17:40:45 CEST 2006 - dmacvicar@suse.de
10286
10287 - Fix yum key verification, because a double variable declaration
10288
10289 -------------------------------------------------------------------
10290 Wed May  3 15:34:00 CEST 2006 - dmacvicar@suse.de
10291
10292 - use --no-default-keyring to avoid creating a
10293   default gpg dir in / (#171055)
10294 - rev 3335
10295
10296 -------------------------------------------------------------------
10297 Wed May  3 14:40:25 CEST 2006 - dmacvicar@suse.de
10298
10299 - Fix YUM signature checking, we were passing the key instead of the
10300   signature.
10301 - When the user trust a key, sync again. Bye to the session trusted
10302   keys and user being asked all the time. (#171213)
10303 - r3332
10304
10305 -------------------------------------------------------------------
10306 Wed May  3 14:22:02 CEST 2006 - ma@suse.de
10307
10308 - Cleanup index tables when removing items from pool (#170564).
10309
10310 -------------------------------------------------------------------
10311 Wed May  3 12:23:36 CEST 2006 - kkaempf@suse.de
10312
10313 - backout rev 3246->3275 of TargetImpl.cc
10314 - add missing testsuite/utils/TestUtils.h
10315 - rev 3330
10316
10317 -------------------------------------------------------------------
10318 Wed May  3 12:13:38 CEST 2006 - dmacvicar@suse.de
10319
10320 - more fixes for #171062, there were some files still not being
10321   read from cache.
10322 - r3327
10323
10324 -------------------------------------------------------------------
10325 Tue May  2 18:41:44 CEST 2006 - dmacvicar@suse.de
10326
10327 - cache keys and signature. Remove lot of duplicated code. (#171062)
10328 - r3320
10329
10330 -------------------------------------------------------------------
10331 Tue May  2 18:02:46 CEST 2006 - mt@suse.de
10332
10333 - Disabled isUseableAttachPoint check in MediaDIR -- we do not
10334   mount here anything, so it is OK to use any dir (171351).
10335 - rev 3318
10336
10337 -------------------------------------------------------------------
10338 Tue May  2 14:58:03 CEST 2006 - kkaempf@suse.de
10339
10340 - parse "license-to-confirm" in primary.xml (#168437)
10341 - rev 3312
10342
10343 -------------------------------------------------------------------
10344 Mon May  1 17:44:29 CEST 2006 - kkaempf@suse.de
10345
10346 - Don't try to store 'Atom', not needed and the backend store
10347   rejects them anyways (addtion to #168610)
10348 - rev 3306
10349
10350 -------------------------------------------------------------------
10351 Mon May  1 04:43:01 CEST 2006 - mt@suse.de
10352
10353 - Improved device check in MediaDISK using libblkid (Bug #158529)
10354 - Allow to provide sysfs path via $SYSFS_PATH in MediaCD.cc and
10355   added a check if it is a directory
10356 - Added libcurl and libblkid checks to configure.ac
10357 - Added e2fsprogs(-devel) requires to the spec file
10358 - rev 3303
10359
10360 -------------------------------------------------------------------
10361 Sat Apr 29 21:46:22 CEST 2006 - kkaempf@suse.de
10362
10363 - dont download "other" during key check (#171041)
10364 - rev 3294
10365
10366 -------------------------------------------------------------------
10367 Sat Apr 29 11:05:15 CEST 2006 - kkaempf@suse.de
10368
10369 - allow parallel installs of atoms (used to fulfill patch require-
10370   ments, atoms aren't installed anyways) (#170098)
10371 - some testsuite improvements.
10372 - rev 3288
10373
10374 -------------------------------------------------------------------
10375 Fri Apr 28 20:15:06 CEST 2006 - dmacvicar@suse.de
10376
10377 - get rid of autobuild check when throwing exceptions without throw
10378   but with a macro, returning a null pointer at the end (never reached).
10379
10380 -------------------------------------------------------------------
10381 Fri Apr 28 19:50:28 CEST 2006 - ma@suse.de
10382
10383 - Do not violate install order when restricting commit to a certain
10384   mediaNumber. (#170079)
10385
10386 -------------------------------------------------------------------
10387 Fri Apr 28 18:12:26 CEST 2006 - dmacvicar@suse.de
10388
10389 - Don't use throw directly!
10390   use ZYPP_THROW with a Exception class, otherwise package bindings
10391   will not catch them.
10392   Should fix crashes when reading broken sources with yast.
10393 - rev 3272
10394
10395 -------------------------------------------------------------------
10396 Fri Apr 28 15:29:32 CEST 2006 - schubi@suse.de
10397
10398 - Bug 162064 - font packages are not installed for locale, e.g. khmer font not installed after CD1
10399   revision 3269
10400
10401 -------------------------------------------------------------------
10402 Fri Apr 28 14:55:04 CEST 2006 - kkaempf@suse.de
10403
10404 - revert bugfix #168906 (fom rev 3219), it filters too many errors.
10405 - further improve on #168840 (from rev 3231), match on name-edition
10406   when filtering by best arch. (#170098)
10407 - rev 3268
10408
10409 -------------------------------------------------------------------
10410 Fri Apr 28 13:01:58 CEST 2006 - dmacvicar@suse.de
10411
10412 - #170093 , lot of package descriptions missing
10413 - rev 3263
10414
10415 -------------------------------------------------------------------
10416 Thu Apr 27 20:28:01 CEST 2006 - dmacvicar@suse.de
10417
10418 - try to fix wrong permissions of /var/lib/zypp created
10419   by old zypp, only when running as root they are fixed
10420   (#169094)
10421 - YUM: Verify signatures on factoryInit.
10422   Dont provide other.xml. Cleanups, better logging.
10423   When refreshing signed soruces, don't refresh is source
10424   has not changed.
10425 - YaST sources: don't refresh if media file has not changed.
10426 - Show full url of index files in sources for signature validation
10427   (mentioned in #170139 comment #3)-
10428
10429 -------------------------------------------------------------------
10430 Thu Apr 27 18:41:02 CEST 2006 - jsrain@suse.de
10431
10432 - udpated media ID syntax for external scripts (to be consistent
10433   with packages) (#170247)
10434 - rev 3256
10435
10436 -------------------------------------------------------------------
10437 Thu Apr 27 18:33:48 CEST 2006 - jsrain@suse.de
10438
10439 - set media ID to 1 if not specified in YUM metadata (#167452)
10440 - rev 3255
10441
10442 -------------------------------------------------------------------
10443 Thu Apr 27 11:55:05 CEST 2006 - kkaempf@suse.de
10444
10445 - If freshen and supplement are fulfilled, install any kind of
10446   resolvable if not yet installed (#165746)
10447 - rev 3249
10448
10449 -------------------------------------------------------------------
10450 Wed Apr 26 18:00:42 CEST 2006 - kkaempf@suse.de
10451
10452 - make downloaded script executable. (#169191)
10453 - rev 3247
10454
10455 -------------------------------------------------------------------
10456 Wed Apr 26 10:43:03 CEST 2006 - kkaempf@suse.de
10457
10458 - Improve on last fix, compare only compatible archs.
10459 - rev 3233
10460
10461 -------------------------------------------------------------------
10462 Tue Apr 25 19:36:13 CEST 2006 - kkaempf@suse.de
10463
10464 - Only choose best arch of multiple package atoms with identical
10465   name (#168840)
10466 - rev 3231
10467
10468 -------------------------------------------------------------------
10469 Tue Apr 25 16:59:51 CEST 2006 - dmacvicar@suse.de
10470
10471 - pass empty strings to UI as key properties if unknown key
10472   (#169114)
10473 - rev 3228
10474
10475 -------------------------------------------------------------------
10476 Tue Apr 25 16:47:35 CEST 2006 - kkaempf@suse.de
10477
10478 - refrain from parsing 'other.xml' (#159316)
10479 - rev 3226
10480
10481 -------------------------------------------------------------------
10482 Tue Apr 25 16:34:50 CEST 2006 - visnov@suse.cz
10483
10484 - in source refresh, clean up the cache dir if fails
10485 - do not require repomd.xml.asc when creating a cache (#163765)
10486 - rev 3224
10487
10488 -------------------------------------------------------------------
10489 Tue Apr 25 15:17:15 CEST 2006 - dmacvicar@suse.de
10490
10491 - Check if a file exists before providing it, and just handling the
10492   exception is not sufficient, because it can release the media.
10493   it nows get all possible packages.X translations an then
10494   it selects the candidate from the existing ones (#168654)
10495 - rev 3221
10496
10497 -------------------------------------------------------------------
10498 Tue Apr 25 12:28:17 CEST 2006 - kkaempf@suse.de
10499
10500 - dont report conflicts if item is neither installed
10501   nor to-be-installed (#168906)
10502 - rev 3219
10503
10504 -------------------------------------------------------------------
10505 Tue Apr 25 11:27:09 CEST 2006 - dmacvicar@suse.de
10506
10507 - #168060 , propagate the file description or original
10508   name to the UI and not the checked filename path,
10509   which could be a tmp file.
10510   Requires changes in pkg-manager, and probably zmd-helpers.
10511 - rev 3215
10512
10513 -------------------------------------------------------------------
10514 Mon Apr 24 18:27:59 CEST 2006 - dmacvicar@suse.de
10515
10516 - /var/lib/zypp/db/languages/* are empty files (##168355)
10517 - r3206
10518
10519 -------------------------------------------------------------------
10520 Mon Apr 24 17:45:07 CEST 2006 - dmacvicar@suse.de
10521
10522 - All resolvables must honor arch, so Arch_noarch in
10523   target/store/XMLFilesBackend.cc is wrong (#160792)
10524 - Introduced code to honour shared package descriptions
10525   (#159109)
10526 - r3204
10527
10528 -------------------------------------------------------------------
10529 Mon Apr 24 16:43:48 CEST 2006 - jsrain@suse.de
10530
10531 - replace '_' in YUM elements/attributes with '-' (#168762)
10532 - rev 3201
10533
10534 -------------------------------------------------------------------
10535 Mon Apr 24 16:15:02 CEST 2006 - mt@suse.de
10536
10537 - Fixed iseries workaround - interchanged variables for scsi
10538   devices, added debug messages about the steps (#163971).
10539 - Added getenv NULL ptr check and verify of the $HOME dir's
10540   and ~/.curlrc file's ownership (#163203).
10541 - rev 3199
10542
10543 -------------------------------------------------------------------
10544 Mon Apr 24 15:44:18 CEST 2006 - ma@suse.de
10545
10546 - Use filesystem::TmpDir to create unique and unused Source cache
10547   directories. (#168051)
10548
10549 -------------------------------------------------------------------
10550 Mon Apr 24 14:30:41 CEST 2006 - ma@suse.de
10551
10552 - Enable signature checks per default. (#168525)
10553
10554 -------------------------------------------------------------------
10555 Mon Apr 24 11:20:17 CEST 2006 - visnov@suse.cz
10556
10557 - fix callbacks for providing a single file (#160206)
10558
10559 -------------------------------------------------------------------
10560 Sun Apr 23 12:28:21 CEST 2006 - kkaempf@suse.de
10561
10562 - If an installed package looses a dependency, the solver tries
10563   to upgrade it. Limit the upgrade candidates to best arch, best
10564   edition.
10565 - filter 'other' entries with incompatible arch in yum parser.
10566 - rev 3177
10567
10568 -------------------------------------------------------------------
10569 Fri Apr 21 22:47:18 CEST 2006 - jsrain@suse.de
10570
10571 - initialize the product category according to source (#168061)
10572 - rev 3172
10573
10574 -------------------------------------------------------------------
10575 Fri Apr 21 18:32:00 CEST 2006 - mvidner@suse.cz
10576
10577 - delete only one older version of a xml-store resolvable
10578   (half-baked, but the previous attempt was charred)
10579
10580 -------------------------------------------------------------------
10581 Fri Apr 21 17:49:18 CEST 2006 - jsrain@suse.de
10582
10583 - moved license_to_confirm to primary.xml
10584 - rev 3170
10585
10586 -------------------------------------------------------------------
10587 Fri Apr 21 16:36:14 CEST 2006 - ma@suse.de
10588
10589 - Removed deprecated oldstyle commit methods.
10590
10591 -------------------------------------------------------------------
10592 Fri Apr 21 15:58:14 CEST 2006 - mvidner@suse.cz
10593
10594 - when installing a xml-store resolvable (all except package,
10595   message, script), delete older versions (#160792).
10596 - read selection edition from the XML store
10597 - rev 3167
10598
10599 -------------------------------------------------------------------
10600 Thu Apr 20 14:10:41 CEST 2006 - kkaempf@suse.de
10601
10602 - properly clear transaction flag after successful commit
10603   (see rev 3122, #164365, #167285)
10604 - rev 3157
10605
10606 -------------------------------------------------------------------
10607 Thu Apr 20 13:14:25 CEST 2006 - kkaempf@suse.de
10608
10609 - recursively soft-uninstall recommended package on real uninstall,
10610   not on update (#167603)
10611 - rev 3155
10612
10613 -------------------------------------------------------------------
10614 Thu Apr 20 13:01:28 CEST 2006 - dmacvicar@suse.de
10615
10616 - fix #167605 (importing keys to rpm multiple times due to
10617   wrong interpretation of rpm gpg versioning.
10618 - add support for reading the rpm keys, with full id and fingerprint
10619 - rev 3153
10620
10621 -------------------------------------------------------------------
10622 Wed Apr 19 16:47:34 CEST 2006 - kkaempf@suse.de
10623
10624 - don't add duplicate error infos to ResolverContext (#167309)
10625 - rev 3146
10626
10627 -------------------------------------------------------------------
10628 Wed Apr 19 14:10:10 CEST 2006 - kkaempf@suse.de
10629
10630 - fix Resolver::transactReset() (see rev 3122) (#167285)
10631 - rev 3140
10632
10633 -------------------------------------------------------------------
10634 Wed Apr 19 13:48:26 CEST 2006 - ma@suse.de
10635
10636 - Introduced $ZYPP_KEYRING_DEFAULT_ACCEPT_ALL. If this environment
10637   variable is present, all signature checking callbacks will default
10638   to 'accept', in case no recipient is present.
10639
10640 -------------------------------------------------------------------
10641 Wed Apr 19 11:37:47 CEST 2006 - dmacvicar@suse.de
10642
10643 - read content file on construction, and make
10644   provideProduct only insert the already
10645   read product object into the store (#165826)
10646   (dmacvicar)
10647 - When the signature is not found, warn the
10648   user about a unsigned source. When the
10649   key is not found, do nothing, it can be in the
10650   keyring already. (#166016) (dmacvicar)
10651 - enable key verification only if
10652   ZYPP_CHECKSIG env var is set (dmacvicar)
10653 - r1529
10654
10655 -------------------------------------------------------------------
10656 Tue Apr 18 20:41:48 CEST 2006 - kkaempf@suse.de
10657
10658 - fix bugfix 164365, fix bug 167285
10659   Actually clear the transcation state instead of locking it
10660   to 'dont transact'
10661 - rev 3122
10662
10663 -------------------------------------------------------------------
10664 Tue Apr 18 15:46:59 CEST 2006 - visnov@suse.cz
10665
10666 - revert the signature/digest checking callbacks
10667 - rev 3115
10668
10669 -------------------------------------------------------------------
10670 Tue Apr 18 15:14:35 CEST 2006 - kkaempf@suse.de
10671
10672 - Bugfix #165670
10673   - Honor keep requests.
10674   - Dont flag "locked uninstall" as error if a keep request was
10675     issued before.
10676 - rev 3114
10677
10678 -------------------------------------------------------------------
10679 Tue Apr 18 12:04:35 CEST 2006 - kkaempf@suse.de
10680
10681 - rule out locked items during distribution upgrade as early
10682   as possible. (#165670)
10683 - rev 3110
10684
10685 -------------------------------------------------------------------
10686 Mon Apr 17 16:04:35 CEST 2006 - kkaempf@suse.de
10687
10688 - Bugfix #166212
10689   - use APPL_LOW as 'ui initiated, by solver' in transactKind() and
10690     transactResObject().
10691   - resetTransaction(APPL_LOW) before resolving
10692   - enhance transactCaps by using the same algorithm as in
10693     QueueItemRequire
10694     (before: transact all requires and recommends by name
10695      now: transact best requires and recommends by provides)
10696 - rev 3107
10697
10698 -------------------------------------------------------------------
10699 Fri Apr 14 16:04:35 CEST 2006 - visnov@suse.cz
10700
10701 - new callbacks for failing digest
10702 - rev 3098
10703
10704 -------------------------------------------------------------------
10705 Thu Apr 13 17:01:41 CEST 2006 - visnov@suse.cz
10706
10707 - ask for file without a checksum (#165125)
10708
10709 -------------------------------------------------------------------
10710 Thu Apr 13 16:59:38 CEST 2006 - kkaempf@suse.de
10711
10712 - dont install satisfied resolvables (#165843)
10713 - rev 3095
10714
10715 -------------------------------------------------------------------
10716 Thu Apr 13 16:00:21 CEST 2006 - kkaempf@suse.de
10717
10718 - dont abort on failed "dry_run" (#164583)
10719 - rev 3091
10720
10721 -------------------------------------------------------------------
10722 Thu Apr 13 15:19:20 CEST 2006 - visnov@suse.cz
10723
10724 - Ask user if signature file does not exist (#163765)
10725 - handle repomd.xml.asc as optional file (#163765)
10726 - rev 3089
10727
10728 -------------------------------------------------------------------
10729 Thu Apr 13 13:52:08 CEST 2006 - schubi@suse.de
10730
10731 - Bug 164365 - build 906: Deselecting a selection, all packages are still selected
10732 - rev 3087
10733
10734 -------------------------------------------------------------------
10735 Thu Apr 13 11:57:58 CEST 2006 - kkaempf@suse.de
10736
10737 - Dont do transitive uninstalls on uninstalled or upgraded items.
10738   (#165798)
10739 - rev 3083
10740
10741 -------------------------------------------------------------------
10742 Wed Apr 12 17:57:21 CEST 2006 - ma@suse.de
10743
10744 - Added 'rpmNoSignature' to ZYppCommitPolicy (#163862)
10745
10746 -------------------------------------------------------------------
10747 Wed Apr 12 16:44:57 CEST 2006 - mvidner@suse.cz
10748
10749 - Product::updateUrls: restore it from the XML store;
10750   fixed content parsing (#163192).
10751 - restore product flags fro the XML store
10752 - rev 3074
10753
10754 -------------------------------------------------------------------
10755 Wed Apr 12 13:48:25 CEST 2006 - kkaempf@suse.de
10756
10757 - Only consider best arch/version (#165477)
10758 - rev 3069
10759
10760 -------------------------------------------------------------------
10761 Wed Apr 12 10:57:50 CEST 2006 - ma@suse.de
10762
10763 - No need to parse tags at all if there is no item to store values
10764   (e.g. data for unwanted arch). Fixed segv trying to store data in
10765   NULL item. (#165479)
10766 - rev3065
10767
10768 -------------------------------------------------------------------
10769 Tue Apr 11 19:48:51 CEST 2006 - mt@suse.de
10770
10771 - Improved Url path name "//" vs. "/%2f" handling; now if the
10772   url has an authority, "/%2f" is used for ftp only (#163784)
10773 - rev 3062
10774
10775 -------------------------------------------------------------------
10776 Tue Apr 11 16:41:02 CEST 2006 - jsrain@suse.de
10777
10778 - fixed storing patch scripts to target store (#159928)
10779 - rev 3058
10780
10781 -------------------------------------------------------------------
10782 Tue Apr 11 16:24:26 CEST 2006 - kkaempf@suse.de
10783
10784 - if a patch is bad, only skip this patch, not everything
10785   (#165200)
10786 - rev 3057
10787
10788 -------------------------------------------------------------------
10789 Tue Apr 11 15:42:32 CEST 2006 - ma@suse.de
10790
10791 - Susetags:Selections: Allow parsing older .sel file formats. (#159851)
10792 - Susetags:Pattern: Fixed parser.
10793
10794 -------------------------------------------------------------------
10795 Tue Apr 11 15:21:48 CEST 2006 - kkaempf@suse.de
10796
10797 - when uninstalling, only re-establish installed items
10798   supplementing the to-be-uninstalled one. (variant of #165111)
10799 - rev 3054
10800
10801 -------------------------------------------------------------------
10802 Tue Apr 11 14:17:00 CEST 2006 - ma@suse.de
10803
10804 - Susetags:Package: Parse and provide ins/delnotify texts.
10805
10806 -------------------------------------------------------------------
10807 Tue Apr 11 13:01:31 CEST 2006 - kkaempf@suse.de
10808
10809 - when checking freshens/supplements at install, only consider
10810   best architecture/edition (#164453)
10811 - rev 3051
10812
10813 -------------------------------------------------------------------
10814 Tue Apr 11 10:31:41 CEST 2006 - kkaempf@suse.de
10815
10816 - when checking for supplements, only consider best arch, best
10817   edition for installation (#165111)
10818 - rev 3047
10819
10820 -------------------------------------------------------------------
10821 Tue Apr 11 10:23:14 CEST 2006 - schubi@suse.de
10822
10823 - Bug 165117: build 910: Update: Splitted packages are selected for
10824   all archs
10825
10826 -------------------------------------------------------------------
10827 Tue Apr 11 09:30:14 CEST 2006 - visnov@suse.cz
10828
10829 - ask user if a file exists but does not have a checksum (#162797)
10830 - rev 3044
10831
10832 -------------------------------------------------------------------
10833 Mon Apr 10 22:39:34 CEST 2006 - jsrain@suse.de
10834
10835 - parse time and size elements from delta and patch RPM
10836 - rev 3043
10837
10838 -------------------------------------------------------------------
10839 Mon Apr 10 18:55:03 CEST 2006 - mt@suse.de
10840
10841 - Added detection of iSeries virtual CD (/dev/iseries/vcd[a-h])
10842   devices - on powerpc only (#163971)
10843 - rev 3042
10844
10845 -------------------------------------------------------------------
10846 Mon Apr 10 18:05:51 CEST 2006 - kkaempf@suse.de
10847
10848 - fix endless loop in patches parsing.
10849 - rev 3039
10850
10851 -------------------------------------------------------------------
10852 Mon Apr 10 17:00:05 CEST 2006 - jsrain@suse.de
10853
10854 - fixed media handling in SuSEtags source (#164879)
10855 - rev 3037
10856
10857 -------------------------------------------------------------------
10858 Mon Apr 10 16:30:54 CEST 2006 - kkaempf@suse.de
10859
10860 - honor 'dry_run' on package remove (#164732)
10861 - rev 3036
10862
10863 -------------------------------------------------------------------
10864 Mon Apr 10 13:12:49 CEST 2006 - kkaempf@suse.de
10865
10866 - add files from yum filelist as provides to package (#164731)
10867 - rev 3032
10868
10869 -------------------------------------------------------------------
10870 Mon Apr 10 11:10:37 CEST 2006 - kkaempf@suse.de
10871
10872 - honor "+Enh:/-Enh:" in packages file (#156513)
10873
10874 -------------------------------------------------------------------
10875 Mon Apr 10 10:56:24 CEST 2006 - visnov@suse.cz
10876
10877 - fix callback receiver signature to match the callback for removing
10878   package
10879
10880 -------------------------------------------------------------------
10881 Mon Apr 10 10:32:22 CEST 2006 - mvidner@suse.cz
10882
10883 - Added Product::updateUrls, from content/UPDATEURLS (#163192).
10884 - rev 3024
10885
10886 -------------------------------------------------------------------
10887 Sat Apr  8 12:03:37 CEST 2006 - schubi@suse.de
10888
10889 - Bug 164440; Taking wrong architecture while updating obsoletes
10890   splitted packages
10891 - rev 3022
10892
10893 -------------------------------------------------------------------
10894 Sat Apr  8 10:07:06 CEST 2006 - kkaempf@suse.de
10895
10896 - allow relative paths with url file:
10897 - dont filter atoms from going into pool, multi-arch patch
10898   requirements need them. Instead, treat atoms with incompatible
10899   architecture as unneeded.
10900 - rev 3018
10901
10902 -------------------------------------------------------------------
10903 Fri Apr  7 23:57:37 CEST 2006 - jsrain@suse.de
10904
10905 - product now provides short name
10906 - rev 3013
10907
10908 -------------------------------------------------------------------
10909 Fri Apr  7 20:42:09 CEST 2006 - jsrain@suse.de
10910
10911 - read metadata for packages from correct tags in patches (#163220)
10912 - rev 3011
10913
10914 -------------------------------------------------------------------
10915 Fri Apr  7 19:57:41 CEST 2006 - kkaempf@suse.de
10916
10917 - more detailed resolver error reports (#162994)
10918 - rev 3010
10919
10920 -------------------------------------------------------------------
10921 Fri Apr  7 17:35:07 CEST 2006 - visnov@suse.cz
10922
10923 - report package download progress (#160966)
10924 - rev 3007
10925
10926 -------------------------------------------------------------------
10927 Fri Apr  7 16:27:35 CEST 2006 - kkaempf@suse.de
10928
10929 - transact also for languages (#163819)
10930 - rev 3004
10931
10932 -------------------------------------------------------------------
10933 Fri Apr  7 15:08:06 CEST 2006 - kkaempf@suse.de
10934
10935 - loop through all affected ResObjects in transactResKind (#163819)
10936 - rev 3002
10937
10938 -------------------------------------------------------------------
10939 Fri Apr  7 12:42:35 CEST 2006 - kkaempf@suse.de
10940
10941 - allow re-installation of non-packages (#162906)
10942 - rev 2998
10943
10944 -------------------------------------------------------------------
10945 Fri Apr  7 11:50:22 CEST 2006 - mt@suse.de
10946
10947 - Added loop checking for scsi cdroms (/sys/block/srX) in case
10948   HAL does not provide any drives like on iSeries (#163971).
10949 - rev 2995
10950
10951 -------------------------------------------------------------------
10952 Fri Apr  7 11:05:30 CEST 2006 - kkaempf@suse.de
10953
10954 - add 'licenceToConfirm()' to Product. (#164375)
10955
10956 -------------------------------------------------------------------
10957 Fri Apr  7 10:36:05 CEST 2006 - ma@suse.de
10958
10959 - Avoid excessive CD hopping on commit. But still far from
10960   being perfect. (#159679)
10961 - Fixed Target::commit: Despite dry_run set True, packages
10962   were depeted.
10963
10964 -------------------------------------------------------------------
10965 Fri Apr  7 08:32:32 CEST 2006 - visnov@suse.cz
10966
10967 - honour if user decides to skip a package in commit (#156031)
10968
10969 -------------------------------------------------------------------
10970 Thu Apr  6 18:14:30 CEST 2006 - jsrain@suse.de
10971
10972 - fixed parsing external reference to script in patch (#163221)
10973 - r2981
10974
10975 -------------------------------------------------------------------
10976 Thu Apr  6 17:07:10 CEST 2006 - dmacvicar@suse.de
10977
10978 - cache and provide content.asc/key optionally. Dont show a
10979   popup if they dont exists. (dmacvicar)
10980 - Actually abort when verify signature workflow is false. (dmacvicar)
10981 - r2978
10982
10983 -------------------------------------------------------------------
10984 Thu Apr  6 16:37:49 CEST 2006 - jsrain@suse.de
10985
10986 - fixed setting autorefresh flag for installation sources
10987
10988 -------------------------------------------------------------------
10989 Thu Apr  6 15:53:02 CEST 2006 - kkaempf@suse.de
10990
10991 - drop patches with incompatible architecture.
10992 - rev 2972
10993
10994 -------------------------------------------------------------------
10995 Thu Apr  6 15:33:11 CEST 2006 - mt@suse.de
10996
10997 - Added info method to media verifier base and more debug info
10998 - rev 2970
10999
11000 -------------------------------------------------------------------
11001 Wed Apr  5 19:27:46 CEST 2006 - kkaempf@suse.de
11002
11003 - Dont deny the "/" attach point in MediaDIR, since this is used
11004   for all "file:" urls, esp. local packages.
11005 - rev 2962
11006
11007 -------------------------------------------------------------------
11008 Wed Apr  5 18:21:58 CEST 2006 - schubi@suse.de
11009
11010 - Bug 159673 - only one conflict solvable per page
11011
11012 -------------------------------------------------------------------
11013 Wed Apr  5 18:01:37 CEST 2006 - kkaempf@suse.de
11014
11015 - parse all dependencies of 'packages' file (#163773)
11016 - rev 2957
11017
11018 -------------------------------------------------------------------
11019 Wed Apr  5 17:47:04 CEST 2006 - dmacvicar@suse.de
11020
11021 - Use the original media descr_dir on refresh for
11022   suse tags source (#163196)
11023 - r2952
11024
11025 -------------------------------------------------------------------
11026 Wed Apr  5 16:44:08 CEST 2006 - kkaempf@suse.de
11027
11028 - add Source::setUrl() for zmd backend helper.
11029 - rev 2946
11030
11031 -------------------------------------------------------------------
11032 Wed Apr  5 16:44:01 CEST 2006 - dmacvicar@suse.de
11033
11034 - implement rpm keyring / zypp tmp keyring two-way syncronization at rpm
11035 target init. (dmacvicar)
11036 - r2949
11037
11038 -------------------------------------------------------------------
11039 Wed Apr  5 16:28:42 CEST 2006 - mt@suse.de
11040
11041 - Fixed MediaDISK to use a mount -oro,bind id the disk
11042   partition is already attached e.g. by the automounter.
11043   Try to mount it a second time may fail (#163486).
11044 - rev 2944
11045
11046 -------------------------------------------------------------------
11047 Wed Apr  5 15:04:31 CEST 2006 - kkaempf@suse.de
11048
11049 - honor optional 3rd parameter to "=Loc:" key of packages (#154337)
11050 - rev 2940
11051
11052 -------------------------------------------------------------------
11053 Wed Apr  5 12:48:19 CEST 2006 - visnov@suse.cz
11054
11055 - only try to create a source of a given type when restoring
11056   from the persistent store (#162111)
11057
11058 -------------------------------------------------------------------
11059 Wed Apr  5 11:36:54 CEST 2006 - kkaempf@suse.de
11060
11061 - parse all dependencies for patterns (.pat) files (#160602)
11062 - drop YOUPATH and YOUURL from content file.
11063 - rev 2924
11064
11065 -------------------------------------------------------------------
11066 Wed Apr  5 09:27:08 CEST 2006 - visnov@suse.cz
11067
11068 - properly initialize autorefresh for non-remote sources (#154990)
11069 - rev 2919
11070
11071 -------------------------------------------------------------------
11072 Tue Apr  4 19:19:39 CEST 2006 - mt@suse.de
11073
11074 - Added flag to MediaManager::isUseableAttachPoint, whether
11075   to check against system mount entries or not.
11076 - Disallow to use the attachpoints of another media handlers
11077   as source path in MediaDIR.
11078 - rev 2917
11079
11080 -------------------------------------------------------------------
11081 Tue Apr  4 18:47:01 CEST 2006 - dmacvicar@suse.de
11082
11083 -implement callbacks for when package verification (checksum)
11084  fails, offer to retry or abort
11085
11086 -------------------------------------------------------------------
11087 Tue Apr  4 16:57:51 CEST 2006 - dmacvicar@suse.de
11088
11089 - Fix construction of checksum objects when using non-standard
11090   checksum algorithms
11091 - Fix broken YUM cache
11092 - r2913
11093
11094 -------------------------------------------------------------------
11095 Tue Apr  4 16:54:44 CEST 2006 - kkaempf@suse.de
11096
11097 - Keep packages with no version upgrade installed during
11098   distribution upgrade (#162972)
11099 - add 'transactReset()' helper function for UI.
11100 - rev 2908
11101
11102 -------------------------------------------------------------------
11103 Tue Apr  4 14:47:14 CEST 2006 - dmacvicar@suse.de
11104
11105 - r2906
11106
11107 -------------------------------------------------------------------
11108 Tue Apr  4 14:43:15 CEST 2006 - ma@suse.de
11109
11110 - Fixed candidate handling in ui::Selectable. (#156589)
11111
11112 -------------------------------------------------------------------
11113 Tue Apr  4 14:06:23 CEST 2006 - dmacvicar@suse.de
11114
11115 - fix #162984 , gpg hangs because the matching data file
11116   for the key cannot be find. (dmacvicar)
11117 - Fix restore of YUM source using the same cache dir semantics as
11118  susetags instead of assuming there is a cache if a cache_dir
11119   was given. (dmacvicar)
11120
11121 -------------------------------------------------------------------
11122 Tue Apr  4 12:37:51 CEST 2006 - kkaempf@suse.de
11123
11124 - use DISTPRODUCT/DISTVERSION from content file to generate the
11125   product name, version, and release.
11126 - rev 2902
11127
11128 -------------------------------------------------------------------
11129 Mon Apr  3 20:45:55 CEST 2006 - mt@suse.de
11130
11131 - Removed broken forcing of absolute ftp paths added in rev2705 to
11132   MediaCurl, refined cleanupPathName/setPathName in url (#154197).
11133 - rev 2900
11134
11135 -------------------------------------------------------------------
11136 Mon Apr  3 19:30:35 CEST 2006 - kkaempf@suse.de
11137
11138 - add Resolver::freshenPool() (#156980)
11139 - rev 2893
11140
11141 -------------------------------------------------------------------
11142 Mon Apr  3 08:33:12 CEST 2006 - kkaempf@suse.de
11143
11144 - skip incompatible archs in filelist parsing.
11145 - restrict pathes to 'interesting' ones (/bin/, /sbin/, /lib/,
11146   /lib64/, ...)
11147 - rev 2886
11148
11149 -------------------------------------------------------------------
11150 Sun Apr  2 22:18:06 CEST 2006 - kkaempf@suse.de
11151
11152 - skip incompatible archs in primary parsing.
11153 - rev 2883
11154
11155 -------------------------------------------------------------------
11156 Sun Apr  2 11:17:56 CEST 2006 - kkaempf@suse.de
11157
11158 - allow setting of source when parsing local .rpm (#147765)
11159 - rev 2880
11160
11161 -------------------------------------------------------------------
11162 Fri Mar 31 18:53:55 CEST 2006 - schubi@suse.de
11163
11164 - Do not update packages over other architectures
11165
11166 -------------------------------------------------------------------
11167 Fri Mar 31 18:28:59 CEST 2006 - sh@suse.de
11168
11169 - Added zypp/ui/UserWantedPackages to support the UI's
11170   "automatic changes" dialog (bug #152700)
11171
11172 -------------------------------------------------------------------
11173 Fri Mar 31 18:02:05 CEST 2006 - jsrain@suse.de
11174
11175 - use KeyRing class to validate repomd.xml (#160909)
11176
11177 -------------------------------------------------------------------
11178 Fri Mar 31 17:33:21 CEST 2006 - dmacvicar@suse.de
11179
11180 - Product resolvables should be readable by normal users.
11181   (#162474) (dmacvicar)
11182 - implemented keyring and metadata signature verification
11183   in susetags source
11184 - dont delete the lock if we did not acquire it
11185 - r2847
11186
11187 -------------------------------------------------------------------
11188 Fri Mar 31 16:34:51 CEST 2006 - mt@suse.de
11189
11190 - Added disabling of the automounter while MediaManager
11191   init and restoring of the old state on exit (#154326).
11192 - Implemented check if media (CD) is automounted or not
11193 - rev 2840
11194
11195 -------------------------------------------------------------------
11196 Fri Mar 31 13:27:09 CEST 2006 - mt@suse.de
11197
11198 - Implemented several hal get/set/removeDeviceProperty wrappers
11199 - Improved HalException to allow to fetch HAL/DBUS error componets
11200 - rev 2830
11201
11202 -------------------------------------------------------------------
11203 Fri Mar 31 12:44:25 CEST 2006 - kkaempf@suse.de
11204
11205 - honor subscription status of catalogs (#162350)
11206 - rev 2827
11207
11208 -------------------------------------------------------------------
11209 Fri Mar 31 11:29:05 CEST 2006 - mt@suse.de
11210
11211 - Enabled CD eject error reporting exceptions (#154326)
11212 - rev 2822
11213
11214 -------------------------------------------------------------------
11215 Fri Mar 31 06:40:51 CEST 2006 - kkaempf@suse.de
11216
11217 - support "dry run" (#159467)
11218 - implement "transactResKind" (#161400)
11219 - rev 2817
11220
11221 -------------------------------------------------------------------
11222 Thu Mar 30 17:22:49 CEST 2006 - jsrain@suse.de
11223
11224 - add checksum for external patches (#159928)
11225
11226 -------------------------------------------------------------------
11227 Thu Mar 30 16:48:01 CEST 2006 - kkaempf@suse.de
11228
11229 - calculate product architecture (#158198)
11230
11231 -------------------------------------------------------------------
11232 Wed Mar 29 23:28:13 CEST 2006 - jsrain@suse.de
11233
11234 - fixed checking checksum of YUM metadata, added sha1 vs. sha256
11235   detection
11236
11237 -------------------------------------------------------------------
11238 Wed Mar 29 23:12:30 CEST 2006 - ma@suse.de
11239
11240 - Auto protect installed packages from unknown vendor. (#157446)
11241
11242 -------------------------------------------------------------------
11243 Wed Mar 29 09:13:51 CEST 2006 - visnov@suse.de
11244
11245 - added support for external scripts to metadata (#159928) (jsrain)
11246 - fixed handling of Language resolvables (ma)
11247 - fix leak in rpmdb (dmacvicar)
11248 - added softlock for autoyast (#159466) (ma)
11249 - Fixed exceptions in doGetFileCopy() to show full url
11250   including the file instead of just the media base url. (mt)
11251 - Provide Language::summary (ma)
11252 - check patterns and selections file exist
11253   before veryfing them (#161300) (dmacvicar)
11254 - added YUM metadata checksum computation (jsrain)
11255 - added interface to patch of a message (jsrain)
11256 - r2734
11257
11258 -------------------------------------------------------------------
11259 Mon Mar 27 23:57:16 CEST 2006 - jsrain@suse.de
11260
11261 - added support for external scripts to metadata (#159928)
11262 - r2709
11263
11264 -------------------------------------------------------------------
11265 Sat Mar 25 22:08:26 CET 2006 - jsrain@suse.de
11266
11267 - report separate exception when trying to start source cache again to
11268   suppress incorrect error message in XEN installation
11269 - r2682
11270
11271 -------------------------------------------------------------------
11272 Fri Mar 24 18:16:22 CET 2006 - schubi@suse.de
11273
11274 - Implement inter process locking in zypp.
11275 - Added No medium found output
11276 - splitting modaliases in supplements TOO
11277 - parse also the available signing keys
11278
11279 -------------------------------------------------------------------
11280 Fri Mar 24 10:44:10 CET 2006 - visnov@suse.cz
11281
11282 - release all media when removing source (#159754) (visnov)
11283 - more testsuites (schubi)
11284 - updated translations (schubi)
11285 - added MediaNotEjectedException (mt)
11286 - rev 2652
11287
11288 -------------------------------------------------------------------
11289 Thu Mar 23 14:10:54 CET 2006 - dmacvicar@suse.de
11290
11291 - fix patches descriptions (dmacvicar)
11292 - fix source serialization (dmacvicar)
11293 - metadata for kernel test (schubi)
11294 - Arch tests updated (ma)
11295 - classify NULL Ptr as unique (ma)
11296 - Added host check, because file Url allows it now. (mt)
11297 - prepare modalias fix (#159766) (ma)
11298 - Provide iterator based access to SourceManager data. (ma)
11299 - Fixed "file:" Url scheme config to allow relative paths; (mt)
11300   RFC1738 says, it may contain a hostname as well...
11301 - revision 2633
11302
11303 -------------------------------------------------------------------
11304 Wed Mar 22 19:58:37 CET 2006 - visnov@suse.cz
11305
11306 - pkg-config support (mvidner)
11307 - close all medias when destructing MediaSet (jsrain)
11308 - rev 2622
11309
11310 -------------------------------------------------------------------
11311 Wed Mar 22 15:48:05 CET 2006 - dmacvicar@suse.de
11312
11313 - Bug 159976 - build 804: Adding AddOn CD via ftp gives error (dmacvicar)
11314 - Message callback implemented to show patch messages (visnov)
11315 - Bug 159696 (schubi)
11316 - provide transform_iterators to iterate over a maps keys or values (ma)
11317 - added 'bool Arch::empty() const' test for an empty Arch string (ma)
11318 - added script and message installation (jsrain)
11319 - chooses the 'right' kernel now (kkaempf)
11320 - Use noarch if no arch is specified in patches (dmacvicar)
11321 - rev 2611
11322
11323 -------------------------------------------------------------------
11324 Tue Mar 21 19:06:56 CET 2006 - mvidner@suse.cz
11325
11326 - Added some debug output including the access id (mt)
11327 - Bug #154326: Enabled FORCE_RELEASE_FOREIGN flag causing
11328   release with eject=true on attached media, to umount
11329   other mounts as well. (mt)
11330 - 159483 - solver does not blame missing dependency (schubi)
11331 - Added a variant of MediaHandler::forceRelaseAllMedia (ma)
11332 - Fixed MediaCD::forceEject() to handle DELAYED_VERIFY
11333   and use forceRelaseAllMedia if FORCE_RELEASE_FOREIGN=1 (ma)
11334 - fixed ZYPP_RETHROW (#156430) (ma)
11335 - patch for #156114 (visnov)
11336 - fixed container.erase loops (ma)
11337 - Fixed to reset desired (cached) flag before the action (mt)
11338 - Removed return in forceRelaseAllMedia (void function) (mt)
11339 - Parse nonexisting architecture to noarch so patches dont get
11340   filtered by the pool (dmacvicar)
11341 - 159512 - yast2-qt does not show label of to be installed products
11342   anymore (dmacvicar)
11343 - 159765 - Hidden patterns still visible (dmacvicar)
11344 - Use noarch if no arch is specified. (dmacvicar)
11345 - r2594
11346
11347 -------------------------------------------------------------------
11348 Tue Mar 21 09:04:06 CET 2006 - visnov@suse.de
11349
11350 - properly report error for media change callback
11351 - rev 2579
11352
11353 -------------------------------------------------------------------
11354 Mon Mar 20 23:02:07 CET 2006 - ma@suse.de
11355
11356 - fixed memory leak in XMLNodeIterator (#157474)
11357 - disabled storing filelist (YUMFileListParser) and changelog (YUMOtherParser)
11358 - Renamed private MediaManager::forceMediaRelease
11359   function to forceReleaseShared (more exact name)
11360 - Implemented forceRelaseAllMedia() that can be
11361   used to release also foreign (user) mounts.
11362 - Added use of forceRelaseAllMedia for CD/DVDs
11363   if FORCE_RELEASE_FOREIGN is 1 (default 0)
11364 - little cleanup of the checkAttached function
11365 - r2578
11366
11367 -------------------------------------------------------------------
11368 Mon Mar 20 17:04:28 CET 2006 - mvidner@suse.cz
11369
11370 - don't try to attach without exception handling (#158620)
11371 - fix descriptions, as a new tag Des for selections exists now.
11372 - fix #157683: failure after adding add-on product to install
11373   sources
11374 - added more files for translation
11375 - resolve-dependencies.cc: establish pool
11376 - parse-metadata.cc: catch bad URL
11377 - set zmdid for atoms
11378 - r2574
11379
11380 -------------------------------------------------------------------
11381 Sun Mar 19 19:24:44 CET 2006 - kkaempf@suse.de
11382
11383 - fix testsuite.
11384 - provide edition and architecture for all kinds of yum
11385   resolvables.
11386 - fix ResStatus output.
11387 - establish atoms correctly.
11388 - treat requires to unneeded resolvables as fulfilled.
11389 - rev 2559
11390
11391 -------------------------------------------------------------------
11392 Sun Mar 19 00:05:17 CET 2006 - kkaempf@suse.de
11393
11394 - fix the build
11395 - only consider best architecture/version (#157594)
11396 - prefer providers which supplement/enhance installed or
11397   to-be-installed packages (fixes the tpctl-kmp issue)
11398 - rev 2546
11399
11400 -------------------------------------------------------------------
11401 Sat Mar 18 02:22:22 CET 2006 - kkaempf@suse.de
11402
11403 - provide more filters for pkg-bindings (#158602)
11404 - add SystemResObject to provide system (modalias, hal, ...)
11405   capabilities.
11406 - handle this during resolving.
11407 - make the modalias and hal capability match the SystemResObject
11408   by default, thereyby triggering a modalias (resp. hal)
11409   evaluation.
11410 - xmlstore: decouple target store from YUM schema.
11411 - clean up moving of hal() and modalias() from provides to
11412   supplements in ResolvableImpl.
11413 - add PatchContents() for UI.
11414 - handle Edition::noedition as empty string.
11415 - r2537
11416
11417 -------------------------------------------------------------------
11418 Tue Mar 14 23:32:44 CET 2006 - jsrain@suse.de
11419
11420 - releasing all medias when asking for CD (#156981)
11421 - r2471
11422
11423 -------------------------------------------------------------------
11424 Tue Mar 14 19:38:43 CET 2006 - mvidner@suse.cz
11425
11426 - ResStatus::resetTransact must return a value.
11427 - Fixed random build failures in LanguageCode.cc.
11428   (Rewrote the CodeMaps constructor so that gcc does not
11429   optimize a 500-statement basic block.)
11430 - Fix constructions of patch objects. Actually insert atoms in atoms
11431   list. Insert atoms for package even if the package does not exists
11432   in the source. Fixes #157628 (dmacvicar).
11433 - Fixed license reading from susetags, #151834 (dmacvicar).
11434 - r2468
11435
11436 -------------------------------------------------------------------
11437 Tue Mar 14 16:59:42 CET 2006 - mvidner@suse.cz
11438
11439 - added ResStatus::resetTransact (ma)
11440 - bugfix for #156439 (schubi)
11441 - Added Source_Ref::setAlias (#154913).
11442 - Do not assume there is a product file when scanning for products
11443   (visnov)
11444 - function to disable all sources in the persistent store (visnov)
11445 - dependency errors go to stdout, not stderr; output resolver info
11446   directly to stderr (kkaempf)
11447 - rev 2464
11448
11449 -------------------------------------------------------------------
11450 Tue Mar 14 01:34:38 CET 2006 - kkaempf@suse.de
11451
11452 - fix merging of resolver info (needed for #157684).
11453 - errors are also important in ResolverInfo.
11454 - improve debug output in ResolverContext.
11455 - rev 2455
11456
11457 -------------------------------------------------------------------
11458 Mon Mar 13 22:54:01 CET 2006 - jsrain@suse.de
11459
11460 - delete RPMs downloaded via HTTP/FTP after installnig them
11461   (#157011)
11462 - fixed product registration (reverted autorefresh patch) (#157566)
11463
11464 -------------------------------------------------------------------
11465 Mon Mar 13 11:53:52 CET 2006 - kkaempf@suse.de
11466
11467 - if root!="/", always prefer the upgrade candidate (#155472)
11468 - implement license confirmed api for UI.
11469 - prefer architecture over version in distribution upgrade
11470   (#157501)
11471 - clean up media handling.
11472 - rev 2448
11473
11474 -------------------------------------------------------------------
11475 Sun Mar 12 22:31:09 CET 2006 - kkaempf@suse.de
11476
11477 - init Modalias properly.
11478 - fix warnings in testcases.
11479 - rev 2432
11480
11481 -------------------------------------------------------------------
11482 Sat Mar 11 21:25:18 CET 2006 - kkaempf@suse.de
11483
11484 - drop libjpeg-devel and sqlite-devel from build requires.
11485
11486 -------------------------------------------------------------------
11487 Sat Mar 11 08:16:53 CET 2006 - kkaempf@suse.de
11488
11489 - implement 'modalias()' capability (#157406)
11490 - make dependencies consistent, its 'freshens'.
11491 - cope with user umounts of devices.
11492 - add debug to SourceManager.
11493 - rev 2418
11494
11495 -------------------------------------------------------------------
11496 Fri Mar 10 16:20:41 CET 2006 - kkaempf@suse.de
11497
11498 - allow version downgrade during distribution upgrade if the
11499   newer package is coming from a trusted vendor (#155472)
11500 - implement locale fallback
11501 - 'freshen' -> 'freshens' in schema definitions to make it
11502   consistent with all other dependency definitions.
11503 - better error reporting for .pat and .sel files.
11504 - rule out packages from dependency resolutions which are
11505   de-selected by user (#155368)
11506 - use locale fallbacks in package translations.
11507 - refresh source when re-enabling it.
11508 - rev 2406
11509
11510 -------------------------------------------------------------------
11511 Tue Mar  7 21:18:19 CET 2006 - kkaempf@suse.de
11512
11513 - split of libzypp-zmd-backend subpackage as a stand-alone
11514   leaf package.
11515 - encapsulate bool test for Source_Ref better.
11516 - fixed stack overflow (ma).
11517 - make testsuite build again.
11518 - rev 2346
11519
11520 -------------------------------------------------------------------
11521 Tue Mar  7 16:17:07 CET 2006 - kkaempf@suse.de
11522
11523 - fixed URL rewriting for CD2 and following (#154762)
11524 - fixed ResPoolProxy diffState (for proper ok/cancel support
11525   in UI)
11526 - added special exception class for aborting installation
11527   (#154936)
11528 - only auto-change directories if they end in CDn or DVDn.
11529 - rev 2320.
11530
11531 -------------------------------------------------------------------
11532 Tue Mar  7 15:37:51 CET 2006 - kkaempf@suse.de
11533
11534 - silently ignore multiple installs of the same package.
11535 - fix disk usage for installs and uninstalls.
11536 - rev 2308
11537
11538 -------------------------------------------------------------------
11539 Mon Mar  6 22:22:57 CET 2006 - kkaempf@suse.de
11540
11541 - zmd-backend: filter out incompatible architectures from
11542   repository.
11543 - rev 2298
11544
11545 -------------------------------------------------------------------
11546 Mon Mar  6 21:35:24 CET 2006 - kkaempf@suse.de
11547
11548 - sync libzypp media data with mtab.
11549 - improve resolver error and solution reports.
11550 - fix source cache reading (#155459).
11551 - default cached sources to enabled (#155459).
11552 - let each source provide public keys.
11553 - rev 2297
11554
11555 -------------------------------------------------------------------
11556 Sun Mar  5 15:48:29 CET 2006 - kkaempf@suse.de
11557
11558 - only write by-sovler transactions back (#154976)
11559 - rev 2278
11560
11561 -------------------------------------------------------------------
11562 Sat Mar  4 12:36:40 CET 2006 - kkaempf@suse.de
11563
11564 - release last used source at end of commit (#155002)
11565 - rev 2277
11566
11567 -------------------------------------------------------------------
11568 Fri Mar  3 23:14:50 CET 2006 - kkaempf@suse.de
11569
11570 - cope with NULL values in zmd catalogs table (#153584)
11571 - set YAST_IS_RUNNING in transact zmd helper (#154820)
11572 - run SuSEconfig after transact zmd helper (#154820)
11573 - add softTransact to honor user vs. soft requirements (#154650)
11574 - honor all build keys provided by a package source.
11575 - add source metadata refresh.
11576 - add progress callbacks to zmd helpers.
11577 - rev 2276
11578
11579 -------------------------------------------------------------------
11580 Thu Mar  2 21:59:07 CET 2006 - kkaempf@suse.de
11581
11582 - include .diffs into main source.
11583 - catch exception when ejecting media which was unmounted externally
11584   (#154697).
11585 - init source in zmd-backend correctly (#154667)
11586 - implement disk usage info for YaST.
11587 - clean up XML schema files.
11588 - catch CPUs identifying as 'i686' but being 'i586'.
11589 - allow definition of preferred attach (mount) point for media.
11590 - make resolver results more readable.
11591 - use language fallbacks if none of multiple language providers
11592   matches.
11593 - get rid of ignoring wrong arch in resolver, having the wrong
11594   architecture is prevented by other means.
11595 - prepare for translations in exceptions.
11596 - fix 'abort does not abort'
11597 - implement 'flag' I/O in target cache backend.
11598 - skip incompatibles architectures in packages.<lang>
11599 - rev 2228
11600
11601 -------------------------------------------------------------------
11602 Thu Mar  2 13:44:34 CET 2006 - kkaempf@suse.de
11603
11604 - dont even provide src/nosrc from the source.
11605 - rev 2169 + diffs
11606
11607 -------------------------------------------------------------------
11608 Wed Mar  1 17:23:23 CET 2006 - kkaempf@suse.de
11609
11610 - Initialize commit result (#154409)
11611 - release media if its wrong (#154326)
11612 - dont copy src/nosrc packages to the pool (#154627)
11613 - reduce XML logging.
11614 - rev 2169 + diffs
11615
11616 -------------------------------------------------------------------
11617 Tue Feb 28 16:10:14 CET 2006 - kkaempf@suse.de
11618
11619 - fix path of .po files (#154074).
11620 - parse the correct package.<lang> file (kinda #154074).
11621 - complain about bad "=Sel:" or "=Pat:" lines (#153065).
11622 - reattach all released medias.
11623 - raise exception instead of abort() on XML errors (#154104).
11624 - update translations.
11625 - PathInfo: implemented a copy_dir_content (variant of copy_dir)
11626   and is_empty_dir utility function
11627 - rev 2169
11628
11629 -------------------------------------------------------------------
11630 Tue Feb 28 14:51:46 CET 2006 - kkaempf@suse.de
11631
11632 - check freshens and supplements for packages (#154074).
11633 - only complain about incomplete installed resolvables,
11634   if they are uninstalled, schedule them for installation.
11635   (#154074)
11636 - add testcases for locale() provides.
11637 - add lang_country -> lang fallback.
11638 - have locale(parent:...) deps match any provides of 'parent'
11639   also when uninstalling a package.
11640 - rev 2148
11641
11642 -------------------------------------------------------------------
11643 Tue Feb 28 10:35:15 CET 2006 - kkaempf@suse.de
11644
11645 - change the locale(...) separator to ";" (#153791)
11646 - complete "find-files" of zmd-backend.
11647 - rev 2140
11648
11649 -------------------------------------------------------------------
11650 Tue Feb 28 10:28:06 CET 2006 - visnov@suse.de
11651
11652 - avoid attaching media when initializing source
11653 - rev 2139
11654
11655 -------------------------------------------------------------------
11656 Mon Feb 27 21:26:00 CET 2006 - kkaempf@suse.de
11657
11658 - warn about misspelled 'locale(...)' provides
11659 - add testcases
11660 - rev 2134
11661
11662 -------------------------------------------------------------------
11663 Mon Feb 27 20:19:40 CET 2006 - kkaempf@suse.de
11664
11665 - fix the build
11666 - rev 2129
11667
11668 -------------------------------------------------------------------
11669 Mon Feb 27 18:15:16 CET 2006 - kkaempf@suse.de
11670
11671 - provide available locales to application (#153583)
11672 - honor 'requestedLocales' (language dependant packages)
11673 - honor release requests for all holders of a device.
11674 - silently re-attach after a forced release.
11675 - solver improvements.
11676 - handle source caches.
11677 - proper logging in zmd backend helpers.
11678 - rev 2127
11679
11680 -------------------------------------------------------------------
11681 Mon Feb 27 13:44:39 CET 2006 - kkaempf@suse.de
11682
11683 - upgrade always to best version and arch (#153577)
11684 - reset 'transact' state for obsoleted packages (#153578)
11685 - translation updates
11686 - rev 2113
11687
11688 -------------------------------------------------------------------
11689 Mon Feb 27 10:42:33 CET 2006 - kkaempf@suse.de
11690
11691 - add support for 'local' .rpm packages to zmd-backend.
11692 - rev 2101
11693
11694 -------------------------------------------------------------------
11695 Sun Feb 26 20:24:10 CET 2006 - kkaempf@suse.de
11696
11697 - fix build of zmd/backend.
11698 - actually fill 'files' table in package-files.
11699 - rev 2094
11700
11701 -------------------------------------------------------------------
11702 Sun Feb 26 17:43:06 CET 2006 - kkaempf@suse.de
11703
11704 - improve testcases.
11705 - add 'setPossibleLocales()' to ZYpp, this defines the set
11706   of possible locales to choose from (#153583)
11707 - provide LanguageImpl and create 'Language' resolvables for
11708   each 'possible' locale.
11709 - fix YUM parsing of patches, insert 'atoms' to link patches
11710   with packages.
11711 - replace gzstream/ with own, existing implementation.
11712 - honor locks in solver (#150231)
11713 - sync pool with target after commit() properly (#150565, #153066)
11714 - new zmd helper 'package-files'
11715 - rev 2093
11716
11717 -------------------------------------------------------------------
11718 Thu Feb 23 21:45:06 CET 2006 - kkaempf@suse.de
11719
11720 - prevent multiple initializations of the target (#153124)
11721 - implement 'loopback mounted ISO images'
11722 - retain old package sources on upgrade.
11723 - support compressed .xml files in 'repodata' type repositories.
11724 - rev 2025
11725
11726 -------------------------------------------------------------------
11727 Thu Feb 23 15:16:58 CET 2006 - kkaempf@suse.de
11728
11729 - parse locale(...) provides and construct correct dependencies.
11730
11731 -------------------------------------------------------------------
11732 Thu Feb 23 14:16:44 CET 2006 - kkaempf@suse.de
11733
11734 - always upgrade to candidate (#152760).
11735 - fix typo in package sorting.
11736 - prepare handling of locale provides.
11737 - rev 1995
11738
11739 -------------------------------------------------------------------
11740 Thu Feb 23 10:53:51 CET 2006 - kkaempf@suse.de
11741
11742 - sort src/nosrc package to right list during commit.
11743 - revert installtime/buildtime in susetags parser (#152760)
11744 - rev 1990
11745
11746 -------------------------------------------------------------------
11747 Thu Feb 23 10:22:08 CET 2006 - kkaempf@suse.de
11748
11749 - reset state after successful commit (#153030)
11750 - run "rpm -e" always with "--nodeps" (#153026)
11751 - provide separate resolvable kind for src packages.
11752 - extend status field for LOCK and LICENSE.
11753 - add sameState()/diffState() for UI.
11754 - provide 'best' candidate for UI.
11755 - set 60 sec timeout for curl access.
11756 - don't cross-compare solver results, takes too much time.
11757 - provide sizes of installed packages.
11758 - extend REQUIRES semantics in content file.
11759 - add "parse-metadata" helper to zmd-backend.
11760 - rev 1987
11761
11762 -------------------------------------------------------------------
11763 Wed Feb 22 14:51:46 CET 2006 - kkaempf@suse.de
11764
11765 - provide complete disk usage data (#152761)
11766 - include upgrade flag when copying solver solution
11767   back to pool (#152717)
11768 - rev 1959
11769
11770 -------------------------------------------------------------------
11771 Wed Feb 22 13:16:48 CET 2006 - kkaempf@suse.de
11772
11773 - don't insert incompatible architectures to the pool (#151933)
11774 - don't accept incompatible architectures from a repository
11775   (#151933)
11776 - separate rpm log (#151431).
11777 - allow extended product requires.
11778 - rev 1954
11779
11780 -------------------------------------------------------------------
11781 Tue Feb 21 22:02:59 CET 2006 - kkaempf@suse.de
11782
11783 - provide the XML schema files in the main package. (#152593)
11784
11785 -------------------------------------------------------------------
11786 Tue Feb 21 20:05:34 CET 2006 - kkaempf@suse.de
11787
11788 - provide arch compat handling.
11789 - implement data upload to zmd.
11790 - fix source metadata caching on target.
11791 - add 'supplements' dependencies to 'yum' parser.
11792 - provide user agent identification to curl calls.
11793 - move resolver branches (multiple alternatives) back in queue
11794   (resolve known things first, then the unknown ones).
11795 - clean up 'packages' parser.
11796 - rev 1947
11797
11798 -------------------------------------------------------------------
11799 Tue Feb 21 09:18:53 CET 2006 - kkaempf@suse.de
11800
11801 - improve media mount/umount interface
11802 - prepare class ArchCompat for proper architecture ordering
11803   and compatibility handling.
11804 - add returns to dummy functions in DbAccess.
11805 - rev 1913
11806
11807 -------------------------------------------------------------------
11808 Mon Feb 20 21:08:22 CET 2006 - kkaempf@suse.de
11809
11810 - don't explictly delete to-be-upgraded packages.
11811 - finish query-system, resolve-dependencies, and transact for
11812   libzypp-zmd-backend.
11813 - provide Pattern::category.
11814 - move system architecture to toplevel.
11815 - make target store pathname settable.
11816 - speed up rpmdb reading by properly filtering unwanted file
11817   provides.
11818 - rev 1905
11819
11820 -------------------------------------------------------------------
11821 Sun Feb 19 20:35:03 CET 2006 - kkaempf@suse.de
11822
11823 - new translations.
11824 - proofread texts.
11825 - when comparing solutions, prefer higher versions.
11826 - provide generic 'SafeBool' for bool conversions.
11827 - add PtrTypes testsuites.
11828 - rev 1876
11829
11830 -------------------------------------------------------------------
11831 Fri Feb 17 21:43:51 CET 2006 - kkaempf@suse.de
11832
11833 - integrate all diffs
11834 - move Target::commit to toplevel API
11835 - generalize dependency iterators and hash dependency
11836   information in pool (for speedup)
11837 - add 'supplements' as dependency
11838 - make more pattern attributes available
11839 - drop "smbfs" in favour of "cifs" (#151476)
11840 - add metadata cache to sources (Beta4 bug)
11841 - run "rpm -e"  with name-version-release
11842 - fix update conflicts
11843 - rev 1864
11844
11845 -------------------------------------------------------------------
11846 Thu Feb 16 20:02:19 CET 2006 - kkaempf@suse.de
11847
11848 - fix-mediachange.diff: dont skip CD but retry after media change
11849 - cd-eject-button.diff: fix CD url so YaST recognizes it and shows
11850   'eject' button
11851 - release-forced-eject-no-ptrfix.diff: fix refcounting in ptrs
11852   so media handle gets actually released and media unmounted.
11853
11854 -------------------------------------------------------------------
11855 Thu Feb 16 14:40:31 CET 2006 - kkaempf@suse.de
11856
11857 - implement arch scoring
11858 - prefer better arch (#151427)
11859 - transitive depedencies of weak requirements are non-weak
11860   (#151446)
11861 - rev 1778 + diff
11862
11863 -------------------------------------------------------------------
11864 Wed Feb 15 18:19:12 CET 2006 - kkaempf@suse.de
11865
11866 - ignore self and to-be-updated conflicts (#150844)
11867 - fix enable of target store (for non-packages)
11868 - rev 1778
11869
11870 -------------------------------------------------------------------
11871 Wed Feb 15 13:11:28 CET 2006 - kkaempf@suse.de
11872
11873 - fix "cd:" url (#151121)
11874 - provide location() in public Package api
11875 - allow running distribution upgrade in testmode
11876 - extend HAL interface
11877 - rev 1762
11878
11879 -------------------------------------------------------------------
11880 Wed Feb 15 10:10:48 CET 2006 - kkaempf@suse.de
11881
11882 - pass normal and locale packages from selections correctly.
11883 - its "baseconf" for base selections.
11884 - Make 'ZYpp' an obvious singleton.
11885 - provide releasenotesUrl.
11886 - dont continue upgrade without target.
11887 - implement 'fake' hal for testing.
11888 - fix package sizes.
11889 - more solver testcases.
11890 - rev 1754
11891
11892 -------------------------------------------------------------------
11893 Tue Feb 14 20:52:02 CET 2006 - kkaempf@suse.de
11894
11895 - extend requires of libzypp-devel
11896 - provide package sizes for UI
11897 - provide more UI helpers
11898 - implement Product and related functions
11899 - fix split provides in distribution upgrade
11900 - provide locale information to system
11901 - ask HAL for available devices
11902 - reduce debug information in solver
11903 - filter architectures in source, not in solver
11904 - rev 1743
11905
11906 -------------------------------------------------------------------
11907 Tue Feb 14 07:27:39 CET 2006 - visnov@suse.de
11908
11909 - disable another testsuite for now
11910 - fetch the default locale from environment
11911 - support user-defined formatting of log
11912 - rev 1710
11913
11914 -------------------------------------------------------------------
11915 Mon Feb 13 20:41:36 CET 2006 - visnov@suse.de
11916
11917 - providing basic product information from susetags source
11918 - public API for preferred language
11919 - implemented redirect of logging (#149001)
11920 - report start/finish of source data parsing (#150211)
11921 - store/restore source aliases properly (#150256)
11922 - disable a lot of debug logging to speed up solver
11923 - properly rewrite URL for CDn directory layouts (#149870)
11924 - rev 1706
11925
11926 -------------------------------------------------------------------
11927 Sun Feb 12 16:59:48 CET 2006 - kkaempf@suse.de
11928
11929 - add save/restore state to facilitate UI 'cancel'
11930 - enable target/store
11931 - add 'forceResolve' call and flag to resolver to switch between
11932   task-oriented ZMD and interactive YaST behaviour.
11933 - Fix resolver problem solution texts.
11934 - improve solver problem solution offerings.
11935 - fix media access handling to better support multiple
11936   requestors to single media.
11937 - move the media number checking to the source (media requestor)
11938   which knows how to verify the correct media.
11939 - Fix CD ordering (#149871), adding testcases.
11940 - Move 'PoolItemList' and 'PoolItemSet' typedefs inside classes.
11941 - Add selections to testcases.
11942 - rev 1673
11943
11944 -------------------------------------------------------------------
11945 Sat Feb 11 10:17:15 CET 2006 - kukuk@suse.de
11946
11947 - Fix missing return in Source.cc:124
11948
11949 -------------------------------------------------------------------
11950 Fri Feb 10 18:41:29 CET 2006 - kkaempf@suse.de
11951
11952 - cope with empty arch field in selections
11953 - enable dummy "enableStorage" function
11954 - rev 1610-branch
11955
11956 -------------------------------------------------------------------
11957 Fri Feb 10 15:36:43 CET 2006 - kkaempf@suse.de
11958
11959 - fix random data return in Source.cc
11960 - rev 1610
11961
11962 -------------------------------------------------------------------
11963 Fri Feb 10 15:00:45 CET 2006 - kkaempf@suse.de
11964
11965 - adapt zmd-backend to SourceImpl API change
11966 - rev 1608
11967
11968 -------------------------------------------------------------------
11969 Fri Feb 10 13:54:43 CET 2006 - kkaempf@suse.de
11970
11971 - fix the packages parser bug. Now all packages are parsed
11972   including (english) translations.
11973   source/susetags is back to svn head.
11974 - rev 1600
11975
11976 -------------------------------------------------------------------
11977 Fri Feb 10 10:30:12 CET 2006 - kkaempf@suse.de
11978
11979 - fix off-by-one bug in bitfield handling
11980 - revert source/susetags to rev 1411
11981 - rev 1586
11982
11983 -------------------------------------------------------------------
11984 Thu Feb  9 22:21:43 CET 2006 - kkaempf@suse.de
11985
11986 - dont prereq-sort non-packages
11987 - rev 1584
11988
11989 -------------------------------------------------------------------
11990 Thu Feb  9 21:29:00 CET 2006 - kkaempf@suse.de
11991
11992 - rev 1582
11993
11994 -------------------------------------------------------------------
11995 Thu Feb  9 11:10:54 CET 2006 - kkaempf@suse.de
11996
11997 - update to rev 1543
11998
11999 -------------------------------------------------------------------
12000 Thu Feb  9 00:49:23 CET 2006 - ro@suse.de
12001
12002 - require hal-devel in libzypp-devel
12003 - re-merge fixes (RPM_OPT_FLAGS)
12004
12005 -------------------------------------------------------------------
12006 Wed Feb  8 23:53:58 CET 2006 - kkaempf@suse.de
12007
12008 - make solver behaviour a bit more interactive
12009 - rev 1537
12010
12011 -------------------------------------------------------------------
12012 Wed Feb  8 18:45:21 CET 2006 - schwab@suse.de
12013
12014 - Fix syntax error in configure script.
12015 - Use RPM_OPT_FLAGS.
12016
12017 -------------------------------------------------------------------
12018 Wed Feb  8 17:03:37 CET 2006 - kkaempf@suse.de
12019
12020 - update for qt ui integration
12021 - rev 1504
12022
12023 -------------------------------------------------------------------
12024 Tue Feb  7 23:18:09 CET 2006 - kkaempf@suse.de
12025
12026 - split off libzypp-zmd-backend
12027 - rev 1466
12028
12029 -------------------------------------------------------------------
12030 Tue Feb  7 23:10:59 CET 2006 - kkaempf@suse.de
12031
12032 - another update to svn
12033
12034 -------------------------------------------------------------------
12035 Mon Feb  6 20:42:22 CET 2006 - kkaempf@suse.de
12036
12037 - finish rpm callbacks
12038 - finish UI API
12039 - fix state change resolver<->pool
12040 - zmd backend stuff
12041 - speed up tag file parsing
12042 - rev 1405
12043
12044 -------------------------------------------------------------------
12045 Mon Feb  6 16:53:03 CET 2006 - schubi@suse.de
12046
12047 - disabling failing tests of s390 and ppc
12048
12049 -------------------------------------------------------------------
12050 Mon Feb  6 11:14:16 CET 2006 - schubi@suse.de
12051
12052 - Snapshoot rev 1367
12053
12054 -------------------------------------------------------------------
12055 Mon Feb  6 01:42:48 CET 2006 - kkaempf@suse.de
12056
12057 - use hashes for pool
12058 - rev 1343
12059
12060 -------------------------------------------------------------------
12061 Fri Feb  3 14:21:47 CET 2006 - schubi@suse.de
12062
12063 - removed Obsoletes:    yast2-packagemanager
12064
12065 -------------------------------------------------------------------
12066 Fri Feb  3 11:36:19 CET 2006 - schubi@suse.de
12067
12068 - Snapshoot 3 Feb 2005 (11:30)
12069
12070 -------------------------------------------------------------------
12071 Thu Feb  2 14:27:02 CET 2006 - schubi@suse.de
12072
12073 - Snapshoot 2 Feb 2005 (14:00)
12074
12075 -------------------------------------------------------------------
12076 Thu Feb  2 12:23:03 CET 2006 - schubi@suse.de
12077
12078 - Snapshoot 2 Feb 2005 ( integrating YaST )
12079
12080 -------------------------------------------------------------------
12081 Wed Jan 25 21:37:50 CET 2006 - mls@suse.de
12082
12083 - converted neededforbuild to BuildRequires
12084
12085 -------------------------------------------------------------------
12086 Sat Jan 14 08:51:55 CET 2006 - kkaempf@suse.de
12087
12088 - Initial version
12089