Imported Upstream version 17.28.8
[platform/upstream/libzypp.git] / package / libzypp.changes
1 -------------------------------------------------------------------
2 Thu Nov 11 15:12:44 CET 2021 - ma@suse.de
3
4 - Disable logger in the child after fork (bsc#1192436)
5 - version 17.28.8 (22)
6
7 -------------------------------------------------------------------
8 Thu Nov  4 15:16:29 CET 2021 - ma@suse.de
9
10 - Check log writer before accessing it (fixes #355, bsc#1192337)
11 - Save locks: Update an existing locks changed comment string.
12 - Allow uname-r format in purge kernels keepspec (fixes
13   openSUSE/zypper#418)
14 - version 17.28.7 (22)
15
16 -------------------------------------------------------------------
17 Mon Oct 18 12:02:57 CEST 2021 - ma@suse.de
18
19 - Zypper should keep cached files if transaction is aborted
20   (bsc#1190356)
21   Singletrans mode currently does not keep files around if the
22   transaction is aborted. This patch fixes the problem.
23 - Require a minimum number of mirrors for multicurl (bsc#1191609)
24 - Use procfs to detect nr of open fd's if rlimit is too high
25   (bsc#1191324)
26   Especially in a VM iterating over all possible fd's to close open
27   ones right before a exec() slows down zypper unnecessarily. This
28   patch uses /proc/self/fd to iterate over open fd's in case rlimit
29   is above 1024.
30 - po: Fix some lost '%' signs in positional args (bsc#1191370)
31 - RepoManager: Don't probe for plaindir repo if URL schema is
32   plugin: (bsc#1191286)
33 - version 17.28.6 (22)
34
35 -------------------------------------------------------------------
36 Mon Oct  4 12:46:46 CEST 2021 - ma@suse.de
37
38 - Downloader does not respect checkExistsOnly flag (bsc#1190712)
39   A missing check causes zyppng::Downloader to always download full
40   files even if the checkExistsOnly flag is set. This patch adds
41   the missing logic.
42 - Fix kernel-*-livepatch removal in purge-kernels (bsc#1190815)
43   The kernel-*-livepatch packages are supposed to serve as a stable
44   handle for the ephemeral kernel livepatch packages. See
45   FATE#320268 for details. As part of the kernel live patching
46   ecosystem, kernel-*-livepatch packages should not block the
47   purge-kernels step.
48 - version 17.28.5 (22)
49
50 -------------------------------------------------------------------
51 Fri Sep 17 10:41:56 CEST 2021 - ma@suse.de
52
53 - Make sure to keep states alives while transitioning
54   (bsc#1190199)
55 - May set techpreview variables for testing in /etc/zypp/zypp.conf.
56   If environment variables are unhandy one may enable the desired
57   techpreview in zypp.conf as well:
58     [main]
59     techpreview.ZYPP_SINGLE_RPMTRANS=1
60     techpreview.ZYPP_MEDIANETWORK=1
61 - version 17.28.4 (22)
62
63 -------------------------------------------------------------------
64 Fri Sep  3 14:34:19 CEST 2021 - ma@suse.de
65
66 - CMake/spec: Add option to force SINGLE_RPMTRANS as default for
67   zypper (fixes #340)
68 - Make sure singleTrans is zypper-only for now.
69 - Do not double check signatures and keys (bsc#1190059)
70 - version 17.28.3 (22)
71
72 -------------------------------------------------------------------
73 Tue Aug 31 10:49:51 CEST 2021 - ma@suse.de
74
75 - Workaround Bug 1189788: Don't allow ZYPP_SINGLE_RPMTRANS=1 on a
76   not UsrMerged Tumbleweed system.
77 - version 17.28.2 (22)
78
79 -------------------------------------------------------------------
80 Mon Aug 23 08:39:15 CEST 2021 - ma@suse.de
81
82 - Fix crashes in logging code when shutting down (bsc#1189031)
83 - version 17.28.1 (22)
84
85 -------------------------------------------------------------------
86 Mon Jul 26 11:48:28 CEST 2021 - ma@suse.de
87
88 - Rephrase vendor conflict message in case 2 packages are
89   involved (bsc#1187760)
90   This covers the case where not the packages itself would change
91   its vendor, but replaces a package from a different vendor.
92 - Fix solver jobs for PTFs (bsc#1186503)
93 - spec: switch to pkgconfig(openssl)
94 - Show key fpr from signature when signature check fails
95   (bsc#1187224)
96   Rpm by default only shows the short key ID when checking the
97   signature of a package fails. This patch reads the signatures
98   from the RPM headers and replaces she short IDs with the key
99   fingerprints fetched from the signatures.
100 - Implement alternative single transaction commit strategy.
101   This patch adds a experimental commit strategy that runs all
102   operations in a single rpm transaction, speeding up the execution
103   a lot.
104 - Use ZYPP_MEDIANETWORK=1 to enable the experimental new media
105   backend.
106 - Implement zchunk download, refactor Downloader backend.
107 - Fix purge-kernels fails with kernels from Kernel:HEAD
108   (bsc#1187738)
109   There recently was a change in the kernel package naming scheme
110   in regards to rc kernels. Since kernel upstream uses characters
111   in the version that are not allowed in rpm versions a "-rc" was
112   previously replaced with ".rc" which broke sorting by version, to
113   fix this issue it was replaced with "~rc", which unfortunately
114   broke the purge-kernels logic. This patch makes sure purge-kernel
115   does apply the same conversion.
116 - version 17.28.0 (22)
117
118 -------------------------------------------------------------------
119 Thu Jun 10 17:34:14 CEST 2021 - ma@suse.de
120
121 - Enhance XML output of repo GPG options (fixes openSUSE/zypper#390)
122   In addition to the effective values, add optional attributes
123   showing the raw values actually present in the .repo file.
124   (raw_gpgcheck, raw_repo_gpgcheck, raw_pkg_gpgcheck)
125 - Link all executables with -pie (bsc#1186447)
126 - Ship an empty /etc/zypp/needreboot per default (fixes #311, jsc#PM-2645)
127   If packages want to trigger the reboot-needed hiint upon installation
128   they may provide 'installhint(reboot-needed)'.
129   Builtin packages triggering the hint without the provides are
130   only kernel and kernel-firmware related.
131 - Add Solvable::isBlacklisted as superset of retracted and ptf
132   packages (bsc#1186503)
133 - Fix segv if ZYPP_FULLOG is set (fixes #317)
134 - version 17.27.0 (22)
135
136 -------------------------------------------------------------------
137 Tue Jun  1 19:10:35 CEST 2021 - ma@suse.de
138
139 - Work around download.o.o broken https redirects.
140 - Allow trusted repos to add additional signing keys (bsc#1184326)
141   Repositories signed with a trusted gpg key may import additional
142   package signing keys. This is needed if different keys were used
143   to sign the the packages shipped by the repository.
144 - MediaCurl: Fix logging of redirects.
145 - Use 15.3 resolver problem and solution texts on all distros.
146 - $ZYPP_LOCK_TIMEOUT: Let negative values wait forever for the
147   zypp lock (bsc#1184399)
148   Helps boot time services like 'zypper purge-kernels' to wait for
149   the zypp lock until other services using zypper have completed.
150 - Fix purge-kernels is broken in Leap 15.3 (bsc#1185325)
151   Leap 15.3 introduces a new kernel package called
152   kernel-flavour-extra, which contain kmp's. Currently kmp's are
153   detected by name ".*-kmp(-.*)?" but this does not work which
154   those new packages. This patch fixes the problem by checking
155   packages for kmod(*) and ksym(*) provides and only falls back to
156   name checking if the package in question does not provide one of
157   those.
158 - Introduce zypp-runpurge, a tool to run purge-kernels on
159   testcases.
160 - version 17.26.0 (22)
161
162 -------------------------------------------------------------------
163 Wed Apr 28 15:34:01 CEST 2021 - ma@suse.de
164
165 - Properly handle permission denied when providing optional files
166   (bsc#1185239)
167 - Fix service detection with cgroupv2 (bsc#1184997)
168 - version 17.25.10 (22)
169
170 -------------------------------------------------------------------
171 Thu Apr 22 15:52:19 CEST 2021 - ma@suse.de
172
173 - Add missing includes for GCC 11 (bsc#1181874)
174 - Fix unsafe usage of static in media verifier.
175 - Solver: Avoid segfault if no system is loaded (bsc#1183628)
176 - MediaVerifier: Relax media set verification in case of a single
177   not-volatile medium (bsc#1180851)
178 - Do no cleanup in custom cache dirs (bsc#1182936)
179 - ZConfig: let pubkeyCachePath follow repoCachePath.
180 - version 17.25.9 (22)
181
182 -------------------------------------------------------------------
183 Wed Feb 24 17:07:52 CET 2021 - ma@suse.de
184
185 - Try to provide a mounted /proc in --root installs (bsc#1181328)
186   Some systemd tools require /proc to be mounted and fail if it's
187   not there.
188 - Enable release packages to request a releaxed suse/opensuse
189   vendorcheck in dup when migrating. (bsc#1182629)
190 - version 17.25.8 (22)
191
192 -------------------------------------------------------------------
193 Wed Feb 17 09:06:49 CET 2021 - ma@suse.de
194
195 - Patch: Identify well-known category names (bsc#1179847)
196   This allows to use the RH and SUSE patch categrory names
197   synonymously:
198   (recommendedi = bugfix) and (optional = feature = enhancement).
199 - Add missing includes for GCC 11 compatibility. (bsc#1181874)
200 - Fix %posttrans script execution (fixes #265)
201   The scripts are execuable. No need to call them through 'sh -c'.
202 - Commit: Fix rpmdb compat symlink in case rpm got removed.
203 - Repo: Allow multiple baseurls specified on one line (fixes #285)
204 - Regex: Fix memory leak and undefined behavior.
205 - Add rpm buildrequires for test suite (fixes #279)
206 - Use rpmdb2solv new -D switch to tell the location ob the
207   rpmdatabase to use.
208 - BuildRequires:  libsolv-devel >= 0.7.17.
209 - version 17.25.7 (22)
210
211 -------------------------------------------------------------------
212 Tue Jan 12 19:34:03 CET 2021 - ma@suse.de
213
214 - Rephrase solver problem descriptions (jsc#SLE-8482)
215 - Adapt to changed gpg2/libgpgme behavior (bsc#1180721)
216 - Multicurl backend breaks with with unknown filesize (fixes #277)
217 - version 17.25.6 (22)
218
219 -------------------------------------------------------------------
220 Fri Dec 11 16:52:54 CET 2020 - ma@suse.de
221
222 - Fix lsof monitoring (bsc#1179909)
223 - version 17.25.5 (22)
224
225 -------------------------------------------------------------------
226 Thu Dec  3 17:06:35 CET 2020 - ma@suse.de
227
228 - Prevent librpmDb iterator from accidentally creating an empty
229   rpmdb in / (repoened bsc#1178910)
230 - Fix update of gpg keys with elongated expire date (bsc#1179222)
231 - needreboot: remove udev from the list (bsc#1179083)
232 - Prefer /run over /var/run.
233 - version 17.25.4 (22)
234
235 -------------------------------------------------------------------
236 Fri Nov 27 10:17:50 CET 2020 - ma@suse.de
237
238 - RepoManager: Carefully tidy up the caches. Remove non-directory
239   entries. (bsc#1178966)
240 - RpmDb: If no database exists use the _dbpath configured in rpm.
241   Still makes sure a compat symlink at /var/lib/rpm exists in case
242   the configures _dbpath is elsewhere. (bsc#1178910)
243 - Url: Hide known password entries when writing the query part
244   (bsc#1050625 bsc#1177583, CVE-2017-9271)
245 - adapt testcase to change introduced by libsolv#402.
246 - RepoManager: Force refresh if repo url has changed (bsc#1174016)
247 - RepoInfo: ignore legacy type= in a .repo file and let RepoManager
248   probe (bsc#1177427, Fixes openSUSE/zypper#357).
249 - version 17.25.3 (22)
250
251 -------------------------------------------------------------------
252 Wed Oct  7 12:05:33 CEST 2020 - ma@suse.de
253
254 - Bump version to force rebuild against a fixed libsolv.
255   (bsc#1177238, bsc#1177275)
256 - version 17.25.2 (22)
257
258 -------------------------------------------------------------------
259 Fri Sep 25 13:39:38 CEST 2020 - ma@suse.de
260
261 - Fix bsc#1176902: When kernel-rt has been installed, the
262   purge-kernels service fails during boot.
263 - Use package name provides as group key in purge-kernel
264   (bsc#1176740 bsc#1176192)
265   kernel-default-base has new packaging, where the kernel uname -r
266   does not reflect the full package version anymore. This patch
267   adds additional logic to use the most generic/shortest edition
268   each package provides with %{packagename}=<version> to group the
269   kernel packages instead of the rpm versions.
270   This also changes how the keep-spec for specific versions is
271   applied, instead of matching the package versions, each of the
272   package name provides will be matched.
273 - version 17.25.1 (22)
274
275 -------------------------------------------------------------------
276 Fri Sep 18 16:45:49 CEST 2020 - ma@suse.de
277
278 - RepoInfo: Return the type of the local metadata cache as
279   fallback (bsc#1176435)
280 - VendorAttr: Fix broken "suse,opensuse" equivalence handling.
281   Enhance API and testcases. (bsc#1174918)
282 - Update docs regarding 'opensuse' namepace matching.
283 - New solver testcase format.
284 - Link against libzsd to close libsolvs open references
285   (as we link statically)
286 - BuildRequires:  libsolv-devel >= 0.7.15.
287 - version 17.25.0 (22)
288
289 -------------------------------------------------------------------
290 Fri Aug 28 17:09:59 CEST 2020 - ma@suse.de
291
292 - VendorAttr: Const-correct API and let Target provide its
293   settings (bsc#1174918)
294 - Support buildnr with commit hash in purge-kernels (bsc#1175342)
295   This adds special behaviour for when a kernel version has the
296   rebuild counter before the kernel commit hash.
297 - Improve Italian traslation of the "breaking dependencies"
298   message (bsc#1173529)
299 - Make sure reading from lsof does not block forever (bsc#1174240)
300 - Just collect details for the signatures found (fixes #229)
301 - version 17.24.2 (22)
302
303 -------------------------------------------------------------------
304 Thu Jul 16 18:04:18 CEST 2020 - ma@suse.de
305
306 - Fix bsc#1174011 auth=basic ignored in some cases (bsc#1174011)
307   Proactively send credentials if the URL specifes '?auth=basic'
308   and a username.
309 - ZYPP_MEDIA_CURL_DEBUG: Strip credentials in header log (bsc#1174011)
310 - version 17.24.1 (22)
311
312 -------------------------------------------------------------------
313 Tue Jul 14 13:19:56 CEST 2020 - ma@suse.de
314
315 - Completey rework the purge-kernels algorithm (fix bsc#1173106)
316   The new code is closer to the original perl script, grouping the
317   packages by name before applying the keep spec.
318 - Set ZYPP_RPM_DEBUG=1 to capture verbose rpm command output
319   (implements #228)
320 - version 17.24.0 (22)
321
322 -------------------------------------------------------------------
323 Fri Jun 26 14:13:10 CEST 2020 - ma@suse.de
324
325 - Fix core dump with corrupted history file (bsc#1170801)
326 - version 17.23.8 (22)
327
328 -------------------------------------------------------------------
329 Tue Jun 23 17:44:21 CEST 2020 - ma@suse.de
330
331 - Enable zchunk metadata download if libsolv supports it.
332 - version 17.23.7 (22)
333
334 -------------------------------------------------------------------
335 Thu Jun  4 11:45:03 CEST 2020 - ma@suse.de
336
337 - Revert "Enable zchunk on SLE-15-SP2".
338 - version 17.23.6 (22)
339
340 -------------------------------------------------------------------
341 Wed May 27 18:50:32 CEST 2020 - ma@suse.de
342
343 - Enable zchunk on SLE-15-SP2.
344 - Older kernel-devel packages are not properly purged (bsc#1171224)
345 - doc: enhance service plugin example.
346 - version 17.23.5 (22)
347
348 -------------------------------------------------------------------
349 Thu Apr  9 12:52:10 CEST 2020 - ma@suse.de
350
351 - Get retracted patch status from updateinfo data (jsc#SLE-8770)
352   libsolv injects the indicator provides into packages only.
353 - remove 'using namespace std;' (bsc#1166610, fixes #218)
354 - Online doc: add 'Hardware (modalias) dependencies' page
355   (fixes #216)
356 - version 17.23.4 (22)
357
358 -------------------------------------------------------------------
359 Wed Mar 25 15:26:14 CET 2020 - ma@suse.de
360
361 - Add HistoryLogReader actionFilter to parse only specific
362   HistoryActionIDs.
363 - version 17.23.3 (22)
364
365 -------------------------------------------------------------------
366 Fri Mar 20 12:28:18 CET 2020 - ma@suse.de
367
368 - RepoVariables: Add safe guard in case the caller does not own a
369   zypp instance.
370 - Enable c++17. Define libyzpp CXX_STANDARD in ZyppCommon.cmake.
371 - version 17.23.2 (22)
372
373 -------------------------------------------------------------------
374 Mon Mar  2 19:53:51 CET 2020 - ma@suse.de
375
376 - Fix package status computation regarding unneeded, orphaned, recommended
377   and suggested packages (broken in 17.23.0) (bsc#1165476)
378 - version 17.23.1 (22)
379
380 -------------------------------------------------------------------
381 Fri Feb 21 16:06:57 CET 2020 - ma@suse.de
382
383 - Log patch status changes to history (jsc#SLE-5116)
384 - Allow to disable all WebServer dependent tests when building. OBS
385   wants to be able to get rid of the nginx/FastCGI-devel build
386   requirement. Use 'rpmbuild --without mediabackend_tests' or
387   'cmake -DDISABLE_MEDIABACKEND_TESTS=1'.
388 - version 17.23.0 (22)
389
390 -------------------------------------------------------------------
391 Fri Feb  7 14:56:40 CET 2020 - ma@suse.de
392
393 - update translations
394 - Replace mongoose/webrick with nginx in test suite.
395   This patch makes use of nginx to replace the current WebServer
396   mongoose implementation. Also adds support for registering
397   callback functions for certain URL requests via FCGI, making it
398   possible to mock HTTP responses and test more complex HTTP setups.
399 - boost: Fix deprecated auto_unit_test.hpp includes.
400 - Disable zchunk on Leap-15.0 and SLE15-* while there is no libzck.
401 - Fix decision whether to download ZCHUNK files.
402   libzypp and libsolv must both be able to read the format.
403 - version 17.22.1 (22)
404
405 -------------------------------------------------------------------
406 Thu Jan 23 16:30:19 CET 2020 - ma@suse.de
407
408 - yum::Downloader: Prefer zchunk compressed metadata if libvsolv
409   supports it.
410 - BuildRequires:  libsolv-devel >= 0.7.11.
411 - version 17.22.0 (22)
412
413 -------------------------------------------------------------------
414 Mon Jan 20 12:53:12 CET 2020 - ma@suse.de
415
416 - Selectable: Fix highestAvailableVersionObj if only retracted
417   packages are available. Avoid using retracted items as candidate
418   (jsc#SLE-8770)
419 - version 17.21.0 (20)
420
421 -------------------------------------------------------------------
422 Thu Dec 19 13:28:00 CET 2019 - ma@suse.de
423
424 - BuildRequires:  libsolv-devel >= 0.7.10.
425 - RpmDb: Become rpmdb backend independent (jsc#SLE-7272)
426 - RpmDb: Close API offering a custom rpmdb path
427   It's actually not needed and for this to work also libsolv needs
428   to support it. You can sill use a librpmDb::db_const_iterator to
429   access a database at a custom location (ro).
430 - Remove legacy rpmV3database conversion code.
431 - version 17.20.0 (20)
432
433 -------------------------------------------------------------------
434 Wed Dec 11 09:51:10 CET 2019 - ma@suse.de
435
436 - MediaCurl: assert cookie file has mode 0600 (bsc#1158763, CVE-2019-18900)
437 - version 17.19.0 (12)
438
439 -------------------------------------------------------------------
440 Mon Dec  9 10:22:56 CET 2019 - ma@suse.de
441
442 - dup: fix removing orphaned packages dropped by to-be-installed
443   products (bsc#1155819)
444 - version 17.18.1 (12)
445
446 -------------------------------------------------------------------
447 Thu Dec  5 14:23:52 CET 2019 - ma@suse.de
448
449 - Resolver: add solution actions for SOLVER_SOLUTION_BLACK
450   (retracted/PTF)
451 - Solvable: add isRetracted and isPtf attributes.
452 - version 17.18.0 (12)
453
454 -------------------------------------------------------------------
455 Thu Nov 28 18:20:04 CET 2019 - ma@suse.de
456
457 - Introduce PurgeKernels class (bsc#1155198)
458   Adds libzypp API to mark all obsolete kernels according to the
459   existing purge-kernel script rules.
460 - Add solver jobs for retracted packages and ptfs.
461   Support for ptf packages and retract ed patches.
462 - Do not enforce 'en' being in RequestedLocales (bsc#1155678)
463   If the user decides to have a system without explicit language
464   support he may do so.
465 - Pass correct posttrans script argument (fixes #190)
466 - BuildRequires:  libsolv-devel >= 0.7.8.
467 - version 17.17.0 (12)
468
469 -------------------------------------------------------------------
470 Tue Oct 29 14:54:51 CET 2019 - ma@suse.de
471
472 - Expose new libsolv API via C++ counterparts
473   (openSUSE/zypper#214)
474 - BuildRequires:  libsolv-devel >= 0.7.7
475 - version 17.16.0 (12)
476
477 -------------------------------------------------------------------
478 Fri Oct 18 17:20:08 CEST 2019 - ma@suse.de
479
480 - Fix empty metalink downloads if filesize is unknown (bsc#1153557)
481 - Recognize riscv64 as architecture
482 - Fix installation of new header file (fixes #185)
483 - zypp.conf: Introduce `solver.focus` to define the resolvers general
484   attitude when resolving jobs. (bsc#1146415)
485 - New container detection algorithm for zypper ps (bsc#1146947)
486 - version 17.15.0 (12)
487
488 -------------------------------------------------------------------
489 Thu Sep 26 14:08:51 CEST 2019 - ma@suse.de
490
491 - Revert "Use CURL_HTTP_VERSION_2TLS if available" (bsc#1146027)
492 - doc: add service example using variables
493 - Fix build with rpm >= 4.15 (fixes #172)
494 - version 17.14.1 (12)
495
496 -------------------------------------------------------------------
497 Mon Aug  5 13:03:55 CEST 2019 - ma@suse.de
498
499 - PublicKey::algoName: supply key algorithm and length
500 - version 17.14.0 (12)
501
502 -------------------------------------------------------------------
503 Thu Jul 25 17:25:10 CEST 2019 - ma@suse.de
504
505 - MediaCurl: Fix leaking filedescriptors (bsc#1116995)
506 - commit: Run file conflict check on dry-run (best with download-only)
507   (bsc#1140039)
508 - commit: do not remove orphan products if the .prod file is owned by
509   a package (bsc#1139795)
510 - version 17.13.0 (12)
511
512 -------------------------------------------------------------------
513 Tue May 28 16:50:14 CEST 2019 - ma@suse.de
514
515 - Drop unused InterProcessMutex class and test
516 - Drop unused WebpinResult class and test
517 - Give posttrans script a parameter of 0 (issue #168)
518 - Use CURL_HTTP_VERSION_2TLS if available (fixes #141)
519 - version 17.12.0 (12)
520
521 -------------------------------------------------------------------
522 Thu Apr  4 13:24:40 CEST 2019 - ma@suse.de
523
524 - Enhance scanning /sys for modaliases (bsc#1130161)
525 - version 17.11.4 (9)
526
527 -------------------------------------------------------------------
528 Tue Apr  2 18:15:12 CEST 2019 - ma@suse.de
529
530 - Prevent SEGV if the application sets an empty TextLocale (bsc#1127026)
531
532 -------------------------------------------------------------------
533 Mon Apr  1 08:49:45 UTC 2019 - Christophe Giboudeaux <christophe@krop.fr>
534
535 - Fix build with CMake >= 3.14.0:
536   Starting with CMake 3.14, EXCLUDE_FROM_ALL now spreads from
537   directories to targets. 'make -C someSubdir' when 'someSubdir'
538   uses the 'EXCLUDE_FROM_ALL' keyword does nothing. (gh/libzypp#libzypp#165)
539
540 -------------------------------------------------------------------
541 Thu Mar 21 12:35:39 CET 2019 - ma@suse.de
542
543 - KeyManager: Work around bsc#1127220 [libgpgme] no error upon
544   incomplete import due to signal received.
545 - MediaCurl: add hint to check SCC for an expired regcode on
546   http error 403 (bsc#965786)
547 - version 17.11.3 (9)
548
549 -------------------------------------------------------------------
550 Mon Feb 25 12:07:19 CET 2019 - ma@suse.de
551
552 - Correctly handle exceptions when verifying the medium (bsc#1065022)
553 - Only write type field when probing (bsc#1114908)
554 - Don't blame user on TargetAbortedException (bsc#978193)
555 - version 17.11.2 (9)
556
557 -------------------------------------------------------------------
558 Thu Jan 31 17:41:21 CET 2019 - ma@suse.de
559
560 - CheckAccessDeleted: Suppress reporting `/memfd:` pseudo files
561   (bsc#1123843)
562 - MediaCurl: improve reporting https->http redirection errors
563 - Prevent SEGV if the application sets an empty TextLocale
564 - Url: don't force printing an empty authority if the schema does not
565   allow authority at all
566 - Try to the missing rpmDB compat symlink in case the rpm package got
567   deleted (bsc#1122471)
568 - version 17.11.1 (9)
569
570 -------------------------------------------------------------------
571 Fri Jan 11 10:24:33 CET 2019 - ma@suse.de
572
573 - PoolItemBest: Optionally prefer not locked packages (for bsc#1113296)
574 - ui::Selectable: add `hasLocks` to indicate a partially locked
575   item (for bsc#1113296)
576 - version 17.11.0 (9)
577
578 -------------------------------------------------------------------
579 Tue Dec 18 14:01:19 CET 2018 - ma@suse.de
580
581 - Simplify complex locks so zypper can display them (bsc#1112911)
582 - version 17.10.3 (9)
583
584 -------------------------------------------------------------------
585 Mon Dec 10 16:57:34 CET 2018 - ma@suse.de
586
587 - commit: set `SYSTEMD_OFFLINE=1` during chrooted commits (bsc#1118758)
588 - no-recommends: Nevertheless consider resolver namespaces (hardware,
589   language,..supporting packages) (FATE#325513)
590 - BuildRequires:  libsolv-devel >= 0.7.2
591   (SOLVER_FLAG_ONLY_NAMESPACE_RECOMMENDED)
592 - Remove world-readable bit from /var/log/zypp (bsc#1099019)
593 - version 17.10.2 (9)
594
595 -------------------------------------------------------------------
596 Wed Nov 28 14:40:26 CET 2018 - ma@suse.de
597
598 - Adapt to changes in upcoming Boost 1.69.0
599 - Do not fail service-refresh on a empty repoindex.xml (bnc#1116840)
600 - version 17.10.1 (9)
601
602 -------------------------------------------------------------------
603 Mon Nov 26 12:14:49 CET 2018 - ma@suse.de
604
605 - str: recognize 'always' and 'never' as valid boolean strings
606 - Fix needreboot code to use SolvableSpec parser (fate#326451)
607 - SolvableSpec: Define a set of Solvables by ident and provides
608 - version 17.10.0 (9)
609
610 -------------------------------------------------------------------
611 Wed Nov 14 11:48:35 CET 2018 - ma@suse.de
612
613 - Provide needreboot config files in /etc/zypp (fate#326451, fixes #140)
614 - Need to fix soname due to libsolv ABI changes (bsc#1115341)
615 - version 17.9.0 (9)
616
617 -------------------------------------------------------------------
618 Mon Oct 29 12:20:40 CET 2018 - ma@suse.de
619
620 - Adapt to changed type names in libsolv-0.7
621 - Package needreboot file (fate#326451)
622 - Fix definitions of gettext macros (fixes #135)
623 - version 17.8.1 (2)
624
625 -------------------------------------------------------------------
626 Fri Oct 12 14:01:19 CEST 2018 - ma@suse.de
627
628 - Add infrastructure to flag specific packages to trigger a
629   reboot needed hint (fate#326451)
630 - Adapt to libsolv: Drop support for REPOKEY_TYPE_U32
631 - Resolver: add setInr to request solving namespaces
632 - ResolverNamespace: add No/AllResolverNamespaces constants
633 - version 17.8.0 (2)
634
635 -------------------------------------------------------------------
636 Mon Oct  1 14:04:15 CEST 2018 - ma@suse.de
637
638 - Fix blocking wait for finished child process (bsc#1109877)
639 - version 17.7.2 (2)
640
641 -------------------------------------------------------------------
642 Fri Sep 28 14:38:01 CEST 2018 - ma@suse.de
643
644 - Fix conversion of string and glob to regex when compiling queries
645   (bsc#1099982, bsc#939392, bsc#556664)
646 - version 17.7.1 (2)
647
648 -------------------------------------------------------------------
649 Fri Sep  7 12:07:39 CEST 2018 - ma@suse.de
650
651 - Drop type application due to poor metadata support (bsc#1100095,
652   bsc#1104415)
653 - version 17.7.0 (2)
654
655 -------------------------------------------------------------------
656 Thu Sep  6 12:16:25 CEST 2018 - ma@suse.de
657
658 - Automatically fetch repository signing key from gpgkey url
659   (bsc#1088037)
660 - lsof: use '-K i' if lsof supports it (bsc#1099847,bsc#1036304)
661 - version 17.6.4 (2)
662
663 -------------------------------------------------------------------
664 Thu Aug 30 16:44:56 CEST 2018 - ma@suse.de
665
666 - Check for not imported keys after multi key import from rpmdb
667   (bsc#1096217)
668 - version 17.6.3 (2)
669
670 -------------------------------------------------------------------
671 Tue Aug 21 18:46:35 CEST 2018 - ma@suse.de
672
673 - fixup! Add filesize check for downloads with known size (bsc#408814)
674   Fix detetction of metalink downloads and prevent aborting if
675   a metalink file is larger than the expected data file.
676 - version 17.6.2 (2)
677
678 -------------------------------------------------------------------
679 Fri Aug 17 14:52:14 CEST 2018 - ma@suse.de
680
681 - Adapt to changes in libgpgme11-11.1.0 breaking the signature
682   verification (bsc#1100427)
683 - Use %license (bsc#1082318)
684 - BuildRequires:  libsolv-devel >= 0.6.35 (for bsc#1100095)
685 - changes: add CVE numbers
686 - version 17.6.1 (2)
687
688 -------------------------------------------------------------------
689 Fri Aug  3 11:11:25 CEST 2018 - ma@suse.de
690
691 - RepoInfo::provideKey: add report telling where we look for missing
692   keys.
693 - Support listing gpgkey URLs in repo files (bsc#1088037)
694 - Add new report to request user approval for importing a package key
695 - Handle http error 502 Bad Gateway in curl backend (bsc #1070851)
696   (fixes openSUSE/zypper#177)
697 - Add filesize check for downloads with known size (bsc#408814)
698 - Removed superfluous space in translation (bsc#1102019)
699 - version 17.6.0 (2)
700
701 -------------------------------------------------------------------
702 Thu Jul 19 12:57:21 CEST 2018 - ma@suse.de
703
704 - Prevent the system from sleeping during a commit
705   (fixes openSUSE/zypper#135)
706 - RepoManager: Explicitly request repo2solv to generate application
707   pseudo packages.
708 - version 17.5.2 (2)
709
710 -------------------------------------------------------------------
711 Wed Jul 18 10:55:49 CEST 2018 - ma@suse.de
712
713 - libzypp-devel should not require cmake (bsc#1101349)
714 - Avoid zombies from ExternalProgram
715 - Update ApiConfig
716 - fix typo
717 - version 17.5.1 (2)
718
719 -------------------------------------------------------------------
720 Mon Jul  9 14:43:15 CEST 2018 - ma@suse.de
721
722 - HardLocksFile: Prevent against empty commit without Target having
723   been been loaded (bsc#1096803)
724 - lsof: use '-K i' if lsof supports it (bsc#1099847)
725 - PackageProvider: Validate deta rpms before caching (bsc#1091624,
726   bsc#1088705, CVE-2018-7685)
727 - PackageProvider: Validate downloaded rpm package signatures
728   before caching (bsc#1091624, bsc#1088705, CVE-2018-7685)
729 - version 17.5.0 (2)
730
731 -------------------------------------------------------------------
732 Mon Jun 25 10:48:55 CEST 2018 - ma@suse.de
733
734 - Flags: make it std=c++14 ready
735 - Replace 'redhat-release' with generic 'system-release' (#120)
736 - Ignore /var, /tmp and /proc in zypper ps (bsc#1096617)
737 - Show GPGME version in log
738 - version 17.4.0 (2)
739
740 -------------------------------------------------------------------
741 Thu Apr 26 18:07:11 CEST 2018 - ma@suse.de
742
743 - Avoid zombie tar processes (bsc#1076192)
744 - Replace the terminology 'uninstallable' with 'not installable'
745   (bsc#1029392)
746 - version 17.3.1 (2)
747
748 -------------------------------------------------------------------
749 Mon Apr  9 13:11:50 CEST 2018 - ma@suse.de
750
751 - Show progressbar when running posttrans scripts
752 - Execute service plugin script chrooted to the RepoManagers root
753   (bsc#1080693)
754 - Make sure the product file comes from /etc/products.d for the
755   fallback product search (bsc#1086602)
756 - Introduce ZConfig::repoManagerRoot to support having diverging
757   target and repomanager root paths
758 - Rename `stderr` as it can be a macro (fixes #102)
759 - version 17.3.0 (2)
760
761 -------------------------------------------------------------------
762 Tue Mar 13 18:03:42 CET 2018 - ma@suse.de
763
764 - Protect code against broken translations (bsc#1082711)
765 - Fix broken translated format strings
766 - Deprecate the use of asciidoc for new releases
767 - version 17.2.2 (2)
768
769 -------------------------------------------------------------------
770 Wed Mar  7 11:22:02 CET 2018 - ma@suse.de
771
772 - PoolQuery::addDependency add overload to define an individual
773   Match::Mode (bsc#1043166)
774 - version 17.2.1 (2)
775
776 -------------------------------------------------------------------
777 Thu Mar  1 17:46:39 CET 2018 - bzeller@suse.de
778
779 - Add /var/lib/gdm to CheckAccessDeleted blacklist (bsc#1079991)
780 - Use gpgme instead of calling gpg2 binary directly
781 - Fix leak in Digest.cc (bsc#1075978)
782 - version 17.2.0 (2)
783
784 -------------------------------------------------------------------
785 Tue Feb 20 18:03:24 CET 2018 - ma@suse.de
786
787 - RpmDb::checkPackage: fix parsing localized rpm output (bsc#1076415)
788 - Replace libexpat with libxml
789 - Fix libzypp tests failing with `-Wp,-D_GLIBCXX_ASSERTIONS`
790   compiler flag (fixes #84)
791 - BuildRequire gpg2 as testcases need it (fixes #84)
792 - version 17.1.3 (0)
793
794 -------------------------------------------------------------------
795 Fri Feb  2 16:07:08 CET 2018 - ma@suse.de
796
797 - Fix crash when installing broken rpm packages (bsc#1078284)
798 - Testcase: Minor fix writing update testcases
799 - version 17.1.2 (0)
800
801 -------------------------------------------------------------------
802 Mon Jan 15 17:01:33 CET 2018 - ma@suse.de
803
804 - Adapt rpm package verification to changes in rpm-4.14 (bsc#1076018)
805 - version 17.1.1 (0)
806
807 -------------------------------------------------------------------
808 Thu Jan  4 17:49:06 CET 2018 - ma@suse.de
809
810 - plugin: don't reject header values containing a ':' (bsc#1074687)
811 - Locks: Don't store duplicate locks (bsc#969569)
812 - version 17.1.0 (0)
813
814 -------------------------------------------------------------------
815 Wed Dec  6 13:29:42 CET 2017 - ma@suse.de
816
817 - Fix default for solver.allowNameChange (bsc#1071466)
818 - version 17.0.5 (0)
819
820 -------------------------------------------------------------------
821 Mon Dec  4 11:09:24 CET 2017 - ma@suse.de
822
823 - Stop BuildRequire dropped boost-devel (bsc#1062782)
824 - version 17.0.4 (0)
825
826 -------------------------------------------------------------------
827 Tue Nov 28 18:21:51 CET 2017 - ma@suse.de
828
829 - When importing multiple keys, export the individual keys
830   ascii armored for import into the rpmdb (bsc#1069381)
831 - version 17.0.3 (0)
832
833 -------------------------------------------------------------------
834 Thu Nov 23 12:33:51 CET 2017 - ma@suse.de
835
836 - Don't filter procs with a different mnt namespace (bsc#1068708)
837 - Support repo variables in an URIs host:port component
838   (bsc#1057640, bsc#1067605)
839 - version 17.0.2 (0)
840
841 -------------------------------------------------------------------
842 Fri Nov 10 15:25:20 CET 2017 - ma@suse.de
843
844 - Solvable: fix inconsistent retrieval of mediaNr (bsc#1065677)
845 - version 17.0.1 (0)
846
847 -------------------------------------------------------------------
848 Tue Nov  7 16:14:31 CET 2017 - ma@suse.de
849
850 - Locale: Fix possible segfault (bsc#1064999)
851 - RpmDb: Remove excess keys in the zypp keyring when exporting keys only
852   (bsc#1064380)
853 - KeyRing: Fix deleted keys not removed from rpmdb too (bsc#1064380)
854 - Flag gpg keycache dirty when adding/removing keys (bsc#1064380)
855 - Version 17.x for CODE-15, 16.x. is continued on SuSE-SLE-12-SP2-Branch
856 - version 17.0.0 (0)
857
858 -------------------------------------------------------------------
859 Thu Oct 12 18:04:38 CEST 2017 - ma@suse.de
860
861 - Fix media handling in presence of a repo path prefix (bsc#1062561)
862 - version 16.17.3 (0)
863
864 -------------------------------------------------------------------
865 Wed Oct 11 16:29:48 CEST 2017 - ma@suse.de
866
867 - Fix RepoProvideFile ignoring a repo path prefix (bsc#1062561)
868 - version 16.17.2 (0)
869
870 -------------------------------------------------------------------
871 Fri Sep 22 12:16:34 CEST 2017 - ma@suse.de
872
873 - Default to 'solver.dupAllowVendorChange = false' on SLE15
874   (FATE#323478)
875 - Remove unused legacy notify-message script (bsc#1058783)
876 - version 16.17.1 (0)
877
878 -------------------------------------------------------------------
879 Fri Sep  8 18:05:30 CEST 2017 - ma@suse.de
880
881 - Support multiple product licenses in repomd (FATE#322276)
882 - version 16.17.0 (0)
883
884 -------------------------------------------------------------------
885 Thu Sep  7 12:27:44 CEST 2017 - ma@suse.de
886
887 - Propagate 'rpm --import' errors (bsc#1057188)
888 - Fix typos in zypp.conf
889 - version 16.16.0 (0)
890
891 -------------------------------------------------------------------
892 Mon Aug 28 16:05:36 CEST 2017 - ma@suse.de
893
894 - Add testcase to compile (bsc#1055920)
895 - version 16.15.6 (0)
896
897 -------------------------------------------------------------------
898 Fri Aug 25 14:08:43 CEST 2017 - ma@suse.de
899
900 - Adapt to work with GnuPG 2.1.23 (bsc#1054088)
901 - version 16.15.5 (0)
902
903 -------------------------------------------------------------------
904 Fri Aug 25 12:51:43 CEST 2017 - ma@suse.de
905
906 - verifyFileSignature: Support signing with subkeys (bsc#1008325)
907 - PublicKey: Scan and provide subkey information.
908 - Enhance sort order for media.1/products (bsc#1054671)
909 - Drop detection and support for rpm-4.4 (fixes #77)
910 - version 16.15.4 (0)
911
912 -------------------------------------------------------------------
913 Fri Aug 11 15:29:40 CEST 2017 - ma@suse.de
914
915 - RepoInfo: add enum GpgCheck for convenient gpgcheck mode handling
916   (bsc#1045735)
917 - Fix repo/pkg checks to follow explicitly defined gpgcheck in a
918   .repo file
919 - version 16.15.3 (0)
920
921 -------------------------------------------------------------------
922 Fri Jul 21 13:26:48 CEST 2017 - ma@suse.de
923
924 - Weaken fix for bsc#1038984 if 'gpgcheck=0' in libzypp-16.15.x only.
925   This will allow some already released products to adapt to the
926   behavioral changes introduced by fixing bsc#1038984, while systems
927   with a default configuration (gpgcheck=1) already benefit from
928   the fix in libzypp-16.15.x. For details see section
929   'Signature checking' in /etc/zypp/zypp.conf.
930 - Fix gpg-pubkey release (creation time) computation (bsc#1036659)
931 - update lsof blacklist (bsc#1046417)
932 - version 16.15.2 (0)
933
934 -------------------------------------------------------------------
935 Tue Jul 18 13:18:16 CEST 2017 - ma@suse.de
936
937 - Be sure bad packages do not stay in the cache
938   (bsc#1045735, CVE-2017-9269)
939 - version 16.15.1 (0)
940
941 -------------------------------------------------------------------
942 Mon Jul 17 16:38:14 CEST 2017 - ma@suse.de
943
944 - PackageProvider: enforce a signed package if pkgGpgCheckIsMandatory
945 - Add RpmDb::checkPackageSignature to report unsigned packages
946 - Fix repo gpg check workflows, mainly for unsigned repos and packages
947   (bsc#1045735, bsc#1038984, CVE-2017-7435, CVE-2017-7436, CVE-2017-9269)
948 - version 16.15.0 (0)
949
950 -------------------------------------------------------------------
951 Wed Jul 12 17:06:14 CEST 2017 - ma@suse.de
952
953 - repo refresh: Re-probe if the repository type changes (bsc#1048315)
954 - MediaCurl: Propagate proper error code to DownloadProgressReport
955   (bsc#1047785)
956 - Allow to trigger an appdata refresh unconditionally (bsc#1009745)
957 - Support custom repo variables defined in /etc/zypp/vars.d (fixes #68)
958 - rename: handle EXDEV error on OverlayFS
959 - version 16.14.0 (0)
960
961 -------------------------------------------------------------------
962 Fri Jun 30 14:25:29 CEST 2017 - ma@suse.de
963
964 - Adapt loop mounting of iso images (bsc#1038132, bsc#1033236)
965 - Adjust zypp.conf for openSUSE Tumbleweed (bsc#1031756)
966 - Change arch variable names conflicting with compiler macros (fixes #70)
967 - Fix potential crash if repo has no baseurl (bnc#1043218)
968 - version 16.13.0 (0)
969
970 -------------------------------------------------------------------
971 Wed May 31 11:49:07 CEST 2017 - ma@suse.de
972
973 - Testcase: add missing solver flags (bsc#1041889)
974 - version 16.12.0 (0)
975
976 -------------------------------------------------------------------
977 Fri May 12 11:36:52 CEST 2017 - ma@suse.de
978
979 - add identIsAutoInstalled convenience methods
980 - make gcc6 happy
981 - version 16.11.0 (0)
982
983 -------------------------------------------------------------------
984 Thu May 11 15:23:28 CEST 2017 - ma@suse.de
985
986 - Use a common workflow for downloading packages and srcpackages.
987   This includes a common way of handling and reposrting gpg signature
988   and checks. (bsc#1037210)
989 - PackageProvider: as well support downloading SrcPackage (for bsc#1037210)
990 - version 16.10.0 (0)
991
992 -------------------------------------------------------------------
993 Thu Apr 27 16:03:32 CEST 2017 - ma@suse.de
994
995 - PoolQuery: Treat explicit queries for 'kind:name' correctly
996   (bsc#1035729)
997 - version 16.9.0 (0)
998
999 -------------------------------------------------------------------
1000 Fri Apr 21 16:23:51 CEST 2017 - ma@suse.de
1001
1002 - Add API to control resolver job to update all packages (FATE#320653)
1003 - Remove legacy vendor equivalence between 'suse' and 'opensuse'
1004   (bsc#1030686)
1005 - version 16.8.0 (0)
1006
1007 -------------------------------------------------------------------
1008 Fri Apr 21 09:40:32 CEST 2017 - ma@suse.de
1009
1010 - RepoInfo: Allow temporary repos to control their metadata
1011   directories (bsc#1032632)
1012 - Arch: add armv5tl
1013 - version 16.7.0 (0)
1014
1015 -------------------------------------------------------------------
1016 Thu Mar 30 15:00:30 CEST 2017 - ma@suse.de
1017
1018 - Recognize license tarball in rpmmd repos (FATE#316159)
1019 - Fix media verification to properly propagate media access errors
1020   (bsc#1031093)
1021 - version 16.6.1 (0)
1022
1023 -------------------------------------------------------------------
1024 Mon Mar 27 17:10:52 CEST 2017 - ma@suse.de
1025
1026 - Fix invalidation of PoolItems if Pool IDs are reused (bsc#1028661)
1027 - version 16.6.0 (0)
1028
1029 -------------------------------------------------------------------
1030 Mon Mar 27 09:33:26 CEST 2017 - ma@suse.de
1031
1032 - Fix X-libcurl-Empty-Header-Workaround (bsc#1030919)
1033 - version 16.5.2 (0)
1034
1035 -------------------------------------------------------------------
1036 Tue Mar 21 13:38:08 CET 2017 - ma@suse.de
1037
1038 - MediaCurl: Treat http response 410(Gone) like 404(Not Found)
1039   (bsc#1030136)
1040 - version 16.5.1 (0)
1041
1042 -------------------------------------------------------------------
1043 Thu Mar 16 14:06:03 CET 2017 - ma@suse.de
1044
1045 - Support multi-volume repomd repositories (FATE#320544)
1046 - MediaCurl: ZYPP_MEDIA_CURL_IPRESOLVE=<4|6> to force name resolution
1047   to IPv4/IPv6 only (fixes openSUSE/zypper#49)
1048 - Add support for openssl >= 1.1
1049 - version 16.5.0 (0)
1050
1051 -------------------------------------------------------------------
1052 Mon Feb 20 10:10:43 CET 2017 - ma@suse.de
1053
1054 - PublicKey: Create tmpdirs inside ZYpp::tmpPath (bsc#926844)
1055 - Don't create AnonymousUniqueId in chroot (bsc#1024741)
1056 - version 16.4.3 (0)
1057
1058 -------------------------------------------------------------------
1059 Tue Feb 14 12:07:14 CET 2017 - ma@suse.de
1060
1061 - dumpAsXmlOnL: xml escape node content (bsc#1024909)
1062 - version 16.4.2 (0)
1063
1064 -------------------------------------------------------------------
1065 Fri Feb  3 13:40:04 CET 2017 - ma@suse.de
1066
1067 - MediaMultiCurl: Trigger aliveCallback when downloading metalink
1068   files (bsc#1021291)
1069 - version 16.4.1 (0)
1070
1071 -------------------------------------------------------------------
1072 Thu Jan 26 13:03:37 CET 2017 - ma@suse.de
1073
1074 - Add API for updating the AutoInstalled db
1075 - MediaCD: Fix mountpoint creation after failing udf mount (bsc#1022046)
1076 - fix misleading indentation (fixes #65)
1077 - Fix compilation error reported by GCC7 (#63).
1078 - Prefer calling "repo2solv" rather than "repo2solv.sh"
1079 - version 16.4.0 (0)
1080
1081 -------------------------------------------------------------------
1082 Wed Dec 14 12:24:23 CET 2016 - ma@suse.de
1083
1084 - Don't raise FileCheckException if user accepted a package with wrong
1085   digest (bsc#1014265)
1086 - Also provide the exception history when requesting a media failed
1087   (bsc#1010952)
1088 - version 16.3.2 (0)
1089
1090 -------------------------------------------------------------------
1091 Tue Oct 11 18:04:18 CEST 2016 - ma@suse.de
1092
1093 - Let 'dup --from' leave an updateTestcase-<DATE> in /var/log (bsc#1004096)
1094 - version 16.3.1 (0)
1095
1096 -------------------------------------------------------------------
1097 Tue Oct 11 11:41:47 CEST 2016 - ma@suse.de
1098
1099 - RepoInfo: Allow parsing multiple gpgkey= URLs (bsc#1003748)
1100 - version 16.3.0 (0)
1101
1102 -------------------------------------------------------------------
1103 Tue Sep 20 11:41:48 CEST 2016 - ma@suse.de
1104
1105 - guessPackageSpec: Don't break globbing (fixes openSUSE/zypper#97)
1106 - version 16.2.5 (0)
1107
1108 -------------------------------------------------------------------
1109 Thu Sep 15 15:27:15 CEST 2016 - ma@suse.de
1110
1111 - RepoFileReader: fix parsing of multiline url entries (bsc#964932)
1112 - Allow repo type 'rpm' as alias for 'rpm-md' (fixes openSUSE/zypper#100)
1113 - version 16.2.4 (0)
1114
1115 -------------------------------------------------------------------
1116 Fri Sep  9 16:43:30 CEST 2016 - ma@suse.de
1117
1118 - xmlout::Node:  Allow adding nore attributes while the start node
1119   is not closed (FATE#320699)
1120 - Fixes broken XML output introduced by an unwanted change in 16.2.2
1121   (bsc#998344)
1122 - version 16.2.3 (0)
1123
1124 -------------------------------------------------------------------
1125 Wed Aug 10 17:10:41 CEST 2016 - ma@suse.de
1126
1127 - Report numeric curl error if code is unrecognized (bsc#992302)
1128 - multicurl: propagate proxy settings stored in repo url (bsc#933839)
1129 - version 16.2.2 (0)
1130
1131 -------------------------------------------------------------------
1132 Thu Jul 21 13:09:33 CEST 2016 - ma@suse.de
1133
1134 - Rebuild .solv-files not matching the parsers LIBSOLV_TOOLVERSION
1135 - BuildRequires:  libsolv-devel >= 0.6.23
1136 - version 16.2.1 (0)
1137
1138 -------------------------------------------------------------------
1139 Mon Jul 18 16:36:25 CEST 2016 - ma@suse.de
1140
1141 - Product: Offer tri-state hasEndOfLife details (FATE#320699)
1142 - version 16.2.0 (0)
1143
1144 -------------------------------------------------------------------
1145 Thu Jul 14 19:02:57 CEST 2016 - ma@suse.de
1146
1147 - use more user friendly command names for "zypper ps" (bsc#980541)
1148 - version 16.1.3 (0)
1149
1150 -------------------------------------------------------------------
1151 Thu Jul 14 15:39:03 CEST 2016 - ma@suse.de
1152
1153 - Don't do media number substitution on URLs of medium #1 (bsc#798470)
1154 - version 16.1.2 (0)
1155
1156 -------------------------------------------------------------------
1157 Tue Jul  5 11:39:11 CEST 2016 - ma@suse.de
1158
1159 - Fix Shrink pool if all repos are removed (bsc#899755, bsc#987573)
1160 - version 16.1.1 (0)
1161
1162 -------------------------------------------------------------------
1163 Fri Jun 24 12:33:29 CEST 2016 - ma@suse.de
1164
1165 - API enahncements for zypper (FATE#320447)
1166 - version 16.1.0 (0)
1167
1168 -------------------------------------------------------------------
1169 Tue Jun 21 11:11:03 CEST 2016 - ma@suse.de
1170
1171 - Filter duplicate resolver solutions (bsc#985674)
1172 - zypp.conf: Add download.media_mountdir: Path where media are
1173   preferably mounted or downloaded (FATE#319462)
1174 - version 16.0.5 (0)
1175
1176 -------------------------------------------------------------------
1177 Wed Jun 15 12:36:27 CEST 2016 - ma@suse.de
1178
1179 - Fix bug in removeRepository which may keep an empty .repo file
1180   rather than deleting it (bsc#984494)
1181 - version 16.0.4 (0)
1182
1183 -------------------------------------------------------------------
1184 Mon Jun 13 12:53:03 CEST 2016 - ma@suse.de
1185
1186 - Shrink pool if all repos are removed (bnc#899755)
1187 - Avoid direct BuildRequire on libudev-devel (#60)
1188 - version 16.0.3 (0)
1189
1190 -------------------------------------------------------------------
1191 Tue Jun  7 18:43:31 CEST 2016 - ma@suse.de
1192
1193 - Allow PackageKit to drop the zypp lock (bnc#899755)
1194 - Avoid superfluous rebuilding of indices when solving
1195 - version 16.0.2 (0)
1196
1197 -------------------------------------------------------------------
1198 Sun Jun  5 16:12:42 CEST 2016 - ma@suse.de
1199
1200 - po: upadte makefiles
1201 - DefaultIntegral: provide asString (for FATE#320447)
1202 - version 16.0.1 (0)
1203
1204 -------------------------------------------------------------------
1205 Fri May 13 08:45:53 CEST 2016 - ma@suse.de
1206
1207 - Prepare cmake to maintain the .pot and .po files in git. Add
1208   initial .po file set derived from tarballs. Translations are now
1209   maintained via Weblate.
1210 - Provide 'libzypp(plugin:services) = 1' after fixing bsc#933760
1211 - Bump major version for Factory, 15.x is continued on SuSE-SLE-12-SP1-Branch
1212 - version 16.0.0 (0)
1213
1214 -------------------------------------------------------------------
1215 Thu Apr 28 14:17:09 CEST 2016 - ma@suse.de
1216
1217 - Update sle-zypp-po.tar.bz2
1218
1219 -------------------------------------------------------------------
1220 Thu Apr 28 14:04:36 CEST 2016 - ma@suse.de
1221
1222 - Update sle-zypp-po.tar.bz2
1223
1224 -------------------------------------------------------------------
1225 Mon Apr 25 14:59:41 CEST 2016 - ma@suse.de
1226
1227 - Fix credential file parser losing entries with known URL but
1228   different user name (bsc#933760)
1229 - RepoManager: allow extraction of multiple baseurls for service
1230   repos (bsc#964932)
1231 - addRepository: fix to use the correct history file for logging
1232 - specfile: add /etc/zypp/credentials.d to the file list
1233 - version 15.22.0 (19)
1234
1235 -------------------------------------------------------------------
1236 Mon Apr 18 15:03:13 CEST 2016 - ma@suse.de
1237
1238 - RepoindexFileReader: fix service metadata TTL default value (bsc#967828)
1239 - version 15.21.7 (19)
1240
1241 -------------------------------------------------------------------
1242 Fri Apr 15 11:31:08 CEST 2016 - ma@suse.de
1243
1244 - DiskUsageCounter: Limit estimated waste per file (bsc#974275)
1245 - version 15.21.6 (19)
1246
1247 -------------------------------------------------------------------
1248 Fri Mar 18 13:37:22 CET 2016 - ma@suse.de
1249
1250 - Use PluginExecutor for commit- and system-hooks (bnc#971637)
1251 - BuildRequires:  libsolv-devel >= 0.6.19 (bnc#971018)
1252 - version 15.21.5 (19)
1253
1254 -------------------------------------------------------------------
1255 Sun Mar 13 01:13:08 CET 2016 - ma@suse.de
1256
1257 - Update zypp-po.tar.bz2
1258
1259 -------------------------------------------------------------------
1260 Thu Mar 10 01:13:24 CET 2016 - ma@suse.de
1261
1262 - Update zypp-po.tar.bz2
1263
1264 -------------------------------------------------------------------
1265 Tue Mar  1 12:34:53 CET 2016 - ma@suse.de
1266
1267 - media: Send stats header to download.opensuse.org only (bsc#955801)
1268 - fix build-compare (#57, #58)
1269 - version 15.21.4 (19)
1270
1271 -------------------------------------------------------------------
1272 Thu Feb 18 18:38:52 CET 2016 - ma@suse.de
1273
1274 - yum::Downloader: Download only wanted 'susedata.LANG' files
1275   (FATE#320518)
1276 - version 15.21.3 (19)
1277
1278 -------------------------------------------------------------------
1279 Thu Feb  4 16:38:14 CET 2016 - ma@suse.de
1280
1281 - installSrcPackage: trigger progress callback (bsc#580902)
1282 - version 15.21.2 (19)
1283
1284 -------------------------------------------------------------------
1285 Thu Feb  4 01:13:31 CET 2016 - ma@suse.de
1286
1287 - Update zypp-po.tar.bz2
1288
1289 -------------------------------------------------------------------
1290 Fri Jan 29 11:40:51 CET 2016 - ma@suse.de
1291
1292 - Don't buildrequire graphviz-gnome (bsc#964150)
1293 - Unwanted btrfs subvolumes must be filtered by device (not fsid)
1294   (fixes #54)
1295 - version 15.21.1 (19)
1296
1297 -------------------------------------------------------------------
1298 Thu Jan 21 01:13:29 CET 2016 - ma@suse.de
1299
1300 - Update zypp-po.tar.bz2
1301
1302 -------------------------------------------------------------------
1303 Wed Jan 20 17:12:42 CET 2016 - ma@suse.de
1304
1305 - Filter unwanted btrfs subvolumes (fixes #54, closes #55, bnc#949945)
1306 - RepoInfo: Provide access to repo content keywords
1307 - Build with boost-1.60.0
1308 - version 15.21.0 (19)
1309
1310 -------------------------------------------------------------------
1311 Thu Jan 14 01:13:17 CET 2016 - ma@suse.de
1312
1313 - Update zypp-po.tar.bz2
1314
1315 -------------------------------------------------------------------
1316 Thu Jan  7 01:13:28 CET 2016 - ma@suse.de
1317
1318 - Update zypp-po.tar.bz2
1319
1320 -------------------------------------------------------------------
1321 Thu Dec 24 01:13:13 CET 2015 - ma@suse.de
1322
1323 - Update zypp-po.tar.bz2
1324
1325 -------------------------------------------------------------------
1326 Fri Dec 11 19:07:09 CET 2015 - ma@suse.de
1327
1328 - ResPoolProxy: make begin/end pairs Iterable
1329 - String: Format and FormatNAC classes based on boost::format
1330 - DefaultIntegral: provide initial value
1331 - More specific exception message if GPG binary is missing (bsc#637791)
1332 - version 15.20.0 (19)
1333
1334 -------------------------------------------------------------------
1335 Thu Dec 10 01:14:50 CET 2015 - ma@suse.de
1336
1337 - Update zypp-po.tar.bz2
1338
1339 -------------------------------------------------------------------
1340 Thu Dec  3 01:13:11 CET 2015 - ma@suse.de
1341
1342 - Update zypp-po.tar.bz2
1343
1344 -------------------------------------------------------------------
1345 Sun Nov 22 01:13:29 CET 2015 - ma@suse.de
1346
1347 - Update zypp-po.tar.bz2
1348
1349 -------------------------------------------------------------------
1350 Thu Nov 19 01:16:03 CET 2015 - ma@suse.de
1351
1352 - Update sle-zypp-po.tar.bz2
1353
1354 -------------------------------------------------------------------
1355 Thu Nov 19 01:13:40 CET 2015 - ma@suse.de
1356
1357 - Update zypp-po.tar.bz2
1358
1359 -------------------------------------------------------------------
1360 Mon Nov 16 12:27:02 CET 2015 - ma@suse.de
1361
1362 - createPot: Fix plural form detection (bsc#955053)
1363 - version 15.19.7 (19)
1364
1365 -------------------------------------------------------------------
1366 Thu Nov 12 01:13:26 CET 2015 - ma@suse.de
1367
1368 - Update zypp-po.tar.bz2
1369
1370 -------------------------------------------------------------------
1371 Sun Nov  8 01:13:11 CET 2015 - ma@suse.de
1372
1373 - Update zypp-po.tar.bz2
1374
1375 -------------------------------------------------------------------
1376 Fri Nov  6 11:08:46 CET 2015 - ma@suse.de
1377
1378 - Add testcase for uncached repo-variables.
1379 - Fixed Japanese translations (bsc#949196)
1380 - version 15.19.6 (19)
1381
1382 -------------------------------------------------------------------
1383 Fri Nov  6 10:56:44 CET 2015 - ma@suse.de
1384
1385 - Update sle-zypp-po.tar.bz2
1386
1387 -------------------------------------------------------------------
1388 Thu Nov  5 01:15:12 CET 2015 - ma@suse.de
1389
1390 - Update sle-zypp-po.tar.bz2
1391
1392 -------------------------------------------------------------------
1393 Thu Nov  5 01:13:24 CET 2015 - ma@suse.de
1394
1395 - Update zypp-po.tar.bz2
1396
1397 -------------------------------------------------------------------
1398 Tue Nov  3 10:52:01 CET 2015 - ma@suse.de
1399
1400 - Update sle-zypp-po.tar.bz2
1401
1402 -------------------------------------------------------------------
1403 Tue Nov  3 10:51:43 CET 2015 - ma@suse.de
1404
1405 - Update zypp-po.tar.bz2
1406
1407 -------------------------------------------------------------------
1408 Fri Oct 23 17:10:18 CEST 2015 - ma@suse.de
1409
1410 - Fix broken product: <-> -release package relation (bnc#951782)
1411 - version 15.19.5 (19)
1412
1413 -------------------------------------------------------------------
1414 Thu Oct 22 12:23:29 CEST 2015 - ma@suse.de
1415
1416 - Use a uniform translation set for SLE and openSUSE (bnc#948924)
1417 - fix Plugin-services not updating repo GPGCheck settings (bnc#951402)
1418 - version 15.19.4 (19)
1419
1420 -------------------------------------------------------------------
1421 Sun Oct 18 01:13:27 CEST 2015 - ma@suse.de
1422
1423 - Update zypp-po.tar.bz2
1424
1425 -------------------------------------------------------------------
1426 Thu Oct 15 01:13:57 CEST 2015 - ma@suse.de
1427
1428 - Update zypp-po.tar.bz2
1429
1430 -------------------------------------------------------------------
1431 Wed Oct 14 16:36:27 CEST 2015 - ma@suse.de
1432
1433 - make Solvable::asUserString more readable (bnc#949957)
1434 - version 15.19.3 (19)
1435
1436 -------------------------------------------------------------------
1437 Sun Oct 11 01:13:12 CEST 2015 - ma@suse.de
1438
1439 - Update zypp-po.tar.bz2
1440
1441 -------------------------------------------------------------------
1442 Thu Oct  8 01:14:43 CEST 2015 - ma@suse.de
1443
1444 - Update zypp-po.tar.bz2
1445
1446 -------------------------------------------------------------------
1447 Wed Oct  7 13:11:48 CEST 2015 - ma@suse.de
1448
1449 - fix suse_version test (bsc#949046)
1450 - version 15.19.2 (19)
1451
1452 -------------------------------------------------------------------
1453 Wed Oct  7 11:06:24 CEST 2015 - ma@suse.de
1454
1455 - Locks: fix using namespaces (for FATE#318299)
1456 - version 15.19.1 (19)
1457
1458 -------------------------------------------------------------------
1459 Mon Oct  5 12:27:49 CEST 2015 - ma@suse.de
1460
1461 - fix reserved identifier violation (fixes #51)
1462 - solver: speed up collecting pool data to build the job queue
1463 - doc: short abstract about 'Code 12 Application Metadata'
1464 - version 15.19.0 (19)
1465
1466 -------------------------------------------------------------------
1467 Tue Sep 29 17:51:48 CEST 2015 - ma@suse.de
1468
1469 - solver verify: multiversion property needs to be assigned to
1470   installed items too.
1471 - ZYppCommitResult: add attemptToModify to indicate an attempt to
1472   actually install/remove was made (bsc#946750, FATE#319467)
1473 - version 15.18.0 (14)
1474
1475 -------------------------------------------------------------------
1476 Mon Sep 28 12:19:26 CEST 2015 - ma@suse.de
1477
1478 - SetTracker: fix computation of change sets (bsc#946898)
1479 - version 15.17.2 (14)
1480
1481 -------------------------------------------------------------------
1482 Fri Sep 25 11:42:28 CEST 2015 - ma@suse.de
1483
1484 - Pattern: support dynamic computation of pattern visibility (bsc#900769)
1485 - Avoid URL rewrite if probing local cache directories (bsc#946129)
1486 - version 15.17.1 (14)
1487
1488 -------------------------------------------------------------------
1489 Mon Sep 21 16:57:45 CEST 2015 - ma@suse.de
1490
1491 - Dummy (FATE#318827) to make Sles-changelog-checker stop whining.
1492 - version 15.17.0 (14)
1493
1494 -------------------------------------------------------------------
1495 Mon Sep 21 16:09:50 CEST 2015 - ma@suse.de
1496
1497 - Glob: fix reserved identifier violation
1498 - version 15.16.2 (14)
1499
1500 -------------------------------------------------------------------
1501 Tue Sep 15 15:02:45 CEST 2015 - ma@suse.de
1502
1503 - CheckAccessDeleted: Identify services by systemd cgroup (FATE#318827)
1504 - version 15.16.1 (14)
1505
1506 -------------------------------------------------------------------
1507 Mon Sep 14 12:21:30 CEST 2015 - ma@suse.de
1508
1509 - Reload multiversion setting from the target zypp.conf (bnc#906096)
1510 - version 15.16.0 (14)
1511
1512 -------------------------------------------------------------------
1513 Sun Sep 13 01:15:26 CEST 2015 - ma@suse.de
1514
1515 - Update sle-zypp-po.tar.bz2
1516
1517 -------------------------------------------------------------------
1518 Sun Sep 13 01:13:30 CEST 2015 - ma@suse.de
1519
1520 - Update zypp-po.tar.bz2
1521
1522 -------------------------------------------------------------------
1523 Thu Sep 10 01:16:00 CEST 2015 - ma@suse.de
1524
1525 - Update sle-zypp-po.tar.bz2
1526
1527 -------------------------------------------------------------------
1528 Fri Sep  4 13:49:33 CEST 2015 - ma@suse.de
1529
1530 - Don't cache repo releasever (bnc#943563)
1531 - Selectable: allow setPickStatus for non-multiversion packages
1532   (bnc#943870)
1533 - ResPoolProxy: add ScopedSaveState
1534 - version 15.15.0 (14)
1535
1536 -------------------------------------------------------------------
1537 Tue Sep  1 18:19:27 CEST 2015 - ma@suse.de
1538
1539 - zypp.conf: add solver.dupAllow{Downgrade,NameChange,ArchChange,
1540   VendorChange} default options for tuning distribution upgrades.
1541 - Remove obsolete method (bsc#941398) (fixes #50)
1542 - fix invalid XML (bnc#942518)
1543 - version 15.14.0 (14)
1544
1545 -------------------------------------------------------------------
1546 Sun Aug 30 01:13:07 CEST 2015 - ma@suse.de
1547
1548 - Update zypp-po.tar.bz2
1549
1550 -------------------------------------------------------------------
1551 Thu Aug 27 01:14:20 CEST 2015 - ma@suse.de
1552
1553 - Update sle-zypp-po.tar.bz2
1554
1555 -------------------------------------------------------------------
1556 Thu Aug 20 01:13:09 CEST 2015 - ma@suse.de
1557
1558 - Update zypp-po.tar.bz2
1559
1560 -------------------------------------------------------------------
1561 Sun Aug 16 01:13:23 CEST 2015 - ma@suse.de
1562
1563 - Update zypp-po.tar.bz2
1564
1565 -------------------------------------------------------------------
1566 Thu Aug 13 18:16:52 CEST 2015 - ma@suse.de
1567
1568 - Support caching of service metadata. A TTL for the service
1569   metadata may be provided in the repoindex.xml itself. The
1570   default is 'no caching'. (FATE#318136)
1571 - Fix setting dup_allow* solver options (bnc#941463)
1572 - Don't make zypper encode {} around repo vars (bnc#941453)
1573 - version 15.13.0 (11)
1574
1575 -------------------------------------------------------------------
1576 Thu Aug 13 01:13:43 CEST 2015 - ma@suse.de
1577
1578 - Update zypp-po.tar.bz2
1579
1580 -------------------------------------------------------------------
1581 Tue Aug 11 18:48:57 CEST 2015 - ma@suse.de
1582
1583 - History: Add 'command' tag showing who triggered the commit.
1584   The corresponding HistoryLogData class for parsing is
1585   HistoryLogDataStampCommand. Available data are the commandline
1586   executed, user@hostname and userdata/transactionID. (FATE#312298)
1587 - Add convenience comparison PoolItem<>ResObject::constPtr
1588 - Fixes for SWIG 2.x
1589 - version 15.12.0 (11)
1590
1591 -------------------------------------------------------------------
1592 Mon Aug 10 16:22:06 CEST 2015 - ma@suse.de
1593
1594 - Make multiversion an individual solvables property (FATE#318778)
1595 - SolvableType: common api to access solvable properties
1596 - Support for MIPS architectures
1597 - version 15.11.0 (11)
1598
1599 -------------------------------------------------------------------
1600 Sun Aug  9 01:13:24 CEST 2015 - ma@suse.de
1601
1602 - Update zypp-po.tar.bz2
1603
1604 -------------------------------------------------------------------
1605 Sun Aug  2 01:13:27 CEST 2015 - ma@suse.de
1606
1607 - Update zypp-po.tar.bz2
1608
1609 -------------------------------------------------------------------
1610 Thu Jul 30 16:13:49 CEST 2015 - ma@suse.de
1611
1612 - Resolver: Track changed requested locales and adjust installed
1613   packages accordingly. (part of FATE#318099)
1614 - Testcase: Store autoinstalled packages
1615 - Locale: Make it IdString based
1616 - Get rid of std::tr1:: hashes
1617 - Flags: Fix to work with 'enum class'
1618 - Hide away resolver internals
1619 - version 15.10.0 (10)
1620
1621 -------------------------------------------------------------------
1622 Thu Jul 30 01:13:30 CEST 2015 - ma@suse.de
1623
1624 - Update zypp-po.tar.bz2
1625
1626 -------------------------------------------------------------------
1627 Tue Jul 28 14:14:54 CEST 2015 - ma@suse.de
1628
1629 - Update sle-zypp-po.tar.bz2
1630
1631 -------------------------------------------------------------------
1632 Mon Jul 27 09:30:38 CEST 2015 - ma@suse.de
1633
1634 - Update zypp-po.tar.bz2
1635
1636 -------------------------------------------------------------------
1637 Sun Jul 26 01:13:37 CEST 2015 - ma@suse.de
1638
1639 - Update zypp-po.tar.bz2
1640
1641 -------------------------------------------------------------------
1642 Thu Jul 16 01:13:33 CEST 2015 - ma@suse.de
1643
1644 - Update zypp-po.tar.bz2
1645
1646 -------------------------------------------------------------------
1647 Sun Jul 12 01:13:20 CEST 2015 - ma@suse.de
1648
1649 - Update zypp-po.tar.bz2
1650
1651 -------------------------------------------------------------------
1652 Thu Jul  9 16:43:12 CEST 2015 - ma@suse.de
1653
1654 - Resolver allow tuning DUP mode solver flags (FATE#319128)
1655 - version 15.9.0 (5)
1656
1657 -------------------------------------------------------------------
1658 Fri Jul  3 08:23:04 CEST 2015 - ma@suse.de
1659
1660 - Flags<Enum>: add stringify
1661 - add asString for Patch::InteractiveFlag
1662 - version 15.8.0 (5)
1663
1664 -------------------------------------------------------------------
1665 Thu Jul  2 01:13:24 CEST 2015 - ma@suse.de
1666
1667 - Update zypp-po.tar.bz2
1668
1669 -------------------------------------------------------------------
1670 Wed Jul  1 14:00:42 CEST 2015 - ma@suse.de
1671
1672 - add asString for Patch::Category
1673 - version 15.7.0 (5)
1674
1675 -------------------------------------------------------------------
1676 Mon Jun 29 17:43:00 CEST 2015 - ma@suse.de
1677
1678 - Fix lost pathname when importing repo keys (bnc#936373)
1679 - Disable code swig does not understand
1680 - version 15.6.0 (5)
1681
1682 -------------------------------------------------------------------
1683 Sat Jun 27 17:07:32 CEST 2015 - ma@suse.de
1684
1685 - Patch: fixup testing Category and Severity flags (FATE#318760)
1686 - version 15.5.0 (5)
1687
1688 -------------------------------------------------------------------
1689 Fri Jun 12 12:14:04 CEST 2015 - ma@suse.de
1690
1691 - Add details to the default signature verification problem report
1692 - PathInfo: Avoid ExternalProgram in clean_dir
1693 - call rpmdb2solv without executing user-supplied scripts (bnc#926853)
1694 - version 15.4.1 (3)
1695
1696 -------------------------------------------------------------------
1697 Thu Jun 11 01:13:31 CEST 2015 - ma@suse.de
1698
1699 - Update zypp-po.tar.bz2
1700
1701 -------------------------------------------------------------------
1702 Thu Jun  4 01:13:22 CEST 2015 - ma@suse.de
1703
1704 - Update zypp-po.tar.bz2
1705
1706 -------------------------------------------------------------------
1707 Wed Jun  3 13:00:59 CEST 2015 - ma@suse.de
1708
1709 - Enhance solv.idx file handling to support zypper bash completion
1710 - Fix SSL client certificate authentication via URL option
1711   ssl_clientcert/ssl_clientkey (bnc#932393)
1712 - version 15.4.0 (3)
1713
1714 -------------------------------------------------------------------
1715 Thu May 28 01:13:23 CEST 2015 - ma@suse.de
1716
1717 - Update zypp-po.tar.bz2
1718
1719 -------------------------------------------------------------------
1720 Sun May 24 18:17:38 CEST 2015 - ma@suse.de
1721
1722 - Downloader: Accept unsigned repository if pkgGpgCheck is ON.
1723 - FindFileConflicts: avoid nested exception on user abort (bnc#931601)
1724 - Support for *.check files in the systemCheck.d directory (#45)
1725 - version 15.3.0 (3)
1726
1727 -------------------------------------------------------------------
1728 Sun May 24 01:13:19 CEST 2015 - ma@suse.de
1729
1730 - Update zypp-po.tar.bz2
1731
1732 -------------------------------------------------------------------
1733 Mon May 18 10:46:10 CEST 2015 - ma@suse.de
1734
1735 - zypp.conf: Add config values for gpgcheck, repo_gpgcheck
1736   and pkg_gpgcheck. The default behavior 'gpgcheck=On' will
1737   automatically turn on the gpg signature check for packages
1738   downloaded from repository with unsigned metadata. If the
1739   repo metadata are signed, a faster comparison via checksums
1740   is done. By explicitly setting repo_gpgcheck or pkg_gpgcheck
1741   you can enforce the signature check of repository metadata
1742   or downloaded packages to be always performed. Those defaults
1743   can be overwritten per repository. (FATE#314603)
1744 - version 15.2.0 (2)
1745
1746 -------------------------------------------------------------------
1747 Wed May 13 14:04:04 CEST 2015 - ma@suse.de
1748
1749 - Write solv.idx to speed up bash tab completion (bnc#928650)
1750 - version 15.1.3 (1)
1751
1752 -------------------------------------------------------------------
1753 Fri May  8 11:44:44 CEST 2015 - ma@suse.de
1754
1755 - gcc5 fixes
1756 - Fix repo alias containing ']' not handled correctly (bnc#929528)
1757 - Fix SEGV when dumping rpm header with epoch (bnc#929483)
1758 - version 15.1.2 (1)
1759
1760 -------------------------------------------------------------------
1761 Mon Apr 27 14:43:53 CEST 2015 - ma@suse.de
1762
1763 - PubliKey: fix reference to temporary data
1764 - version 15.1.1 (1)
1765
1766 -------------------------------------------------------------------
1767 Thu Apr 23 01:13:15 CEST 2015 - ma@suse.de
1768
1769 - Update zypp-po.tar.bz2
1770
1771 -------------------------------------------------------------------
1772 Wed Apr 22 10:50:00 CEST 2015 - ma@suse.de
1773
1774 - ZYpp: Changed ZYpp::Ptr to be a shared_ptr;
1775   a precondition for fixing bnc-899755
1776 - rpmmd: support 'metalink=' in .repo (for zypper#63)
1777 - RepoMirrorList: ignore comments and malformed urls in mirrorlist
1778 - PathInfo: remove minor/major conflicting with GNU libc macros
1779   DiskUsageCounter: remove ctors taking 'magic' bool flags
1780   ZyppCallbacks: remove unused PatchDownload callbacks
1781 - version 15.1.0 (1)
1782
1783 -------------------------------------------------------------------
1784 Thu Apr  2 19:06:56 CEST 2015 - ma@suse.de
1785
1786 - POODLE: libzypp should only talk TLS (bnc#903405)
1787 - Bump major version for Factory, 14.x is continued on SuSE-SLE-12-Branch
1788 - version 15.0.0 (0)
1789
1790 -------------------------------------------------------------------
1791 Thu Apr  2 16:01:43 CEST 2015 - ma@suse.de
1792
1793 - Fixes to build with gcc5
1794 - RepoProvideFile: Suppress MediaChangeReport while testing
1795   multiple baseurls (bnc#899510)
1796 - version 14.38.1 (30)
1797
1798 -------------------------------------------------------------------
1799 Thu Mar 19 16:44:39 CET 2015 - ma@suse.de
1800
1801 - Suppress MediaChangeReport while testing multiple baseurls (bnc#899510)
1802 - version 14.38.0 (30)
1803
1804 -------------------------------------------------------------------
1805 Mon Mar 16 14:05:28 CET 2015 - ma@suse.de
1806
1807 - add support for SHA224/384/512
1808 - version 14.37.1 (30)
1809
1810 -------------------------------------------------------------------
1811 Wed Mar 11 09:22:46 CET 2015 - ma@suse.de
1812
1813 - New RepoVarExpand: Functor expanding repo variables in a
1814   string . Supports bash style default ${v:-w}' and alternate ${v:+w}
1815   values (FATE#318354)
1816 - Easy.h: Use __typeof__ rather than typeof in header
1817 - Support repo variable replacement in service url
1818 - Support repo variable replacement in gpg url
1819 - Gettext.h: Fallback to ::gettext if accidentally included
1820   outside libzypp
1821 - version 14.37.0 (30)
1822
1823 -------------------------------------------------------------------
1824 Sun Feb 22 01:13:12 CET 2015 - ma@suse.de
1825
1826 - Update zypp-po.tar.bz2
1827
1828 -------------------------------------------------------------------
1829 Thu Feb 19 01:13:13 CET 2015 - ma@suse.de
1830
1831 - Update zypp-po.tar.bz2
1832
1833 -------------------------------------------------------------------
1834 Sun Feb 15 01:13:28 CET 2015 - ma@suse.de
1835
1836 - Update zypp-po.tar.bz2
1837
1838 -------------------------------------------------------------------
1839 Thu Feb 12 01:13:34 CET 2015 - ma@suse.de
1840
1841 - Update zypp-po.tar.bz2
1842
1843 -------------------------------------------------------------------
1844 Mon Feb  9 16:05:38 CET 2015 - ma@suse.de
1845
1846 - Don't execute scripts in /tmp or /var/tmp, as they could be
1847   mounted noexec for security reasons (bnc#915928)
1848 - zypp/PublicKey.cc: Use GPG_BINARY from KeyRing
1849 - Support $releasever_major/$releasever_minor repo variables
1850   (FATE#318354)
1851 - version 14.36.0 (30)
1852
1853 -------------------------------------------------------------------
1854 Sun Feb  8 01:13:14 CET 2015 - ma@suse.de
1855
1856 - Update zypp-po.tar.bz2
1857
1858 -------------------------------------------------------------------
1859 Thu Feb  5 01:13:27 CET 2015 - ma@suse.de
1860
1861 - Update zypp-po.tar.bz2
1862
1863 -------------------------------------------------------------------
1864 Sun Feb  1 01:13:10 CET 2015 - ma@suse.de
1865
1866 - Update zypp-po.tar.bz2
1867
1868 -------------------------------------------------------------------
1869 Thu Jan 29 01:13:12 CET 2015 - ma@suse.de
1870
1871 - Update zypp-po.tar.bz2
1872
1873 -------------------------------------------------------------------
1874 Thu Jan 22 01:13:36 CET 2015 - ma@suse.de
1875
1876 - Update zypp-po.tar.bz2
1877
1878 -------------------------------------------------------------------
1879 Wed Jan 21 10:28:49 CET 2015 - ma@suse.de
1880
1881 - PathInfo: Deprecate major/minor in favor of new devMajor/devMinor.
1882   The old names clash with GNU libc macros.
1883 - version 14.35.0 (30)
1884
1885 -------------------------------------------------------------------
1886 Sun Jan 18 01:13:09 CET 2015 - ma@suse.de
1887
1888 - Update zypp-po.tar.bz2
1889
1890 -------------------------------------------------------------------
1891 Thu Jan 15 01:13:12 CET 2015 - ma@suse.de
1892
1893 - Update zypp-po.tar.bz2
1894
1895 -------------------------------------------------------------------
1896 Mon Jan 12 15:04:17 CET 2015 - ma@suse.de
1897
1898 - Properly propagate repo variables in service refresh.
1899 - Let $ZYPP_REPO_RELEASEVER overwrite $releasever in .repo files
1900   (bnc#911658)
1901 - Call pool_set_rootdir to properly check for file conflicts.
1902 - Use xgettext --boost to support boost-format (%N%)
1903 - version 14.34.0 (30)
1904
1905 -------------------------------------------------------------------
1906 Sun Jan 11 01:13:15 CET 2015 - ma@suse.de
1907
1908 - Update zypp-po.tar.bz2
1909
1910 -------------------------------------------------------------------
1911 Thu Jan  8 01:13:23 CET 2015 - ma@suse.de
1912
1913 - Update zypp-po.tar.bz2
1914
1915 -------------------------------------------------------------------
1916 Thu Jan  1 01:13:29 CET 2015 - ma@suse.de
1917
1918 - Update zypp-po.tar.bz2
1919
1920 -------------------------------------------------------------------
1921 Sun Dec 21 01:13:33 CET 2014 - ma@suse.de
1922
1923 - Update zypp-po.tar.bz2
1924
1925 -------------------------------------------------------------------
1926 Fri Dec 19 10:05:00 CET 2014 - ma@suse.de
1927
1928 - Parse and offer productRegisterFlavor attribute (bnc#896224)
1929 - version 14.33.0 (30)
1930
1931 -------------------------------------------------------------------
1932 Thu Dec 18 01:13:20 CET 2014 - ma@suse.de
1933
1934 - Update zypp-po.tar.bz2
1935
1936 -------------------------------------------------------------------
1937 Wed Dec 17 18:44:26 CET 2014 - ma@suse.de
1938
1939 - Improve conflict message for locked packages (bnc#828631)
1940 - Fix broken de-escaping in str::splitEscaped (bnc#909772)
1941 - cleanup loging
1942 - version 14.32.2 (30)
1943
1944 -------------------------------------------------------------------
1945 Fri Dec 12 14:00:01 CET 2014 - ma@suse.de
1946
1947 - CheckAccessDeleted: Filter PIDs running in a container (bnc#909143)
1948 - version 14.32.1 (30)
1949
1950 -------------------------------------------------------------------
1951 Wed Dec 10 16:06:04 CET 2014 - ma@suse.de
1952
1953 - suppress informal license (no need to accept) upon update (bnc#908976)
1954 - version 14.32.0 (30)
1955
1956 -------------------------------------------------------------------
1957 Mon Dec  8 14:53:00 CET 2014 - ma@suse.de
1958
1959 - Adapt to gpg-2.1 (bnc#908135)
1960 - rpm: do not obsolete yast2-packagemanager-devel by libzypp-devel-doc
1961 - replaceAll: fix endless loop on empty search string
1962 - version 14.31.0 (30)
1963
1964 -------------------------------------------------------------------
1965 Thu Nov 27 07:40:30 UTC 2014 - dimstar@opensuse.org
1966
1967 - Do not provide/obsolete yast2-packagemanager-devel by the -doc
1968   package: the -devel package already does that.
1969 - Minor .spec cleanup (remove Authors section).
1970
1971 -------------------------------------------------------------------
1972 Tue Nov 11 17:09:28 CET 2014 - ma@suse.de
1973
1974 - Call rpm with '--noglob' (bnc#892431)
1975 - Downloader: unify workflow downloading a (signed) master index file
1976 - Fix iostream includes (fixes #34)
1977 - Explicitly call libsolv:pool_setdisttype (fixes #36)
1978 - version 14.30.2 (30)
1979
1980 -------------------------------------------------------------------
1981 Sun Nov  9 01:13:17 CET 2014 - ma@suse.de
1982
1983 - Update zypp-po.tar.bz2
1984
1985 -------------------------------------------------------------------
1986 Sun Nov  2 01:14:10 CET 2014 - ma@suse.de
1987
1988 - Update zypp-po.tar.bz2
1989
1990 -------------------------------------------------------------------
1991 Mon Oct 27 11:38:00 CET 2014 - ma@suse.de
1992
1993 - doc: add hint to code 12 pattern packages
1994 - MediaCurl: Fix URL path concatenation (bnc#901590)
1995 - Move doxygen html doc to libzypp-devel-doc (bnc#901691)
1996 - Remove non-breaking spaces from changes file
1997 - Control lifetime of downloaded mirrorlist
1998 - version 14.30.1 (30)
1999
2000 -------------------------------------------------------------------
2001 Thu Oct 16 11:03:11 CEST 2014 - ma@suse.de
2002
2003 - Update zypp-po.tar.bz2
2004
2005 -------------------------------------------------------------------
2006 Wed Oct 15 15:07:09 CEST 2014 - ma@suse.de
2007
2008 - Store baseurls in list as order expresses preference
2009 - Support parsing multiple baseurls from a repo file (bnc#899510)
2010 - Fix handling local mirrorlist= files in .repo (bnc#899510)
2011 - Provide missing man pages (fixes #33)
2012 - Enable building autodocs, translations and test per default on debian
2013 - Fix several typos in output messages and comments (fixes #29)
2014 - Make the include dir path configurable (fixes #27)
2015 - version 14.30.0 (30)
2016
2017 -------------------------------------------------------------------
2018 Fri Oct 10 16:01:31 CEST 2014 - ma@suse.de
2019
2020 - Update zypp-po.tar.bz2 (bnc#899603)
2021
2022 -------------------------------------------------------------------
2023 Thu Oct  9 01:13:15 CEST 2014 - ma@suse.de
2024
2025 - Update zypp-po.tar.bz2
2026
2027 -------------------------------------------------------------------
2028 Sun Oct  5 01:14:42 CEST 2014 - ma@suse.de
2029
2030 - Update zypp-po.tar.bz2
2031
2032 -------------------------------------------------------------------
2033 Sun Sep 28 01:13:30 CEST 2014 - ma@suse.de
2034
2035 - Update zypp-po.tar.bz2
2036
2037 -------------------------------------------------------------------
2038 Thu Sep 25 17:59:06 CEST 2014 - ma@suse.de
2039
2040 - Trigger appdata plugin when system repos have changed (bnc#866257)
2041 - Protect against race when destructing globals
2042 - BuildRequire libsolv-tools as libsolv-devel no longer does
2043 - version 14.29.4 (29)
2044
2045 -------------------------------------------------------------------
2046 Thu Sep 25 01:15:42 CEST 2014 - ma@suse.de
2047
2048 - Update zypp-po.tar.bz2
2049
2050 -------------------------------------------------------------------
2051 Tue Sep 23 17:07:45 CEST 2014 - ma@suse.de
2052
2053 - Fix computation of userinstalled items (bnc#897404)
2054 - version 14.29.3 (29)
2055
2056 -------------------------------------------------------------------
2057 Tue Sep 23 10:55:08 CEST 2014 - ma@suse.de
2058
2059 - Adapt to API changes in rpm.4.12
2060 - SLE-12 (suse_version 1315) uses it's own translations set
2061   (bnc#897176)
2062 - version 14.29.2 (29)
2063
2064 -------------------------------------------------------------------
2065 Sun Sep 21 01:13:25 CEST 2014 - ma@suse.de
2066
2067 - Update zypp-po.tar.bz2
2068
2069 -------------------------------------------------------------------
2070 Thu Sep 18 15:47:50 CEST 2014 - ma@suse.de
2071
2072 - Update sle-zypp-po.tar.bz2
2073
2074 -------------------------------------------------------------------
2075 Thu Sep 18 15:47:34 CEST 2014 - ma@suse.de
2076
2077 - Update zypp-po.tar.bz2
2078
2079 -------------------------------------------------------------------
2080 Thu Sep 18 15:46:11 CEST 2014 - ma@suse.de
2081
2082 - Update zypp-po.tar.bz2
2083
2084 -------------------------------------------------------------------
2085 Wed Sep 17 13:18:23 CEST 2014 - ma@suse.de
2086
2087 - adjust BuildRequires
2088 - version 14.29.1 (29)
2089
2090 -------------------------------------------------------------------
2091 Tue Sep 16 10:45:39 CEST 2014 - ma@suse.de
2092
2093 - DiskUsageCounter: Set growonly on detetcted snapshotting btrfs
2094   partitions (bnc#896176)
2095 - DiskUsageCounter: Allow MountPoint to store fstype
2096 - DiskUsageCounter: Support setting 'growonly' partition hint
2097   (bnc#896176)
2098 - version 14.29.0 (29)
2099
2100 -------------------------------------------------------------------
2101 Fri Sep  5 12:46:57 CEST 2014 - ma@suse.de
2102
2103 - Make Repository::isUpdateRepo also check for being referenced
2104   by products (bnc#892579)
2105 - Report repositories skipped as nonroot due to insufficient
2106   permission (bnc#893260)
2107 - version 14.28.0 (28)
2108
2109 -------------------------------------------------------------------
2110 Thu Sep  4 01:14:34 CEST 2014 - ma@suse.de
2111
2112 - Update zypp-po.tar.bz2
2113
2114 -------------------------------------------------------------------
2115 Fri Aug 29 14:46:25 CEST 2014 - ma@suse.de
2116
2117 - PackageProvider: consider toplevel cache if --root or --pkg-cachedir
2118   is used.
2119 - Cleanup orpahned cache dirs only at zypp.conf default locations
2120   (bnc#891515)
2121 - Remove orphaned package caches on refresh (bnc#888919)
2122 - version 14.27.2 (27)
2123
2124 -------------------------------------------------------------------
2125 Sun Aug 24 01:16:00 CEST 2014 - ma@suse.de
2126
2127 - Update zypp-po.tar.bz2
2128
2129 -------------------------------------------------------------------
2130 Mon Aug 18 14:01:06 CEST 2014 - ma@suse.de
2131
2132 - Update zypp-po.tar.bz2
2133
2134 -------------------------------------------------------------------
2135 Thu Jul 31 19:22:56 CEST 2014 - ma@suse.de
2136
2137 - Fix gpg key creation/modification date computation to properly
2138   update trusted keys stored in the rpm database.
2139 - version 14.27.1 (27)
2140
2141 -------------------------------------------------------------------
2142 Mon Jul 28 11:32:40 CEST 2014 - mls@suse.de
2143
2144 - reverted last commit to make yast2-pkg-bindings build again
2145
2146 -------------------------------------------------------------------
2147 Fri Jul 25 12:56:17 CEST 2014 - ma@suse.de
2148
2149 - JobReport: extend callback to allow passing UserData
2150 - hardlinkCopy must not fail if proc/sys/fs/protected_hardlink is on
2151 - adapt to changed boost::error_category throw specifier
2152 - version 14.27.0 (27)
2153
2154 -------------------------------------------------------------------
2155 Fri Jul 18 08:57:39 CEST 2014 - ma@suse.de
2156
2157 - Execute install scripts with cwd==/ (bnc#886764)
2158 - fix wrong '//' when extending URLs with an empty path (bnc#885254)
2159 - version 14.26.1 (26)
2160
2161 -------------------------------------------------------------------
2162 Mon Jul 14 17:46:14 CEST 2014 - ma@suse.de
2163
2164 - refreshService: add option to force repo status reset
2165 - Strip local filenames and args from URL.
2166 - version 14.26.0 (26)
2167
2168 -------------------------------------------------------------------
2169 Fri Jul 11 13:42:43 CEST 2014 - ma@suse.de
2170
2171 - Support RepoInfo content keywords (FATE#316287)
2172 - fix parsing repomd.xml twice
2173 - version 14.25.0 (23)
2174
2175 -------------------------------------------------------------------
2176 Wed Jun 11 07:36:48 CEST 2014 - ma@suse.de
2177
2178 - Patch: add isCategory/isSeverity convenience
2179 - If available provide info in ServiceException
2180 - version 14.24.0 (23)
2181
2182 -------------------------------------------------------------------
2183 Wed Jun  4 11:49:32 CEST 2014 - ma@suse.de
2184
2185 - Cleanup orphanded service repos on the fly (bnc#649846)
2186 - Service refresh must not attempt to modify plugin services
2187 - version 14.23.0 (23)
2188
2189 -------------------------------------------------------------------
2190 Wed May 28 13:41:22 CEST 2014 - ma@suse.de
2191
2192 - Fix service methods to throw ServiceException, not RepoException.
2193 - version 14.22.0 (22)
2194
2195 -------------------------------------------------------------------
2196 Tue May 27 16:31:21 CEST 2014 - ma@suse.de
2197
2198 - Let ServiceRefresh en-/disable repos with respect to previous state
2199   and user modifications.
2200 - RepoindexFileReader: support variable substitution
2201 - Parse optional autorefresh attribute from repoindex.xml
2202 - version 14.21.0 (20)
2203
2204 -------------------------------------------------------------------
2205 Wed May 14 13:52:38 CEST 2014 - ma@suse.de
2206
2207 - Add DownloadResolvableReport::infoInCache
2208 - Adjust transfer timeout settings (bnc#877405)
2209 - Fix computation of update candidate (bnc#834858)
2210 - version 14.20.0 (20)
2211
2212 -------------------------------------------------------------------
2213 Thu May  8 18:54:25 CEST 2014 - ma@suse.de
2214
2215 - KeyRingReport: New infoVerify callback showing the trusted key
2216   that will be used for verification.
2217 - version 14.19.0 (19)
2218
2219 -------------------------------------------------------------------
2220 Sun May  4 01:15:49 CEST 2014 - ma@suse.de
2221
2222 - Update zypp-po.tar.bz2
2223
2224 -------------------------------------------------------------------
2225 Thu May  1 01:15:38 CEST 2014 - ma@suse.de
2226
2227 - Update zypp-po.tar.bz2
2228
2229 -------------------------------------------------------------------
2230 Mon Apr 28 15:34:44 CEST 2014 - ma@suse.de
2231
2232 - Derive initial AutoInstalled file from history
2233 - Target: maintain AutoInstalled database file
2234 - version 14.18.0 (17)
2235
2236 -------------------------------------------------------------------
2237 Tue Apr 15 17:03:30 CEST 2014 - ma@suse.de
2238
2239 - Factor out CommitPackageCache for standalone usage. (Fate#317077)
2240 - version 14.17.5 (17)
2241
2242 -------------------------------------------------------------------
2243 Fri Apr 11 16:16:11 CEST 2014 - ma@suse.de
2244
2245 - history: log %posttrans errors and output
2246 - adapt to libsolv cannges
2247 - version 14.17.4 (17)
2248
2249 -------------------------------------------------------------------
2250 Fri Apr  4 14:29:13 CEST 2014 - ma@suse.de
2251
2252 - Log warning if baseproduct symlink is dangling or missing
2253 - version 14.17.3 (17)
2254
2255 -------------------------------------------------------------------
2256 Thu Apr  3 19:18:48 CEST 2014 - ma@suse.de
2257
2258 - RepoManager: Fix RepoStatus computation and refresh of PLAINDIR repos.
2259 - Recreate solv file caches if content may change even if raw metadata
2260   are unchanged (here: new pattern, product and application data).
2261 - version 14.17.2 (17)
2262
2263 -------------------------------------------------------------------
2264 Wed Apr  2 18:09:47 CEST 2014 - ma@suse.de
2265
2266 - CpeId: Basic functionality incl. matching
2267 - New SetRelationMixin
2268 - version 14.17.1 (17)
2269
2270 -------------------------------------------------------------------
2271 Mon Mar 31 10:23:42 CEST 2014 - ma@suse.de
2272
2273 - Use dummy licenses in test data (bnc#862471)
2274 - Install zypp-NameReqPrv helper for evaluating testcases.
2275 - version 14.17.0 (17)
2276
2277 -------------------------------------------------------------------
2278 Tue Mar 18 14:55:11 CET 2014 - ma@suse.de
2279
2280 - Update zypp-po.tar.bz2
2281
2282 -------------------------------------------------------------------
2283 Wed Feb 26 15:06:06 CET 2014 - ma@suse.de
2284
2285 - Ignore failed-eject-exception on media change (bnc#865705)
2286 - version 14.16.1 (16)
2287
2288 -------------------------------------------------------------------
2289 Tue Feb 25 13:42:13 CET 2014 - ma@suse.de
2290
2291 - Remove duplicate code detecting known kinds and move it to
2292   ResKind::explicitBuiltin.
2293 - version 14.16.0 (16)
2294
2295 -------------------------------------------------------------------
2296 Sun Feb 23 21:52:55 CET 2014 - ma@suse.de
2297
2298 - Optionally exclude suggested packages from pattern content (bnc#857671)
2299 - Fix pattern content for auto-pattens (bnc#864087)
2300 - Don't report missing filelists for non-packages (bnc#864314)
2301 - adapt to new rpm weak dependency tags
2302 - version 14.15.0 (15)
2303
2304 -------------------------------------------------------------------
2305 Fri Feb 14 13:51:46 CET 2014 - ma@suse.de
2306
2307 - Provide ContentIdentifier of required update repositories in Product
2308   (Fate#316160)
2309 - Support CpeId in Repository and Product attributes (Fate#316160)
2310 - Add API for retrieving repository ContentRevision and ContentIdentifier
2311   (Fate#316160)
2312 - version 14.14.0 (14)
2313
2314 -------------------------------------------------------------------
2315 Thu Feb 13 10:28:24 CET 2014 - ma@suse.de
2316
2317 - Adjust solver defaults to changed soft lock handling (bnc#863275)
2318 - Avoid confusing solver decisions by not storing soft locks (bnc#863275)
2319 - version 14.13.0 (13)
2320
2321 -------------------------------------------------------------------
2322 Tue Feb 11 21:22:58 CET 2014 - ma@suse.de
2323
2324 - Add Product::endOfLife attribute (Fate#316172)
2325 - Let Product::shortName fallback to name.
2326 - Remove license text from test data (bnc#862471)
2327 - version 14.12.0 (12)
2328
2329 -------------------------------------------------------------------
2330 Sun Feb  2 01:13:59 CET 2014 - ma@suse.de
2331
2332 - Update zypp-po.tar.bz2
2333
2334 -------------------------------------------------------------------
2335 Fri Jan 31 19:09:28 CET 2014 - ma@suse.de
2336
2337 - Introduce new solvable kind: Application (as provided by appdata.xml)
2338 - version 14.11.0 (7)
2339
2340 -------------------------------------------------------------------
2341 Fri Jan 31 17:37:29 CET 2014 - ma@suse.de
2342
2343 - String helper for printing indented text.
2344 - Offer translated names for dependency types.
2345 - version 14.10.0 (7)
2346
2347 -------------------------------------------------------------------
2348 Thu Jan 30 01:13:40 CET 2014 - ma@suse.de
2349
2350 - Update zypp-po.tar.bz2
2351
2352 -------------------------------------------------------------------
2353 Wed Jan 29 10:28:16 CET 2014 - ma@suse.de
2354
2355 - No fileconflict check if DownloadOnly.
2356 - version 14.9.0 (7)
2357
2358 -------------------------------------------------------------------
2359 Sat Jan 25 17:07:45 CET 2014 - ma@suse.de
2360
2361 - Collect and execute %posttrans scripts delayed (Fate#313506)
2362 - BuildRequire libsolv implementing (Fate#309385)
2363 - version 14.8.0 (7)
2364
2365 -------------------------------------------------------------------
2366 Fri Jan 24 11:26:52 CET 2014 - ma@suse.de
2367
2368 - Patterns are no longer pseudo installed (Fate#309385)
2369 - version 14.7.0 (7)
2370
2371 -------------------------------------------------------------------
2372 Fri Jan 24 08:41:13 CET 2014 - ma@suse.de
2373
2374 - Check for file conflicts in commit (bnc#673720)
2375 - Add asUserSting: human readable (translated) string representation
2376 - Add file conflict detection during commit (bnc#673720)
2377 - Add Transaction::installedResult
2378 - version 14.6.0 (6)
2379
2380 -------------------------------------------------------------------
2381 Mon Jan 20 17:14:48 CET 2014 - ma@suse.de
2382
2383 - Fix cleanup code removing the @System solv file. (bnc#853065)
2384 - Fix missing priority in RepoInfo::dumpAsXML (bnc#855845)
2385 - version 14.5.0 (4)
2386
2387 -------------------------------------------------------------------
2388 Tue Jan 14 18:38:49 CET 2014 - ma@suse.de
2389
2390 - Improve ProgressData reporting.
2391 - Allow xml::escape directly dumping to a stream.
2392 - Add support for repo authentication using SSL client certificates
2393   (bnc#683914)
2394 - Enhance Queue to perform COW
2395 - fix documentation
2396 - version 14.4.0 (4)
2397
2398 -------------------------------------------------------------------
2399 Thu Jan  9 01:13:40 CET 2014 - ma@suse.de
2400
2401 - Update zypp-po.tar.bz2
2402
2403 -------------------------------------------------------------------
2404 Fri Dec 13 19:36:34 CET 2013 - ma@suse.de
2405
2406 - Polish DiskUsageCounter
2407 - Add Bitmap type (aka sat::Map)
2408 - Remove obsolete DiskUsage class
2409 - version 14.3.0 (3)
2410
2411 -------------------------------------------------------------------
2412 Thu Dec 12 18:01:18 CET 2013 - ma@suse.de
2413
2414 - Fix disk usage computation for single packages (bnc#852943)
2415 - version 14.2.1 (2)
2416
2417 -------------------------------------------------------------------
2418 Wed Dec  4 12:54:30 UTC 2013 - jreidinger@suse.com
2419
2420 - Drop package-manager script as it is already deprecated and
2421   packagekit usage in desktop invalidates it. If someone really
2422   need it, then place it to proper top level package which can
2423   decide what GUI is proper for given task.
2424
2425 -------------------------------------------------------------------
2426 Wed Nov 20 16:32:30 CET 2013 - ma@suse.de
2427
2428 - Extend commit plugin to send the transaction list (Fate#316203)
2429 - Add base/Json.h: JSON encoder for e.g. sending data to plugins
2430 - Re-evaluate dropped packages list on upgrade, even if product
2431   remains unchanged (bnc#849251).
2432 - Add ppc64le architecture
2433 - Add m68k architecture
2434 - version 14.2.0 (2)
2435
2436 -------------------------------------------------------------------
2437 Fri Oct 25 14:21:31 CEST 2013 - ma@suse.de
2438
2439 - Always properly initialize pool storage (bnc#846565)
2440 - version 14.1.1 (0)
2441
2442 -------------------------------------------------------------------
2443 Thu Oct 17 17:57:54 CEST 2013 - ma@suse.de
2444
2445 - Add Package isCached and cachedLocation methods
2446 - fixed PluginFrame::hasKey
2447 - version 14.1.0 (0)
2448
2449 -------------------------------------------------------------------
2450 Thu Oct 10 01:13:48 CEST 2013 - ma@suse.de
2451
2452 - Update zypp-po.tar.bz2
2453
2454 -------------------------------------------------------------------
2455 Sun Oct  6 01:13:51 CEST 2013 - ma@suse.de
2456
2457 - Update zypp-po.tar.bz2
2458
2459 -------------------------------------------------------------------
2460 Thu Oct  3 01:14:59 CEST 2013 - ma@suse.de
2461
2462 - Update zypp-po.tar.bz2
2463
2464 -------------------------------------------------------------------
2465 Wed Oct  2 19:25:58 CEST 2013 - ma@suse.de
2466
2467 - fix handling symlinks in export pathname on NFSv4 (bnc#804544)
2468 - Bump major version for Factory
2469   13.1 is continued on SuSE-Code-13_1-Branch
2470 - version 14.0.0 (0)
2471
2472 -------------------------------------------------------------------
2473 Sun Sep 29 01:15:02 CEST 2013 - ma@suse.de
2474
2475 - Update zypp-po.tar.bz2
2476
2477 -------------------------------------------------------------------
2478 Sun Sep 22 01:14:26 CEST 2013 - ma@suse.de
2479
2480 - Update zypp-po.tar.bz2
2481
2482 -------------------------------------------------------------------
2483 Wed Sep 18 17:06:06 CEST 2013 - ma@suse.de
2484
2485 - Allow multiversionSpec manipulation in ZConfig
2486 - Fix string hexdecoding
2487 - Avoid parsing gpg subkeys but still parse multiple keys
2488 - version 13.7.0 (6)
2489
2490 -------------------------------------------------------------------
2491 Sun Sep 15 01:14:55 CEST 2013 - ma@suse.de
2492
2493 - Update zypp-po.tar.bz2
2494
2495 -------------------------------------------------------------------
2496 Thu Sep 12 01:15:29 CEST 2013 - ma@suse.de
2497
2498 - Update zypp-po.tar.bz2
2499
2500 -------------------------------------------------------------------
2501 Thu Sep  5 01:13:43 CEST 2013 - ma@suse.de
2502
2503 - Update zypp-po.tar.bz2
2504
2505 -------------------------------------------------------------------
2506 Mon Sep  2 17:04:37 CEST 2013 - ma@suse.de
2507
2508 - Avoid parsing gpg subkeys
2509 - Use explicit operator bool in TmpPath
2510 - Must keep legacy rpm level flag (bnc#838039)
2511 - version 13.6.0 (6)
2512
2513 -------------------------------------------------------------------
2514 Sun Sep  1 01:14:03 CEST 2013 - ma@suse.de
2515
2516 - Update zypp-po.tar.bz2
2517
2518 -------------------------------------------------------------------
2519 Thu Aug 29 01:13:44 CEST 2013 - ma@suse.de
2520
2521 - Update zypp-po.tar.bz2
2522
2523 -------------------------------------------------------------------
2524 Tue Aug 27 19:10:37 CEST 2013 - ma@suse.de
2525
2526 - remove deprecated methods
2527 - fix key expiry date parsing (bnc#828672)
2528 - Provide additional keys data in case the ASCII armored blob
2529   containes multiple keys
2530 - No rpmdb key import in readony mode (bnc#828672)
2531 - Fix rpmdb key import/export (bnc#828672)
2532 - Reduce amount of gpg calls when importing/exporting keys.
2533 - Add public accessible PublicKeyData/PublicKeyScanner classes
2534 - fix ASCII armored PublicKey parsing (bnc#828672)
2535 - fix typo (bnc#761985)
2536 - Fix multiversion update candidate to respect an installed objects
2537   arch and vendor (bnc#820444)
2538 - fix logfile truncation introduced by previous fix for (bnc#825490)
2539 - Swig can't handle move constructor
2540 - Workaround bnc#819354 by executing rpm in /. (bnc#827609)
2541 - Try to detect Arch_ppc64p7 (requires glibc-2.16: getauxval)
2542 - Fix file probing via tftp:// (bnc#803316)
2543 - Add armv7hl to armv6hl compat to be in sync with libsolv.
2544 - Support for armv6hl
2545 - version 13.5.0 (5)
2546
2547 -------------------------------------------------------------------
2548 Thu Aug 22 01:13:25 CEST 2013 - ma@suse.de
2549
2550 - Update zypp-po.tar.bz2
2551
2552 -------------------------------------------------------------------
2553 Sun Aug 18 01:13:20 CEST 2013 - ma@suse.de
2554
2555 - Update zypp-po.tar.bz2
2556
2557 -------------------------------------------------------------------
2558 Thu Aug 15 01:13:27 CEST 2013 - ma@suse.de
2559
2560 - Update zypp-po.tar.bz2
2561
2562 -------------------------------------------------------------------
2563 Thu Aug  8 01:13:27 CEST 2013 - ma@suse.de
2564
2565 - Update zypp-po.tar.bz2
2566
2567 -------------------------------------------------------------------
2568 Sun Aug  4 01:13:59 CEST 2013 - ma@suse.de
2569
2570 - Update zypp-po.tar.bz2
2571
2572 -------------------------------------------------------------------
2573 Thu Aug  1 01:13:52 CEST 2013 - ma@suse.de
2574
2575 - Update zypp-po.tar.bz2
2576
2577 -------------------------------------------------------------------
2578 Thu Jul 25 01:13:40 CEST 2013 - ma@suse.de
2579
2580 - Update zypp-po.tar.bz2
2581
2582 -------------------------------------------------------------------
2583 Thu Jul 18 01:13:43 CEST 2013 - ma@suse.de
2584
2585 - Update zypp-po.tar.bz2
2586
2587 -------------------------------------------------------------------
2588 Sun Jul 14 01:13:38 CEST 2013 - ma@suse.de
2589
2590 - Update zypp-po.tar.bz2
2591
2592 -------------------------------------------------------------------
2593 Thu Jul 11 01:13:49 CEST 2013 - ma@suse.de
2594
2595 - Update zypp-po.tar.bz2
2596
2597 -------------------------------------------------------------------
2598 Fri Jun 21 20:24:39 CEST 2013 - ma@suse.de
2599
2600 - Fix testcases failing if local pathnames contain umlauts
2601 - Pathname: add move constructor and fix assign
2602 - Set logfile permission upon file creation only (bnc#825490)
2603 - Add arch ppc64p7
2604 - version 13.4.0 (4)
2605
2606 -------------------------------------------------------------------
2607 Tue Jun 11 11:37:48 CEST 2013 - ma@suse.de
2608
2609 - Speedup scanning for modaliases (bnc#824110)
2610 - version 13.3.0 (2)
2611
2612 -------------------------------------------------------------------
2613 Sun May 26 01:13:15 CEST 2013 - ma@suse.de
2614
2615 - Update zypp-po.tar.bz2
2616
2617 -------------------------------------------------------------------
2618 Thu May 23 01:13:13 CEST 2013 - ma@suse.de
2619
2620 - Update zypp-po.tar.bz2
2621
2622 -------------------------------------------------------------------
2623 Thu May 16 12:22:48 CEST 2013 - ma@suse.de
2624
2625 - Remove deprecated old stuff (aria2 support,
2626   old InstallOrder, old History parser)
2627 - version 13.2.0 (2)
2628
2629 -------------------------------------------------------------------
2630 Thu May 16 01:13:47 CEST 2013 - ma@suse.de
2631
2632 - Update zypp-po.tar.bz2
2633
2634 -------------------------------------------------------------------
2635 Sun May 12 01:13:39 CEST 2013 - ma@suse.de
2636
2637 - Update zypp-po.tar.bz2
2638
2639 -------------------------------------------------------------------
2640 Thu May  9 01:13:54 CEST 2013 - ma@suse.de
2641
2642 - Update zypp-po.tar.bz2
2643
2644 -------------------------------------------------------------------
2645 Thu May  2 11:07:52 CEST 2013 - ma@suse.de
2646
2647 - Discourage using SafeBool in favor of explicit operator bool
2648 - version 13.1.0 (1)
2649
2650 -------------------------------------------------------------------
2651 Mon Apr 29 10:41:46 CEST 2013 - ma@suse.de
2652
2653 - Testsuite: Workaround boost::thread being not header only since
2654   boost-1.50 (boost ticket 7085)
2655 - Adaptions to smart_pointer changes in boost-1.53; mainly introduce
2656   explicit operator bool; constructible and comparable with nullptr_t.
2657 - Bump major version for Factory
2658   12.x is continued on SuSE-Code-12_3-Branch
2659 - version 13.0.0 (0)
2660
2661 -------------------------------------------------------------------
2662 Sun Apr 28 01:14:07 CEST 2013 - ma@suse.de
2663
2664 - Update zypp-po.tar.bz2
2665
2666 -------------------------------------------------------------------
2667 Fri Apr  5 14:26:35 CEST 2013 - ma@suse.de
2668
2669 - added new fuction zypp::ZYpp::provideSrcPackage
2670 - Treat opensuse-education as separate vendor (bnc#812608)
2671 - AArch64 support
2672 - version 12.11.0 (0)
2673
2674 -------------------------------------------------------------------
2675 Wed Mar 27 12:31:17 CET 2013 - ma@suse.de
2676
2677 - added tftp-support (bnc#803316)
2678 - version 12.10.1 (0)
2679
2680 -------------------------------------------------------------------
2681 Tue Mar 26 13:06:21 CET 2013 - ma@suse.de
2682
2683 - Update zypp-po.tar.bz2
2684
2685 -------------------------------------------------------------------
2686 Thu Mar 21 01:13:45 CET 2013 - ma@suse.de
2687
2688 - Update zypp-po.tar.bz2
2689
2690 -------------------------------------------------------------------
2691 Sun Mar 10 01:14:01 CET 2013 - ma@suse.de
2692
2693 - Update zypp-po.tar.bz2
2694
2695 -------------------------------------------------------------------
2696 Thu Mar  7 14:13:42 CET 2013 - ma@suse.de
2697
2698 - Adapt to libsolv dataiterator fixes
2699   (returning random data in some cases)
2700 - Require and adapt to changes in libsolv-0.3.0
2701 - version 12.10.0 (0)
2702
2703 -------------------------------------------------------------------
2704 Thu Mar  7 01:13:25 CET 2013 - ma@suse.de
2705
2706 - Update zypp-po.tar.bz2
2707
2708 -------------------------------------------------------------------
2709 Sun Mar  3 01:15:52 CET 2013 - ma@suse.de
2710
2711 - Update zypp-po.tar.bz2
2712
2713 -------------------------------------------------------------------
2714 Wed Feb 27 08:41:18 CET 2013 - ma@suse.de
2715
2716 - Rephrase error message if 'lsof' is not installed (bnc#694427)
2717 - version 12.9.0 (0)
2718
2719 -------------------------------------------------------------------
2720 Fri Feb 15 12:49:18 CET 2013 - ma@suse.de
2721
2722 - Handle dangling update script symlinks in instsys. (bnc#803751)
2723 - version 12.8.1 (0)
2724
2725 -------------------------------------------------------------------
2726 Thu Feb 14 01:13:28 CET 2013 - ma@suse.de
2727
2728 - Update zypp-po.tar.bz2
2729
2730 -------------------------------------------------------------------
2731 Thu Feb  7 01:16:50 CET 2013 - ma@suse.de
2732
2733 - Update zypp-po.tar.bz2
2734
2735 -------------------------------------------------------------------
2736 Mon Feb  4 12:35:51 CET 2013 - ma@suse.de
2737
2738 - Update zypp-po.tar.bz2
2739
2740 -------------------------------------------------------------------
2741 Tue Jan 22 11:06:55 CET 2013 - ma@suse.de
2742
2743 - make multicurl suppress progress reports for the metalink download
2744 - work around libcurl bug that sometimes gives us old values in the
2745   progress callback
2746 - version 12.8.0 (0)
2747
2748 -------------------------------------------------------------------
2749 Fri Jan 18 14:07:50 CET 2013 - ma@suse.de
2750
2751 - Reduce logging
2752 - MediaMultiCurl: throw AbortRequestException if aborted by user
2753 - version 12.7.0 (0)
2754
2755 -------------------------------------------------------------------
2756 Sun Jan 13 01:13:23 CET 2013 - ma@suse.de
2757
2758 - Update zypp-po.tar.bz2
2759
2760 -------------------------------------------------------------------
2761 Sun Jan  6 01:13:17 CET 2013 - ma@suse.de
2762
2763 - Update zypp-po.tar.bz2
2764
2765 -------------------------------------------------------------------
2766 Thu Dec 27 01:13:27 CET 2012 - ma@suse.de
2767
2768 - Update zypp-po.tar.bz2
2769
2770 -------------------------------------------------------------------
2771 Mon Dec 17 13:31:15 CET 2012 - ma@suse.de
2772
2773 - Add NamedValue<_Tp>: Simple value<>name mapping supporting aliases
2774 - Enable zypper to remove zypp locks without evaluating the
2775   query (bnc#792901)
2776 - Configure curl to "not fix the BEAST attack" (bnc#779177)
2777 - version 12.6.0 (0)
2778
2779 -------------------------------------------------------------------
2780 Sun Dec 16 01:13:16 CET 2012 - ma@suse.de
2781
2782 - Update zypp-po.tar.bz2
2783
2784 -------------------------------------------------------------------
2785 Mon Dec  3 14:31:59 CET 2012 - ma@suse.de
2786
2787 - HistoryLogReader: new HistoryLogData based API for parsing the new
2788   history file entries (fate#312521)
2789   The old HistoryItem based API is deprecated but will
2790   still be available for a while if you compile with
2791   -DWITH_DEPRECATED_HISTORYITEM_API.
2792 - Write userdata string to history log (fate#312521)
2793 - Add HistoryLogReader testcases
2794 - Adapt to libsolv 'medianr'-changes
2795 - version 12.5.0 (0)
2796
2797 -------------------------------------------------------------------
2798 Thu Nov 22 01:14:42 CET 2012 - ma@suse.de
2799
2800 - Update zypp-po.tar.bz2
2801
2802 -------------------------------------------------------------------
2803 Sun Nov 18 01:13:44 CET 2012 - ma@suse.de
2804
2805 - Update zypp-po.tar.bz2
2806
2807 -------------------------------------------------------------------
2808 Tue Nov 13 15:40:10 CET 2012 - ma@suse.de
2809
2810 - Forward userdata string to commit plugins in BEGINPLUGIN (fate#312521)
2811 - Extend ZConfig to store a user defined string value (fate#312521)
2812 - Add SIGSEGV handler trying to log a stack trace
2813 - Add zypp::dumpBacktrace to dump current stack trace to a stream.
2814 - Use gettext plural handling (bnc#784666)
2815 - version 12.4.0 (0)
2816
2817 -------------------------------------------------------------------
2818 Sun Nov  4 01:13:21 CET 2012 - ma@suse.de
2819
2820 - Update zypp-po.tar.bz2
2821
2822 -------------------------------------------------------------------
2823 Wed Oct 24 10:40:38 CEST 2012 - ma@suse.de
2824
2825 - Add simple sysconfig::write (bnc#766598)
2826 - For installed products also filelists when trying to find the buddy
2827   (bnc#784900)
2828 - Provide information whether product license needs to be accepted.
2829 - version 12.3.0 (0)
2830
2831 -------------------------------------------------------------------
2832 Thu Oct 18 01:13:43 CEST 2012 - ma@suse.de
2833
2834 - Update zypp-po.tar.bz2
2835
2836 -------------------------------------------------------------------
2837 Sun Oct  7 01:13:41 CEST 2012 - ma@suse.de
2838
2839 - Update zypp-po.tar.bz2
2840
2841 -------------------------------------------------------------------
2842 Mon Oct  1 11:00:42 CEST 2012 - ma@suse.de
2843
2844 - Enable multiversion kernel and set multiversion.kernels in
2845   /etc/zypp/zypp.conf to keep the latest, latest-1 and the running.
2846 - Fix typo (bnc#782801)
2847 - Relax evaluation of patch category tags (case insensitive)
2848
2849 -------------------------------------------------------------------
2850 Sun Sep 30 01:13:18 CEST 2012 - ma@suse.de
2851
2852 - Update zypp-po.tar.bz2
2853
2854 -------------------------------------------------------------------
2855 Sun Sep 16 01:14:34 CEST 2012 - ma@suse.de
2856
2857 - Update zypp-po.tar.bz2
2858
2859 -------------------------------------------------------------------
2860 Wed Sep 12 10:28:00 CEST 2012 - ma@suse.de
2861
2862 - Add str::commonPrefix
2863 - version 12.2.0 (0)
2864
2865 -------------------------------------------------------------------
2866 Sun Sep  9 01:13:25 CEST 2012 - ma@suse.de
2867
2868 - Update zypp-po.tar.bz2
2869
2870 -------------------------------------------------------------------
2871 Wed Sep  5 11:56:54 CEST 2012 - gs@suse.de
2872
2873 - Provide Target::reload()
2874 - version 12.1.0 (0)
2875
2876 -------------------------------------------------------------------
2877 Sun Aug 26 01:13:31 CEST 2012 - ma@suse.de
2878
2879 - Update zypp-po.tar.bz2
2880
2881 -------------------------------------------------------------------
2882 Thu Aug 23 01:13:47 CEST 2012 - ma@suse.de
2883
2884 - Update zypp-po.tar.bz2
2885
2886 -------------------------------------------------------------------
2887 Sun Aug 19 01:14:11 CEST 2012 - ma@suse.de
2888
2889 - Update zypp-po.tar.bz2
2890
2891 -------------------------------------------------------------------
2892 Thu Aug 16 01:13:43 CEST 2012 - ma@suse.de
2893
2894 - Update zypp-po.tar.bz2
2895
2896 -------------------------------------------------------------------
2897 Fri Aug 10 12:53:47 CEST 2012 - ma@suse.de
2898
2899 - Implement $ZYPP_LOCK_TIMEOUT: number of seconds to wait for a
2900   zypplock becoming available (bnc#772965)
2901 - Unify update-scripts with same content(md5sum) (bnc#773575)
2902 - version 12.0.1 (0)
2903
2904 -------------------------------------------------------------------
2905 Thu Aug  9 01:15:12 CEST 2012 - ma@suse.de
2906
2907 - Update zypp-po.tar.bz2
2908
2909 -------------------------------------------------------------------
2910 Thu Aug  2 11:55:00 CEST 2012 - ma@suse.de
2911
2912 - set $ZYPP_IS_RUNNING during commit
2913 - Bump major version for Factory
2914   11.x is continued on SuSE-Code-12_2-Branch
2915 - version 12.0.0 (0)
2916
2917 -------------------------------------------------------------------
2918 Thu Aug  2 01:14:11 CEST 2012 - ma@suse.de
2919
2920 - Update zypp-po.tar.bz2
2921
2922 -------------------------------------------------------------------
2923 Wed Aug  1 15:32:40 CEST 2012 - ma@suse.de
2924
2925 - Fixed typo (bnc#773467)
2926 - Erase any old repo instance from pool when (re)loading from cache
2927 - filter zero sized devices in disk usage counter(bnc#769819)
2928 - fix isSoftLocked computation
2929 - fix possibly reporting timeout as "aborted by user" (bnc#665327)
2930 - do not fork the uuidgen program, use kernel interface instead
2931 - remove obsolete hicolor-icon-theme BuildRequires
2932 - version 11.7.0 (6)
2933
2934 -------------------------------------------------------------------
2935 Sun Jul 29 01:13:31 CEST 2012 - ma@suse.de
2936
2937 - Update zypp-po.tar.bz2
2938
2939 -------------------------------------------------------------------
2940 Thu Jul 19 01:13:43 CEST 2012 - ma@suse.de
2941
2942 - Update zypp-po.tar.bz2
2943
2944 -------------------------------------------------------------------
2945 Sun Jul  1 01:13:31 CEST 2012 - ma@suse.de
2946
2947 - Update zypp-po.tar.bz2
2948
2949 -------------------------------------------------------------------
2950 Thu Jun 28 01:14:27 CEST 2012 - ma@suse.de
2951
2952 - Update zypp-po.tar.bz2
2953
2954 -------------------------------------------------------------------
2955 Mon Jun 25 15:23:10 CEST 2012 - ma@suse.de
2956
2957 - zypp.conf:servicesdir is ignored (bnc#765528)
2958 - allow libcurl to take proxy from environment iff proxy is not
2959   configured or disallowed (bnc#745404)
2960 - version 11.6.3 (6)
2961
2962 -------------------------------------------------------------------
2963 Sun Jun 24 01:14:32 CEST 2012 - ma@suse.de
2964
2965 - Update zypp-po.tar.bz2
2966
2967 -------------------------------------------------------------------
2968 Thu Jun 14 01:13:35 CEST 2012 - ma@suse.de
2969
2970 - Update zypp-po.tar.bz2
2971
2972 -------------------------------------------------------------------
2973 Fri Jun  8 15:57:22 CEST 2012 - ma@suse.de
2974
2975 - Adjust weaklock fix
2976
2977 -------------------------------------------------------------------
2978 Fri Jun  8 14:16:15 CEST 2012 - ma@suse.de
2979
2980 - Fix processing of weak locks (bnc#749418, bnc#765164)
2981 - [valgrind] don't dereference if we may be past the end of the repositories.
2982 - add armv7hl workaround for Adrian
2983 - version 11.6.2 (6)
2984
2985 -------------------------------------------------------------------
2986 Sun Jun  3 01:14:09 CEST 2012 - ma@suse.de
2987
2988 - Update zypp-po.tar.bz2
2989
2990 -------------------------------------------------------------------
2991 Thu May 31 10:07:37 UTC 2012 - dmacvicar@suse.com
2992
2993 - fix an invalid read revealed by valgrind in
2994   RepositoryIterator::increment()
2995
2996 -------------------------------------------------------------------
2997 Sun May 20 01:13:30 CEST 2012 - ma@suse.de
2998
2999 - Update zypp-po.tar.bz2
3000
3001 -------------------------------------------------------------------
3002 Thu May 17 01:15:25 CEST 2012 - ma@suse.de
3003
3004 - Update zypp-po.tar.bz2
3005
3006 -------------------------------------------------------------------
3007 Sun May 13 01:14:15 CEST 2012 - ma@suse.de
3008
3009 - Update zypp-po.tar.bz2
3010
3011 -------------------------------------------------------------------
3012 Tue May  8 13:39:22 CEST 2012 - ma@suse.de
3013
3014 - Use ld version script to hide symbols outside zypp namespace (bnc#755324)
3015 - remove base/Deprecated.h (macros now in APIConfig.h)
3016 - Disribute Easy.h in APIConfig.h
3017 - Add APIConfig.h providing ZYPP_API and ZYPP_LOCAL macros
3018 - version 11.6.0 (6)
3019
3020 -------------------------------------------------------------------
3021 Fri May  4 11:18:17 CEST 2012 - ma@suse.de
3022
3023 - build with gcc-4.7 (bnc#755324)
3024 - version 11.5.0 (5)
3025
3026 -------------------------------------------------------------------
3027 Wed Apr 25 18:50:20 CEST 2012 - ma@suse.de
3028
3029 - Fix lost device info when mounting CD/DVD
3030
3031 -------------------------------------------------------------------
3032 Sun Apr 22 01:15:46 CEST 2012 - ma@suse.de
3033
3034 - Update zypp-po.tar.bz2
3035
3036 -------------------------------------------------------------------
3037 Thu Apr 19 10:19:05 CEST 2012 - ma@suse.de
3038
3039 - Always consider (block) devices passed as url option (bnc#755815)
3040
3041 -------------------------------------------------------------------
3042 Thu Apr 19 01:14:57 CEST 2012 - ma@suse.de
3043
3044 - Update zypp-po.tar.bz2
3045
3046 -------------------------------------------------------------------
3047 Wed Apr 18 18:38:06 CEST 2012 - ma@suse.de
3048
3049 - Fix install progress hopping back and forth
3050 - Try to create a missing destination dir before switching to tmp
3051   space (bnc#755239)
3052
3053 -------------------------------------------------------------------
3054 Mon Apr 16 14:52:35 CEST 2012 - ma@suse.de
3055
3056 - ResStatus: add 'unneeded' bit (determined by solver)
3057 - Force using gcc-4.6 until it builds with 4.7
3058 - Support multiversion definitions being read from files in /etc/zypp/multiversion.d.
3059 - Workaround doxygen SEGV and accept incomplete docs (until bnc#755402 is fixed)
3060 - Rename zypp::sat::AttrMatcher to zypp::StrMatcher (base/StrMatcher.h)
3061 - Support (source)package download by non-root user (bnc#755239)
3062 - Delay construction of ZYppGlobalLock until its actually needed (bnc#575096)
3063 - Fix buddy handling in solver results
3064 - Simplify Selectable::multiversionInstall
3065 - Don't cache defaultCandidate as it depends on solver::allowVendorChange flag (bnc#754286)
3066 - version 11.4.0 (4)
3067
3068 -------------------------------------------------------------------
3069 Tue Apr 10 12:11:37 CEST 2012 - ma@suse.de
3070
3071 - Update zypp-po.tar.bz2
3072
3073 -------------------------------------------------------------------
3074 Sun Apr  8 01:13:24 CEST 2012 - ma@suse.de
3075
3076 - Update zypp-po.tar.bz2
3077
3078 -------------------------------------------------------------------
3079 Thu Apr  5 01:16:21 CEST 2012 - ma@suse.de
3080
3081 - Update zypp-po.tar.bz2
3082
3083 -------------------------------------------------------------------
3084 Mon Mar 26 14:47:59 CEST 2012 - ma@suse.de
3085
3086 - Cleanup orphaned media attach points (bnc#751221)
3087 - Show max support status if package is in multiple repos (bnc#735841)
3088 - Parse proxy user/pass from url (bnc#752497)
3089 - Add CMake option to disable libproxy usage and disable it on SLE. (bnc#752500)
3090 - version 11.3.0 (1)
3091
3092 -------------------------------------------------------------------
3093 Thu Mar 15 00:31:25 CET 2012 - ma@suse.de
3094
3095 - Add API for patch severity (bnc#733723, FATE#312633)
3096 - version 11.2.0 (1)
3097
3098 -------------------------------------------------------------------
3099 Tue Mar 13 13:04:48 CET 2012 - ma@suse.de
3100
3101 - Force libproxy into using "/etc/sysconfig/proxy" if it exists (bnc#679322)
3102 - Apply soft locks by name and not per package (bnc#749418)
3103 - version 11.1.1 (1)
3104
3105 -------------------------------------------------------------------
3106 Fri Feb  3 13:18:01 CET 2012 - ma@suse.de
3107
3108 - Add Fetcher support for CHECKSUMS file (replaceing SHA1SUMS) (bnc#744302)
3109 - Build with -fvisibility-inlines-hidden
3110 - CheckAccessDeleted: avoid duplicate entries for the same PID (bnc#716972)
3111 - Correctly use user:pass directly embedded in a proxy url (bnc#740764)
3112 - new sat::Map - Libsolv (bit)Map wrapper.
3113 - always set splitprovides to true now that libsolv handles them better
3114 - version 11.1.0 (1)
3115
3116 -------------------------------------------------------------------
3117 Thu Feb  2 01:14:17 CET 2012 - ma@suse.de
3118
3119 - Update zypp-po.tar.bz2
3120
3121 -------------------------------------------------------------------
3122 Sun Jan 29 01:14:28 CET 2012 - ma@suse.de
3123
3124 - Update zypp-po.tar.bz2
3125
3126 -------------------------------------------------------------------
3127 Sun Jan 22 01:13:30 CET 2012 - ma@suse.de
3128
3129 - Update zypp-po.tar.bz2
3130
3131 -------------------------------------------------------------------
3132 Tue Jan 10 18:31:41 CET 2012 - ma@suse.de
3133
3134 - Update zypp-po.tar.bz2
3135
3136 -------------------------------------------------------------------
3137 Fri Dec 23 14:51:25 CET 2011 - ma@suse.de
3138
3139 - Adapt Repository iteration to libsolv changes.
3140 - Add sat::Pool tests
3141 - Fix Flags<> api to be more consistent and add testcase.
3142 - Set min_curl_version 7.19.4 (bnc#735284)
3143 - Doc: add some words about 'Solver - Vendor protection'
3144 - version 11.0.0 (0)
3145
3146 -------------------------------------------------------------------
3147 Thu Dec  1 01:13:37 CET 2011 - ma@suse.de
3148
3149 - Update zypp-po.tar.bz2
3150
3151 -------------------------------------------------------------------
3152 Mon Nov 28 18:08:42 CET 2011 - ma@suse.de
3153
3154 - Fix and optimize Pathname ctor and provide testcases (bnc#721128)
3155 - Open all file descriptors with O_CLOEXEC to avoid leaks and races
3156 - Some improvements to the services documentation
3157 - Fix RW_pointer comparison with underlying smart pointer type.
3158 - version 10.3.5 (3)
3159
3160 -------------------------------------------------------------------
3161 Sun Nov 27 01:13:10 CET 2011 - ma@suse.de
3162
3163 - Update zypp-po.tar.bz2
3164
3165 -------------------------------------------------------------------
3166 Thu Nov 17 01:13:15 CET 2011 - ma@suse.de
3167
3168 - Update zypp-po.tar.bz2
3169
3170 -------------------------------------------------------------------
3171 Fri Nov 11 13:38:42 CET 2011 - ma@suse.de
3172
3173 - Try to find and use some CD/DVD device even if HAL/UDEV detection
3174   fails (bnc#724807)
3175 - Static initialization problem fixes (by Harald Fernengel)
3176 - version 10.3.4 (3)
3177
3178 -------------------------------------------------------------------
3179 Mon Nov  7 15:45:28 CET 2011 - ma@suse.de
3180
3181 - Don't use proxy if disabled (bnc#696805)
3182 - version 10.3.3 (3)
3183
3184 -------------------------------------------------------------------
3185 Mon Nov  7 13:49:44 UTC 2011 - dimstar@opensuse.org
3186
3187 - Add pkg-config BuildRequires: We fail to detect libproxy due to
3188   the missing pkg-config. Additionally, we have a .pc file
3189   ourselfes, which we do not get the provides for [bnc#696805]
3190
3191 -------------------------------------------------------------------
3192 Thu Nov  3 14:58:42 CET 2011 - ma@suse.de
3193
3194 - Let RepoInfo::keepPackages properly default to FALSE (bnc#727385)
3195 - version 10.3.2 (3)
3196
3197 -------------------------------------------------------------------
3198 Thu Nov  3 01:13:12 CET 2011 - ma@suse.de
3199
3200 - Update zypp-po.tar.bz2
3201
3202 -------------------------------------------------------------------
3203 Sun Oct 30 01:14:41 CEST 2011 - ma@suse.de
3204
3205 - Update zypp-po.tar.bz2
3206
3207 -------------------------------------------------------------------
3208 Thu Oct 27 01:14:10 CEST 2011 - ma@suse.de
3209
3210 - Update zypp-po.tar.bz2
3211
3212 -------------------------------------------------------------------
3213 Mon Oct 24 13:35:56 CEST 2011 - ma@suse.de
3214
3215 - Explicitly include textLocale in package translation download
3216
3217 -------------------------------------------------------------------
3218 Mon Oct 24 09:37:31 CEST 2011 - ma@suse.de
3219
3220 - Update libversion info (due to ABI change in 10.2.0 (bnc#725407)
3221 - version 10.3.1 (3)
3222
3223 -------------------------------------------------------------------
3224 Sun Oct 23 01:13:11 CEST 2011 - ma@suse.de
3225
3226 - Update zypp-po.tar.bz2
3227
3228 -------------------------------------------------------------------
3229 Fri Oct 21 11:47:39 CEST 2011 - ma@suse.de
3230
3231 - Add zypp.conf option repo.refresh.locales: A list of locales for
3232   which translated package descriptions should be downloaded if
3233   available.
3234 - Explixitly set CURLOPT_PROXYAUTH
3235 - version 10.3.0 (1)
3236
3237 -------------------------------------------------------------------
3238 Tue Oct 18 16:45:13 CEST 2011 - ma@suse.de
3239
3240 - Add arch armv7tnhl and armv7thl
3241 - Fix RepoVariablesReplacer to compute substitution values on demand only
3242 - PathInfo::hardlinkCopy: fix handling cross-device links
3243 - version 10.2.0 (1)
3244
3245 -------------------------------------------------------------------
3246 Sun Oct 16 01:13:37 CEST 2011 - ma@suse.de
3247
3248 - Update zypp-po.tar.bz2
3249
3250 -------------------------------------------------------------------
3251 Thu Oct 13 11:50:26 CEST 2011 - ma@suse.de
3252
3253 - Must not differ between type nfs and nfs4 when checking the mount
3254   table (bnc#710269)
3255 - version 10.1.1 (1)
3256
3257 -------------------------------------------------------------------
3258 Thu Oct 13 01:13:37 CEST 2011 - ma@suse.de
3259
3260 - Update zypp-po.tar.bz2
3261
3262 -------------------------------------------------------------------
3263 Tue Oct 11 15:20:43 CEST 2011 - ma@suse.de
3264
3265 - Switch to using libsolv instead of satsolver
3266 - version 10.1.0 (1)
3267
3268 -------------------------------------------------------------------
3269 Sun Oct  9 01:13:16 CEST 2011 - ma@suse.de
3270
3271 - Update zypp-po.tar.bz2
3272
3273 -------------------------------------------------------------------
3274 Thu Oct  6 01:14:00 CEST 2011 - ma@suse.de
3275
3276 - Update zypp-po.tar.bz2
3277
3278 -------------------------------------------------------------------
3279 Tue Sep 20 09:57:04 CEST 2011 - ma@suse.de
3280
3281 - Bump major version for Factory; 9.x is continued on SLE-11-SP2-Branch
3282 - version 10.0.0 (0)
3283
3284 -------------------------------------------------------------------
3285 Tue Sep 13 10:51:53 CEST 2011 - ma@suse.de
3286
3287 - Enhance Selectable API
3288 - version 9.11.0 (8)
3289
3290 -------------------------------------------------------------------
3291 Sun Sep 11 01:18:59 CEST 2011 - ma@suse.de
3292
3293 - Update sle-zypp-po.tar.bz2
3294
3295 -------------------------------------------------------------------
3296 Sun Sep 11 01:13:12 CEST 2011 - ma@suse.de
3297
3298 - Update zypp-po.tar.bz2
3299
3300 -------------------------------------------------------------------
3301 Thu Sep  8 01:19:28 CEST 2011 - ma@suse.de
3302
3303 - Update sle-zypp-po.tar.bz2
3304
3305 -------------------------------------------------------------------
3306 Thu Sep  8 01:14:08 CEST 2011 - ma@suse.de
3307
3308 - Update zypp-po.tar.bz2
3309
3310 -------------------------------------------------------------------
3311 Wed Sep  7 12:38:23 CEST 2011 - ma@suse.de
3312
3313 - Explicitly require rpm.
3314 - version 9.10.2 (8)
3315
3316 -------------------------------------------------------------------
3317 Sun Sep  4 01:16:54 CEST 2011 - ma@suse.de
3318
3319 - Update sle-zypp-po.tar.bz2
3320
3321 -------------------------------------------------------------------
3322 Sun Sep  4 01:13:27 CEST 2011 - ma@suse.de
3323
3324 - Update zypp-po.tar.bz2
3325
3326 -------------------------------------------------------------------
3327 Thu Sep  1 01:13:36 CEST 2011 - ma@suse.de
3328
3329 - Update zypp-po.tar.bz2
3330
3331 -------------------------------------------------------------------
3332 Mon Aug 29 10:51:04 CEST 2011 - ma@suse.de
3333
3334 - Extend mount entry comparison fix (bnc#710269)
3335 - version 9.10.2 (8)
3336
3337 -------------------------------------------------------------------
3338 Thu Aug 25 01:17:06 CEST 2011 - ma@suse.de
3339
3340 - Update sle-zypp-po.tar.bz2
3341
3342 -------------------------------------------------------------------
3343 Mon Aug 22 13:57:16 CEST 2011 - ma@suse.de
3344
3345 - Update sle-zypp-po.tar.bz2
3346
3347 -------------------------------------------------------------------
3348 Sun Aug 14 01:13:21 CEST 2011 - ma@suse.de
3349
3350 - Update zypp-po.tar.bz2
3351
3352 -------------------------------------------------------------------
3353 Sun Aug  7 01:16:07 CEST 2011 - ma@suse.de
3354
3355 - Update zypp-po.tar.bz2
3356
3357 -------------------------------------------------------------------
3358 Fri Aug  5 15:20:07 CEST 2011 - ma@suse.de
3359
3360 - Attempt to fix smb mount entry comparison (bnc#710269)
3361 - version 9.10.1 (8)
3362
3363 -------------------------------------------------------------------
3364 Thu Aug  4 14:54:47 CEST 2011 - ma@suse.de
3365
3366 - Allow to turn Resolvers upgrade mode on and off (bnc#709480)
3367 - Fix reading of integer arrays from rpm headers (bnc#709716)
3368 - version 9.10.0 (8)
3369
3370 -------------------------------------------------------------------
3371 Thu Aug  4 01:14:00 CEST 2011 - ma@suse.de
3372
3373 - Update zypp-po.tar.bz2
3374
3375 -------------------------------------------------------------------
3376 Thu Jul 28 13:04:10 CEST 2011 - ma@suse.de
3377
3378 - Evaluate CURLINFO_CONDITION_UNMET on zero sized successful transfers,
3379   if compiled against libcurl-7.19.4 or above. (bnc#692260)
3380 - version 9.9.2 (8)
3381
3382 -------------------------------------------------------------------
3383 Mon Jul 25 16:20:37 CEST 2011 - ma@suse.de
3384
3385 - Always read /proc/mounts when looking for mounted media (bnc#705893)
3386 - version 9.9.1 (8)
3387
3388 -------------------------------------------------------------------
3389 Fri Jul 22 13:12:34 CEST 2011 - ma@suse.de
3390
3391 - MediaUserAuth: Do not expose libcurl header files.
3392 - version 9.9.0 (8)
3393
3394 -------------------------------------------------------------------
3395 Mon Jul 18 11:33:25 CEST 2011 - ma@suse.de
3396
3397 - More initialize parser structure fixes. (bnc#705181)
3398 - version 9.8.7 (8)
3399
3400 -------------------------------------------------------------------
3401 Fri Jul 15 15:15:01 CEST 2011 - ma@suse.de
3402
3403 - Check for /etc/sysconfig/storage changes before solving (bnc#702365)
3404 - version 9.8.6 (8)
3405
3406 -------------------------------------------------------------------
3407 Fri Jul 15 13:58:53 CEST 2011 - ma@suse.de
3408
3409 - Properly initialize parser structures (bnc#705181)
3410 - version 9.8.5 (8)
3411
3412 -------------------------------------------------------------------
3413 Thu Jul  7 15:53:17 CEST 2011 - ma@suse.de
3414
3415 - Fix tests for available libcurl version.
3416 - version 9.8.4 (8)
3417
3418 -------------------------------------------------------------------
3419 Thu Jul  7 01:13:47 CEST 2011 - ma@suse.de
3420
3421 - Update zypp-po.tar.bz2
3422
3423 -------------------------------------------------------------------
3424 Mon Jul  4 10:41:42 CEST 2011 - ma@suse.de
3425
3426 - Make fix for bnc#702576 more robust.
3427 - Enhance fix for bnc#699435. Return an error if download in advance
3428   failed to provide all packages, so zypper does not silently quit.
3429 - version 9.8.3 (8)
3430
3431 -------------------------------------------------------------------
3432 Thu Jun 30 01:13:43 CEST 2011 - ma@suse.de
3433
3434 - Update zypp-po.tar.bz2
3435
3436 -------------------------------------------------------------------
3437 Wed Jun 29 12:23:24 CEST 2011 - ma@suse.de
3438
3439 - Always compute transaction from pool (bnc#702576)
3440 - version 9.8.2 (8)
3441
3442 -------------------------------------------------------------------
3443 Tue Jun 28 16:04:50 CEST 2011 - ma@suse.de
3444
3445 - Add feature provides for supported plugins.
3446
3447 -------------------------------------------------------------------
3448 Tue Jun 21 10:44:47 CEST 2011 - dmacvicar@suse.de
3449
3450 - Add configuration template for automatic kernel
3451   purge (feature#312018) to zypp.conf
3452
3453 -------------------------------------------------------------------
3454 Tue Jun 14 13:38:00 CEST 2011 - ma@suse.de
3455
3456 - Fix download loop to skip non-install actions. (bnc#699435)
3457 - version 9.8.1 (8)
3458
3459 -------------------------------------------------------------------
3460 Sun Jun 12 01:13:36 CEST 2011 - ma@suse.de
3461
3462 - Update zypp-po.tar.bz2
3463
3464 -------------------------------------------------------------------
3465 Thu Jun  9 09:34:51 CEST 2011 - ma@suse.de
3466
3467 - Fix missing return value.
3468
3469 -------------------------------------------------------------------
3470 Wed Jun  8 12:58:54 CEST 2011 - ma@suse.de
3471
3472 - Simplify ZYppCommitResult by using filtered Transaction::action_iterator.
3473 - version 9.8.0 (8)
3474
3475 -------------------------------------------------------------------
3476 Tue Jun  7 14:12:35 CEST 2011 - ma@suse.de
3477
3478 - Update zypp-po.tar.bz2
3479
3480 -------------------------------------------------------------------
3481 Tue Jun  7 12:42:20 CEST 2011 - ma@suse.de
3482
3483 - Fix transaction ORDER_BY_MEDIANR.
3484 - version 9.7.0 (5)
3485
3486 -------------------------------------------------------------------
3487 Fri Jun  3 23:12:05 CEST 2011 - ma@suse.de
3488
3489 - Basic commit plugins implemented. They may be used to implement pre/post
3490   commit actions like taking file system snapshots (fate#303699)
3491 - version 9.6.0 (5)
3492
3493 -------------------------------------------------------------------
3494 Tue May 31 17:27:45 CEST 2011 - ma@suse.de
3495
3496 - Do commit based on sat::Transaction.
3497 - version 9.5.0 (5)
3498
3499 -------------------------------------------------------------------
3500 Tue May 31 12:09:17 CEST 2011 - ma@suse.de
3501
3502 - Assert rpm database directory is created before rpmtsInitDB is
3503   called (bnc#697115)
3504
3505 -------------------------------------------------------------------
3506 Tue May 31 11:46:57 CEST 2011 - dheidler@suse.de
3507
3508 - fix var definition order in PackageProvider
3509 - fix operator~ return datatype for flags (ctor is explicit)
3510 - add method interactiveFlags to Patch describing what makes it
3511   interactive
3512 - version 9.4.0 (3)
3513
3514 -------------------------------------------------------------------
3515 Tue May 31 10:12:12 CEST 2011 - ma@suse.de
3516
3517 - Recommend 'lsof' (for zypper ps) (bnc#694427, bnc#684466)
3518
3519 -------------------------------------------------------------------
3520 Mon May 30 17:14:14 CEST 2011 - dheidler@suse.de
3521
3522 - Switch patch interactive-check to flags
3523 - version 9.3.0 (3)
3524
3525 -------------------------------------------------------------------
3526 Sun May 29 01:13:42 CEST 2011 - ma@suse.de
3527
3528 - Update zypp-po.tar.bz2
3529
3530 -------------------------------------------------------------------
3531 Fri May 27 17:02:05 CEST 2011 - ma@suse.de
3532
3533 - fix specfile to handle sles translations if available
3534
3535 -------------------------------------------------------------------
3536 Fri May 27 09:51:13 CEST 2011 - ma@suse.de
3537
3538 - Avoid using #elifdef directive.
3539
3540 -------------------------------------------------------------------
3541 Thu May 26 01:13:43 CEST 2011 - ma@suse.de
3542
3543 - Update zypp-po.tar.bz2
3544
3545 -------------------------------------------------------------------
3546 Wed May 25 09:22:28 CEST 2011 - ma@suse.de
3547
3548 - Add a fallback gnome-packagekit updater in package-manager (bnc#667504)
3549 - Backport changelog entries from SLE11-SP1 branch. Bugs mentioned here
3550   were either fixed without bnc# or do not apply to this branch. This is
3551   to make the changelog checker happy:
3552   - Set proper defaults for service repos (bnc#673943)
3553
3554 -------------------------------------------------------------------
3555 Tue May 24 12:43:32 CEST 2011 - dheidler@suse.de
3556
3557 - add option ignore_reboot_flag to Patch::interactive (bnc#665853)
3558 - version 9.2.0 (2)
3559
3560 -------------------------------------------------------------------
3561 Mon May 23 16:12:32 CEST 2011 - dheidler@suse.de
3562
3563 - respect patch content license when determinating interactive status
3564 - version 9.1.2 (1)
3565
3566 -------------------------------------------------------------------
3567 Mon May 23 12:05:10 CEST 2011 - ma@suse.de
3568
3569 - More rpm-4.9 fixes
3570 - Disable rpm V3toV4 conversion while not working with rpm 4.9
3571
3572 -------------------------------------------------------------------
3573 Sun May 22 01:14:21 CEST 2011 - ma@suse.de
3574
3575 - Update zypp-po.tar.bz2
3576
3577 -------------------------------------------------------------------
3578 Fri May 20 17:11:10 CEST 2011 - ma@suse.de
3579
3580 - Fix for rpm-4.9
3581 - version 9.1.1 (1)
3582
3583 -------------------------------------------------------------------
3584 Fri May 20 13:43:38 CEST 2011 - ma@suse.de
3585
3586 - Disable use if rpm-4.4 legacy interface (dropped in 4.9) (bnc#691089)
3587 - Fix poolquery handling repo restrictions correctly. (bnc#661976)
3588 - version 9.1.0 (1)
3589
3590 -------------------------------------------------------------------
3591 Wed May 18 14:10:20 CEST 2011 - dmacvicar@suse.de
3592
3593 - Allow MediaCD to build against HAL or nothing
3594   if udev is not present
3595
3596 -------------------------------------------------------------------
3597 Mon May 16 14:42:09 CEST 2011 - dmacvicar@suse.de
3598
3599 - forward port all changes to make it build in Code10
3600
3601 -------------------------------------------------------------------
3602 Mon May 16 11:51:51 UTC 2011 - dmacvicar@suse.de
3603
3604 - make -Werror=format-security optional and used only if
3605   supported
3606
3607 -------------------------------------------------------------------
3608 Sun May 15 01:13:47 CEST 2011 - ma@suse.de
3609
3610 - Update zypp-po.tar.bz2
3611
3612 -------------------------------------------------------------------
3613 Thu May 12 01:13:54 CEST 2011 - ma@suse.de
3614
3615 - Update zypp-po.tar.bz2
3616
3617 -------------------------------------------------------------------
3618 Fri May  6 13:22:35 CEST 2011 - dheidler@suse.de
3619
3620 - delete old metadata temp directories
3621 - version 9.0.3 (0)
3622
3623 -------------------------------------------------------------------
3624 Wed Apr 27 17:17:00 CEST 2011 - dheidler@suse.de
3625
3626 - fix max_concurrent_connections option in MultiCurl (bnc#596089)
3627 - version 9.0.2 (0)
3628
3629 -------------------------------------------------------------------
3630 Sun Apr 17 01:13:40 CEST 2011 - ma@suse.de
3631
3632 - Update zypp-po.tar.bz2
3633
3634 -------------------------------------------------------------------
3635 Tue Apr 12 18:49:32 CEST 2011 - dheidler@suse.de
3636
3637 - check for permissions before writing (fixes bnc#683509)
3638 - version 9.0.1 (0)
3639
3640 -------------------------------------------------------------------
3641 Tue Apr  5 12:08:27 CEST 2011 - ma@suse.de
3642
3643 - Switch ResPoolProxy to use multimap in order to allow iteration
3644   of all Selectables of all kinds.
3645 - Add upper/lower_bound iteration to MapKVIterator.
3646 - Add stream output for multimap/set.
3647 - version 9.0.0 (0)
3648
3649 -------------------------------------------------------------------
3650 Mon Apr  4 15:08:08 CEST 2011 - ma@suse.de
3651
3652 - Update zypp-po.tar.bz2
3653
3654 -------------------------------------------------------------------
3655 Mon Apr  4 15:04:47 CEST 2011 - ma@suse.de
3656
3657 - Update zypp-po.tar.bz2
3658
3659 -------------------------------------------------------------------
3660 Mon Apr  4 15:03:55 CEST 2011 - ma@suse.de
3661
3662 - Update zypp-po.tar.bz2
3663
3664 -------------------------------------------------------------------
3665 Thu Mar 10 01:13:39 CET 2011 - ma@suse.de
3666
3667 - Update zypp-po.tar.bz2
3668
3669 -------------------------------------------------------------------
3670 Sun Mar  6 01:13:41 CET 2011 - ma@suse.de
3671
3672 - Update zypp-po.tar.bz2
3673
3674 -------------------------------------------------------------------
3675 Wed Feb 16 14:24:27 UTC 2011 - dmacvicar@suse.de
3676
3677 - Do not look for $releasever 's value if there is no variable
3678   in the url: parses product file again and again
3679 - version 8.12.2 (10)
3680
3681 -------------------------------------------------------------------
3682 Thu Feb 10 16:01:46 CET 2011 - ma@suse.de
3683
3684 - Remove package-manager.desktop file (bnc#329635)
3685 - version 8.12.1 (10)
3686
3687 -------------------------------------------------------------------
3688 Tue Jan 25 10:09:22 CET 2011 - ma@suse.de
3689
3690 - Apply patch introducing armv7nhl:armv7hl
3691
3692 -------------------------------------------------------------------
3693 Tue Jan 18 12:28:19 UTC 2011 - dmacvicar@suse.de
3694
3695 - allow for Repo Index Services to set the enabled state of
3696   repositories from the server side.
3697 - Fix priority not being set on reading service indexes
3698 - version 8.12.0 (10)
3699
3700 -------------------------------------------------------------------
3701 Fri Jan 14 12:45:18 CET 2011 - ma@suse.de
3702
3703 - Add new ServicePlugin Exceptions.
3704
3705 -------------------------------------------------------------------
3706 Thu Jan 13 01:13:32 CET 2011 - ma@suse.de
3707
3708 - Update zypp-po.tar.bz2
3709
3710 -------------------------------------------------------------------
3711 Thu Dec 23 14:42:02 CET 2010 - dheidler@suse.de
3712
3713 - add method to check if there are manually configured urls
3714 - version 8.11.0 (10)
3715
3716 -------------------------------------------------------------------
3717 Thu Dec 23 11:31:22 CET 2010 - dheidler@suse.de
3718
3719 - create cache directory, if it doesn't exist
3720   when saving mirrorlist
3721 - version 8.10.6 (10)
3722
3723 -------------------------------------------------------------------
3724 Wed Dec 22 12:38:22 CET 2010 - dheidler@suse.de
3725
3726 - moved keepPackages code to RepoInfo::Impl
3727 - version 8.10.5 (10)
3728
3729 -------------------------------------------------------------------
3730 Tue Dec 21 13:29:06 CET 2010 - dheidler@suse.de
3731
3732 - Fix caching of mirrorlist files
3733 - version 8.10.4 (10)
3734
3735 -------------------------------------------------------------------
3736 Thu Dec 16 19:46:00 CET 2010 - ma@suse.de
3737
3738 - Do not export keyring if rpmdb is initialised, but target isn't
3739   (bnc#659494)
3740 - version 8.10.3 (10)
3741
3742 -------------------------------------------------------------------
3743 Fri Dec 10 17:17:07 CET 2010 - dheidler@suse.de
3744
3745 - Catch RPM-Exeption when instaling the Distribution (bnc#658714)
3746 - version 8.10.2 (10)
3747
3748 -------------------------------------------------------------------
3749 Wed Dec  8 14:15:12 CET 2010 - dheidler@suse.de
3750
3751 - fix retrieval of distributionVersion if target is not initialized
3752 - MultiCurl: make sure the server responds with "partial content",
3753   fixes corrupt downloads if the metalink file contains no checksums
3754 - version 8.10.1 (10)
3755
3756 -------------------------------------------------------------------
3757 Wed Dec  1 17:39:16 CET 2010 - dheidler@suse.de
3758
3759 - Added ReplacerVar caching in RepoInfo
3760 - Automaticly remove empty mirrorlist-files
3761 - version 8.10.0 (10)
3762
3763 -------------------------------------------------------------------
3764 Tue Nov 30 17:11:32 CET 2010 - dheidler@suse.de
3765
3766 - Added MirrorList caching
3767 - version 8.9.0 (7)
3768
3769 -------------------------------------------------------------------
3770 Mon Nov 29 12:31:37 CET 2010 - ma@suse.de
3771
3772 - Icons for libzypp should go into desktop-data. (bnc#329635)
3773 - version 8.8.2 (7)
3774
3775 -------------------------------------------------------------------
3776 Wed Nov 24 11:55:59 CET 2010 - ma@suse.de
3777
3778 - Properly handle FTP response 550. (bnc#645747)
3779 - version 8.8.1 (7)
3780
3781 -------------------------------------------------------------------
3782 Fri Nov 19 11:24:39 CET 2010 - mls@suse.de
3783
3784 - fix access of freed memory in MultiCurl (bnc#654600)
3785
3786 -------------------------------------------------------------------
3787 Sun Nov  7 01:13:39 CET 2010 - ma@suse.de
3788
3789 - Update zypp-po.tar.bz2
3790
3791 -------------------------------------------------------------------
3792 Wed Nov  3 16:06:46 CET 2010 - dheidler@suse.de
3793
3794 - added metalink support
3795 - version 8.8.0 (7)
3796
3797 -------------------------------------------------------------------
3798 Thu Oct 21 18:15:31 CEST 2010 - ma@suse.de
3799
3800 - Feed the ProvideFilePolicy progress callback in addition to any
3801   connected media::DownloadProgressReport (bnc#545106)
3802 - version 8.7.1 (7)
3803
3804 -------------------------------------------------------------------
3805 Wed Oct 13 16:14:13 CEST 2010 - dheidler@suse.de
3806
3807 - Make MetaLinkParser accept InputStreams
3808 - Make MetaLinkParser accept Pathnames insted of strings
3809 - Fix MetaLinkv4 hash parsing
3810 - Add MetaLinkParser test
3811 - version 8.7.0 (7)
3812
3813 -------------------------------------------------------------------
3814 Mon Oct 11 17:06:17 CEST 2010 - ma@suse.de
3815
3816 - Use timeouts in plugin script communication.
3817 - Fix ExternalProgram to correctly remember exit status.
3818 - version 8.6.0 (5)
3819
3820 -------------------------------------------------------------------
3821 Sun Oct 10 01:13:40 CEST 2010 - ma@suse.de
3822
3823 - Update zypp-po.tar.bz2
3824
3825 -------------------------------------------------------------------
3826 Fri Oct  8 08:43:02 UTC 2010 - dmacvicar@novell.com
3827
3828 - fix services not being linked to their file after being
3829   saved
3830
3831 -------------------------------------------------------------------
3832 Thu Oct  7 09:02:26 CEST 2010 - jkupec@suse.cz
3833
3834 - Don't use aria2c for FTP (bnc #641328)
3835
3836 -------------------------------------------------------------------
3837 Wed Oct  6 15:39:59 UTC 2010 - dmacvicar@novell.com
3838
3839 - implementation for url resolver plugins
3840 - version 8.5.0 (5)
3841
3842 -------------------------------------------------------------------
3843 Wed Oct  6 16:54:15 CEST 2010 - dheidler@suse.de
3844
3845 - Use DownloadInHeaps as default, when there is nothing configured
3846   and when the target root is set to "/". (bnc#591476)
3847 - version 8.4.0 (4)
3848
3849 -------------------------------------------------------------------
3850 Tue Sep 28 17:12:51 CEST 2010 - dheidler@suse.de
3851
3852 - fixed replacing releasever (for fedora systems) - (bnc#637470)
3853 - version 8.3.0 (0)
3854
3855 -------------------------------------------------------------------
3856 Fri Sep 24 13:07:25 CEST 2010 - mls@suse.de
3857
3858 - fix metalink4 parsing [bnc#641484]
3859
3860 -------------------------------------------------------------------
3861 Thu Sep 23 01:13:45 CEST 2010 - ma@suse.de
3862
3863 - Update zypp-po.tar.bz2
3864
3865 -------------------------------------------------------------------
3866 Mon Sep 20 15:31:31 UTC 2010 - dmacvicar@novell.com
3867
3868 - Allow per repository proxy settings like yum does.
3869   Including setting it to _none_ overriding the
3870   system proxy.
3871   Patch from Zhang, Qiang <qiang.z.zhang@intel.com>
3872 - version 8.2.1 (0)
3873
3874 -------------------------------------------------------------------
3875 Fri Sep 10 17:06:34 CEST 2010 - dheidler@suse.de
3876
3877 - fixed replacing basearch (for fedora systems) - (bnc#637473)
3878 - version 8.2.0 (0)
3879
3880 -------------------------------------------------------------------
3881 Fri Sep 10 11:57:29 CEST 2010 - ma@suse.de
3882
3883 - Report download failures in commit result (bnc#431854)
3884 - Fix Solvable::onSystemByUser returning true for uninstalled solvables.
3885 - version 8.1.3 (0)
3886
3887 -------------------------------------------------------------------
3888 Tue Aug 31 20:01:26 CEST 2010 - ma@suse.de
3889
3890 - Fix download-only not to omit source packages (bnc#635596)
3891 - version 8.1.2 (0)
3892
3893 -------------------------------------------------------------------
3894 Thu Aug 26 01:13:38 CEST 2010 - ma@suse.de
3895
3896 - Update zypp-po.tar.bz2
3897
3898 -------------------------------------------------------------------
3899 Fri Aug 13 12:33:26 UTC 2010 - dmacvicar@novell.com
3900
3901 - fix basearch url variable
3902 - use the right release package name on fedora
3903
3904 -------------------------------------------------------------------
3905 Tue Aug 10 13:18:08 CEST 2010 - ma@suse.de
3906
3907 - MediaDISK: Use blkid to verify disk volumes. (bnc#623226)
3908 - version 8.1.1 (0)
3909
3910 -------------------------------------------------------------------
3911 Sun Aug  8 01:13:37 CEST 2010 - ma@suse.de
3912
3913 - Update zypp-po.tar.bz2
3914
3915 -------------------------------------------------------------------
3916 Thu Aug  5 01:13:53 CEST 2010 - ma@suse.de
3917
3918 - Update zypp-po.tar.bz2
3919
3920 -------------------------------------------------------------------
3921 Tue Aug  3 16:17:04 CEST 2010 - ma@suse.de
3922
3923 - Fix memory leaks.
3924
3925 -------------------------------------------------------------------
3926 Mon Aug  2 11:58:57 CEST 2010 - ma@suse.de
3927
3928 - Enhance PoolItem interface to assist patch classification. (bnc#627316)
3929 - version 8.1.0 (0)
3930
3931 -------------------------------------------------------------------
3932 Tue Jul 27 15:38:00 CEST 2010 - ma@suse.de
3933
3934 - Fix bug in PoolQuery::addDependency
3935 - Disable MediaAria and enable MultiCurl as default http/ftp backend.
3936   MultiCurl implements MetaLink and Zsync support using libcurl. In
3937   case of trouble set ZYPP_MULTICURL=0 in the envirionment to disable
3938   the new backend.
3939 - version 8.0.1 (0)
3940
3941 -------------------------------------------------------------------
3942 Mon Jul 26 17:05:14 CEST 2010 - ma@suse.de
3943
3944 - Bump heads major version after 11.3 branched away.
3945 - version 8.0.0 (0)
3946
3947 -------------------------------------------------------------------
3948 Thu Jul 22 01:13:27 CEST 2010 - ma@suse.de
3949
3950 - Update zypp-po.tar.bz2
3951
3952 -------------------------------------------------------------------
3953 Wed Jul  7 13:56:49 CEST 2010 - ma@suse.de
3954
3955 - Add PoolQuery for name, edition AND architecture in one go. (bnc#614362)
3956 - version 7.8.0 (6)
3957
3958 -------------------------------------------------------------------
3959 Mon Jul  5 13:03:57 CEST 2010 - ma@suse.de
3960
3961 - Fix requirement to /usr/bin/uuidgen (bnc#613304)
3962
3963 -------------------------------------------------------------------
3964 Sun Jul  4 01:13:29 CEST 2010 - ma@suse.de
3965
3966 - Update zypp-po.tar.bz2
3967
3968 -------------------------------------------------------------------
3969 Tue Jun 29 17:46:13 CEST 2010 - ma@suse.de
3970
3971 - Fix CURLOPT_MAX_RECV_SPEED_LARGE expecting a curl_off_t argument.
3972
3973 -------------------------------------------------------------------
3974 Tue Jun 29 10:22:06 CEST 2010 - ma@suse.de
3975
3976 - Respect zypp.conf policy settings when solving for update.
3977
3978 -------------------------------------------------------------------
3979 Fri Jun 25 11:35:52 CEST 2010 - ma@suse.de
3980
3981 - Don't bloat logfile by logging install progess values.
3982
3983 -------------------------------------------------------------------
3984 Thu Jun 10 01:13:49 CEST 2010 - ma@suse.de
3985
3986 - Update zypp-po.tar.bz2
3987
3988 -------------------------------------------------------------------
3989 Mon Jun  7 17:52:50 CEST 2010 - ma@suse.de
3990
3991 - Add missing Date constant declarations.
3992 - version 7.7.5 (6)
3993
3994 -------------------------------------------------------------------
3995 Mon Jun  7 11:46:58 CEST 2010 - ma@suse.de
3996
3997 - Prevent against daemons launched in rpm %post, that do not close
3998   their filedescriptors. Original fix was accidentally reverted.
3999   (bnc#174548)
4000 - version 7.7.4 (6)
4001
4002 -------------------------------------------------------------------
4003 Sun Jun  6 01:13:52 CEST 2010 - ma@suse.de
4004
4005 - Update zypp-po.tar.bz2
4006
4007 -------------------------------------------------------------------
4008 Fri Jun  4 17:14:17 CEST 2010 - ma@suse.de
4009
4010 - Fix default evaluation of recommendations of installed
4011   packages (bnc#605490)
4012 - version 7.7.3 (6)
4013
4014 -------------------------------------------------------------------
4015 Thu Jun  3 01:14:08 CEST 2010 - ma@suse.de
4016
4017 - Update zypp-po.tar.bz2
4018
4019 -------------------------------------------------------------------
4020 Fri May 21 20:00:55 CEST 2010 - ma@suse.de
4021
4022 - Fix broken IdStringType comparison (bnc#607572)
4023 - version 7.7.2 (6)
4024
4025 -------------------------------------------------------------------
4026 Thu May 20 21:01:05 CEST 2010 - ma@suse.de
4027
4028 - Fix packages provided via delta rpm being placed in
4029   the wrong package cache (bnc#607583)
4030 - version 7.7.1 (6)
4031
4032 -------------------------------------------------------------------
4033 Thu May 20 01:13:49 CEST 2010 - ma@suse.de
4034
4035 - Update zypp-po.tar.bz2
4036
4037 -------------------------------------------------------------------
4038 Tue May 18 18:02:44 CEST 2010 - ma@suse.de
4039
4040 - Fix arch detection on sprac (bug #566291)
4041 - Arch: add sparc64v and sparcv9v and armv7l
4042 - RepoManager: refresh repo if last refresh is in the future (bnc#593617)
4043 - version 7.6.1 (6)
4044
4045 -------------------------------------------------------------------
4046 Mon May 17 15:25:14 CEST 2010 - ma@suse.de
4047
4048 - Fix package-manager-su to support LXDE (Andrea Florio) (bnc#582235)
4049 - Cleanup spec file (Pavol Rusnak)
4050 - version 7.6.0 (6)
4051
4052 -------------------------------------------------------------------
4053 Sun May 16 01:13:39 CEST 2010 - ma@suse.de
4054
4055 - Update zypp-po.tar.bz2
4056
4057 -------------------------------------------------------------------
4058 Wed May 12 19:09:54 CEST 2010 - ma@suse.de
4059
4060 - Add methods to evaluate gpg geys expiration dates.
4061 - Export all rpmDb keys to the zypp trusted keyring in one go.
4062 - version 7.6.0 (6)
4063
4064 -------------------------------------------------------------------
4065 Wed May 12 17:35:44 CEST 2010 - ma@suse.de
4066
4067 - Update zypp-po.tar.bz2
4068
4069 -------------------------------------------------------------------
4070 Sun May  9 01:13:45 CEST 2010 - ma@suse.de
4071
4072 - Update zypp-po.tar.bz2
4073
4074 -------------------------------------------------------------------
4075 Sat May  8 01:13:43 CEST 2010 - ma@suse.de
4076
4077 - Update zypp-po.tar.bz2
4078
4079 -------------------------------------------------------------------
4080 Fri May  7 01:13:55 CEST 2010 - ma@suse.de
4081
4082 - Update zypp-po.tar.bz2 (Revision: 54959)
4083
4084 -------------------------------------------------------------------
4085 Wed May  5 14:49:39 CEST 2010 - ma@suse.de
4086
4087 - Update zypp-po.tar.bz2 (Revision: 54959)
4088
4089 -------------------------------------------------------------------
4090 Tue May  4 01:13:43 CEST 2010 - ma@suse.de
4091
4092 - Update translations.
4093
4094 -------------------------------------------------------------------
4095 Mon May  3 18:12:36 CEST 2010 - ma@suse.de
4096
4097 - Improve solver.cleandepsOnRemove result by evaluating the install
4098   history to find packages installed on behalf of a user request (not
4099   auto added by the solver).
4100 - version 7.5.0 (5)
4101
4102 -------------------------------------------------------------------
4103 Sat May  1 01:13:43 CEST 2010 - ma@suse.de
4104
4105 - Update translations.
4106
4107 -------------------------------------------------------------------
4108 Fri Apr 30 01:13:46 CEST 2010 - ma@suse.de
4109
4110 - Update translations.
4111
4112 -------------------------------------------------------------------
4113 Thu Apr 29 17:10:29 CEST 2010 - ma@suse.de
4114
4115 - Cleanup when deleting packages. New zypp.conf expert option
4116   solver.cleandepsOnRemove telling whether the solver should per
4117   default try to remove packages exclusively required by the ones
4118   he's asked to delete (default false).
4119 - Resolver::cleandepsOnRemove API to allow applications to change
4120   the solver option.
4121 - version 7.4.0 (4)
4122
4123 -------------------------------------------------------------------
4124 Thu Apr 29 01:13:40 CEST 2010 - ma@suse.de
4125
4126 - Update translations.
4127
4128 -------------------------------------------------------------------
4129 Wed Apr 28 16:35:04 CEST 2010 - ma@suse.de
4130
4131 - Enable splitprovides on update.
4132
4133 -------------------------------------------------------------------
4134 Wed Apr 28 01:13:37 CEST 2010 - ma@suse.de
4135
4136 - Update translations.
4137
4138 -------------------------------------------------------------------
4139 Tue Apr 27 17:42:20 CEST 2010 - ma@suse.de
4140
4141 - Selectable: Classify broken but locked patch as isUnwanted (bnc#577118)
4142 - version 7.3.0 (2)
4143
4144 -------------------------------------------------------------------
4145 Tue Apr 27 11:25:17 CEST 2010 - ma@suse.de
4146
4147 - Use libudev to detect available cd/dvd devices (bnc#590707,fate#308980)
4148 - Fix specfile to BuildRequire libudev-devel.
4149 - version 7.2.0 (2)
4150
4151 -------------------------------------------------------------------
4152 Mon Apr 26 11:57:23 CEST 2010 - ma@suse.de
4153
4154 - Support URLs and ISOs ending on 'Media1', 'Media2', etc., when
4155   rewiting the URL to access a specific media number. By now only
4156   nanmes ending on 'CD' or 'DVD' were supported. (bnc#594850)
4157
4158 -------------------------------------------------------------------
4159 Fri Apr 23 01:13:34 CEST 2010 - ma@suse.de
4160
4161 - Update translations.
4162
4163 -------------------------------------------------------------------
4164 Wed Apr 21 01:13:38 CEST 2010 - ma@suse.de
4165
4166 - Update translations.
4167
4168 -------------------------------------------------------------------
4169 Tue Apr 20 16:56:59 CEST 2010 - ma@suse.de
4170
4171 - /etc/zypp/locks: Allow to specify edition ranges with
4172   solvable:name and dependencies.
4173 - version 7.1.1 (1)
4174
4175 -------------------------------------------------------------------
4176 Thu Apr 15 12:49:01 CEST 2010 - ma@suse.de
4177
4178 - Provide name of the lock holder in ZYppFactoryException. (bnc#580513)
4179 - version 7.1.0 (1)
4180
4181 -------------------------------------------------------------------
4182 Wed Apr 14 15:09:18 CEST 2010 - ma@suse.de
4183
4184 - Using boost-1.42 requires -fno-strict-aliasing (bnc#595545)
4185 - Bump major version for 11.3 development.
4186 - version 7.0.0 (0)
4187
4188 -------------------------------------------------------------------
4189 Tue Apr 13 14:36:31 CEST 2010 - ma@suse.de
4190
4191 - Fix parsing port from IPv6 URL (bnc#593385)
4192
4193 -------------------------------------------------------------------
4194 Fri Mar 26 19:23:59 CET 2010 - ma@suse.de
4195
4196 - Propagate ZConfig::setTextLocale to pool. (bnc#588850)
4197 - version 6.31.3 (31)
4198
4199 -------------------------------------------------------------------
4200 Fri Mar 26 13:50:08 CET 2010 - ma@suse.de
4201
4202 - Fix guessing package spec to match package names only. (bnc#590864)
4203 - version 6.31.2 (31)
4204
4205 -------------------------------------------------------------------
4206 Tue Mar 23 16:55:56 CET 2010 - ma@suse.de
4207
4208 - Add static Target::distributionLabel to return the baseproducts
4209   shortName and summary. Mainlu used for the bootloader menu. (bnc #586303)
4210 - version 6.31.1 (31)
4211
4212 -------------------------------------------------------------------
4213 Thu Mar 18 17:17:02 CET 2010 - ma@suse.de
4214
4215 - Fix broken bit values in enum VendorSupportOption (bnc#589331)
4216 - version 6.31.0 (31)
4217
4218 -------------------------------------------------------------------
4219 Fri Mar 12 14:46:25 CET 2010 - ma@suse.de
4220
4221 - Fix handling of symlinked packages in package cache. (bnc #585409)
4222 - version 6.30.5 (19)
4223
4224 -------------------------------------------------------------------
4225 Tue Feb 23 19:05:04 CET 2010 - jkupec@suse.cz
4226
4227 - Avoiding use of 'guest' if 'credentials' is used when moutning
4228   a CIFS share. This caused 'permission denied' error with certain
4229   server configurations (bnc #560496).
4230
4231 -------------------------------------------------------------------
4232 Tue Feb 23 17:31:05 CET 2010 - ma@suse.de
4233
4234 - Check if a downloaded file actually exists even if aria2c returned 0.
4235   (bnc #564816)
4236 - version 6.30.3 (19)
4237
4238 -------------------------------------------------------------------
4239 Mon Feb 22 15:25:34 CET 2010 - jkupec@suse.cz
4240
4241 - Made CURLE_PARTIAL_FILE an auto-retry error (bnc #471436)
4242
4243 -------------------------------------------------------------------
4244 Mon Feb 22 13:09:09 CET 2010 - ma@suse.de
4245
4246 - Turn off cookies when retrieving services repoindex.xml (bnc #573897)
4247 - Consider pending disable requests when removing service repositories. (bnc #572634)
4248 - version 6.30.1 (19)
4249
4250 -------------------------------------------------------------------
4251 Sun Feb 21 14:11:49 CET 2010 - jkupec@suse.cz
4252
4253 - RepoManager::cleanCacheDirGarbage added for removing directories
4254   which do not belong to any of known repos (bnc #467693)
4255 - version 6.30.0 (19)
4256
4257 -------------------------------------------------------------------
4258 Thu Feb 11 13:40:49 CET 2010 - ma@suse.de
4259
4260 - On SLE aria2 is not required, so conflict with a too old aria2
4261   version installed. (bnc #578052)
4262 - version 6.29.5 (19)
4263
4264 -------------------------------------------------------------------
4265 Wed Feb 10 12:45:21 CET 2010 - ma@suse.de
4266
4267 - Fix package-manager script wrongly escaping UTF-8 chars in path
4268   names (bnc #571410)
4269 - version 6.29.4 (19)
4270
4271 -------------------------------------------------------------------
4272 Mon Feb  8 13:21:40 CET 2010 - ma@suse.de
4273
4274 - Support an alternate SLE-SP1 translation set.
4275 - version 6.29.3 (19)
4276
4277 -------------------------------------------------------------------
4278 Wed Feb  3 15:57:13 CET 2010 - ma@suse.de
4279
4280 - Remember the enabled state of removed service repositories. This
4281   way we are able to restore service repositories correctly after a
4282   subscrition expired and gets renewed. (bnc #572634)
4283 - version 6.29.2 (19)
4284
4285 -------------------------------------------------------------------
4286 Thu Jan 28 16:12:25 CET 2010 - jkupec@suse.cz
4287
4288 - Abort aria2c download when the progress callback receives 'false'
4289   (bnc #545106)
4290
4291 -------------------------------------------------------------------
4292 Tue Jan 19 14:50:15 CET 2010 - ma@suse.de
4293
4294 - Evaluate SolvAttr::repositoryToolVersion to prevent loading
4295   outdated solv files. (bnc #570623)
4296 - version 6.29.0 (19)
4297
4298 -------------------------------------------------------------------
4299 Fri Jan 15 18:15:26 CET 2010 - jkupec@suse.cz
4300
4301 - Use regex to parse aria2c progress lines (bnc #570917)
4302 - version 6.28.1 (19)
4303
4304 -------------------------------------------------------------------
4305 Thu Jan  7 12:25:24 CET 2010 - jkupec@suse.cz
4306
4307 - Set SignatureFileChecker context even if the key is not known
4308   (bnc #495977)
4309 - version 6.28.0 (19)
4310
4311 -------------------------------------------------------------------
4312 Thu Dec 10 17:18:34 CET 2009 - jkupec@suse.cz
4313
4314 - RepoInfoBase::label() added for use in UI messages, plus
4315   ZConfig::repoLabelIsAlias()
4316
4317 -------------------------------------------------------------------
4318 Tue Dec  8 19:41:17 CET 2009 - ma@suse.de
4319
4320 - Fix transaction building in presence of multiversion installable items.
4321 - version 6.27.1 (19)
4322
4323 -------------------------------------------------------------------
4324 Fri Dec  4 17:19:58 CET 2009 - ma@suse.de
4325
4326 - Improve multiversion status handling and installation. (fate #305311)
4327 - version 6.27.0 (19)
4328
4329 -------------------------------------------------------------------
4330 Fri Dec  4 14:56:19 CET 2009 - jkupec@suse.cz
4331
4332 - Don't allow an alias to start with '.' (bnc #473834)
4333
4334 -------------------------------------------------------------------
4335 Thu Dec  3 12:00:16 CET 2009 - ma@suse.de
4336
4337 - PickList and status interface for handling packages which are
4338   installable in multiple versions. (fate #305311)
4339 - version 6.26.0 (19)
4340
4341 -------------------------------------------------------------------
4342 Wed Dec  2 13:10:43 CET 2009 - ma@suse.de
4343
4344 - Add Selectable::highestAvailableVersionObj. Returns the highest
4345   available package version, ignoring priorities and policies. (bnc #557557)
4346 - version 6.25.0 (19)
4347
4348 -------------------------------------------------------------------
4349 Mon Nov 30 17:56:02 CET 2009 - ma@suse.de
4350
4351 - Also parse <product> tag from .prod files <upgrade> section.
4352 - version 6.24.3 (19)
4353
4354 -------------------------------------------------------------------
4355 Fri Nov 27 11:20:34 CET 2009 - ma@suse.de
4356
4357 - Fix chroot execution of update scripts. (bnc #558813)
4358 - version 6.24.3 (19)
4359
4360 -------------------------------------------------------------------
4361 Thu Nov 26 16:06:52 CET 2009 - jkupec@suse.cz
4362
4363 - Fixed parsing of download speed from aria2c (bnc #537870)
4364
4365 -------------------------------------------------------------------
4366 Wed Nov 25 16:28:29 CET 2009 - ma@suse.de
4367
4368 - Add ui::Selecatble interface for picking specific package versions
4369   to install or delete if multiversion install is on.
4370 - version 6.24.0 (19)
4371
4372 -------------------------------------------------------------------
4373 Fri Nov 20 13:30:02 CET 2009 - ma@suse.de
4374
4375 - Parse zypp.conf multiversion option and make the setting available
4376   in pool and resolver.
4377 - version 6.23.0 (19)
4378
4379 -------------------------------------------------------------------
4380 Mon Nov 16 16:27:39 CET 2009 - ma@suse.de
4381
4382 - Specfile fixes to build on sle11-sp1.
4383 - Fix repository probing and building in presence of productdir. (bnc #553712)
4384 - version 6.22.3 (19)
4385
4386 -------------------------------------------------------------------
4387 Thu Nov 12 15:31:10 UTC 2009 - dmacvicar@suse.de
4388
4389 - Forward port and document already present changes
4390   from Code11-Branch
4391   * void SEGV if trying to access data of installed packages, that were
4392     deleted behind our back (bnc #530595)
4393   * ProxyInfoSysconfig: take care variables get initialized.
4394   * Fix parsing of rpm.install.excludedocs option (bnc #518883)
4395   * Use rpm variables in specfile. (bnc #512466)
4396   * Fix to compile with -Werror=format-security
4397   * Fix packageand() in testcase generation
4398   * Don't link unneeded libraries. (bnc #490895)
4399   * Fix Patch::categoryEnum.
4400   * Adapt to changed satsolver API. (bnc #480303)
4401   * Taking ALL translations for generating GMO files (bnc #458739)
4402   * Advice users to contact NCC if access to a 'novell.com'
4403     repository is denied (bnc #464586).
4404 - version 6.22.2 (19)
4405
4406 -------------------------------------------------------------------
4407 Thu Nov 12 11:53:04 CET 2009 - ma@suse.de
4408
4409 - Raised the limit of redirections from 3 to 6 (bnc #465532)
4410 - Following redirections also for https (bnc #545722).
4411 - Following https redirections requires at least libcurl4-7.19.4. (bnc #553895)
4412 - Do not report cached packages as being downloaded. (bnc #545295)
4413 - Per default do not collect and report deleted files outside bin and lib
4414   directories for 'zypper ps'. (bnc #554480)
4415 - version 6.22.1 (19)
4416
4417 -------------------------------------------------------------------
4418 Wed Nov 11 13:54:52 CET 2009 - ma@suse.de
4419
4420 - CheckAccessDeleted: Per default do not collect and report deleted files
4421   that outside bin and lib directories. 'zypper ps' reporting false positive
4422   seems to confuse. (bnc #554480)
4423
4424 -------------------------------------------------------------------
4425 Wed Nov 11 11:45:01 CET 2009 - ma@suse.de
4426
4427 - Following https redirections requires at least libcurl4-7.19.4. (bnc #553895)
4428
4429 -------------------------------------------------------------------
4430 Fri Nov  6 22:16:10 CET 2009 - ma@suse.de
4431
4432 - dup: Process drop list only if product actually changes. (bnc #552180)
4433 - Selectable: Consider allowed arch/noarch changes when comuting candiadates.
4434 - version 6.22.0 (19)
4435
4436 -------------------------------------------------------------------
4437 Mon Nov  2 21:33:40 CET 2009 - ma@suse.de
4438
4439 - Enhance interface for zypper. (bnc #551956)
4440 - version 6.21.4 (19)
4441
4442 -------------------------------------------------------------------
4443 Mon Nov  2 20:03:31 CET 2009 - ma@suse.de
4444
4445 - CIFS/SMB: Support mountoption 'noguest' to prevent passing 'guest' option
4446   to mount. "cifs://server/share/path?mountoptions=noguest,ro" (bnc #547354)
4447 - version 6.21.3 (19)
4448
4449 -------------------------------------------------------------------
4450 Mon Nov  2 16:35:33 CET 2009 - ma@suse.de
4451
4452 - CheckAccessDeleted: Avoid reporting false positive due to insufficient
4453   permission.
4454
4455 -------------------------------------------------------------------
4456 Mon Nov  2 13:59:33 CET 2009 - ma@suse.de
4457
4458 - Don't try to access droplist of dropped products. (bnc #551697)
4459 - version 6.21.2 (19)
4460
4461 -------------------------------------------------------------------
4462 Fri Oct 30 12:30:48 CET 2009 - ma@suse.de
4463
4464 - Don't try to use an empty proxy string. (bnc #551314)
4465 - MediaSMB failed to pass the --workgroup option to mount. (bnc #547354)
4466 - version 6.21.1 (19)
4467
4468 -------------------------------------------------------------------
4469 Fri Oct 30 11:28:05 CET 2009 - ma@suse.de
4470
4471 - New class PoolItemBest: Find the best candidates e.g. in a PoolQuery
4472   result. ui::Selectabe enhancements. Both will aid applications to
4473   install package sets determined by query results. (bnc # 548392)
4474 - Fix upgradeRepo solution to keep obsolete packages. (bnc #550915)
4475 - Updated iso3166-1 country codes (bnc #531350)
4476 - version 6.21.0 (19)
4477
4478 -------------------------------------------------------------------
4479 Tue Oct 27 12:30:29 CET 2009 - ma@suse.de
4480
4481 - Add Resolver::upgradingRepo demanded by GUI. (bnc #548551)
4482 - version 6.20.0 (19)
4483
4484 -------------------------------------------------------------------
4485 Thu Oct 22 15:09:57 CEST 2009 - ma@suse.de
4486
4487 - Fixes to make libzypp-bindings compile.
4488 - version 6.19.3 (19)
4489
4490 -------------------------------------------------------------------
4491 Tue Oct 20 16:06:13 CEST 2009 - ma@suse.de
4492
4493 - Credentials are passed as commandline options to aria2c, so strip any
4494   'user@' from the URL. Otherwise aria will use an empty password for
4495   this URL and authentication will fail. (bnc #544634)
4496 - version 6.19.2 (19)
4497
4498 -------------------------------------------------------------------
4499 Mon Oct 19 13:39:31 CEST 2009 - ma@suse.de
4500
4501 - Repository::setInfo: Propagate priority changes to the solver to
4502   avoid reloading the whole repo (bnc #498266).
4503 - version 6.19.1 (19)
4504
4505 -------------------------------------------------------------------
4506 Thu Oct 15 20:48:02 CEST 2009 - ma@suse.de
4507
4508 - ResStatus: add isOrphaned to test whether a package is not provided
4509   by any enabled repository. Orphaned packages are usually good candidates
4510   for cleanup unless the providing repository was intentionally disabled.
4511 - version 6.19.0 (19)
4512
4513 -------------------------------------------------------------------
4514 Thu Oct 15 17:28:38 CEST 2009 - dmacvicar@suse.de
4515
4516 - aria2: pass credentials in a file instead of the command line
4517   which is logged.
4518 - aria2: we get the url in the progress if there is no response
4519   from the server yet, handle that to avoid flooding the log.
4520 - version 6.18.2 (17)
4521
4522 -------------------------------------------------------------------
4523 Thu Oct 15 16:56:25 CEST 2009 - ma@suse.de
4524
4525 - Performing a dist upgrade the solver may try to delete old and no
4526   longer provided (dropped) packages, even if they do not cause any
4527   dependency problem. This behaviour may be trurned off via zypp.conf
4528   option solver.upgradeRemoveDropedPackages. (bnc #539543)
4529 - New zypp.conf option solver.upgradeRemoveDropedPackages (true).
4530 - Add Product::droplist: List of dropped packages, i.e. packages no
4531   longer provided by a product.
4532 - version 6.18.1 (17)
4533
4534 -------------------------------------------------------------------
4535 Wed Oct  7 16:45:21 CEST 2009 - ma@suse.de
4536
4537 - Return update messages via ZYppCommitResult. Support variable
4538   substitution in notification command. (fate #301175)
4539 - Fix evaluation of no_proxy entries (bnc #543337)
4540 - aria/curl: Fix header data in case the target is
4541   not initialized when downloading.
4542 - version 6.18.0 (17)
4543
4544 -------------------------------------------------------------------
4545 Thu Sep 24 17:21:45 CEST 2009 - ma@suse.de
4546
4547 - Add zypp.conf option update.messages.notify: Command to be invoked
4548   to send update messages. (fate #301175)
4549 - version 6.17.2 (17)
4550
4551 -------------------------------------------------------------------
4552 Tue Sep 22 20:32:38 CEST 2009 - ma@suse.de
4553
4554 - Add Selectable::updateCandidateObj returning the candidate for
4555   update, if there is one. The updateCandidate must not violate
4556   any active solver policy.
4557 - version 6.17.1 (17)
4558
4559 -------------------------------------------------------------------
4560 Fri Sep 18 17:20:37 CEST 2009 - ma@suse.de
4561
4562 - Make sure rpmReadConfigFiles was called before using librpm (bnc #539603).
4563 - Remove dead rpm database caching code from class RpmDb.
4564 - version 6.17.0 (17)
4565
4566 -------------------------------------------------------------------
4567 Fri Sep 11 15:13:30 CEST 2009 - ma@km13.de
4568
4569 - New commit.downloadMode option in zypp.conf. Allows to set a
4570   prefered download policy for commit.
4571 - version 6.16.0 (11)
4572
4573 -------------------------------------------------------------------
4574 Thu Sep 10 19:03:01 CEST 2009 - ma@suse.de
4575
4576 - Support nfs4 (nfs4://... or nfs://...?type=nfs4) (fate #306451)
4577 - Added Url::schemeIsLocal, schemeIsRemote, schemeIsVolatile and
4578   schemeIsDownloading.
4579 - version 6.15.0 (11)
4580
4581 -------------------------------------------------------------------
4582 Wed Sep  9 15:02:18 CEST 2009 - ma@suse.de
4583
4584 - Add Capability::guessPackageSpec; parser also supporting "name-ver-rel.arch"
4585   formats for building Capabilities(originally "name.arch=ver-rel").
4586 - version 6.14.3 (11)
4587
4588 -------------------------------------------------------------------
4589 Mon Sep  7 17:31:20 CEST 2009 - ma@suse.de
4590
4591 - Fix resolution to force installation even if dependencies are missing.
4592   (bnc #531564)
4593 - Rephrase solver resolution to point out if a package will break.
4594   (bnc #520083)
4595
4596 -------------------------------------------------------------------
4597 Fri Sep  4 12:19:50 CEST 2009 - ma@suse.de
4598
4599 - Lock rpms architecture only on distupgrade of the running system.
4600   (bnc #458520)
4601 - version 6.14.2 (11)
4602
4603 -------------------------------------------------------------------
4604 Thu Sep  3 13:41:31 CEST 2009 - ma@suse.de
4605
4606 - Fix PoolQuery comparison (bnc #528755)
4607 - Fix serialization and restore of predicated PoolQueries.
4608 - version 6.14.0 (11)
4609
4610 -------------------------------------------------------------------
4611 Mon Aug 31 15:17:01 CEST 2009 - ma@suse.de
4612
4613 - package-manager script: Fall back to package selection if no
4614   packages are passed on the commandline. (bnc #529137)
4615
4616 -------------------------------------------------------------------
4617 Fri Aug 28 17:33:55 CEST 2009 - dmacvicar@suse.de
4618
4619 - package-manager script:
4620   do not fail if kpackagekit is not installed (bnc #529510)
4621 - version 6.13.3 (11)
4622
4623 -------------------------------------------------------------------
4624 Wed Aug 26 15:55:22 CEST 2009 - ma@suse.de
4625
4626 - Tune CheckAccessDeleted to focus on libraries and executables.
4627 - version 6.13.2 (11)
4628
4629 -------------------------------------------------------------------
4630 Thu Aug  6 18:18:21 CEST 2009 - ma@suse.de
4631
4632 - Provide class CheckAccessDeleted and command zypp-CheckAccessDeleted
4633   to check for running processes which access meanwhile deleted files or
4634   libraries.  This may be used after commit, when trying to figure out
4635   which services need to be restated. (fate #300763).
4636 - version 6.13.1 (11)
4637
4638 -------------------------------------------------------------------
4639 Mon Aug  3 18:46:13 CEST 2009 - ma@suse.de
4640
4641 - New Resolver::addUpgradeRepo to perform a dist upgrade restricted to
4642   certain repositories.
4643 - version 6.13.0 (11)
4644
4645 -------------------------------------------------------------------
4646 Fri Jul 31 17:55:33 CEST 2009 - ma@suse.de
4647
4648 - Remove confusing newlines in vendor change info (bnc #503859)
4649 - Removing a package lock was not counted as state change (bnc #501850)
4650 - Take solver_allowVendorChange option into account when computing the
4651   Selectables default candidate.
4652 - version 6.12.0 (11)
4653
4654 -------------------------------------------------------------------
4655 Wed Jul 29 13:36:19 CEST 2009 - ma@suse.de
4656
4657 - Avoid deadlock after fork and failed exec. (bnc 493152)
4658 - No need to manually detect the location of aria2 binary.
4659 - version 6.11.4 (11)
4660
4661 -------------------------------------------------------------------
4662 Tue Jul 28 23:05:43 CEST 2009 - jkupec@suse.cz
4663
4664 - Fixed parsing of download rate report (changed in aria2 1.4.0)
4665   (bnc #513944)
4666
4667 -------------------------------------------------------------------
4668 Mon Jul 27 16:05:43 CEST 2009 - ma@suse.de
4669
4670 - Create LogControl on demand instead of using a static var. (bnc #525339)
4671 - version 6.11.2 (11)
4672
4673 -------------------------------------------------------------------
4674 Thu Jul 23 00:22:50 CEST 2009 - ma@km13.de
4675
4676 - New misc::defaultLoadSystem: Convenience to create the ZYpp instance
4677   and load target and enabled repositories.
4678
4679 -------------------------------------------------------------------
4680 Wed Jul 22 14:57:32 CEST 2009 - ma@suse.de
4681
4682 - New class InstanceId to build strings to identify/retrieve specific
4683   Solvables.
4684 - version 6.11.1 (11)
4685
4686 -------------------------------------------------------------------
4687 Mon Jul 20 23:57:46 CEST 2009 - ma@km13.de
4688
4689 - Add download policies to ZYppCommitPolicy, supporting DownloadOnly
4690   and DownloadInAdvance. (fate #302159, fate #305624)
4691 - version 6.11.0 (11)
4692
4693 -------------------------------------------------------------------
4694 Thu Jul 16 17:05:27 CEST 2009 - dmacvicar@suse.de
4695
4696 - add support to the package-manager script to use kpackagekit
4697   or gnome-packagekit if available, which allows to install local
4698   rpms with one click from file manager following desktop policies
4699   and fetching other dependencies if required.
4700   (fate #306526)
4701 - version 6.10.5 (10)
4702
4703 -------------------------------------------------------------------
4704 Thu Jul 16 16:25:24 CEST 2009 - ma@suse.de
4705
4706 - New solver.upgradeTestcasesToKeep option in zypp.conf. It tells
4707   how many dist upgrade solver testcases should be kept on the system.
4708   Per default just the last two are kept.
4709 - version 6.10.4 (10)
4710
4711 -------------------------------------------------------------------
4712 Wed Jul 15 17:53:43 CEST 2009 - ma@suse.de
4713
4714 - Don't write a solver testcase when solving for dist upgrade,
4715   but when actually committing.
4716 - version 6.10.3 (10)
4717
4718 -------------------------------------------------------------------
4719 Wed Jul 15 16:45:39 CEST 2009 - ma@suse.de
4720
4721 - Add new string Match::Mode STRINGSTART and STRINGEND.
4722
4723 -------------------------------------------------------------------
4724 Tue Jul 15 14:38:51 CEST 2009 - jkupec@suse.cz
4725
4726 - log redirections when cURL media backend is used (fate #305320).
4727
4728 -------------------------------------------------------------------
4729 Tue Jul 14 18:15:51 CEST 2009 - ma@suse.de
4730
4731 - Support "product version" detection on systems not using
4732   /etc/product.d/baseproduct by looking for the first package
4733   providing ZConfig::distroverpkg (defaults to redhat-release).
4734 - version 6.10.2 (10)
4735
4736 -------------------------------------------------------------------
4737 Fri Jul 10 15:21:39 CEST 2009 - ma@suse.de
4738
4739 - Adapt to boost_unit_test_framework-1.38.
4740 - version 6.10.1 (10)
4741
4742 -------------------------------------------------------------------
4743 Wed Jul  8 16:19:31 CEST 2009 - ma@suse.de
4744
4745 - Remove obsolete UpgradeStatistics class from libzypp.
4746
4747 -------------------------------------------------------------------
4748 Tue Jul  7 17:45:47 CEST 2009 - ma@suse.de
4749
4750 - Fix HistoryLog to initialize on demand.
4751 - version 6.10.0 (10)
4752
4753 -------------------------------------------------------------------
4754 Fri Jul  3 13:01:13 CEST 2009 - ma@suse.de
4755
4756 - Fix parsing of rpm.install.excludedocs option (bnc #518883)
4757
4758 -------------------------------------------------------------------
4759 Fri Jul  3 09:20:56 CEST 2009 - ma@suse.de
4760
4761 - When unmounting ISO images, don't mix up exceptions thrown by the
4762   loop mounted ISO and those thrown by the media containing it.
4763   (bnc #517856)
4764
4765 -------------------------------------------------------------------
4766 Thu Jul  2 16:42:42 CEST 2009 - ma@suse.de
4767
4768 - Adapt to satsolvers improved dataiterator handling.
4769 - version 6.9.3 (8)
4770
4771 -------------------------------------------------------------------
4772 Wed Jul  1 18:05:54 CEST 2009 - ma@suse.de
4773
4774 - Support PoolQuery for sub-structures attributes. (fate #305503)
4775 - version 6.9.2 (8)
4776
4777 -------------------------------------------------------------------
4778 Wed Jul  1 13:44:04 CEST 2009 - ma@suse.de
4779
4780 - Running as non-root user use a temporary @System solvfile in case the
4781   global one is outdated and needed refresh. (bnc #517183)
4782 - version 6.9.1 (8)
4783
4784 -------------------------------------------------------------------
4785 Tue Jun 30 16:32:08 CEST 2009 - ma@suse.de
4786
4787 - Enhance LookupAttr to allow direct query of attributes within
4788   sub-structures (flexarrays).
4789
4790 -------------------------------------------------------------------
4791 Fri Jun 26 12:06:51 CEST 2009 - ma@suse.de
4792
4793 - Enhance PoolQueryIterator to allow detailed inspection of attribute
4794   matches.
4795 - Prefer datadir stored as repo attribute, but fallback searching in
4796   solvbales (old solv files do this).
4797 - version 6.9.0 (8)
4798
4799 -------------------------------------------------------------------
4800 Tue Jun 23 13:29:36 CEST 2009 - ma@suse.de
4801
4802 - Allow building libzypp with rpm-5 (experimental)
4803 - version 6.8.3 (8)
4804
4805 -------------------------------------------------------------------
4806 Wed Jun 17 15:39:17 CEST 2009 - ma@suse.de
4807
4808 - Allow building libzypp without HAL (not recommended). Without HAL
4809   CD/DVD device detection is limited to /dev/dvd and /dev/cdrom.
4810 - version 6.8.2 (8)
4811
4812 -------------------------------------------------------------------
4813 Fri Jun  5 21:16:45 CEST 2009 - ma@suse.de
4814
4815 - Fix solver to use IdSting to avoid failing vendor checks.
4816 - version 6.8.1 (8)
4817
4818 -------------------------------------------------------------------
4819 Thu Jun  4 14:22:58 CEST 2009 - ma@suse.de
4820
4821 - Cleanup and remove deprecated interface methods.
4822 - version 6.8.0 (8)
4823
4824 -------------------------------------------------------------------
4825 Fri May 29 20:12:55 CEST 2009 - ma@suse.de
4826
4827 - Improve PoolQuery to allow queries on dependencies. (bnc #475682)
4828 - version 6.7.0 (6)
4829
4830 -------------------------------------------------------------------
4831 Thu May 28 12:53:02 CEST 2009 - ma@suse.de
4832
4833 - New solver.allowVendorChange expert option in zypp.conf.
4834 - version 6.6.0 (6)
4835
4836 ------------------------------------------------------------------
4837 Wed May 20 14:23:07 CEST 2009 - ma@suse.de
4838
4839 - Fix lost housekeeping data in modifyRepo (bnc #503207)
4840
4841 -------------------------------------------------------------------
4842 Fri May  8 16:43:47 CEST 2009 - ma@suse.de
4843
4844 - Allow service refresh to change a repositories url (bnc #502157)
4845
4846 -------------------------------------------------------------------
4847 Tue May  5 13:39:08 CEST 2009 - ma@suse.de
4848
4849 - Detect and compile with rpm 4.7 (bnc #444211)
4850 - version 6.5.2 (5)
4851
4852 -------------------------------------------------------------------
4853 Mon May  4 16:19:54 CEST 2009 - ma@suse.de
4854
4855 - Improve problem report on broken systemCheck rule (bnc #475144)
4856
4857 -------------------------------------------------------------------
4858 Mon Apr 27 15:26:54 CEST 2009 - ma@suse.de
4859
4860 - In update repos providing multiple release package versions for
4861   the same product, link a product to the latest version. (bnc #497696)
4862
4863 -------------------------------------------------------------------
4864 Mon Apr 27 14:28:07 CEST 2009 - ma@suse.de
4865
4866 - New classes wraping satsolver datamatcher (Match and sat::AttrMatcher)
4867 - Extend LookupAttr to support matching specific string patterns.
4868 - Rewrote PoolQuery::Iterator (adapt to AttrMatcher, fixes and speedup)
4869 - version 6.5.0 (5)
4870
4871 -------------------------------------------------------------------
4872 Thu Apr 16 12:49:40 CEST 2009 - ma@suse.de
4873
4874 - Soft lock packages deleted on behalf of a user request.
4875 - version 6.4.1 (2)
4876
4877 -------------------------------------------------------------------
4878 Tue Mar 31 15:51:32 CEST 2009 - ma@suse.de
4879
4880 - New zypp.conf option 'download.media_preference': Hint which media
4881   to prefer when installing packages (download vs. CD).
4882 - version 6.4.0 (2)
4883
4884 ------------------------------------------------------------------
4885 Thu Mar 12 18:38:30 CET 2009 - ma@suse.de
4886
4887 - Add Resolver::setSolveSrcPackages. Per default disable solving
4888   of source package dependencies. We will later allow to enable
4889   it per package.
4890 - version 6.3.0 (2)
4891
4892 -------------------------------------------------------------------
4893 Fri Mar  6 17:17:26 CET 2009 - dmacvicar@suse.de
4894
4895 - aria2: show the download speed in the right unit
4896 - aria2: show the filename in progress, not the repository
4897 - aria2: don't show done twice
4898
4899 -------------------------------------------------------------------
4900 Thu Mar  5 14:52:44 CET 2009 - ma@suse.de
4901
4902 - Remove a lock if the locking process is in zombie state. (bnc #481577)
4903
4904 -------------------------------------------------------------------
4905 Wed Mar  4 00:13:19 CET 2009 - jkupec@suse.cz
4906
4907 - zypp.conf: fixed and enabled 'servicesdir'
4908
4909 -------------------------------------------------------------------
4910 Tue Mar  3 13:38:11 CET 2009 - dmacvicar@suse.de
4911
4912 - aria2: implement speed indicators (bnc#475506)
4913 - aria2: implement progress indicators correctly (bnc#473846)
4914 - aria2: fix broken pipe when looking for aria2c which caused
4915          a fallback to curl. (bnc#480930)
4916 - aria2: implement saving and reading mirror stats data in
4917          /var/cache/zypp/aria2.stats
4918 - aria2: handle failover correctly (bnc#481115)
4919 - aria2: various improvements in error and report  handling
4920 - aria2: curl: reset settings on attach to avoid duplicate
4921   headers
4922 - version 6.2.1 (2)
4923
4924 -------------------------------------------------------------------
4925 Tue Mar  3 12:44:24 CET 2009 - ma@suse.de
4926
4927 - Adapt to changed satsolver API.
4928
4929 -------------------------------------------------------------------
4930 Fri Feb 27 16:23:36 CET 2009 - dmacvicar@suse.de
4931
4932 - Make sure Fetcher pass optional files as non-interactive
4933 - Fixes file does not exist error when key/sig does not exist
4934 - version 6.2.0 (2)
4935
4936 -------------------------------------------------------------------
4937 Thu Feb 26 13:49:56 CET 2009 - ma@suse.de
4938
4939 - Use correct default for zconfig(solver.checkSystemFile) (bnc# 475144)
4940
4941 -------------------------------------------------------------------
4942 Thu Feb 26 01:25:33 CET 2009 - ma@suse.de
4943
4944 - Prevent ResStatus from overriding user locks. (bnc #475230)
4945
4946 -------------------------------------------------------------------
4947 Sun Feb 22 15:27:11 CET 2009 - ma@suse.de
4948
4949 - Never refresh repositories from CD/DVD, once they are created. (bnc #476429)
4950
4951 -------------------------------------------------------------------
4952 Sat Feb 21 18:31:17 CET 2009 - dmacvicar@suse.de
4953
4954 Implemented the following options with aria backend:
4955
4956 - download.max_concurrent_connections (default 2)
4957   download.min_download_speed (default no limit)
4958   download.max_download_speed (default no limit)
4959   download.max_silent_tries (default 5)
4960
4961 -------------------------------------------------------------------
4962 Fri Feb 20 16:28:19 CET 2009 - dmacvicar@suse.de
4963
4964 - MediaAria2c: allow disabling aria2 using ZYPP_ARIA2C=0.
4965   Various improvements including file existence checking
4966   Disable HEAD request if aria2c >= 1.20
4967   Restrict max connections to 2 for now.
4968
4969 -------------------------------------------------------------------
4970 Wed Feb 18 15:51:38 CET 2009 - ma@suse.de
4971
4972 - Neither lose packages with empty name, nor SEGV when processing them. (bnc #470011)
4973
4974 -------------------------------------------------------------------
4975 Tue Feb 17 23:17:54 CET 2009 - ma@suse.de
4976
4977 - Compute obsoletes based on names only (not considering provides) (bnc #471023)
4978
4979 -------------------------------------------------------------------
4980 Tue Feb 17 12:56:57 CET 2009 - jkupec@suse.cz
4981
4982 - Fixed FTP authentication (bnc #472879)
4983
4984 -------------------------------------------------------------------
4985 Wed Feb 11 13:31:03 CET 2009 - ma@suse.de
4986
4987 - Follow IEC and use the binary prefixes (KiB,MiB,GiB) for printing Byte
4988   counts based on a power of 1024 (formerly just K,M,G). Byte counts based
4989   on a power of 1000 stay unaffected (kB,MB,GB).
4990
4991 -------------------------------------------------------------------
4992 Mon Feb  9 13:14:26 CET 2009 - ma@suse.de
4993
4994 - Fix installation prompting for the wrong CD/DVD. (bnc #472892)
4995
4996 -------------------------------------------------------------------
4997 Tue Feb  3 18:07:38 CET 2009 - ma@suse.de
4998
4999 - Send any output from rpm install/delete scripts via callback, so
5000   applications are able to display it. (bnc #369450)
5001
5002 -------------------------------------------------------------------
5003 Mon Feb  2 14:12:08 CET 2009 - ma@suse.de
5004
5005 - Add missing translations (bnc #256289)
5006
5007 -------------------------------------------------------------------
5008 Wed Jan 28 14:37:28 CET 2009 - jkupec@suse.cz
5009
5010 - HistoryLogReader added
5011
5012 -------------------------------------------------------------------
5013 Tue Jan 27 13:35:44 CET 2009 - ma@suse.de
5014
5015 - Respect content-file DATDIR when downloading packages. (bnc #468612)
5016
5017 -------------------------------------------------------------------
5018 Tue Jan 27 13:28:54 CET 2009 - jkupec@suse.cz
5019
5020 - Enabled CredentialManager for MediaSMB (bnc #460970).
5021 - Ignore URL's username, password, and query string in AuthData
5022   comparator in CredentialManager.
5023
5024 -------------------------------------------------------------------
5025 Mon Jan 26 12:41:07 CET 2009 - ma@suse.de
5026
5027 - Let vendor checks per default differ between 'openSUSE Build Service'
5028   and 'openSUSE' (bnc #467262).
5029
5030 -------------------------------------------------------------------
5031 Fri Jan 23 12:34:44 CET 2009 - ma@suse.de
5032
5033 - Fix handling of plaindir repos on mounted devices (e.g. USB) (bnc #464778)
5034 - Fix plaindir checksum computation not to to follow symlinks (bnc #464778)
5035
5036 -------------------------------------------------------------------
5037 Thu Jan 22 10:41:27 CET 2009 - ma@suse.de
5038
5039 - Tell satsolver about product buddies (bnc #466565)
5040
5041 -------------------------------------------------------------------
5042 Fri Jan  9 17:01:10 CET 2009 - jkupec@suse.cz
5043
5044 - handle HTTP 503 reponses as temporary errors (bnc #462545)
5045
5046 -------------------------------------------------------------------
5047 Thu Dec 18 22:26:18 CET 2008 - ma@suse.de
5048
5049 - Fixed lost user request to abort during commit. (bnc #388810, bnc #450273)
5050 - revision 11954
5051 - version 5.25.0 (23)
5052
5053 -------------------------------------------------------------------
5054 Thu Dec 18 13:02:27 CET 2008 - ma@suse.de
5055
5056 - Add Package::filelist, faster and less memory consuming
5057   implementation of Package::filenames (now deprecated).
5058 - revision 11949
5059
5060 -------------------------------------------------------------------
5061 Thu Dec 11 21:39:50 CET 2008 - ma@suse.de
5062
5063 - Add str::hexencode and str::hexdecode to encode special characters
5064   in a string as %XX.
5065 - Hexdecode modalias strings in rpm dependencies because rpm does not
5066   allow comma, blank and other special chars. (bnc #456695)
5067 - revision 11927
5068
5069 -------------------------------------------------------------------
5070 Thu Dec 11 17:13:06 CET 2008 - ma@suse.de
5071
5072 - Catch and report media errors when proving packages. (bnc #457652)
5073 - revision 11926
5074
5075 -------------------------------------------------------------------
5076 Wed Dec 10 16:09:08 CET 2008 - ma@suse.de
5077
5078 - Remove obsolete zypp.conf::productsdir and deprecate
5079   ZConfig::productsPath().
5080 - Monitor /etc/products.d to determine if @system.solv needs to be
5081   rebuilt. (bnc #457933)
5082 - revision 11923
5083 - version 5.24.7 (23)
5084
5085 -------------------------------------------------------------------
5086 Mon Dec  8 15:31:18 CET 2008 - ma@suse.de
5087
5088 - Execute patch scripts chroot to the installed system. (bnc #456795)
5089 - revision 11908
5090
5091 -------------------------------------------------------------------
5092 Mon Dec  8 10:39:30 CET 2008 - schubi@suse.de
5093
5094 - Make the solver reset function public (bnc #439373)
5095 - Revision 11904
5096
5097 -------------------------------------------------------------------
5098 Sun Dec  7 20:21:09 CET 2008 - coolo@suse.de
5099
5100 - note for coolo: do not trust bash advisory from TPM colleagues
5101
5102 -------------------------------------------------------------------
5103 Fri Dec  5 14:22:11 CET 2008 - ma@suse.de
5104
5105 - Fix solvers inappropriate selection as byUSER (bnc 455965)
5106 - revision 11891
5107 - version 5.24.6 (23)
5108
5109 -------------------------------------------------------------------
5110 Thu Dec  4 11:10:35 CET 2008 - coolo@suse.de
5111
5112 - fix %post script to not warn on fresh install
5113
5114 -------------------------------------------------------------------
5115 Mon Dec  1 19:38:24 CET 2008 - ma@suse.de
5116
5117 - Fix install order computation losing some installed packages
5118   pre-requirements. (bnc #439802)
5119 - revision 11845
5120 - version 5.24.5 (23)
5121
5122 -------------------------------------------------------------------
5123 Fri Nov 28 16:33:56 CET 2008 - ma@suse.de
5124
5125 - Prune soft locks to prevent installation but not update of
5126   already installed packages.
5127 - revision 11829
5128 - version 5.24.4 (23)
5129
5130 -------------------------------------------------------------------
5131 Fri Nov 28 11:36:03 CET 2008 - schubi@suse.de
5132
5133 - Taking solutions which based on user requirements/conflict
5134   "by User" solutions (bnc #442718)
5135 - revision 11825
5136
5137 -------------------------------------------------------------------
5138 Fri Nov 28 00:05:17 CET 2008 - ma@suse.de
5139
5140 - Take into account the requirements of all obsoleted packages uninstall
5141   scripts when computing the installation order. (bnc #439802)
5142 - revision 11823
5143 - version 5.24.3 (23)
5144
5145 -------------------------------------------------------------------
5146 Thu Nov 27 14:45:07 CET 2008 - dmacvicar@suse.de
5147
5148 - fix maybeUnsuported() method returning wrong result
5149 - add testcase for future coverage
5150 - don't force time based uuid for anonymous id string (bnc #449654)
5151 - RELEASE: 5.24.2 (23)
5152
5153 -------------------------------------------------------------------
5154 Wed Nov 26 17:18:00 CET 2008 - ma@suse.de
5155
5156 - Call 'repo2solv -R' (recursive scan) for plaindir repos. (bnc #443350)
5157 - revision 11810
5158
5159 -------------------------------------------------------------------
5160 Wed Nov 26 17:09:12 CET 2008 - dmacvicar@suse.de
5161
5162 - SHA1SUMS.key is not imported by zypp as known key (bnc #446188)
5163 - path and url in add_on_products.xml is evaluated wrong
5164   (bnc #446170)
5165
5166 -------------------------------------------------------------------
5167 Mon Nov 24 17:47:35 CET 2008 - schubi@suse.de
5168
5169 - activate locking for doUpdate (bnc #447684)
5170 - revision 11792
5171 - RELEASE: 5.24.1 (23)
5172
5173 -------------------------------------------------------------------
5174 Fri Nov 21 16:56:10 CET 2008 - dmacvicar@suse.de
5175
5176 - remove unused updaterepokey, replaced by repo
5177   product information
5178
5179 -------------------------------------------------------------------
5180 Fri Nov 21 15:12:52 CET 2008 - jkupec@suse.cz
5181
5182 - fixed uninitialized value in OnMediaLocation (bnc #447010)
5183 - revision 11770
5184
5185 -------------------------------------------------------------------
5186 Thu Nov 20 23:59:16 CET 2008 - ma@suse.de
5187
5188 - Fix retrieval of deltarpm info.
5189 - revision 11764
5190 - version 5.24.0 (23)
5191
5192 -------------------------------------------------------------------
5193 Thu Nov 20 22:15:28 CET 2008 - ma@suse.de
5194
5195 - Fix retrieval of Repository attributes like timestamps, keywords
5196   and product info.
5197 - revision 11760
5198
5199 -------------------------------------------------------------------
5200 Thu Nov 20 19:30:05 CET 2008 - ma@suse.de
5201
5202 - Enhance class LookupAttr and add convenience class LookupRepoAttr to
5203   iterate those solv file attributes which are not acssociated with a
5204   solvable. E.g. product or deltarpm info.
5205 - revision 11754
5206
5207 -------------------------------------------------------------------
5208 Wed Nov 19 15:49:38 CET 2008 - jkupec@suse.cz
5209
5210 - encode user-supplied URL strings before using them in the Url object
5211   (bnc #446395, bnc #444267)
5212 - revision 11720
5213
5214 -------------------------------------------------------------------
5215 Wed Nov 19 15:15:14 CET 2008 - ma@suse.de
5216
5217 - Support loading helix files.
5218 - revision 11719
5219
5220 -------------------------------------------------------------------
5221 Tue Nov 18 18:37:30 CET 2008 - ma@suse.de
5222
5223 - Add class filesystem::Glob to find pathnames matching a pattern
5224   by using ::glob.
5225 - revision 11708
5226
5227 -------------------------------------------------------------------
5228 Thu Nov 13 11:07:56 CET 2008 - schubi@suse.de
5229
5230 - Taking care for ppc64 while distupgrade (bnc #443685)
5231 - revision 11670
5232
5233 -------------------------------------------------------------------
5234 Wed Nov 12 18:53:03 CET 2008 - ma@suse.de
5235
5236 - Add Capability ctor from Arch and Name: (Arch_i386, "name") or
5237   (Arch_i386, "name == 1.0").
5238 - revision 11669
5239
5240 -------------------------------------------------------------------
5241 Wed Nov 12 14:31:20 CET 2008 - ma@suse.de
5242
5243 - Take care to always reset CURLOPT_TIMECONDITION to prevent incomplete
5244   downloads. (bnc #444109)
5245 - revision 11656
5246 - version 5.23.0 (23)
5247
5248 -------------------------------------------------------------------
5249 Wed Nov 12 13:19:02 CET 2008 - ma@suse.de
5250
5251 - Check for modaliases below /sys (bnc #430179)
5252 - revision 11653
5253
5254 -------------------------------------------------------------------
5255 Tue Nov 11 18:36:33 CET 2008 - ma@suse.de
5256
5257 - Avoid superfluous file copying and gpg invocation in keyring handling.
5258 - revision 11650
5259
5260 -------------------------------------------------------------------
5261 Tue Nov 11 14:48:52 CET 2008 - ma@suse.de
5262
5263 - Prevent fetcher from processing the same index file twice. (bnc #443644)
5264 - revision 11648
5265 - version 5.22.0 (21)
5266
5267 -------------------------------------------------------------------
5268 Fri Nov  7 23:55:47 CET 2008 - ma@suse.de
5269
5270 - Fix retrieval of patch contents and references attributes. (bnc #442200)
5271 - revision 11641
5272 - version 5.21.0 (21)
5273
5274 -------------------------------------------------------------------
5275 Fri Nov  7 19:51:00 CET 2008 - ma@suse.de
5276
5277 - Add CheckSum::asString.
5278 - revision 11634
5279
5280 -------------------------------------------------------------------
5281 Fri Nov  7 17:55:48 CET 2008 - ma@suse.de
5282
5283 - revision 11631
5284 - version 5.20.0 (20)
5285
5286 -------------------------------------------------------------------
5287 Thu Nov  6 18:35:25 CET 2008 - dmacvicar@suse.de
5288
5289 - re-add the flavor to the http header now using a flavor
5290   cache that is updated on every target load.
5291   Target::dstributionFlavor provides access to this cache
5292   in case you need the last used flavor without loading
5293   the target.
5294
5295 -------------------------------------------------------------------
5296 Thu Nov  6 16:23:03 CET 2008 - schubi@suse.de
5297
5298 - added flag: ignorealreadyrecommended to the testcases (bnc #432136)
5299 - revsion 11539
5300
5301 -------------------------------------------------------------------
5302 Thu Nov  6 09:41:48 CET 2008 - schubi@suse.de
5303
5304 - Adding rule rpm-arch for installed rpm package in order to avoid
5305   unneeded architecture change. (bnc #441004)
5306 - revision 11585
5307
5308 -------------------------------------------------------------------
5309 Tue Nov  4 13:21:35 CET 2008 - jkupec@suse.cz
5310
5311 - handle MediaTimeoutException also in MediaSetAccess::provideFile()
5312   (bnc #439983)
5313 - revision 11568
5314
5315 -------------------------------------------------------------------
5316 Mon Nov  3 15:30:53 CET 2008 - dmacvicar@suse.de
5317
5318 - merge contributions by Jon Nelson, the patches resolve
5319   the following issues:
5320 - disable the "Pragma: nocache" header which is automatically
5321   used by curl.
5322   re-enables the use of a caching http proxy (like squid or others)
5323   and corrects (bnc #326208)
5324 - don't generate an If-Modified-Since header if we don't have a
5325   previous file to work with
5326 - don't generate a Proxy-Authenticate header if one is not called
5327   for.
5328
5329 -------------------------------------------------------------------
5330 Fri Oct 31 14:01:57 CET 2008 - ma@suse.de
5331
5332 - Do not save solver locks (by APPL_HIGH).
5333 - revision 11558
5334
5335 -------------------------------------------------------------------
5336 Fri Oct 31 13:53:39 CET 2008 - dmacvicar@suse.de
5337
5338 - fetcher.setOptions( Fetcher::AutoAddIndexes ) allows
5339   for automatic signed index discovery.
5340 - enqueueDir with checksum checking s now enqueueDigestedDir
5341
5342 -------------------------------------------------------------------
5343 Thu Oct 30 14:24:57 CET 2008 - schubi@suse.de
5344
5345 - solutions: keep/lock will be done by APPL_HIGH. So they will not be
5346   saved in the lockfiles
5347 - "keep obsolete" will be handled with lock by APPL_HIGH (bnc #439134)
5348 - revision  11549
5349
5350 -------------------------------------------------------------------
5351 Wed Oct 29 14:14:16 CET 2008 - jkupec@suse.cz
5352
5353 - throw a MediaTimeoutException also on http 504 (gateway timeout)
5354   (bnc #425035)
5355 - revision 11535
5356
5357 -------------------------------------------------------------------
5358 Wed Oct 29 12:51:55 CET 2008 - ma@suse.de
5359
5360 - Add 'sh4' architectures.
5361 - revision 11534
5362
5363 -------------------------------------------------------------------
5364 Tue Oct 28 22:01:40 CET 2008 - dmacvicar@suse.de
5365
5366 - don't free the header before curl_perform as curl does not
5367   copy it. (bnc#439532)
5368
5369 -------------------------------------------------------------------
5370 Tue Oct 28 16:47:36 CET 2008 - ma@suse.de
5371
5372 - Add 'arm' architectures.
5373 - revision 11525
5374
5375 -------------------------------------------------------------------
5376 Tue Oct 28 10:07:13 CET 2008 - schubi@suse.de
5377
5378 - regarding "keep obsolete" in the solutions (bnc #439134)
5379 - revision 11517
5380
5381 -------------------------------------------------------------------
5382 Mon Oct 27 10:51:01 CET 2008 - dmacvicar@suse.de
5383
5384 - fix broken aria2c command line (bnc#438971)
5385
5386 -------------------------------------------------------------------
5387 Sun Oct 26 14:53:56 CET 2008 - coolo@suse.de
5388
5389 - adding svn r11488 to fix compile of PackageKit
5390
5391 -------------------------------------------------------------------
5392 Fri Oct 24 18:12:34 CEST 2008 - ma@suse.de
5393
5394 - Remove error prone methods from OnMediaLocation API to prevent
5395   accidental missuse. (bnc #437328)
5396 - revision 11487
5397 - version 5.19.0 (19)
5398
5399 -------------------------------------------------------------------
5400 Fri Oct 24 16:07:45 CEST 2008 - ma@suse.de
5401
5402 - Provide the /etc/products.d enties filename as Product::referenceFilename.
5403   Use it to remove orphan products. (bnc #432932)
5404 - Fix media exception handling in commit (bnc #395704)
5405 - revision 11485
5406 - version 5.18.0 (17)
5407
5408 -------------------------------------------------------------------
5409 Fri Oct 24 10:29:19 CEST 2008 - schubi@suse.de
5410
5411 - Taking "unlock" instead of setTransact(false) in the solutions (bnc #436923)
5412 - revision 11468
5413 - version 5.17.0 (17)
5414
5415 -------------------------------------------------------------------
5416 Wed Oct 22 14:33:10 CEST 2008 - ma@suse.de
5417
5418 - For retrieving a product license fall back to license.tar.gz. (bnc #372386)
5419 - revision 11447
5420
5421 -------------------------------------------------------------------
5422 Wed Oct 22 14:16:33 CEST 2008 - dmacvicar@suse.de
5423
5424 - move anonymous unique id to a private http header
5425   X-ZYpp-AnonymousUniqueId (bnc#431571 )
5426
5427 -------------------------------------------------------------------
5428 Wed Oct 22 12:58:35 CEST 2008 - ma@suse.de
5429
5430 - Adapt to satsolver-0.12 API.
5431 - Add Locale:: bestMatch to find the best match within a set of
5432   available Locales.
5433 - revision 11441
5434
5435 -------------------------------------------------------------------
5436 Mon Oct 20 16:44:58 CEST 2008 - ma@suse.de
5437
5438 - RepoInfo: Add methods to handle repository licenses. (bnc #372386)
5439 - revision 11419
5440
5441 -------------------------------------------------------------------
5442 Mon Oct 20 16:39:41 CEST 2008 - ma@suse.de
5443
5444 - Adapt to changed satsolver dataiterator API.
5445 - revision 11418
5446
5447 -------------------------------------------------------------------
5448 Fri Oct 17 18:31:47 CEST 2008 - ma@suse.de
5449
5450 - Secure download of license file on repo refresh (bnc #372386)
5451 - revision 11398
5452
5453 -------------------------------------------------------------------
5454 Fri Oct 17 17:26:25 CEST 2008 - ma@suse.de
5455
5456 - Call 'repo2solv.sh -o' instead of using output redirection. (bnc #420046)
5457 - revision 11397
5458
5459 -------------------------------------------------------------------
5460 Thu Oct 16 17:57:15 CEST 2008 - jkupec@suse.cz
5461
5462 - repository license methods added to RepoManager (bnc #372386)
5463 - revision 11377
5464
5465 -------------------------------------------------------------------
5466 Thu Oct 16 16:26:01 CEST 2008 - dmacvicar@suse.de
5467
5468 - don't take into account stat information when looking
5469   for remote SHA1SUMS (part of bnc#409927)
5470
5471 -------------------------------------------------------------------
5472 Wed Oct 15 18:01:48 CEST 2008 - jkupec@suse.cz
5473
5474 - MediaSetAccess::provideOptionalFile() added
5475 - revision 11369
5476
5477 -------------------------------------------------------------------
5478 Wed Oct 15 18:01:48 CEST 2008 - jkupec@suse.cz
5479 - version 5.16.1 (16)
5480
5481 -------------------------------------------------------------------
5482 Tue Oct 14 16:15:09 CEST 2008 - jkupec@suse.cz
5483
5484 - don't initialize servicesTargetDistro via global ZYpp instance in
5485   RepoManagerOptions() constructor (bnc #435184)
5486 - revision 11342
5487
5488 -------------------------------------------------------------------
5489 Mon Oct 13 19:12:40 CEST 2008 - jkupec@suse.cz
5490
5491 - repository probing: check for other types of repo even on
5492   MediaException, throw only if all fail (bnc #335906)
5493 - revision 11332
5494
5495 -------------------------------------------------------------------
5496 Mon Oct 13 14:16:25 CEST 2008 - ma@suse.de
5497
5498 - Adapt to satsolver changes.
5499 - revision 11331
5500 - version 5.16.0 (16)
5501
5502 -------------------------------------------------------------------
5503 Mon Oct 13 13:28:48 CEST 2008 - ma@suse.de
5504
5505 - Fix reading delta rpm checksum from solv file.
5506 - revision 11313
5507
5508 -------------------------------------------------------------------
5509 Mon Oct 13 12:12:39 CEST 2008 - ma@suse.de
5510
5511 - Fix package-manager script to properly quote arguments. (bnc #30903)
5512 - revision 11311
5513
5514 -------------------------------------------------------------------
5515 Mon Oct 13 11:03:04 CEST 2008 - schubi@suse.de
5516
5517 - regarding orphaned resolvables
5518 - removed old distupgrade algorithm
5519 - revision 11307
5520
5521 -------------------------------------------------------------------
5522 Sun Oct 12 13:55:51 CEST 2008 - jkupec@suse.cz
5523
5524 - handle ftp response 530 (login failed) like http 403
5525   (bnc #433537)
5526 - revision 11305
5527
5528 -------------------------------------------------------------------
5529 Thu Oct  9 17:37:18 CEST 2008 - ma@suse.de
5530
5531 - Adapt to satsolvers 'big solv data change'.
5532 - revision 11294
5533
5534 -------------------------------------------------------------------
5535 Thu Oct  9 17:18:18 CEST 2008 - schubi@suse.de
5536
5537 - Taking the right solution actions for locked resolvables (bnc #400840)
5538 - revision 11289
5539
5540 -------------------------------------------------------------------
5541 Thu Oct  9 13:52:03 CEST 2008 - ma@suse.de
5542
5543 - Add required copy-ctor and assignment operator to WhatProvides.
5544   (bnc #433087)
5545 - revision 11276
5546
5547 -------------------------------------------------------------------
5548 Wed Oct  8 16:24:25 CEST 2008 - jkupec@suse.cz
5549
5550 - detect and use unused loop device for mounting ISO images
5551   (bnc #428009)
5552 - revision 11262
5553 - version 5.15.1 (13)
5554
5555 -------------------------------------------------------------------
5556 Wed Oct  8 15:39:08 CEST 2008 - jkupec@suse.cz
5557
5558 - fixed segfault when saving the probed repo type in
5559   RepoManager::refreshMetadata() (bnc #431963)
5560 - revision 11261
5561
5562 -------------------------------------------------------------------
5563 Wed Oct  8 11:33:00 CEST 2008 - dmacvicar@suse.de
5564
5565 - improve log message (bnc#429114)
5566
5567 -------------------------------------------------------------------
5568 Wed Oct  8 11:15:20 CEST 2008 - lslezak@suse.cz
5569
5570 - disk usage - ignore /proc filesystem (bnc#418783)
5571 - revision 11258
5572
5573 -------------------------------------------------------------------
5574 Tue Oct  7 13:24:10 CEST 2008 - ma@suse.de
5575
5576 - Fixed detection of loopback mounted iso-files. The mtab entry does
5577   not necessarily mention the iso-file. (bnc #432504)
5578 - revision 11252
5579 - version 5.15.0 (13)
5580
5581 -------------------------------------------------------------------
5582 Thu Oct  2 19:46:13 CEST 2008 - ma@suse.de
5583
5584 - Add zypp.conf option 'download.use_deltarpmr.always' to enable using
5585   delta rpms even if the package is available on a local source.
5586   (Axel C. Frinke)
5587 - revision 11235
5588 - version 5.14.0 (13)
5589
5590 -------------------------------------------------------------------
5591 Thu Oct  2 18:50:11 CEST 2008 - ma@suse.de
5592
5593 - Add product attribute: PRODUCTLINE.
5594 - revision 11234
5595
5596 -------------------------------------------------------------------
5597 Thu Oct  2 17:18:19 CEST 2008 - ma@suse.de
5598
5599 - Do not consider self provided requirements whan computing the
5600   installation order.
5601 - revision 11231
5602
5603 -------------------------------------------------------------------
5604 Wed Oct  1 16:07:36 CEST 2008 - ma@suse.de
5605
5606 - Rephrase missleading error message. (bnc #431229)
5607 - revision 11222
5608
5609 -------------------------------------------------------------------
5610 Tue Sep 30 17:23:48 CEST 2008 - ma@suse.de
5611
5612 - Allow computation of disk usage per solvable.
5613 - revision 11218
5614
5615 -------------------------------------------------------------------
5616 Mon Sep 29 23:59:10 CEST 2008 - dmacvicar@suse.de
5617
5618 - Merge aria2c Media handler code from Google SOC 2008
5619   (Gerard Farras)
5620 - Only activated by making env var ZYPP_ARIA=1
5621
5622 -------------------------------------------------------------------
5623 Mon Sep 29 15:56:17 CEST 2008 - jkupec@suse.cz
5624
5625 - history: tell which package failed before logging rpm output or
5626   error message (bnc #430585)
5627 - no localization for history log comments
5628 - revision 11202
5629
5630 -------------------------------------------------------------------
5631 Mon Sep 29 13:43:08 CEST 2008 - ma@suse.de
5632
5633 - Fix zypp::WhatProvides::empty returning inverse result.
5634 - revision 11200
5635 - version 5.13.1 (13)
5636
5637 -------------------------------------------------------------------
5638 Sat Sep 27 23:36:19 CEST 2008 - jkupec@suse.cz
5639
5640 - fixed endless loop when CredentialManager returns bad password
5641 - CredentialManager now correctly updates password of existing
5642   credentials
5643 - revision 11187
5644
5645 -------------------------------------------------------------------
5646 Fri Sep 26 15:37:50 CEST 2008 - ma@suse.de
5647
5648 - Fix computation of Product::flavor.
5649 - Add Product::productLine. A vendor specific string denoting the
5650   product line.
5651 - revision 11182
5652 - version 5.13.0 (13)
5653
5654 -------------------------------------------------------------------
5655 Fri Sep 26 15:25:33 CEST 2008 - jkupec@suse.cz
5656
5657 - save user credentials after asking for them
5658 - revision 11181
5659
5660 -------------------------------------------------------------------
5661 Thu Sep 25 23:19:55 CEST 2008 - jkupec@suse.cz
5662
5663 - ZConfig::credentialsGlobal{File,Dir}() added
5664   (/etc/zypp/credentials.{cat,d})
5665 - revision 11176
5666
5667 -------------------------------------------------------------------
5668 Thu Sep 25 17:09:44 CEST 2008 - jkupec@suse.cz
5669
5670 - Target::setInstallationLogfile() removed from zypp/Target.h
5671 - revision 11171
5672
5673 -------------------------------------------------------------------
5674 Thu Sep 25 13:11:43 CEST 2008 - ma@suse.de
5675
5676 - Remove obsolete zypp-query-pool binary. zypper provides all
5677   the information one needs.
5678 - revision 11160
5679
5680 -------------------------------------------------------------------
5681 Wed Sep 24 19:11:19 CEST 2008 - jkupec@suse.cz
5682
5683 - HistoryLog added and used to log package installs/removes and
5684   repository adds, removes, url and alias changes into
5685   history.logfile (/var/log/zypp/history) (fate #110205)
5686 - str::escape(string, char) added
5687 - revision 11150
5688 - version 5.12.1 (12)
5689
5690 -------------------------------------------------------------------
5691 Tue Sep 23 14:02:08 CEST 2008 - jkupec@suse.cz
5692
5693 - CredentialManager: look for credentials with
5694   wanted_url.startsWith(stored_url)
5695 - RepoManager: don't pass service credentials down to repos if
5696   their urls are not based on service's url.
5697 - revision 11134
5698
5699 -------------------------------------------------------------------
5700 Mon Sep 22 16:27:41 CEST 2008 - ma@suse.de
5701
5702 - Remove superfluous PRODUCT_REFERENCES attribute.
5703 - revision 11127
5704
5705 -------------------------------------------------------------------
5706 Mon Sep 22 16:13:08 CEST 2008 - ma@suse.de
5707
5708 - Add Url::hasCredentialsInAuthority test for username or password
5709   being encoded in the authority component. I.e. user:pass@host.
5710 - Handle repos to be disabled disable in service refresh.
5711 - revision 11126
5712
5713 -------------------------------------------------------------------
5714 Mon Sep 22 12:10:34 CEST 2008 - jkupec@suse.cz
5715
5716 - provided context to keyring callbacks (bnc #370223)
5717 - merged trust & import callbacks (bnc #366467)
5718   (don't worry, still allows to trust && !import)
5719 - revision 11113
5720
5721 -------------------------------------------------------------------
5722 Fri Sep 19 13:17:38 CEST 2008 - ma@suse.de
5723
5724 - Moved DefaultAcceptBits enum to class KeyRing (formerly KeyRingReort).
5725 - revision 11102
5726
5727 -------------------------------------------------------------------
5728 Thu Sep 18 16:11:23 CEST 2008 - ma@suse.de
5729
5730 - Use service alias as namespace for it's repositories aliases.
5731 - revision 11097
5732 - version 5.11.0 (11)
5733
5734 -------------------------------------------------------------------
5735 Thu Sep 18 12:45:25 CEST 2008 - jkupec@suse.cz
5736
5737 - pass service's credentials down to repos
5738 - support ?credentials=filepath in URL to specify credentials
5739 - revision 11092
5740
5741 -------------------------------------------------------------------
5742 Thu Sep 18 09:57:49 CEST 2008 - ma@suse.de
5743
5744 - Add Product::isTargetDistribution to identify the systems installed
5745   baseproduct. This should replace tests for Product::type is "base".
5746 - revision 11089
5747
5748 -------------------------------------------------------------------
5749 Wed Sep 17 18:05:44 CEST 2008 - jkupec@suse.cz
5750
5751 - save user credentials when adding repos/services with URLs containing
5752   the credentials (bnc #425462)
5753 - revision 11085
5754
5755 -------------------------------------------------------------------
5756 Wed Sep 17 15:08:54 CEST 2008 - ma@suse.de
5757
5758 - Adapt to rpms new way of quoting whitespace in pathnames.(bnc #426924)
5759 - revision 11082
5760
5761 -------------------------------------------------------------------
5762 Tue Sep 16 18:41:39 CEST 2008 - ma@suse.de
5763
5764 - Service handling fixes. Added ServiceException.
5765 - revision 11077
5766
5767 -------------------------------------------------------------------
5768 Mon Sep 15 11:40:04 CEST 2008 - ma@suse.de
5769
5770 - Fix building of transaltions.
5771 - revision 11064
5772
5773 -------------------------------------------------------------------
5774 Sun Sep 14 00:10:21 CEST 2008 - jkupec@suse.cz
5775
5776 - ServiceInfo.clearReposTo{Enable,Disable}() methods added
5777 - revision 11060
5778
5779 -------------------------------------------------------------------
5780 Fri Sep 12 18:24:28 CEST 2008 - ma@suse.de
5781
5782 - Create new Service repos in disbaled sate.
5783 - revision 11056
5784 - version 5.10.0 (10)
5785
5786 -------------------------------------------------------------------
5787 Fri Sep 12 16:04:54 CEST 2008 - ma@suse.de
5788
5789 - Make registerTarget and registerRelease abvailable for installed
5790   product. Required for registration.
5791 - revision 11043
5792
5793 -------------------------------------------------------------------
5794 Fri Sep 12 12:59:50 CEST 2008 - ma@suse.de
5795
5796 - Add url lists query to Product interface. A generic query and
5797   convenience methods to query urls for "releasenotes", "register",
5798   "updateurls", "extraurls",  "optionalurls" and "smolt" (bnc #413444)
5799 - revision 11029
5800
5801 -------------------------------------------------------------------
5802 Fri Sep 12 01:38:25 CEST 2008 - jkupec@suse.cz
5803
5804 - ServiceType and ServiceInfo::type() added (contains only RIS for
5805   now), service type probing added.
5806 - Avoiding the use of 'path' for services (appending
5807   the repoindex.xml's 'path' to the baseurl of created repos)
5808 - renamed ServiceInfo::*catalog*() methods to *repo*() methods
5809 - revision 11022
5810
5811 -------------------------------------------------------------------
5812 Thu Sep 11 16:01:57 CEST 2008 - dmacvicar@suse.de
5813
5814 - add Repostiroy::updateKeys and
5815   Repository::providesUpdatesForKey(string) for repo and
5816   product matching
5817 - Provide Repository::isUpdateRepo
5818
5819 -------------------------------------------------------------------
5820 Thu Sep 11 14:41:28 CEST 2008 - ma@suse.de
5821
5822 - Fix evaluation of vendor support flags.
5823 - Adapt retrieval of registration data (targetDistribution,
5824   targetDistributionRelease and targetDistributionFlavor).
5825 - revision 11013
5826
5827 -------------------------------------------------------------------
5828 Wed Sep 10 18:23:52 CEST 2008 - ma@suse.de
5829
5830 - Follow gpgcheck tag in .repo file and do no check if disabled.
5831 - revision 11010
5832 - version 5.9.0 (8)
5833
5834 -------------------------------------------------------------------
5835 Wed Sep 10 17:54:20 CEST 2008 - jkupec@suse.cz
5836
5837 - added dumpAsXMLOn(stream,string) to ServiceInfo to print services
5838   with content (repos)
5839 - revision 11004
5840
5841 -------------------------------------------------------------------
5842 Wed Sep 10 17:31:41 CEST 2008 - ma@suse.de
5843
5844 - Remove obsolete product attributes.
5845 - Store less packages in /var/lib/zypp/SoftLocks (bnc #418050)
5846 - revision 11001
5847
5848 -------------------------------------------------------------------
5849 Wed Sep 10 16:40:00 CEST 2008 - ma@suse.de
5850
5851 - Provide product::updaterepoKey: Update repository indicator string.
5852 - revision 11000
5853
5854 -------------------------------------------------------------------
5855 Tue Sep  9 17:33:03 CEST 2008 - dmacvicar@suse.de
5856
5857 - provide context about the repository (name/alias) if available when
5858   checking signatures (bnc#370223)
5859 - 5.8.0
5860
5861 -------------------------------------------------------------------
5862 Tue Sep  9 13:04:11 CEST 2008 - ma@suse.de
5863
5864 - Add ServiceInfo interface to define a set of catalogs (repository
5865   aliases) to be enabled on next refresh.
5866 - revision 10970
5867
5868 -------------------------------------------------------------------
5869 Tue Sep  9 11:40:42 CEST 2008 - ma@suse.de
5870
5871 - Fix reading of Traget::targetDistribution.
5872 - Allow to configure default answers in signature verification workflow.
5873 - revision 10968
5874
5875 -------------------------------------------------------------------
5876 Mon Sep  8 17:11:02 CEST 2008 - jkupec@suse.cz
5877
5878 - CredentialManager added to manage stored credentials
5879 - MediaCurl adapted to use CredentialManager to read credentials
5880 - revision 10958
5881
5882 -------------------------------------------------------------------
5883 Fri Sep  5 11:40:05 CEST 2008 - jkupec@suse.cz
5884
5885 - operator ==, !=, < definition moved to RepoInfoBase from
5886   the derived classes
5887 - fixed RepoInfo::dumpAsIniOn() to not print 'type' if it is unknown
5888   (bnc #407515)
5889 - {Repo,Service}Info::dumpAsXMLOn(ostream) added
5890 - RepoInfo::dumpRepoOn() deprecated in favor of dumpAsIniOn()
5891 - use shared_ptr instead of itrusive for {Repo,Service}Info
5892 - revision 10931:10942
5893
5894 -------------------------------------------------------------------
5895 Thu Sep  4 16:47:07 CEST 2008 - jkupec@suse.cz
5896
5897 - RepoInfo{,Base} setters made void
5898 - revision 10931
5899
5900 -------------------------------------------------------------------
5901 Wed Sep  3 14:53:06 CEST 2008 - jkupec@suse.cz
5902
5903 - skip repositories with non-matching target distro when reading
5904   repoindex
5905 - revision 10926
5906
5907 -------------------------------------------------------------------
5908 Tue Sep  2 11:04:52 CEST 2008 - schubi@suse.de
5909
5910 - Enabled distupgrade of the SAT solver. In order to use the old
5911   distupgrade you can set the environment variable ZYPP_NO_SAT_UPDATE.
5912   This variable will can be used until the old distupgrade mechanism will
5913   be removed from libzypp. Have a look to above changelogs.
5914 - revision 10911
5915 - version 5.7.0 (5)
5916
5917 -------------------------------------------------------------------
5918 Tue Aug 19 16:36:47 CEST 2008 - dmacvicar@suse.de
5919
5920 - add Package::maybeUnsupported to remove duplicated
5921   code in clients dealing with Package::vendorSupport
5922
5923 -------------------------------------------------------------------
5924 Tue Aug 19 11:04:52 CEST 2008 - schubi@suse.de
5925
5926 - Reset transaction only if this solvable has no buddy (bnc #417799)
5927   e.g. do not reset Products cause the concerning release package
5928   could not already be installed.
5929 - revision 10883
5930 - version 5.6.1 (5)
5931
5932 -------------------------------------------------------------------
5933 Mon Aug 18 17:31:02 CEST 2008 - dmacvicar@suse.de
5934
5935 - don't report "may be outdated" for @System repo.
5936
5937 -------------------------------------------------------------------
5938 Fri Aug 15 20:20:07 CEST 2008 - ma@suse.de
5939
5940 - Add Target::targetDistribution. Returns "distribution-arch" of
5941   the installed base product. Used for registration and Service
5942   refresh. (for Fate #304915)
5943 - revision 10877
5944 - version 5.6.0 (5)
5945
5946 -------------------------------------------------------------------
5947 Fri Aug 15 17:42:58 CEST 2008 - ma@suse.de
5948
5949 - Add method Product::replacedProducts to identify installed
5950   Products that would be replaced by installing a new Product.
5951   (for Fate #301997)
5952 - revision 10876
5953
5954 -------------------------------------------------------------------
5955 Fri Aug 15 15:30:32 CEST 2008 - ma@suse.de
5956
5957 - Fixes to Selectable doing staus manipulation on non-USER level.
5958 - revision 10873
5959
5960 -------------------------------------------------------------------
5961 Fri Aug 15 14:23:02 CEST 2008 - ma@suse.de
5962
5963 - Add method ZYpp::getTarget that returns the Target or a NULL pointer,
5964   if it is not yet initialized. This is to avoid try/catch blocks just
5965   to test whether the Target is initialized. (bnc #417556)
5966 - Add method Target::assertRootPrefix. Pass a pathname and get back the
5967   path prefixed with the tragets root, unless it already had that prefix.
5968 - revision 10870
5969
5970 -------------------------------------------------------------------
5971 Thu Aug 14 18:44:45 CEST 2008 - schubi@suse.de
5972
5973 - Regarding error messages for Products correctly (FATE #304502)
5974 - rev 10863
5975
5976 -------------------------------------------------------------------
5977 Thu Aug 14 14:03:27 CEST 2008 - ma@suse.de
5978
5979 - Let Selectable default to USER level.
5980 - revision 10850
5981 - version 5.5.1 (5)
5982
5983 -------------------------------------------------------------------
5984 Wed Aug 13 21:01:25 CEST 2008 - ma@suse.de
5985
5986 - Change Selectable API to support doing staus manipulation on
5987   non-USER level.
5988 - revision 10847
5989 - version 5.5.0 (5)
5990
5991 -------------------------------------------------------------------
5992 Wed Aug 13 16:48:49 CEST 2008 - dmacvicar@suse.de
5993
5994 - support sat solver API for searching files
5995
5996 -------------------------------------------------------------------
5997 Wed Aug 13 15:12:45 CEST 2008 - ma@suse.de
5998
5999 - Add ResPool::reposFind to get repositories by alias.
6000 - revision 10835
6001
6002 -------------------------------------------------------------------
6003 Tue Aug 12 19:37:36 CEST 2008 - ma@suse.de
6004
6005 - Advise rpmdb2solv to parse the product database.
6006 - revision 10824
6007 - version 5.4.0 (4)
6008
6009 -------------------------------------------------------------------
6010 Tue Aug 12 12:05:49 CEST 2008 - ma@suse.de
6011
6012 - Offer a simpler, fate based status manipulation in ui::Selectable.
6013   This is easier to handle, as the ui::Status always distinguishes
6014   wheter an object is installed or not.
6015 - revision 10814
6016
6017 -------------------------------------------------------------------
6018 Mon Aug 11 18:00:40 CEST 2008 - ma@suse.de
6019
6020 - Propagate default rpm install flags from zypp.conf via ZConfig and
6021   ZYppCommitPolicy down to the installer. (FATE #302952)
6022 - revision 10813
6023
6024 -------------------------------------------------------------------
6025 Mon Aug 11 16:28:07 CEST 2008 - ma@suse.de
6026
6027 - Add base::Flags (like qt's QFlags) a type-safe way of storing
6028   OR-combinations of enum values.
6029 - revision 10811
6030
6031 -------------------------------------------------------------------
6032 Fri Aug  8 17:01:00 CEST 2008 - ma@suse.de
6033
6034 - Add static ui::Selectable::get methods as convenient ctor
6035   substitute.
6036 - revision 10806
6037
6038 -------------------------------------------------------------------
6039 Fri Aug  8 15:41:17 CEST 2008 - ma@suse.de
6040
6041 - Adapt zypp-query-pool to new product handling.
6042 - revision 10803
6043
6044 -------------------------------------------------------------------
6045 Fri Aug  8 14:11:03 CEST 2008 - ma@suse.de
6046
6047 - Don't pass epoch to 'rpm -e', it does not support it.
6048 - revision 10800
6049
6050 -------------------------------------------------------------------
6051 Fri Aug  8 13:27:42 CEST 2008 - ma@suse.de
6052
6053 - Adapt to new product handling. Products are no longer pseudo
6054   installed objects verified by the solver, but actually installed.
6055   Thus removed satisfiedProduct iterator, fixed Selctables.
6056 - Removed class ProductInfo as we keep Product.
6057 - revision 10797
6058
6059 -------------------------------------------------------------------
6060 Thu Aug  7 22:00:55 CEST 2008 - dmacvicar@suse.de
6061
6062 - implement relogin suggested support (fate#304889)
6063
6064 -------------------------------------------------------------------
6065 Wed Aug  6 18:21:30 CEST 2008 - ma@suse.de
6066
6067 - Detect correct download path even if repository type
6068   is not set. (bnc #386386)
6069 - revision 10768
6070
6071 -------------------------------------------------------------------
6072 Wed Aug  6 17:15:48 CEST 2008 - ma@suse.de
6073
6074 - Cleanup, mostly by removing, unused parser code and related classes.
6075 - revision 10765
6076
6077 -------------------------------------------------------------------
6078 Wed Aug  6 16:23:27 CEST 2008 - ma@suse.de
6079
6080 - Don't let exception escape MediaSetAccess dtor (bnc #415017)
6081 - revision 10763
6082
6083 -------------------------------------------------------------------
6084 Mon Aug  4 19:34:27 CEST 2008 - ma@suse.de
6085
6086 - Add new product attributes (flavor,referencePackage).
6087 - Add PoolItem buddies, i.e. two PoolItems sharing the same status
6088   object. This is used to keep the product resolvable and the
6089   package providing the product metadata in sync.
6090 - revision 10742
6091
6092 -------------------------------------------------------------------
6093 Sat Aug  2 19:26:52 CEST 2008 - jkupec@suse.cz
6094
6095 - support an optional url attribute in repoindex.xml's <repo>
6096 - revision 10729
6097
6098 -------------------------------------------------------------------
6099 Thu Jul 31 21:52:11 CEST 2008 - ma@suse.de
6100
6101 - New class ProductInfo to provide product related metadata that
6102   might be associated with a package. This will replace the Product
6103   resolvable.
6104 - revision 10715
6105
6106 -------------------------------------------------------------------
6107 Thu Jul 31 19:01:54 CEST 2008 - dmacvicar@suse.de
6108
6109 - generate a unique anonymous unique string per target
6110   and add it to the agent string for better statistics
6111
6112 -------------------------------------------------------------------
6113 Thu Jul 31 19:01:14 CEST 2008 - ma@suse.de
6114
6115 - Follow solver policy and make repository priority the highest
6116   key, when ordering packages. Then architecture, and edition last.
6117 - revision 10710
6118
6119 -------------------------------------------------------------------
6120 Wed Jul 30 19:12:00 CEST 2008 - ma@suse.de
6121
6122 - /var/lib/zypp and /var/cache/zypp should be owned by libzypp
6123   (bnc #412094)
6124 - revision 10702
6125
6126 -------------------------------------------------------------------
6127 Wed Jul 30 12:47:48 CEST 2008 - jkupec@suse.cz
6128
6129 - Service renamed to ServiceInfo
6130 - RepoInfoBase added; RepoInfo and ServiceInfo now derive from it
6131 - revision 10695
6132
6133 -------------------------------------------------------------------
6134 Tue Jul 29 12:59:46 CEST 2008 - jkupec@suse.cz
6135
6136 - fixed yum repos to work with non '/' base url post fix
6137   (bnc #341617)
6138 - revision 10662
6139
6140 -------------------------------------------------------------------
6141 Mon Jul 28 18:13:24 CEST 2008 - ma@suse.de
6142
6143 - Fixed SolvIterMixin::Selectable_iterator eating some solvables
6144   (bnc #411339)
6145 - revision 10680
6146
6147 -------------------------------------------------------------------
6148 Fri Jul 25 20:12:55 CEST 2008 - ma@suse.de
6149
6150 - Several changes to make libzypp-bindings compile using the original
6151   header files and no private copies. (bnc #391831)
6152 - revision 10668
6153 - version 5.3.0
6154
6155 -------------------------------------------------------------------
6156 Wed Jul 23 17:17:47 CEST 2008 - jkupec@suse.cz
6157
6158 - Service::enabled() added
6159 - revision 10657
6160
6161 -------------------------------------------------------------------
6162 Tue Jul 22 17:18:28 CEST 2008 - jkupec@suse.cz
6163
6164 - Removed FRESHENS dependency type
6165 - revision 10643
6166
6167 -------------------------------------------------------------------
6168 Thu Jul 17 09:49:40 CEST 2008 - schubi@suse.de
6169
6170 - Allow parallel installation of packages which have been defined
6171   in zypp.conf (parameter "multiversion") Fate #302050
6172 - Additional check for broken system.
6173   (defined in zypp.conv: solver.checkSystemFile)
6174 - revision 10600
6175
6176 -------------------------------------------------------------------
6177 Wed Jul 16 14:39:50 CEST 2008 - ma@suse.de
6178
6179 - Add ui::Selectable::isNeeded to indicate patch relevance (bnc #409150)
6180 - revision 10596
6181
6182 -------------------------------------------------------------------
6183 Wed Jul 16 01:10:37 CEST 2008 - ma@suse.de
6184
6185 - Remove Atom, Script, Message and other obsolete classes.
6186 - revision 10592
6187
6188 -------------------------------------------------------------------
6189 Mon Jul 14 13:36:26 CEST 2008 - ma@suse.de
6190
6191 - Also report the name of the locking process in ZYppFactoryException
6192   (bnc #280537)
6193 - revision 10572
6194
6195 -------------------------------------------------------------------
6196 Mon Jul 14 11:26:30 CEST 2008 - schubi@suse.de
6197
6198 - corrected logging of solver settings
6199 - regard locking while doUpdate (bnc #405427)
6200 - revision 10564
6201
6202 -------------------------------------------------------------------
6203 Sat Jul 12 22:14:32 CEST 2008 - jkupec@suse.cz
6204
6205 - make curl use the right transfer mode
6206   (CURLOPT_PROXY_TRANSFER_MODE) when proxy is used (bnc #306272)
6207 - revision 10559
6208
6209 -------------------------------------------------------------------
6210 Sat Jul 12 11:19:56 CEST 2008 - jkupec@suse.cz
6211
6212 - reuse existing disk mounts (applied Marius' patch) (bnc #208222)
6213 - revision 10557
6214
6215 -------------------------------------------------------------------
6216 Wed Jul  9 18:13:58 CEST 2008 - ma@suse.de
6217
6218 - Provide Package::url() if available in solv file. (bnc #402434)
6219 - A missing cookie file must not be treated as an error. Simply
6220   rebuild the cache (bnc #405867)
6221 - Add 22x22 and 24x24 icons (bnc #329635)
6222 - revision 10528
6223
6224 -------------------------------------------------------------------
6225 Mon Jul  7 13:39:09 CEST 2008 - schubi@suse.de
6226
6227 - Do not update an already updated package (bnc #400422)
6228 - revision 10504
6229
6230 -------------------------------------------------------------------
6231 Fri Jul  4 17:19:24 CEST 2008 - ma@suse.de
6232
6233 - Also check if the fingerprint matches before importing updated keys.
6234   (bnc #393160)
6235 - revision 10500
6236
6237 -------------------------------------------------------------------
6238 Mon Jun 30 23:55:20 CEST 2008 - dmacvicar@suse.de
6239
6240 - forward port add message attribute to patches.
6241 - port import newer keys if a trusted key is updated
6242 - (bnc#393160)
6243 - version 5.0.2
6244
6245 -------------------------------------------------------------------
6246 Mon Jun 30 10:28:27 CEST 2008 - ma@suse.de
6247
6248 - Fix permanent duplication of gpg keys in the rpm database. Also
6249   retrieve correct creation and expire dates. (bnc #401259)
6250 - Invoke gpg with --homdir, otherwise command fails if executed
6251   within a wrapper. (bnc #401259)
6252 - revision 10487
6253
6254 -------------------------------------------------------------------
6255 Thu Jun 26 12:07:33 CEST 2008 - schubi@suse.de
6256
6257 - version 5.0.1
6258 - revision 10464
6259
6260 -------------------------------------------------------------------
6261 Thu Jun 19 17:55:35 CEST 2008 - ma@suse.de
6262
6263 - Handle new patch messages and scripts in commit. Provide callbacks
6264   to display the patch messages and give visual feedback on script
6265   execution. (bnc #401220)
6266 - revision 10411
6267
6268 -------------------------------------------------------------------
6269 Thu Jun 19 17:35:59 CEST 2008 - ma@suse.de
6270
6271 - Fix wrong parenthesis causing bug 399320
6272 - version
6273 - revision
6274
6275 -------------------------------------------------------------------
6276 Tue Jun 10 09:52:03 CEST 2008 - jreidinger@suse.cz
6277
6278 - improve performance of gsub
6279 - change replace_all to replaceAll (same name convency)
6280 - add tests for gsub and replaceAll
6281 - revision 10366
6282
6283 -------------------------------------------------------------------
6284 Fri Jun  6 13:29:59 CEST 2008 - ma@suse.de
6285
6286 - Handle application/x-redhat-package-manager in package-manager.desktop
6287   (bnc #391183)
6288 - revision 10361
6289
6290 -------------------------------------------------------------------
6291 Thu Jun  5 18:01:15 CEST 2008 - jkupec@suse.cz
6292
6293 - X-SuSE-ControlCenter-System category added
6294   to package-manager.desktop (bnc #302324)
6295 - revision 10353
6296
6297 -------------------------------------------------------------------
6298 Wed Jun  4 14:57:13 CEST 2008 - ma@suse.de
6299
6300 - Fix crash when requesting disk usage without a target loaded. (bnc #396755)
6301 - revision 10340
6302
6303 -------------------------------------------------------------------
6304 Wed Jun  4 14:05:09 CEST 2008 - ma@suse.de
6305
6306 - Fix memory corruption in curl media handler (bnc #396979)
6307 - revision 10338
6308
6309 -------------------------------------------------------------------
6310 Tue Jun  3 20:00:00 CEST 2008 - ma@suse.de
6311
6312 - Take care satsolver recognizes 'Capability( "srcpackage:zypper" )'
6313   as 'source package named zypper'. So these capabilities can be used
6314   together with sat::Whatprovides or in resolver requests. (bnc #369893)
6315 - revision 10335
6316
6317 -------------------------------------------------------------------
6318 Tue Jun  3 15:40:37 CEST 2008 - jreidinger@suse.cz
6319
6320 - allow aborting progress during removing packages. (bnc #389238)
6321 - revision 10331
6322
6323 -------------------------------------------------------------------
6324 Mon Jun  2 15:31:36 CEST 2008 - schubi@suse.de
6325
6326 - New option for ignoring Obsoletes. This is used for installing more than
6327   one pacakges with the same name but different versions.
6328   Often used by kernel.
6329 - r 10299
6330
6331 -------------------------------------------------------------------
6332 Sun Jun  1 23:14:34 CEST 2008 - - ma@suse.de
6333
6334 - Revert inappropriate Selectable cleanup. Fix Selectable
6335   status computation. Unmaintained packages were wrongly
6336   reported as unsinstalled. (bnc #394630)
6337 - version 5.0.0 (4.x continued in SuSE-Linux-11_0-Branch)
6338 - revision 10295
6339
6340 -------------------------------------------------------------------
6341 Fri May 30 12:14:47 CEST 2008 - tgoettlicher@suse.de
6342
6343 - fixed typo
6344
6345 -------------------------------------------------------------------
6346 Wed May 28 18:54:27 CEST 2008 - ma@suse.de
6347
6348 - Reenable diskusage calculation (bnc #395051)
6349 - version 4.25.1
6350 - revision 10273
6351
6352 -------------------------------------------------------------------
6353 Wed May 28 18:50:11 CEST 2008 - jkupec@suse.cz
6354
6355 - RepoManager::packagesPath(RepoInfo) added (bnc #394728)
6356 - revision 10271
6357
6358 -------------------------------------------------------------------
6359 Wed May 28 16:26:09 CEST 2008 - jkupec@suse.cz
6360
6361 - RepoInfo: don't overwrite flags that have already been set externally
6362   (bnc #394728)
6363 - revision 10256
6364
6365 -------------------------------------------------------------------
6366 Wed May 28 15:30:24 CEST 2008 - ma@suse.de
6367
6368 - Create missing directories when saving config files. (bnc #395026)
6369 - Fix undefined behaviour in RepoManager.
6370 - revision 10255
6371
6372 -------------------------------------------------------------------
6373 Wed May 28 15:23:44 CEST 2008 - schubi@suse.de
6374
6375 - SOLVER_ERASE_SOLVABLE_NAME: As we do not know, if this request has come
6376   from resolvePool or resolveQueue we will have to take care for both
6377   cases. (bnc#393969)
6378 - r 10252
6379
6380 -------------------------------------------------------------------
6381 Tue May 27 22:35:37 CEST 2008 - coolo@suse.de
6382
6383 - compile with RPM_OPT_FLAGS
6384
6385 -------------------------------------------------------------------
6386 Mon May 26 17:23:24 CEST 2008 - jkupec@suse.cz
6387
6388 - old2new locks file converter script added to %post (jredinger)
6389 - r 10227
6390
6391 -------------------------------------------------------------------
6392 Mon May 26 11:48:35 CEST 2008 - schubi@suse.de
6393
6394 - Do not regard packages with the same name while upgrading obsoleted
6395   packages (bnc#394367)
6396 - r 10219
6397
6398 -------------------------------------------------------------------
6399 Sat May 24 01:23:44 CEST 2008 - dmacvicar@suse.de
6400
6401 - revert commit don't check for existence of keys,
6402   to avoid a non needed HEAD request. (related bnc#381280)
6403   as it creates popup error callbacks due to the 404's in
6404   the keys. Leave however the OnMediaLocation::optional()
6405   API to look for another fix strategy.
6406
6407 -------------------------------------------------------------------
6408 Fri May 23 15:52:20 CEST 2008 - dmacvicar@suse.de
6409
6410 - define path for messages and scripts and document
6411   them in zypp.conf
6412
6413 -------------------------------------------------------------------
6414 Fri May 23 14:42:34 CEST 2008 - schubi@suse.de
6415
6416 - Added IgnoreAlreadyRecommended flag. So recomments/suggest will
6417   be ignored for already INSTALLED packages (bnc #389694)
6418 - r 10202
6419
6420 -------------------------------------------------------------------
6421 Fri May 23 10:22:47 CEST 2008 - schubi@suse.de
6422
6423 - Packages which obsoletes and do NOT required other installed
6424   packages will be installed if no other packages obsolete the installed package too.
6425 - r 10196
6426
6427 -------------------------------------------------------------------
6428 Thu May 22 02:22:29 CEST 2008 - dmacvicar@suse.de
6429
6430 - fix filelist for installed packages (bnc#392544)
6431 - fix changelog retrieval for installed packages
6432
6433 -------------------------------------------------------------------
6434 Wed May 21 13:50:00 CEST 2008 - dmacvicar@suse.de
6435
6436 - deprecate Repository::name() and use alias() to
6437   be consistent. Related to (bnc#383553)
6438 - don't check for existence of keys, to avoid a non needed
6439   HEAD request. (helps bnc#381280)
6440 - 4.25.0
6441
6442 -------------------------------------------------------------------
6443 Wed May 21 11:37:23 CEST 2008 - schubi@suse.de
6444
6445 - added onlyRequires in the testcase (bnc #389184)
6446
6447 -------------------------------------------------------------------
6448 Tue May 20 12:12:27 CEST 2008 - jreidinger@suse.cz
6449
6450 - allow installation and refreshing from repository with alias that
6451   contains ' or " (bnc #392426)
6452 - r10158
6453
6454 -------------------------------------------------------------------
6455 Mon May 19 21:11:41 CEST 2008 - jkupec@suse.cz
6456
6457 - delta rpm support reenabled
6458 - r10150
6459
6460 -------------------------------------------------------------------
6461 Mon May 19 18:13:19 CEST 2008 - schubi@suse.de
6462
6463 - Resetting Delete Details in ResStatus correctly (bnc #391785)
6464 - r 10145
6465
6466 -------------------------------------------------------------------
6467 Mon May 19 11:47:06 CEST 2008 - dmacvicar@suse.de
6468
6469 - when setting status to non installed for uninstalled packages
6470   set the user transaction so they go to soft locks.
6471   (related to bnc#389739 )
6472
6473 -------------------------------------------------------------------
6474 Fri May 16 16:56:04 CEST 2008 - schubi@suse.de
6475
6476 - Added new calls : isInstalledBy (const PoolItem item);
6477                     installs (const PoolItem item);
6478 - r 10125
6479 - 4.23.0
6480
6481 -------------------------------------------------------------------
6482 Fri May 16 16:49:04 CEST 2008 - jreidinger@suse.cz
6483
6484 - don't run merge in save when toAdd/Remove queue is empty
6485 - throw when locks cannot load its file
6486 - r10124
6487
6488 -------------------------------------------------------------------
6489 Fri May 16 09:59:09 CEST 2008 - jreidinger@suse.cz
6490
6491 - throw more describing exception when repo probing failed
6492   (bnc #389690)
6493 - revision 10118
6494
6495 -------------------------------------------------------------------
6496 Thu May 15 15:15:59 CEST 2008 - jreidinger@suse.cz
6497
6498 - allow call only merge old locks and newly added/removed without
6499   saving it to file
6500 - -revision 10104
6501
6502 -------------------------------------------------------------------
6503 Tue May 13 17:37:11 CEST 2008 - dmacvicar@suse.de
6504
6505 - report non packages as keep installed if satisfied to the
6506   user interace (Selectables)
6507 - 4.21.3
6508
6509 -------------------------------------------------------------------
6510 Tue May 13 15:50:28 CEST 2008 - jkupec@suse.cz
6511
6512 - create /etc/zypp/products.d on install
6513
6514 -------------------------------------------------------------------
6515 Mon May 12 17:21:19 CEST 2008 - jkupec@suse.cz
6516
6517 - /etc/zypp/products.d added to file list (bnc #385868)
6518 - revision 10049
6519 - version 4.21.2
6520
6521 -------------------------------------------------------------------
6522 Mon May 12 17:15:34 CEST 2008 - jkupec@suse.cz
6523
6524 - call RemoveResolvableReport::problem() before finish() on error
6525   (bnc #388810)
6526 - revision 10045
6527
6528 -------------------------------------------------------------------
6529 Sat May 10 21:57:29 CEST 2008 - coolo@suse.de
6530
6531 - fix file list
6532
6533 -------------------------------------------------------------------
6534 Fri May  9 23:15:53 CEST 2008 - ma@suse.de
6535
6536 - Product now retrieves all attributes from the solv file.
6537 - version 4.21.1
6538 - revision 10031
6539
6540 -------------------------------------------------------------------
6541 Fri May  9 21:28:42 CEST 2008 - ma@suse.de
6542
6543 - Add zypp.conf option configdir (/etc/zypp) and arrange
6544   all config files and directories to follow {configdir}
6545   per default.
6546 - Fix zypp-query-pool to print satisfied products and additional
6547   products defined in {configdir}/products.d for registration.
6548   (bnc #385868)
6549 - version 4.21.0
6550 - revision 10029
6551
6552 -------------------------------------------------------------------
6553 Fri May  9 15:30:40 CEST 2008 - jreidinger@suse.cz
6554
6555 - implement remove duplicate entries in lock file (bnc#385967)
6556
6557 -------------------------------------------------------------------
6558 Fri May  9 15:15:32 CEST 2008 - ma@suse.de
6559
6560 - Speedup rpmdb2solv by reusing an existing solv file.
6561 - version 4.20.1
6562 - revision 10012
6563
6564 -------------------------------------------------------------------
6565 Thu May  8 18:13:54 CEST 2008 - ma@suse.de
6566
6567 - Fix failed package download due to unkown repository type (bnc #386386)
6568 - revision 9995
6569
6570 -------------------------------------------------------------------
6571 Thu May  8 16:33:37 CEST 2008 - ma@suse.de
6572
6573 - Support optional root argument to RepoManagerOptions, to prefix all
6574   path names taken from ZConfig. (bnc #388265)
6575 - version 4.20.0
6576 - revision 9993
6577
6578 -------------------------------------------------------------------
6579 Thu May  8 14:21:51 CEST 2008 - schubi@suse.de
6580
6581 - new solution action for removing requirements/conflicts (bnc #387631)
6582 - revision 9988
6583
6584 -------------------------------------------------------------------
6585 Thu May  8 10:56:49 CEST 2008 - ma@suse.de
6586
6587 - Provide enumerated patch category 'Patch::categoryEnum()' (bnc #159100)
6588 - revision 9984
6589
6590 -------------------------------------------------------------------
6591 Wed May  7 13:52:24 CEST 2008 - schubi@suse.de
6592
6593 - DistUpgrade: searching for providers -> regarding name onl
6594 - r 9977
6595
6596 -------------------------------------------------------------------
6597 Tue May  6 17:35:59 CEST 2008 - dmacvicar@suse.de
6598
6599 - add flag --registrable (-r) to query pool to avoid
6600   using system as a filter
6601 - 4.19.1
6602
6603 -------------------------------------------------------------------
6604 Tue May  6 07:37:22 CEST 2008 - coolo@suse.de
6605
6606 - return values in non-void functions
6607
6608 -------------------------------------------------------------------
6609 Mon May  5 14:08:20 CEST 2008 - jkupec@suse.cz
6610
6611 - support multiple search strings in PoolQuery (ORed)
6612 - revision 9945
6613
6614 -------------------------------------------------------------------
6615 Mon May  5 09:55:29 CEST 2008 - schubi@suse.de
6616
6617 - Switch off the upgrade mode of the
6618   SAT solver cause the packages have already been evaluated by
6619   the distupgrade machanism of libzypp. (bnc #386375)
6620 - rev 9943
6621
6622 -------------------------------------------------------------------
6623 Fri May  2 16:36:04 CEST 2008 - jreidinger@suse.cz
6624
6625 - release file after copy to cache as soon as possible.
6626   (bnc #381311)
6627 - r9940
6628
6629 -------------------------------------------------------------------
6630 Fri May  2 16:28:05 CEST 2008 - schubi@suse.de
6631
6632 - Bugfix: keep states by user has been removed it the
6633   package has not been installed BUT has been recommended by another package.
6634   (bnc #385832)
6635 - rev 9938
6636
6637 -------------------------------------------------------------------
6638 Fri May  2 12:19:22 CEST 2008 - jreidinger@suse.cz
6639
6640 - add isLocal function to Url which say if scheme is local or
6641   internet.
6642 - r9932
6643
6644 -------------------------------------------------------------------
6645 Fri May  2 09:36:18 CEST 2008 - jreidinger@suse.cz
6646
6647 - cache decision for repository depend on his url.
6648 - http,ftp and smb cache packages.
6649 - revision 9929
6650
6651 -------------------------------------------------------------------
6652 Thu May  1 00:50:51 CEST 2008 - ma@suse.de
6653
6654 - Load and maintain persistent hard locks stored in /etc/zypp/locks.
6655   Locks are loaded together with the target, and changes are writen
6656   back on commit. zypp.conf option locksfile.apply can be used to turn
6657   this feature on or off. (FATE #120352)
6658 - version 4.18.0
6659 - revision 9927
6660
6661 -------------------------------------------------------------------
6662 Wed Apr 30 16:27:49 CEST 2008 - ma@suse.de
6663
6664 - Add zypp.conf option solvfilesdir: Path where the repo solv files
6665   are created. Default value: {cachedir}/solv.
6666 - Target and repositories now save their solvfiles below {solvfilesdir}
6667   in directories named after the repositories alias.
6668 - version 4.18.0
6669 - revision 9913
6670
6671 -------------------------------------------------------------------
6672 Wed Apr 30 14:19:16 CEST 2008 - jkupec@suse.cz
6673
6674 - fixed filesystem::expandlink(Pathname) (bnc #368477)
6675 - r9906
6676
6677 -------------------------------------------------------------------
6678 Tue Apr 29 16:37:19 CEST 2008 - schubi@suse.de
6679
6680 - cleanup in return values of doUpgrade and doUpdate
6681 - r9886
6682 - 4.17.0
6683
6684 -------------------------------------------------------------------
6685 Mon Apr 28 18:27:54 CEST 2008 - jkupec@suse.cz
6686
6687 - check for valid pool in begin(), improve the code (bnc #384337)
6688 - r9872
6689 - 4.16.0
6690
6691 -------------------------------------------------------------------
6692 Mon Apr 28 15:40:09 CEST 2008 - mvidner@suse.cz
6693
6694 - Updated package-manager-su from xdg-utils-1.0.2-48 (bnc#339549).
6695
6696 -------------------------------------------------------------------
6697 Mon Apr 28 15:25:46 CEST 2008 - schubi@suse.de
6698
6699 - added translations
6700
6701 -------------------------------------------------------------------
6702 Mon Apr 28 11:15:47 CEST 2008 - jkupec@suse.cz
6703
6704 - ostream operator<<(ostream,TriBool) added
6705 - r9833
6706
6707 -------------------------------------------------------------------
6708 Fri Apr 25 16:12:12 CEST 2008 - ma@suse.de
6709
6710 - Prevent target::unload from creating a system repo in order
6711   to unload it. (bnc 382297)
6712 - version 4.15.2
6713 - revision 9822
6714
6715 -------------------------------------------------------------------
6716 Fri Apr 25 14:15:17 CEST 2008 - ma@suse.de
6717
6718 - Prevent deselected or deleted items from being re-selected due to
6719   recommends (aka. persistent soft locks). Unlike hard locked, those
6720   items will be automatically selected if required. The list of soft
6721   locked items is stored in /var/lib/zypp/SoftLocks.
6722 - version 4.15.1
6723 - revision 9818
6724
6725 -------------------------------------------------------------------
6726 Wed Apr 23 22:24:00 CEST 2008 - ma@suse.de
6727
6728 - Remove obsolete AdditionalCapabilities interface from ResPool.
6729   Forward sat::Pool::RepositoryIterator. There's no more need to
6730   maintain an extra Repository list in ResPool.
6731 - revision 9806
6732
6733 -------------------------------------------------------------------
6734 Wed Apr 23 21:12:56 CEST 2008 - ma@suse.de
6735
6736 - Support dependencies requiring a specific architecture:
6737   "name[.arch] [op edition]". See class Capability for details
6738   about how to construct dependencies. (bnc #305445)
6739 - version 4.15.0
6740 - revision 9805
6741
6742 -------------------------------------------------------------------
6743 Tue Apr 22 17:39:28 CEST 2008 - dmacvicar@suse.de
6744
6745 - patch attributes and deprecate old ones
6746 - 4.14.0
6747
6748 -------------------------------------------------------------------
6749 Tue Apr 22 15:44:34 CEST 2008 - jreidinger@suse.cz
6750
6751 - change locks api -
6752 - make more functions const
6753 - replace add/remove by selectable to add/remove by ident or name and kind
6754 - rename iterator to const_iterator to avoid confusion
6755 - revision 9781
6756
6757 -------------------------------------------------------------------
6758 Tue Apr 22 13:55:14 CEST 2008 - schubi@suse.de
6759
6760 - Do architecture changes while "dup" in the external distribution
6761   upgrade ONLY. bnc #382274
6762 - Added "ignore" to the solutions
6763 - Added "self-conflicts" to the solution
6764 - added new solver mechanism "resolveQueue"
6765 - Bugfix broken/satisfied products
6766 - rev 9776
6767
6768 -------------------------------------------------------------------
6769 Tue Apr 22 10:33:03 CEST 2008 - ma@suse.de
6770
6771 - Added Pattern::core returning the packages required by a pattern.
6772   (see also Pattern::depends and Pattern::contents).
6773 - revision 9771
6774
6775 -------------------------------------------------------------------
6776 Mon Apr 21 15:38:10 CEST 2008 - ma@suse.de
6777
6778 - Added Target::release(), returning the targets distribution
6779   release string.
6780 - revision 9761
6781
6782 -------------------------------------------------------------------
6783 Sat Apr 19 01:08:04 CEST 2008 - ma@suse.de
6784
6785 - per default abort if package installation fails. (bnc #381203)
6786 - version 4.13.3
6787 - revision 9725
6788
6789 -------------------------------------------------------------------
6790 Fri Apr 18 15:19:36 CEST 2008 - dmacvicar@suse.de
6791
6792 - add ZYpp and curl version to http agent string
6793   (bnc #381280)
6794
6795 -------------------------------------------------------------------
6796 Thu Apr 17 16:29:15 CEST 2008 - ma@suse.de
6797
6798 - Fixed pools package index wrongly including source packages. (bnc #380283)
6799 - version 4.13.2
6800 - revision 9683
6801
6802 -------------------------------------------------------------------
6803 Wed Apr 16 15:00:19 CEST 2008 - ma@suse.de
6804
6805 - Disable fast creation of @System.solv. It may produce wrong results
6806   e.g. after a rebuilddb.
6807 - version 4.13.1
6808 - revision 9666
6809
6810 -------------------------------------------------------------------
6811 Wed Apr 16 12:50:09 CEST 2008 - ma@suse.de
6812
6813 - initializeTarget now takes an additional option, telling whether to
6814   rebuild an existing rpm database before using it. Default is false.
6815   (bnc #308352)
6816 - version 4.13.0
6817 - revision 9664
6818
6819 -------------------------------------------------------------------
6820 Tue Apr 15 12:57:42 CEST 2008 - jreidinger@suse.cz
6821
6822 - save do nothing if no locks added/removed
6823 - fix bug with multiple save lock
6824 - don't save same query multiple times
6825 - improve tests
6826 - revision 9644
6827
6828 -------------------------------------------------------------------
6829 Tue Apr 15 09:34:29 CEST 2008 - schubi@suse.de
6830
6831 - added new translations
6832 - activate zypp-query-pool
6833 - Revision 9637
6834 - 4.12.1
6835
6836 -------------------------------------------------------------------
6837 Tue Apr 15 00:54:07 CEST 2008 - jkupec@suse.cz
6838
6839 - Locks API cleaned-up, iterator added, light read() added
6840 - PoolQuery::attribute(SolvAttr) getter added
6841 - revision 9609
6842
6843 -------------------------------------------------------------------
6844 Mon Apr 14 17:00:05 CEST 2008 - dmacvicar@suse.de
6845
6846 - reenable zypp-query-pool
6847 - 4.11.1
6848
6849 -------------------------------------------------------------------
6850 Mon Apr 14 12:53:09 CEST 2008 - ma@suse.de
6851
6852 - Enable evaluation of hardware dependencies.
6853 - Enable evaluation of filesystem dependencies.
6854 - revision 9605
6855
6856 -------------------------------------------------------------------
6857 Sun Apr 13 02:17:25 CEST 2008 - jkupec@suse.cz
6858
6859 - RawMetadataRefreshPolicy: CheckIfNeededIgnoreDelay added
6860   needed for explicit refresh request
6861 - revision 9574
6862
6863 -------------------------------------------------------------------
6864 Fri Apr 11 21:55:21 CEST 2008 - ma@suse.de
6865
6866 - Install ResPoolProxy index to speedup Solvable to Selectable
6867   conversion.
6868 - version 4.11.0
6869 - revision 9558
6870
6871 -------------------------------------------------------------------
6872 Fri Apr 11 18:02:14 CEST 2008 - kkaempf@suse.de
6873
6874 - Implement update scripts installed by packages. After every
6875   package install /var/adm/update-scripts is scanned for the first
6876   file starting with "<name>-<version>.<release>-", which is then
6877   executed.
6878 - revision 9547
6879
6880 -------------------------------------------------------------------
6881 Fri Apr 11 14:43:05 CEST 2008 - ma@suse.de
6882
6883 - Fix SolvIterMixin to avioid multiple visits of the same Selectable.
6884 - Add Resolvable::poolItem() providing access to the corresponding
6885   PoolItem. API to query isRelevant/isSatisfied/isBroken was moved
6886   to PoolItem.
6887 - Add ResPool::satisfiedProductsBegin/End iterator over all products
6888   whose dependencies are satisfied. This reflects the status determined
6889   by the last solver run. (#368104)
6890 - revision 9535
6891
6892 -------------------------------------------------------------------
6893 Fri Apr 11 12:07:47 CEST 2008 - jreidinger@suse.cz
6894
6895 - switch to new locks api
6896 - revision 9524
6897
6898 -------------------------------------------------------------------
6899 Wed Apr  9 21:24:54 CEST 2008 - ma@suse.de
6900
6901 - Enable ui::Selectable lookup by Solvable/PoolItem in ResPoolProxy.
6902 - Add SolvIterMixin: Base class providing PoolItem_iterator and
6903   Selectable_iterator iterator types based on a Solvable iterator.
6904 - Enhanced WhatProvides and SolvableSet to PoolItem_iterator to offer
6905   PoolItem_iterator and Selectable_iterator.
6906 - Add Solvable::SplitIdent: Helper class that splits an identifier
6907   into kind and name.
6908 - Provide methods Pattern::contents returning a collection of packages
6909   associated with the pattern/patch.
6910 - revision 9496
6911
6912 -------------------------------------------------------------------
6913 Tue Apr  8 15:50:48 CEST 2008 - jreidinger@suse.cz
6914
6915 - add comparing to PoolQuery
6916 - revision 9466
6917
6918 -------------------------------------------------------------------
6919 Tue Apr  8 13:18:30 CEST 2008 - jreidinger@suse.cz
6920
6921 - move RepoInfo to universal RepoException. This can enable more verbose output - for frontend. (helps with bnc #377137)
6922 - revision 9452
6923
6924 -------------------------------------------------------------------
6925 Tue Apr  8 10:52:30 CEST 2008 - jreidinger@suse.cz
6926
6927 - initial implementation of new locks (FATE #120118 and #120352)
6928 - revision 9442
6929
6930 -------------------------------------------------------------------
6931 Tue Apr  7 15:18:22 CEST 2008 - dmacvicar@suse.de
6932
6933 - selectable API updates and changes
6934 - 4.10.0
6935
6936 -------------------------------------------------------------------
6937 Fri Apr  4 14:01:45 CEST 2008 - jreidinger@suse.cz
6938
6939 - add split with respect to escaped delimeters and also for quotes
6940 - revision 9373
6941
6942 -------------------------------------------------------------------
6943 Thu Apr  3 12:55:50 CEST 2008 - ma@suse.de
6944
6945 - Fixed some missing package and source package attributes.
6946 - revision 9348
6947
6948 -------------------------------------------------------------------
6949 Thu Apr  3 11:59:13 CEST 2008 - ma@suse.de
6950
6951 - Allow to store a media label in MediaSetAccess. This label is
6952   passed to a media change requests to describe which CD is
6953   requested.  (bnc #330094)
6954 - Fixed some missing package and source package attributes.
6955 - revision 9347
6956
6957 -------------------------------------------------------------------
6958 Wed Apr  2 13:48:52 CEST 2008 - schubi@suse.de
6959
6960 - Moved poolItem.status().isSatisfied(),.... to poolItem.isSatisfied()
6961 - Removed establish state in ResStatus
6962 - revision 9337
6963 - version 4.7.0
6964
6965 -------------------------------------------------------------------
6966 Wed Apr  2 10:24:17 CEST 2008 - ma@suse.de
6967
6968 - Add PoolItem::isSatisfied()/isBroken() to test whether
6969   the items requirements are met.
6970 - revision 9334
6971
6972 -------------------------------------------------------------------
6973 Tue Apr  1 21:54:10 CEST 2008 - ma@suse.de
6974
6975 - Extend sat::WhatProvides to allow to query for possible providers
6976   of a collection of capabilies. E.g. all providers of a packages
6977   requirements.
6978 - Fixed retrieval of translated texts from .solv files, provided the
6979   solv file contains them.
6980 - revision 9328
6981
6982 -------------------------------------------------------------------
6983 Tue Apr  1 16:17:44 CEST 2008 - jreidinger@suse.cz
6984
6985 - initial implementation of serialize/recovery PoolQuery
6986   (needed by FATE #120118)
6987 - revision 9325
6988
6989 -------------------------------------------------------------------
6990 Wed Mar 26 16:15:24 CET 2008 - ma@suse.de
6991
6992 - Allow prioritizing repos by adding a line 'priority=N' to the
6993   .repo file. Where N is an integer number from 1 (highest prio)
6994   to 99 (least and default). (bnc #369827, fate #302872)
6995 - version 4.6.1
6996 - revision 9276
6997
6998 -------------------------------------------------------------------
6999 Mon Mar 24 21:17:05 CET 2008 - coolo@suse.de
7000
7001 - support plaindir again (at least the most important parts)
7002
7003 -------------------------------------------------------------------
7004 Fri Mar 21 13:23:13 CET 2008 - jreidinger@suse.cz
7005
7006 - Throwing special exception MediaBadCAException in case of SSL
7007   certificate validation failure.(bnc #223512)
7008 - revision 9250
7009
7010 -------------------------------------------------------------------
7011 Fri Mar 21 12:38:39 CET 2008 - jreidinger@suse.cz
7012
7013 - add new error IO_SOFT to media request callback for temporary
7014   connection problem. (bnc #328822)
7015 - add new media exception timeout when somethink fail due to exceed
7016   timeout
7017 - mediacurl throw timeout exception when timeouted
7018 - revision 9246
7019
7020 -------------------------------------------------------------------
7021 Thu Mar 20 15:00:24 CET 2008 - jreidinger@suse.cz
7022
7023 - return more information from checking if metadata need refresh,
7024   so user can get better info. (bnc #307249)
7025 - revision 9231
7026
7027 -------------------------------------------------------------------
7028 Tue Mar 18 21:59:04 CET 2008 - ma@suse.de
7029
7030 - class sat::LocaleSupport: Convenience methods to manage support
7031   for language specific packages.
7032 - revision 9197
7033
7034 -------------------------------------------------------------------
7035 Tue Mar 18 13:54:16 CET 2008 - jkupec@suse.cz
7036
7037 - removed obsolete capability handling stuff (ma)
7038 - version 4.5.0
7039
7040 -------------------------------------------------------------------
7041 Tue Mar 18 11:42:51 CET 2008 - jreidinger@suse.cz
7042
7043 - Don't mask skip and abort exception in Fetcher
7044 - revision 9188
7045
7046 -------------------------------------------------------------------
7047 Tue Mar 18 11:00:22 CET 2008 - jreidinger@suse.cz
7048
7049 - action is correctly set in mediaRequest callback
7050 - revision 9186
7051
7052 -------------------------------------------------------------------
7053 Mon Mar 17 12:33:44 CET 2008 - ma@suse.de
7054
7055 - Fix SEGV in commit (bnc# 371137)
7056 - version 4.4.3
7057 - revision 9174
7058
7059 -------------------------------------------------------------------
7060 Fri Mar 14 17:28:39 CET 2008 - ma@suse.de
7061
7062 - version 4.4.2
7063
7064 -------------------------------------------------------------------
7065 Fri Mar 14 14:27:43 CET 2008 - dmacvicar@suse.de
7066
7067 - look for openssl in cmake, actually we build require it
7068 - explicitely link against openssl and crypto, required to
7069   compile in all platforms/distros.
7070
7071 -------------------------------------------------------------------
7072 Fri Mar 14 12:07:41 CET 2008 - jreidinger@suse.cz
7073
7074 - Save repo type during refresh if type is NONE (f.e. lazy probing).
7075 - revision 9153
7076
7077 -------------------------------------------------------------------
7078 Fri Mar 14 11:34:24 CET 2008 - jreidinger@suse.cz
7079
7080 - replace gpg escaped semicolon with real semicolon (bnc #355434)
7081 - revision 9151
7082
7083 -------------------------------------------------------------------
7084 Fri Mar 14 10:17:41 CET 2008 - jreidinger@suse.cz
7085
7086 - make strings from RpmDb and Keyring exceptions translatable
7087 - revision 9146
7088
7089 -------------------------------------------------------------------
7090 Thu Mar 13 18:41:26 CET 2008 - dmacvicar@suse.de
7091
7092 - fix retrieving keys (bnc #368099)
7093 - version 4.4.1
7094
7095 -------------------------------------------------------------------
7096 Thu Mar 13 18:40:57 CET 2008 - jreidinger@suse.cz
7097
7098 - enable frontend to rewrite add_probe settings.(bnc #309612)
7099 - Correct adding repo without type to lazy probing.
7100 - revision 9135
7101
7102 -------------------------------------------------------------------
7103 Thu Mar 13 17:59:52 CET 2008 - jreidinger@suse.cz
7104
7105 - get better message if something fail when trying run rpm
7106   (bnc #344584)
7107 - revision 9133
7108
7109 -------------------------------------------------------------------
7110 Thu Mar 13 12:33:13 CET 2008 - ma@suse.de
7111
7112 - Add ExternalProgram::execError and ExternalProgram::command
7113   to improve error reporting.
7114 - revision 9112
7115
7116 -------------------------------------------------------------------
7117 Thu Mar 13 11:45:20 CET 2008 - jkupec@suse.cz
7118
7119 - release all media before requesting another (bnc #336881)
7120 - revision 9110
7121
7122 -------------------------------------------------------------------
7123 Thu Mar 13 11:32:56 CET 2008 - jkupec@suse.cz
7124
7125 - getDetectedDevices added (fate #120298)
7126 - revision 9108
7127
7128 -------------------------------------------------------------------
7129 Wed Mar 12 15:55:14 CET 2008 - jkupec@suse.cz
7130
7131 - media backend release() methods changed to take string & instead
7132   of bool (needed for FATE #120298)
7133 - media label, detected device list and current device arguments
7134   added to the requestMedia callback
7135 - version 4.4.0
7136
7137 -------------------------------------------------------------------
7138 Wed Mar 12 14:16:07 CET 2008 - coolo@suse.de
7139
7140 - fix for bnc#369543
7141
7142 -------------------------------------------------------------------
7143 Mon Mar 10 13:30:04 CET 2008 - jkupec@suse.cz
7144
7145 - provide download rate info (average and curent) in the
7146   media::DownloadProgressReport for ftp/http (bnc #168935)
7147 - r9074
7148
7149 -------------------------------------------------------------------
7150 Mon Mar 10 12:45:03 CET 2008 - jkupec@suse.cz
7151
7152 - cleanCache(): clean also .cookie files
7153 - cleanTargetCache() added
7154 - use escaped_alias() in rawcache_path_for_repoinfo() and
7155   packagescache_path_for_repoinfo()
7156 - r9068
7157
7158 -------------------------------------------------------------------
7159 Fri Mar  7 19:59:10 CET 2008 - jkupec@suse.cz
7160
7161 - fixed location of RPMs in subdirs when parsing plaindir repo
7162   recursively (bnc #368218)
7163 - revision 9060
7164
7165 -------------------------------------------------------------------
7166 Thu Mar  6 13:42:53 CET 2008 - ma@suse.de
7167
7168 - Do not filter any installed solvables.
7169 - revision 9031
7170 - version 4.3.2
7171
7172 -------------------------------------------------------------------
7173 Wed Mar  5 11:33:26 CET 2008 - ma@suse.de
7174
7175 - Try to rebuild broken solv files in Target::load.
7176 - revision 9015
7177
7178 -------------------------------------------------------------------
7179 Tue Mar  4 18:17:41 CET 2008 - ma@suse.de
7180
7181 - Try to rebuild broken solv files in RepoManager::loadFromCache.
7182 - Fix RepoStatus::operator&& and RepoStatus testsuite.
7183 - revision 9008
7184
7185 -------------------------------------------------------------------
7186 Tue Mar  4 16:09:14 CET 2008 - schubi@suse.de
7187
7188 - improved problem description while a vendor change
7189 - improved problem description if a requirement cannot be fulfilled. Bug #358560
7190 - revision 9002
7191
7192 -------------------------------------------------------------------
7193 Tue Mar  4 12:57:58 CET 2008 - ma@suse.de
7194
7195 - Save and restore requested locales on target load/commit.
7196 - revision 8999
7197
7198 -------------------------------------------------------------------
7199 Mon Mar  3 17:10:26 CET 2008 - schubi@suse.de
7200
7201 - (Update) Prevent reinstallation of installed packages.
7202 - revision 8984
7203
7204 -------------------------------------------------------------------
7205 Sun Mar  2 16:13:16 CET 2008 - coolo@suse.de
7206
7207 - refresh metadata if there is no cache to unbreak compat with
7208   kiwi (that relied on "zypper sa <url> <alias>" to create a repo
7209   that "zypper in" could work on)
7210
7211 -------------------------------------------------------------------
7212 Sun Mar  2 10:28:13 CET 2008 - coolo@suse.de
7213
7214 - create cache directory before calling rpmdb2solv (in an empty
7215   chroot)
7216 - version 4.3.1
7217
7218 -------------------------------------------------------------------
7219 Thu Feb 28 16:43:11 CET 2008 - jkupec@suse.cz
7220
7221 - special exception message if server returns 403 response
7222   (forbidden) (port from SP2)
7223 - MediaException messages marked for translation
7224
7225 -------------------------------------------------------------------
7226 Wed Feb 27 10:31:24 CET 2008 - dmacvicar@suse.de
7227
7228 - make sure we have target cache on target initialize
7229 - version 4.3.0
7230
7231 -------------------------------------------------------------------
7232 Tue Feb 26 13:59:03 CET 2008 - lslezak@suse.cz
7233
7234 - DiskUsageCounter.cc - ignore "vfat", "fat", "ntfs" and "ntfs-3g"
7235   file systems (#333166)
7236 - rev. 8915
7237
7238 -------------------------------------------------------------------
7239 Tue Feb 26 13:26:30 CET 2008 - ma@suse.de
7240
7241 - Fixed Capabilites iterator exposing prereq marker.
7242 - revision 8914
7243
7244 -------------------------------------------------------------------
7245 Tue Feb 26 11:29:05 CET 2008 - schubi@suse.de
7246
7247 - postinstall script fixed
7248 - version 4.2.10
7249
7250 -------------------------------------------------------------------
7251 Mon Feb 25 17:06:53 CET 2008 - schubi@suse.de
7252
7253 - Testcases regards modaliases, rpmlib, ... correctly
7254 - Revision 8904
7255
7256 -------------------------------------------------------------------
7257 Mon Feb 25 13:20:26 CET 2008 - ma@suse.de
7258
7259 - Remove obsolete sql database. (bnc#363224)
7260 - revision 8898
7261
7262 -------------------------------------------------------------------
7263 Fri Feb 22 14:03:59 CET 2008 - ma@suse.de
7264
7265 - Take care target uses --root when creating solv files (bnc #363789)
7266 - revision 8881
7267
7268 -------------------------------------------------------------------
7269 Fri Feb 22 10:10:14 CET 2008 - schubi@suse.de
7270
7271 - Unmaintained packages which does not fit to the updated system
7272   (broken dependencies) will be deleted.
7273 - revision 8867
7274
7275 -------------------------------------------------------------------
7276 Fri Feb 22 07:20:35 CET 2008 - coolo@suse.de
7277
7278 - let libzypp-devel require libsatsolver-devel
7279
7280 -------------------------------------------------------------------
7281 Wed Feb 20 13:47:56 CET 2008 - ma@suse.de
7282
7283 - Cleanup unused /var/lib/zypp/cache in migrate_sources (#305160)
7284 - revision 8833
7285
7286 -------------------------------------------------------------------
7287 Tue Feb 19 16:21:12 CET 2008 - jkupec@suse.cz
7288
7289 - media: fixed DownloadProgressReport.finish() url argument in
7290   doGetFileCopy()
7291 - revision 8815
7292
7293 -------------------------------------------------------------------
7294 Tue Feb 19 11:21:59 CET 2008 - dmacvicar@suse.de
7295
7296 - hardlink when possible to optimize data transfer
7297   and space across caches.
7298 - version 4.2.8
7299
7300 -------------------------------------------------------------------
7301 Tue Feb 19 08:15:07 CET 2008 - coolo@suse.de
7302
7303 - added some locale support to sat::Solvable
7304 - version 4.2.7
7305
7306 -------------------------------------------------------------------
7307 Mon Feb 18 14:15:48 CET 2008 - dmacvicar@suse.de
7308
7309 - handle error messages better in doesFileExist too which is
7310   used during probing. (bnc #362608)
7311
7312 -------------------------------------------------------------------
7313 Sun Feb 17 21:44:12 CET 2008 - dmacvicar@suse.de
7314
7315 - Fetcher::reset() should not reset cache directories.
7316   (bnc #348050)
7317 - version 4.2.6
7318
7319 -------------------------------------------------------------------
7320 Fri Feb 16 15:47:00 CET 2008 - dmacvicar@suse.de
7321
7322 - Use CURLOPT_NOBODY instead of a CURLOPT_RANGE of 1 byte
7323   for http and https, but this time set CURLOPT_HTTPGET back to 1
7324   so it actually works. This makes Media::doesFileExist
7325   efficient for http and https.
7326   (related to bnc #348050)
7327 - version 4.2.5
7328
7329 -------------------------------------------------------------------
7330 Fri Feb 15 10:52:59 CET 2008 - coolo@suse.de
7331
7332 - using .solv files only now (fate #303018)
7333 - revision 8699
7334
7335 -------------------------------------------------------------------
7336 Tue Feb 12 17:10:48 CET 2008 - coolo@suse.de
7337
7338 - fix architectures on distupgrade
7339
7340 -------------------------------------------------------------------
7341 Fri Feb  8 12:50:30 CET 2008 - coolo@suse.de
7342
7343 - fixes from trunk merged
7344
7345 -------------------------------------------------------------------
7346 Fri Feb  1 17:45:07 CET 2008 - jkupec@suse.cz
7347
7348 - fixed renaming a repo to an existing one (bnc #228216)
7349 - revision 8431
7350
7351 -------------------------------------------------------------------
7352 Sun Jan 27 21:35:13 CET 2008 - coolo@suse.de
7353
7354 - fix changelog
7355
7356 -------------------------------------------------------------------
7357 Thu Jan 24 18:26:47 CET 2008 - jkupec@suse.cz
7358
7359 - read .curlrc more robustly to obtain user-proxy (#330351)
7360 - revision 8368
7361
7362 -------------------------------------------------------------------
7363 Fri Jan 18 12:19:09 CET 2008 - coolo@suse.de
7364
7365 - always buildrequire openssl-devel
7366 - replacing strange utf-8 chars in changelog
7367 - revision 8317
7368
7369 -------------------------------------------------------------------
7370 Thu Jan 17 15:07:52 CET 2008 - jkupec@suse.cz
7371
7372 - Saner NFS timeo default (#350309)
7373 - revision 8314
7374
7375 -------------------------------------------------------------------
7376 Thu Jan 17 12:03:10 CET 2008 - kkaempf@suse.de
7377
7378 - support 'patterns.pat' and 'patterns.pat.gz' to read all
7379   patterns in one go.
7380 - rev 8309
7381
7382 -------------------------------------------------------------------
7383 Tue Jan 15 14:56:21 CET 2008 - lslezak@suse.cz
7384
7385 - added RpmDb::removePubkey(), call it from
7386   KeyRing::Impl::deleteKey() - remove the GPG key from RPM when it
7387   is removed from the trusted keyring
7388 - revision 8288
7389
7390 -------------------------------------------------------------------
7391 Mon Jan 14 17:11:15 CET 2008 - schubi@suse.de
7392
7393 - Textchanges
7394 - reduced logging in SAT-solver
7395 - ordering solutions
7396 - version 4.1.8
7397 - revision 8276
7398
7399 -------------------------------------------------------------------
7400 Thu Jan 10 16:50:26 CET 2008 - schubi@suse.de
7401
7402 - Enabled SAT solver via default. (removed ZYPP_SAT_SOLVER)
7403   ZYPP_RC_SOLVER=1 will enable the old RedCapet solver
7404 - Revision 8255
7405 - Version 4.1.7
7406
7407 -------------------------------------------------------------------
7408 Wed Jan  2 18:24:34 CET 2008 - jkupec@suse.cz
7409
7410 - Pathname zypp::filesystem::expandlink(const Pathname &) added
7411 - if the provided file is a symlink, expand it (#274651) (this
7412   probably won't work for schemes other than file/dir and cd/dvd)
7413 - revision 8179
7414
7415 -------------------------------------------------------------------
7416 Tue Dec 18 12:28:22 CET 2007 - aschnell@suse.de
7417
7418 - fixed password handling in URLs (bug #347273)
7419 - revision 8118
7420
7421 -------------------------------------------------------------------
7422 Mon Dec 17 13:47:44 CET 2007 - ma@suse.de
7423
7424 - Fixed default text locale detection not to use static variables. (#346872)
7425 - version 4.1.6
7426 - revision 8116
7427
7428 -------------------------------------------------------------------
7429 Mon Dec 10 12:46:26 CET 2007 - ma@suse.de
7430
7431 - Log more details about zypp lock owner. (#294094)
7432 - revision 8088
7433
7434 -------------------------------------------------------------------
7435 Fri Dec  7 15:47:53 CET 2007 - ma@suse.de
7436
7437 - Remove runtime dependency for libboost_filesystem (#345773)
7438 - version 4.1.5
7439 - revision 8061
7440
7441 -------------------------------------------------------------------
7442 Fri Nov 30 14:20:34 CET 2007 - schubi@suse.de
7443
7444 - Enable SAT solver via environment variable ZYPP_SAT_SOLVER.
7445   e.g.: ZYPP_SAT_SOLVER=1 zypper install foo
7446 - version 4.1.4
7447 - revision 7998
7448
7449 -------------------------------------------------------------------
7450 Wed Nov 28 15:12:33 CET 2007 - aschnell@suse.de
7451
7452 - make IniParser more strict (bug #306697)
7453
7454 -------------------------------------------------------------------
7455 Mon Nov 26 13:19:34 CET 2007 - ma@suse.de
7456
7457 - Fix missing packages in patch content list. (#340896)
7458 - revision 7925
7459
7460 -------------------------------------------------------------------
7461 Fri Nov 16 12:46:39 CET 2007 - coolo@suse.de
7462
7463 - fix build
7464
7465 -------------------------------------------------------------------
7466 Wed Nov 14 14:23:23 CET 2007 - ma@suse.de
7467
7468 - Output date strings in UTF-8. (#339423)
7469 - revision 7807
7470
7471 -------------------------------------------------------------------
7472 Tue Nov 13 13:40:03 CET 2007 - schubi@suse.de
7473
7474 - fixes for new gcc
7475 - version 4.1.3
7476 - r7788
7477
7478 -------------------------------------------------------------------
7479 Mon Nov  5 15:22:33 CET 2007 - ma@suse.de
7480
7481 - Don't mark failed patch scripts as installed. (#327523)
7482 - version 4.1.2
7483 - revision 7744
7484
7485 -------------------------------------------------------------------
7486 Wed Oct 31 09:19:59 CET 2007 - dmueller@suse.de
7487
7488 - update rpmlint suppression
7489
7490 -------------------------------------------------------------------
7491 Fri Oct 26 15:12:24 CEST 2007 - aschnell@suse.de
7492
7493 - fixed retrieval of epoch from rpmdb (bug #246680)
7494
7495 -------------------------------------------------------------------
7496 Thu Oct 25 16:29:24 CEST 2007 - aschnell@suse.de
7497
7498 - allow non-existing "packages" file in susetags parser (bug
7499   #309235)
7500
7501 -------------------------------------------------------------------
7502 Fri Oct 12 15:47:37 CEST 2007 - ma@suse.de
7503
7504 - SMBIOS DMI modalias matching added (#333152)
7505 - revision 7494
7506
7507 -------------------------------------------------------------------
7508 Sat Oct  6 16:37:11 CEST 2007 - jkupec@suse.cz
7509 - do not download the same file multiple times in one attach session
7510   (#307098), r7456
7511 - special cdrom detection code for SCSI / Virtual CDROMs on iSeries
7512   removed - should be correctly detected by HAL now
7513   (#167629, #163971), r7452
7514 - version 4.1.1
7515
7516 -------------------------------------------------------------------
7517 Fri Oct 05 10:35:47 CEST 2007 - aschnell@suse.de
7518
7519 - filter architecture in plaindir parser (bug #330791)
7520
7521 -------------------------------------------------------------------
7522 Thu Oct  4 16:31:58 CEST 2007 - ma@suse.de
7523
7524 - Throw constructing malformed checksums. (#189096)
7525 - revision 7441
7526
7527 -------------------------------------------------------------------
7528 Thu Oct  4 14:22:31 CEST 2007 - mvidner@suse.cz
7529
7530 - Renamed templates back because proper qualification makes it work
7531   too.
7532 - 4.1.0
7533
7534 -------------------------------------------------------------------
7535 Thu Oct 04 11:23:19 CEST 2007 - aschnell@suse.de
7536
7537 - only look for repositories in file ending ".repo" (bug #294779)
7538
7539 -------------------------------------------------------------------
7540 Wed Oct  3 13:37:57 CEST 2007 - mvidner@suse.cz
7541
7542 - Fixed compilation errors with GCC 4.3 by adding missing includes
7543   and renaming templates: MaxBits to MaxBitsT, Mask to MaskT,
7544   Compare<Edition> to CompareEd.
7545 - r7426
7546
7547 -------------------------------------------------------------------
7548 Mon Oct  1 20:29:36 CEST 2007 - ma@suse.de
7549
7550 - Incorporated patch from Michael Matz to speedup cache reading.
7551 - revision 7413
7552
7553 -------------------------------------------------------------------
7554 Fri Sep 28 18:40:59 CEST 2007 - schubi@suse.de
7555
7556 - Resolvertestcase:
7557   - log Repository info
7558   - set keep state in the testcase
7559   - handle vendor
7560 - r 4707
7561
7562 -------------------------------------------------------------------
7563 Thu Sep 27 17:13:14 CEST 2007 - ma@suse.de
7564
7565 - Fixed pattern parser SEGV on broken pattern files. (#328546)
7566 - revision 7402
7567
7568 -------------------------------------------------------------------
7569 Wed Sep 26 11:08:14 CEST 2007 - schubi@suse.de
7570
7571 - QueuItemRequire: Filter out all provider which have worser architecture,
7572   are NOT noarch and have not the same name as the requirement. The
7573   last one is needed for updating packages via patch/atoms.
7574   Bug 328081
7575 - Revert changes of r 7340
7576 - r 7386
7577
7578 -------------------------------------------------------------------
7579 Tue Sep 25 15:51:34 CEST 2007 - ma@suse.de
7580
7581 - Add missing '--install' parameter in desktop file. (#308640)
7582 - version 4.0.0
7583 - revision 7369
7584
7585 -------------------------------------------------------------------
7586 Tue Sep 25 11:08:13 CEST 2007 - jkupec@suse.cz
7587
7588 - release all attached media before attempting to eject (#293428)
7589 - fixed parsing of --proxy-user parameter of .curlrc (#309139)
7590 - revision 7352
7591 - version 3.26.0
7592
7593 -------------------------------------------------------------------
7594 Mon Sep 24 16:10:32 CEST 2007 - dmacvicar@suse.de
7595
7596 - provide a way to retrieve the metadata path. Used for
7597   installation, which incorrectly creates a repository in
7598   cache without adding it first, so metadata path is not
7599   set and therefore it is not possible to setup a media
7600   verifier on installation. Part of fix for (#293428)
7601 - 3.25.0
7602
7603 -------------------------------------------------------------------
7604 Mon Sep 24 15:48:47 CEST 2007 - schubi@suse.de
7605
7606 - If more than one resolvables provide a requirements and have different
7607   architecture take thatone with the best architecture. (Not regarding the
7608   name). Bug: Branching too much while an installation of a multi-arch-DVD
7609 - r 7340
7610 - version 3.24.8
7611
7612 -------------------------------------------------------------------
7613 Fri Sep 21 15:50:30 CEST 2007 - schubi@suse.de
7614
7615 - Checking the queue if an item will be deleted. If yes, the requirements
7616   are not needed anymore. Bug 326384
7617 - version 3.24.7
7618 - r 7329
7619
7620 -------------------------------------------------------------------
7621 Thu Sep 20 17:37:30 CEST 2007 - jkupec@suse.cz
7622
7623 - don't probe the repository type upon saving if disabled (#326769)
7624 - version 3.24.6
7625 - revision 7319
7626
7627 -------------------------------------------------------------------
7628 Thu Sep 20 15:19:53 CEST 2007 - ma@suse.de
7629
7630 - Avoid calling rpm repeatedly in case of an error. This is fault-prone,
7631   esp. if the error occurred executing the packages post-install script.
7632 - version 3.24.5
7633 - revision 7317
7634
7635 -------------------------------------------------------------------
7636 Thu Sep 20 11:00:04 CEST 2007 - ma@suse.de
7637
7638 - If a package is deselected by user, apply this soft lock to all
7639   available versions of this package.
7640 - version 3.24.4
7641 - revision 7316
7642
7643 -------------------------------------------------------------------
7644 Wed Sep 19 17:45:12 CEST 2007 - schubi@suse.de
7645
7646 - Update: Do not set an item to installation if there has been already set
7647   one for installation which has the same NVA. Bug  326286
7648 - version 3.24.3
7649 - r 7311
7650
7651 -------------------------------------------------------------------
7652 Wed Sep 19 14:19:49 CEST 2007 - ma@suse.de
7653
7654 - Enable package cache during commit. (#326249)
7655 - revision 7309
7656
7657 -------------------------------------------------------------------
7658 Tue Sep 18 14:01:02 CEST 2007 - schubi@suse.de
7659
7660 - Do not regarding requirements for packages which will be deleted in the
7661   same solver run. Bug 310618
7662 - r 7292
7663 - version 3.24.2
7664
7665 -------------------------------------------------------------------
7666 Mon Sep 17 16:33:14 CEST 2007 - jkupec@suse.cz
7667
7668 - don't download filelists.xml.gz (#307105)
7669 - version 3.24.1
7670 - revision 7269
7671
7672 -------------------------------------------------------------------
7673 Mon Sep 17 15:51:04 CEST 2007 - ma@suse.de
7674
7675 - Improve estimated diskusage while there is no valid
7676   solver result. (#325617)
7677 - revision 7266
7678
7679 -------------------------------------------------------------------
7680 Mon Sep 17 15:22:47 CEST 2007 - schubi@suse.de
7681
7682 -Bugfix in vendor change of a required resolvable (Correct error message)
7683  Bug 310455
7684 - r 7262
7685
7686 -------------------------------------------------------------------
7687 Mon Sep 17 12:36:28 CEST 2007 - lslezak@suse.cz
7688
7689 - fixed DU parsing in inst-sys (#308659)
7690 - revision 7256
7691
7692 -------------------------------------------------------------------
7693 Fri Sep 14 22:57:54 CEST 2007 - ma@suse.de
7694
7695 - Enable using patch and delta rpms. (#309124)
7696 - version 3.24.0
7697 - revision 7253
7698
7699 -------------------------------------------------------------------
7700 Thu Sep 13 17:59:55 CEST 2007 - ma@suse.de
7701
7702 - On update do not delete unmaintained non-SuSE packages.
7703 - version 3.23.2
7704 - revision 7239
7705
7706 -------------------------------------------------------------------
7707 Thu Sep 13 13:02:39 CEST 2007 - lslezak@suse.cz
7708
7709 - ZYppImpl::getPartitions() - don't return the current partitioning
7710   when the partitioning hasn't been set - fixes DU parsing in
7711   inst-sys (#308659)
7712
7713 -------------------------------------------------------------------
7714 Thu Sep 13 11:30:47 CEST 2007 - dmacvicar@suse.de
7715
7716 - Throw specific exceptions during commit (#308511)
7717 - 3.23.1
7718
7719 -------------------------------------------------------------------
7720 Wed Sep 12 18:48:00 CEST 2007 - ma@suse.de
7721
7722 - Various disk space calculation fixes. Susetags, plaindir and rpmdb
7723   now provide more detailed disk usage information.
7724   Yum metadata don't, so we book the package size to '/'. (#308362)
7725 - version 3.23.0
7726 - revision 7225
7727
7728 -------------------------------------------------------------------
7729 Wed Sep 12 15:48:41 CEST 2007 - schubi@suse.de
7730
7731 - Regarding keep state while recycle old valid solver results. Bug 286889
7732 - r 7209
7733
7734 -------------------------------------------------------------------
7735 Wed Sep 12 12:24:49 CEST 2007 - jkupec@suse.cz
7736
7737 - report 100% progress on finishing RPM removal (bug #309431)
7738 - revision 7200
7739
7740 -------------------------------------------------------------------
7741 Tue Sep 11 17:25:35 CEST 2007 - schubi@suse.de
7742
7743 - Update: rename language packages --> take that package which fits to the
7744   selected language Bug 308098
7745 - r 7919
7746
7747 -------------------------------------------------------------------
7748 Tue Sep 11 16:11:20 CEST 2007 - dmacvicar@suse.de
7749
7750 - restore deltas and patch rpms from the cache (#309124)
7751 - 3.22.8
7752
7753 -------------------------------------------------------------------
7754 Tue Sep 11 14:54:44 CEST 2007 - ma@suse.de
7755
7756 - Don't fail if a product is deleted multiple times (e.g. due to
7757   obsoletes and an explicit deleted request). (#308746)
7758 - version 3.22.7
7759 - revision 7184
7760
7761 -------------------------------------------------------------------
7762 Tue Sep 11 13:52:47 CEST 2007 - jkupec@suse.cz
7763
7764 - SYSCONFDIR variable added for modifying /etc
7765
7766 -------------------------------------------------------------------
7767 Tue Sep 11 12:18:11 CEST 2007 - schubi@suse.de
7768
7769 - uninstallable resolvable -->suggested solution: delete; Bug 308164
7770 - r 7177
7771
7772 -------------------------------------------------------------------
7773 Mon Sep 10 16:19:05 CEST 2007 - schubi@suse.de
7774
7775 - new translations added
7776 - r 7166
7777 - version 3.22.6
7778
7779 -------------------------------------------------------------------
7780 Mon Sep 10 15:50:49 CEST 2007 - lslezak@suse.cz
7781
7782 - fixed disk usage counting of updated packages (#308362)
7783
7784 -------------------------------------------------------------------
7785 Mon Sep 10 14:17:29 CEST 2007 - schubi@suse.de
7786
7787 - Splitting packages: Take the package with the best
7788   architecture,edition ONLY; Bug 308591
7789 - r 7160
7790
7791 -------------------------------------------------------------------
7792 Mon Sep 10 10:55:45 CEST 2007 - lslezak@suse.cz
7793
7794 - properly report fallback disk usage size (in kB instead of bytes)
7795   when disk usage is not known (YUM repos) (#308475)
7796
7797 -------------------------------------------------------------------
7798 Fri Sep  7 13:27:26 CEST 2007 - ma@suse.de
7799
7800 - Install a sample /etc/zypp.conf. (#306615)
7801 - Fixed missing soversion symlink in package.
7802 - version 3.22.5
7803 - revision 7150
7804
7805 -------------------------------------------------------------------
7806 Fri Sep  7 13:03:48 CEST 2007 - schubi@suse.de
7807
7808 - RequirementIsMet: return true only if ALL Atoms are NOT incomplete; Bug
7809   308252
7810 - r 7143
7811
7812 -------------------------------------------------------------------
7813 Thu Sep  6 18:22:36 CEST 2007 - schubi@suse.de
7814
7815 - Error: Select two candidate with the same name while update.
7816   Solution: If there is a candidate which is already selected for installation -->
7817   take thatone #308082
7818 - r 7132
7819
7820 -------------------------------------------------------------------
7821 Thu Sep  6 14:11:58 CEST 2007 - ma@suse.de
7822
7823 - Work arround installed patterns providing an empty vendor string. (#307743)
7824 - Let the solver treat vendor suse and opensuse as equivalent.
7825 - version 3.22.4
7826
7827 -------------------------------------------------------------------
7828 Thu Sep  6 12:33:27 CEST 2007 - schubi@suse.de
7829
7830 - Checking item before evaluating the concerning vendor. bug #307941
7831 - r 7119
7832
7833 -------------------------------------------------------------------
7834 Wed Sep  6 02:24:37 CEST 2007 - dmacvicar@suse.de
7835
7836 - Fix for bug #307163 - empty package descriptions
7837   a.k.a shared tag not 100% implemented
7838 - r 7117
7839 - version 3.22.3
7840
7841 -------------------------------------------------------------------
7842 Wed Sep  5 17:52:37 CEST 2007 - schubi@suse.de
7843
7844 - logging "reverse" NEEDED_BY in the detail description of solver
7845   problems.
7846 - improved error message if a requiremnt is not fulfilled Bug 307743
7847 - Add "ignore" option to the solution if a requirement is not fulfilled
7848   Bug 304276
7849 - revision 7113
7850
7851 -------------------------------------------------------------------
7852 Wed Sep  5 14:33:02 CEST 2007 - jkupec@suse.cz
7853
7854 - fixed the order of operands of susetags local metadata status
7855   computation which caused the YaST repositories to always get
7856   refreshed (part of bug #304310)
7857 - revision 7107
7858 - version 3.22.2
7859
7860 -------------------------------------------------------------------
7861 Tue Sep  4 12:09:10 CEST 2007 - schubi@suse.de
7862
7863 - comparing vendor with VendorAttr::equivalent
7864 - revision 7103
7865
7866 -------------------------------------------------------------------
7867 Mon Sep  3 18:43:51 CEST 2007 - schwab@suse.de
7868
7869 - Use $RPM_OPT_FLAGS.
7870
7871 -------------------------------------------------------------------
7872 Mon Sep  3 17:14:02 CEST 2007 - ma@suse.de
7873
7874 - Reset transact bits when switching status from
7875   "update" to "protected" (#246976)
7876 - version 3.22.1
7877 - revision 7094
7878
7879 -------------------------------------------------------------------
7880 Mon Sep  3 13:56:42 CEST 2007 - schubi@suse.de
7881
7882 - new translations added
7883 - rev 7083
7884
7885 -------------------------------------------------------------------
7886 Fri Aug 31 22:10:55 CEST 2007 - ma@suse.de
7887
7888 - Added ability to switch off use of patch and delta rpms via zypp.conf (#305864)
7889    [main]
7890    download.use_patchrpm = no
7891    download.use_deltarpm = no
7892 - version 3.22.0
7893 - revision 7069
7894
7895 -------------------------------------------------------------------
7896 Fri Aug 31 19:56:40 CEST 2007 - ma@suse.de
7897
7898 - On demand translate patch requirements into a list of atoms.
7899   Required by the UI to display packages acssociated with a patch.
7900   (#300612)
7901 - version 3.21.1
7902 - revision 7065
7903
7904 -------------------------------------------------------------------
7905 Fri Aug 31 13:59:54 CEST 2007 - kkaempf@suse.de
7906
7907 - enrich ResolverInfo with the reason if a user-initiated request
7908   fails (#304325, #306240)
7909 - r 7051
7910
7911 -------------------------------------------------------------------
7912 Thu Aug 30 20:10:00 CEST 2007 - jkupec@suse.cz
7913
7914 - added missing implementation of LogControl::setLineFormater()
7915   (lslezak)
7916 - version 3.21.0
7917 - revision 7041
7918
7919 -------------------------------------------------------------------
7920 Thu Aug 30 18:55:15 CEST 2007 - jkupec@suse.cz
7921
7922 - enable changing url in requestMedia callback (#294481)
7923 - revision 7037
7924
7925 -------------------------------------------------------------------
7926 Thu Aug 30 18:22:32 CEST 2007 - ma@suse.de
7927
7928 - Filter readonly mount points in DiskUsageCounter (#297405)
7929 - revision 7030
7930
7931 -------------------------------------------------------------------
7932 Thu Aug 30 17:31:33 CEST 2007 - jkupec@suse.cz
7933
7934 - remember the cause of the RepoException when refreshing metadata
7935   (#301022)
7936 - r7023
7937
7938 -------------------------------------------------------------------
7939 Thu Aug 30 17:25:14 CEST 2007 - ma@suse.de
7940
7941 - Safe fix for bug #299680.
7942 - version 3.20.1
7943 - revision 7026
7944
7945 -------------------------------------------------------------------
7946 Thu Aug 30 15:48:03 CEST 2007 - schubi@suse.de
7947
7948 - Bugfix: If a requirement has been fulfilled by more than one language
7949   resolvables only thatone will be taken which fits to the selected
7950   language.
7951 - r 7018
7952
7953 -------------------------------------------------------------------
7954 Thu Aug 30 15:14:23 CEST 2007 - jkupec@suse.cz
7955
7956 - correct error code for media errors in MediaCurl::doGetFileCopy()
7957   affects only zypper error output, does not affect YaST
7958 - r7013
7959
7960 -------------------------------------------------------------------
7961 Wed Aug 29 18:28:41 CEST 2007 - jkupec@suse.cz
7962
7963 - reverted blocking of requestMedia from r6271 (#301710)
7964 - r6999
7965
7966 -------------------------------------------------------------------
7967 Wed Aug 29 18:09:29 CEST 2007 - kkaempf@suse.de
7968
7969 - prevent progress report in destructor (#299680)
7970 - r6998
7971
7972 -------------------------------------------------------------------
7973 Wed Aug 29 18:02:36 CEST 2007 - jkupec@suse.cz
7974
7975 - treat non-filelists.xml <file> entries as file provides capabilities
7976   in YUM parser (#304701)
7977 - r6992
7978
7979 -------------------------------------------------------------------
7980 Wed Aug 29 16:32:01 CEST 2007 - kkaempf@suse.de
7981
7982 - the media.1/media uniquely identifies a 'susetags' repo, not
7983   the content file (#304200)
7984
7985 -------------------------------------------------------------------
7986 Wed Aug 29 15:42:17 CEST 2007 - jkupec@suse.cz
7987
7988 - fixed locale dir (#304649)
7989 - r6984
7990
7991 -------------------------------------------------------------------
7992 Wed Aug 29 15:39:52 CEST 2007 - kkaempf@suse.de
7993
7994 - don't treat normal package license as "license to confirm"
7995   (#305906)
7996
7997 -------------------------------------------------------------------
7998 Wed Aug 29 15:28:53 CEST 2007 - ma@suse.de
7999
8000 - Fixed fix for #293039. Segfault due to uninitialzed data.
8001 - version 3.19.3
8002 - revision 6980
8003
8004 -------------------------------------------------------------------
8005 Wed Aug 29 15:10:20 CEST 2007 - schubi@suse.de
8006
8007 - reduced too much verbosed ResolverContext logging; Bug 303971
8008 - r 6977
8009
8010 -------------------------------------------------------------------
8011 Wed Aug 29 13:55:28 CEST 2007 - ma@suse.de
8012
8013 - Fixed PlainDir repositories to provide real disk usage data. For
8014   repomd and others that do not provide any detailed disk usage info,
8015   assume the packgage size is required below "/". Peviously they were
8016   treated as being empy.
8017 - version 3.19.2
8018 - revision 6972
8019
8020 -------------------------------------------------------------------
8021 Wed Aug 29 13:36:42 CEST 2007 - schubi@suse.de
8022
8023 - Add a new solver solution in the case of running in a timeout:
8024   ProblemSolutionDoubleTimeout.h
8025   #Bug 302496
8026 - revision 6970
8027
8028 -------------------------------------------------------------------
8029 Wed Aug 29 11:23:26 CEST 2007 - dmacvicar@suse.de
8030
8031 - bug in fix for (#292986)
8032
8033 -------------------------------------------------------------------
8034 Tue Aug 28 18:48:26 CEST 2007 - dmacvicar@suse.de
8035
8036 - (#297001) - libzypp: can't skip broken packages
8037 - re enable importing zypp keyring from rpm.(#302379)
8038 - 3.19.1
8039
8040 -------------------------------------------------------------------
8041 Tue Aug 28 17:30:30 CEST 2007 - kkaempf@suse.de
8042
8043 - rename ResolvableQuery::iterateResolvablesByKindsAndStrings
8044   to ResolvableQuery::iterateResolvablesByKindsAndStringsAndRepos
8045   in order to support query-by-repo (#305384)
8046 - fix iterateResolvablesByKindsAndStringsAndRepos to take any
8047   number of kinds, names, or repos (#305347)
8048 - remove ResolvableQuery::iterateResolvablesByKind, not needed
8049 - version 3.19.0
8050 - rev 6935
8051
8052 -------------------------------------------------------------------
8053 Tue Aug 28 11:27:53 CEST 2007 - dmacvicar@suse.de
8054
8055 - real fix for reading signature ids. (#390535).
8056 - delete metadata when removing repo (#301037).
8057
8058 -------------------------------------------------------------------
8059 Mon Aug 27 23:52:41 CEST 2007 - dmacvicar@suse.de
8060
8061 - following behaviour for setPartitions
8062   - if they are not set, they are detected
8063   - if they are set, that value is used.
8064   - if value set or detected is empty, all disk usage
8065     information is read. Otherwise just values in those
8066     mount points.
8067     Should work for installation as long as detectPartitions
8068     is empty at installation.(#293039)
8069
8070 -------------------------------------------------------------------
8071 Mon Aug 27 17:08:41 CEST 2007 - kkaempf@suse.de
8072
8073 - Add ZConfig::overrideSystemArchitecture() to override zypp arch
8074   from external, e.g. for the testcases
8075 - Honor ZYPP_CONF environment variable to override the buit-in
8076   /etc/zypp/zypp.conf
8077 - Check architecture at handout() to prevent NULL ptr reference.
8078 - Bug 301286
8079 - rev 6908
8080
8081 -------------------------------------------------------------------
8082 Mon Aug 27 15:53:52 CEST 2007 - schubi@suse.de
8083
8084 -The solver generate an establish call for all
8085  resolvables which has filesystemcaps if there is not a valid result from a
8086  former solver run available. This covers:
8087  * Initial solver run
8088  * Changing of filesystem whithin a workflow, cause the solver results will
8089    be reset if the filesystem dependencies have been changed
8090  Bug 271912
8091 - r 6901
8092
8093 -------------------------------------------------------------------
8094 Sun Aug 26 15:49:27 CEST 2007 - kkaempf@suse.de
8095
8096 - pass location to plaindir package (#303751)
8097 - Add name of file in question to checksum/signature related
8098   exceptions.
8099 - pass basename of file to verifyFileSignatureWorkflow (instead of
8100   empty string).
8101 - filter out incompatible architectures when parsing sustags
8102   repos (first half of #301286)
8103 - r 6882
8104
8105 -------------------------------------------------------------------
8106 Fri Aug 24 11:52:27 CEST 2007 - dmacvicar@suse.de
8107
8108 - don't run source migration if yast is running in
8109   intsys mode (#297136)
8110 - signature and checksum verification fixes. Still pending
8111   problem ZYpp getting no output from gpg when running from zypper.
8112   (#302059)
8113
8114 -------------------------------------------------------------------
8115 Thu Aug 23 13:51:41 CEST 2007 - schubi@suse.de
8116
8117 - Do not strip resolvables which have the same name but different kind
8118   (ResolverInfo*)
8119 - Flag info NEEDEDBY correctly if it will be used by freshen/supplement
8120 - r 6830
8121
8122 -------------------------------------------------------------------
8123 Wed Aug 22 18:58:44 CEST 2007 - mvidner@suse.cz
8124
8125 - Do not use "a-z" in regexes. Fixes "Invalid Url scheme 'http'" in
8126   the Estonian locale (#302525).
8127
8128 -------------------------------------------------------------------
8129 Wed Aug 22 17:59:39 CEST 2007 - aschnell@suse.de
8130
8131 - added remembering of exception history at various places
8132
8133 -------------------------------------------------------------------
8134 Wed Aug 22 16:52:09 CEST 2007 - schubi@suse.de
8135
8136 - Bugfixes concerning vendor handling:
8137 - first bug:
8138   Installed A-1.0(vendor SuSE)
8139   Available A-2.0(other vendor)
8140   A will not be regarded as "unmaintained". So it will not be deleted.
8141 - second bug:
8142   A need B-2.0. B-1.0 is installed but has another vendor. Report a
8143   proper errmessage.
8144 - Testcase : solution-tests/vendor-test.xml
8145 - r 6812
8146 - 3.18.4
8147
8148 -------------------------------------------------------------------
8149 Tue Aug 21 15:38:08 CEST 2007 - dmacvicar@suse.de
8150
8151 - ignore HASH key for download (#300982)
8152
8153 -------------------------------------------------------------------
8154 Tue Aug 21 15:17:23 CEST 2007 - schubi@suse.de
8155
8156 - Added explicitly_requested as parameter in ResolverContext::Uninstall
8157   Bug 299819
8158 - revision 6794
8159
8160 -------------------------------------------------------------------
8161 Tue Aug 21 13:06:44 CEST 2007 - dmacvicar@suse.de
8162
8163 - If no mount information is available, parse all DU entries.
8164 - read only hack mode for migrate-sources. We actually do add
8165   repositories with it, but no harm. (#292986)
8166 - fix some typos in exceptions (#301331)
8167 - 3.18.3
8168
8169 -------------------------------------------------------------------
8170 Mon Aug 20 16:06:36 CEST 2007 - schubi@suse.de
8171
8172 - Do not regard explicit request in order to recognize updated packages
8173   correctly. Bug 301676
8174 - Updated translations
8175 - r 6766
8176 - 3.18.2
8177
8178 -------------------------------------------------------------------
8179 Mon Aug 20 15:35:46 CEST 2007 - mvidner@suse.cz
8180
8181 - package-manager script: Call /sbin/yast2 with full path because of
8182   gnomesu (#269873).
8183
8184 -------------------------------------------------------------------
8185 Mon Aug 20 15:23:14 CEST 2007 - dmacvicar@suse.de
8186
8187 - add support for the HASH key. (#300982)
8188 - Use ContentFileParser in Downloader (instead of implementing
8189   the parser again, it has a reason, Downloader was written first)
8190 - update testcases and data to cover the new HASH key
8191 - 3.18.1
8192
8193 -------------------------------------------------------------------
8194 Mon Aug 20 13:21:34 CEST 2007 - kkaempf@suse.de
8195
8196 - unify query API for kind and name, summary, description
8197   (incomplete)
8198 - rev 6761, version 3.18.0
8199
8200 -------------------------------------------------------------------
8201 Fri Aug 17 12:30:55 CEST 2007 - kkaempf@suse.de
8202
8203 - add iterateResolvablesByKindsAndName
8204 - rev 6735, version 3.17.13
8205
8206 -------------------------------------------------------------------
8207 Fri Aug 17 11:45:24 CEST 2007 - kkaempf@suse.de
8208
8209 - rename ResolvableQuery::queryByName to iterateResolvablesByName
8210 - fix reading of kind and repository in ResolvableQuery
8211 - add reverse lookups in CacheTypes
8212 - add iterateResolvablesByKind
8213 - rev 6733
8214
8215 -------------------------------------------------------------------
8216 Fri Aug 17 10:37:56 CEST 2007 - schubi@suse.de
8217
8218 - shorten solver error messages Bug 259894
8219 - rev 6723
8220
8221 -------------------------------------------------------------------
8222 Thu Aug 16 23:43:50 CEST 2007 - kkaempf@suse.de
8223
8224 - fix ResolvableQuery::query(), add ResolvableQuery::queryByName()
8225   install zypp/cache header files.
8226 - rev 6719, version 3.16.13
8227
8228 -------------------------------------------------------------------
8229 Thu Aug 16 17:21:52 CEST 2007 - kkaempf@suse.de
8230
8231 - discard pattern files with incompatbile architecture, both
8232   for download and for parsing. (#298716)
8233 - rev 6711
8234
8235 -------------------------------------------------------------------
8236 Thu Aug 16 17:12:45 CEST 2007 - kkaempf@suse.de
8237
8238 - run sqlite asynchronously and add sql index files where
8239   appropriate, gives 6x performance on certain operations.
8240   Bumping cache schema version to 1004.
8241   (#300998)
8242 - rev 6710
8243
8244 -------------------------------------------------------------------
8245 Thu Aug 16 17:08:58 CEST 2007 - kkaempf@suse.de
8246
8247 - fix String::endsWith (#301038)
8248 - rev 6709
8249
8250 -------------------------------------------------------------------
8251 Thu Aug 16 11:16:25 CEST 2007 - schubi@suse.de
8252
8253 - added an _explicitly_requested in QueueItemConflict ( as already in
8254   QueueItemEstablish, QueueItemInstall, QueueItemUninstall ) in order to
8255   remove the conflicting item without an error message. Bug 299819
8256 - rev 6699
8257
8258 -------------------------------------------------------------------
8259 Thu Aug 16 07:23:31 CEST 2007 - jkupec@suse.cz
8260
8261 - forgot to set default refresh policy in checkIfToRefreshMetadata
8262 - repo.refresh.delay default set to 10 minutes
8263 - 6693
8264
8265 -------------------------------------------------------------------
8266 Wed Aug 15 15:32:36 CEST 2007 - schubi@suse.de
8267
8268 - Bugfix while regarding correct vendor in update
8269 - r6677
8270 - version 3.15.0
8271
8272 -------------------------------------------------------------------
8273 Wed Aug 15 13:57:04 CEST 2007 - jkupec@suse.cz
8274
8275 - repo.refresh.delay=<minutes> (ZConfig, "main" section) support
8276   added to delay next check & refresh until the specified number of
8277   minutes has passed from the last check or refresh (FATE #301991).
8278   Revisions: 6654, 6656, 6666, and 6667.
8279 - filesystem::touch(Pathname) added (r6666)
8280 - RepoManager::touchIndexFile(RepoInfo) added
8281 - RepoManager::checkIfToRefreshMetadata(RepoInfo,Url,policy):
8282   decision to do the refresh moved to this public method.
8283 - r6667
8284
8285 -------------------------------------------------------------------
8286 Wed Aug 15 12:38:26 CEST 2007 - schubi@suse.de
8287
8288 - generate a resolver problem if addRequires does not find a resovable
8289   #299486
8290 - rev 6660
8291
8292 -------------------------------------------------------------------
8293 Tue Aug 14 15:54:15 CEST 2007 - schubi@suse.de
8294
8295 - Prioritized delete request by the user BEFORE delete requests due
8296   missing dependencies or conflicting dependencies. Bug 298322
8297 - rev 6640
8298
8299 -------------------------------------------------------------------
8300 Fri Aug 10 20:49:20 CEST 2007 - jkupec@suse.cz
8301
8302 - support also "Plaindir" as valid repo type name (#298622)
8303 - revision 6616
8304 - version 3.14.0
8305
8306 -------------------------------------------------------------------
8307 Fri Aug 10 18:03:06 CEST 2007 - dmacvicar@suse.de
8308
8309 - fix segfault in Progress reporting
8310 - progress report use name instead of alias (#298035)
8311 - repoinfo returns alias if name is empty
8312
8313 -------------------------------------------------------------------
8314 Fri Aug 10 16:04:42 CEST 2007 - dmacvicar@suse.de
8315
8316 - merge patch by dmueller to get rid of boost-regex
8317
8318 -------------------------------------------------------------------
8319 Fri Aug 10 13:50:40 CEST 2007 - dmacvicar@suse.de
8320
8321 - dont create a second CacheStore in the same scope, will lock...
8322   #297627
8323
8324 -------------------------------------------------------------------
8325 Thu Aug  9 15:04:21 CEST 2007 - jkupec@suse.cz
8326
8327 - fixed some RepoManager exception docs & history
8328 - r6558
8329
8330 -------------------------------------------------------------------
8331 Thu Aug  9 13:33:59 CEST 2007 - dmacvicar@suse.de
8332
8333 - feature #302135: Graceful update of 3rd party packages
8334   Automatic upgrading only sees packages from same vendor
8335   This allows not needed to have those locked.
8336 - Add persistent locks file which allow wildcards. Users
8337   can lock certain packages adding lines like "kde* < 3.5"
8338 - add applyLocks() to apply persistent locks before solving
8339
8340 -------------------------------------------------------------------
8341 Thu Aug  9 13:28:20 CEST 2007 - schubi@suse.de
8342
8343 -  recognize changes in the pool (e.g. changing /etc/sysconfig/storage
8344   #271912 wq
8345 - Added locking resolvables in the testcases
8346 - rev 6544
8347
8348 -------------------------------------------------------------------
8349 Wed Aug  8 16:04:07 CEST 2007 - dmacvicar@suse.de
8350
8351 - add migrate-sources to %post (#292986)
8352 - 3.13.15
8353
8354 -------------------------------------------------------------------
8355 Wed Aug  8 13:32:52 CEST 2007 - jkupec@suse.cz
8356
8357 - fixed bug with using wrong files from raw metadata cache
8358   (bug #297611) (duncanmv) (r6501, already released in 3.13.14)
8359
8360 -------------------------------------------------------------------
8361 Wed Aug  8 12:42:39 CEST 2007 - schubi@suse.de
8362
8363 - fix in "ignore conflicts" if the conflict has been caused by an obsolete
8364   Bug# 297795
8365 - r 6517
8366
8367 -------------------------------------------------------------------
8368 Tue Aug  7 17:04:47 CEST 2007 - dmacvicar@suse.de
8369
8370 - implement susetags support for compressed metadata
8371   and testcases. (feature #301916)
8372 - implement disk usage in cache. For installation requires
8373   some changes in YaST to setup the ZYpp getPartitions()
8374   before repos are cached. (bug #293039)
8375 - added testcases for diskusage
8376 - 3.13.14
8377
8378 -------------------------------------------------------------------
8379 Mon Aug  6 10:19:12 CEST 2007 - jkupec@suse.cz
8380
8381 - fixed YUM parser to properly create source packages
8382 - disabled reading of filelists.xml.gz by default (the data are
8383   currently not stored anyway)
8384 - revision 6481
8385 - version 3.13.13
8386
8387 -------------------------------------------------------------------
8388 Sat Aug  4 01:03:19 CEST 2007 - ma@suse.de
8389
8390 - Don't download unwanted translation files (#293740).
8391 - revision 6470
8392
8393 -------------------------------------------------------------------
8394 Fri Aug  3 23:52:18 CEST 2007 - ma@suse.de
8395
8396 - Fix susetags repo to parse dikusage data (#293039)
8397 - revision 6467
8398 - version 3.13.12
8399
8400 -------------------------------------------------------------------
8401 Fri Aug  3 18:56:47 CEST 2007 - ma@suse.de
8402
8403 - Add product attribute 'type' (aka 'category' which is now
8404   deprecated). Adapted sustags and yum parsers to parse and
8405   provide this value.
8406 - revision 6464
8407 - version 3.13.11
8408
8409 -------------------------------------------------------------------
8410 Fri Aug  3 17:29:56 CEST 2007 - dmacvicar@suse.de
8411
8412 - fix modalias rel column number
8413 - version 3.13.10
8414
8415 -------------------------------------------------------------------
8416 Fri Aug  3 16:35:36 CEST 2007 - dmacvicar@suse.de
8417
8418 - Implemented option repo.add.probe to allow probing
8419   the added repositories
8420 - version 3.13.9
8421
8422 -------------------------------------------------------------------
8423 Fri Aug  3 16:07:46 CEST 2007 - schubi@suse.de
8424
8425 - Fixed detection of renamed packages while update.
8426 - Added new translations
8427 - rev 6445
8428
8429 -------------------------------------------------------------------
8430 Fri Aug  3 15:02:28 CEST 2007 - ma@suse.de
8431
8432 - Speed up retrieving MediaNr attribute, as it slows down install
8433   order calculation. (#297173)
8434 - revision 6442
8435
8436 -------------------------------------------------------------------
8437 Fri Aug  3 14:13:36 CEST 2007 - dmacvicar@suse.de
8438
8439 - Fixed cache schema upgrade
8440
8441 -------------------------------------------------------------------
8442 Fri Aug  3 13:38:17 CEST 2007 - ma@suse.de
8443
8444 - Fixed pattern includes and extends attributes.
8445 - revision 6431
8446 - version 3.13.8
8447
8448 -------------------------------------------------------------------
8449 Fri Aug  3 12:33:41 CEST 2007 - schubi@suse.de
8450
8451 - API for retrieving additional dependencies" solver/detail/Resolver.h
8452 - Handle additional dependencies in the testcases
8453 - Handle system and language dependencies in the testcases correctly.
8454 - r 6418
8455
8456 -------------------------------------------------------------------
8457 Thu Aug  2 18:14:12 CEST 2007 - ma@suse.de
8458
8459 - Indicate changed pool content if /etc/sysconfig/storage USED_FS_LIST
8460   has changed. Resolver must discard any cached filesystem dependencies.
8461   (required for #271912)
8462 - revision 6404
8463
8464 -------------------------------------------------------------------
8465 Thu Aug  2 16:37:06 CEST 2007 - ma@suse.de
8466
8467 - Indicate changed pool content to the resolver. (required for #271912)
8468 - revision 6398
8469 - version 3.13.7
8470
8471 -------------------------------------------------------------------
8472 Thu Aug  2 10:16:16 CEST 2007 - schubi@suse.de
8473
8474 - speedup error handling. Do not log ResolveInfo anymore. Set limit of 20
8475   problems. Bug 280387
8476 - r 6378
8477 - version 3.13.6
8478
8479 -------------------------------------------------------------------
8480 Wed Aug  1 18:51:12 CEST 2007 - ma@suse.de
8481
8482 - Added interface to install source packages via zypper.
8483 - revision 6373
8484 - version 3.13.5
8485
8486 -------------------------------------------------------------------
8487 Tue Jul 31 22:01:08 CEST 2007 - ma@suse.de
8488
8489 - Added package attributes Package::sourcePkgName and
8490   Package::sourcePkgEdition. Name and edition of the source
8491   rpm this package was built from.
8492 - Added ZYpp::installSrcPackage to install a single source package.
8493 - revision 6353
8494 - version 3.13.4
8495
8496 -------------------------------------------------------------------
8497 Tue Jul 31 19:06:54 CEST 2007 - ma@suse.de
8498
8499 - Temorary files and directories created by makeSibling use the
8500   same protection as the original.
8501 - revision 6344
8502 - version 3.13.3
8503
8504 -------------------------------------------------------------------
8505 Tue Jul 31 10:37:13 CEST 2007 - schubi@suse.de
8506
8507 - Removed keepExtras from resolvePool. This will be handled
8508   in the solver internally now. #294727
8509 - Checking if item really exists (#295544; ResolverInfoContainer.cc)
8510 - revision 6317
8511 - version 3.13.2
8512
8513 -------------------------------------------------------------------
8514 Mon Jul 30 17:23:19 CEST 2007 - ma@suse.de
8515
8516 - Remove tribool from RepoInfo's interface.
8517 - revision 6301
8518 - version 3.13.1
8519
8520 -------------------------------------------------------------------
8521 Mon Jul 30 13:59:33 CEST 2007 - ma@suse.de
8522
8523 - Fixed wrong media number reported by script, message and patch.
8524 - Fixed script API to provide the scripts location on media (if not
8525   inlined).
8526 - Introduced ScripProvider to make a script available on the local
8527   disk.
8528 - revision 6288
8529 - version 3.13.0
8530
8531 -------------------------------------------------------------------
8532 Fri Jul 27 18:08:42 CEST 2007 - jkupec@suse.cz
8533
8534 - don't request media chage if the media is not changeable (like
8535   e.g. http)
8536 - revision 6271
8537 - version 3.12.1
8538
8539 -------------------------------------------------------------------
8540 Fri Jul 27 17:40:44 CEST 2007 - dmacvicar@suse.de
8541
8542 - progress ticks for clean cache
8543 - ZConfig: remove default from names.
8544 - re enable reading cache callbacks
8545 - ini parser without boost::regexp
8546   patch by dmueller (#152447)
8547
8548 -------------------------------------------------------------------
8549 Fri Jul 27 17:16:27 CEST 2007 - ma@suse.de
8550
8551 - Fixed package to provide the location media number. (#294496)
8552 - revision 6263
8553
8554 -------------------------------------------------------------------
8555 Fri Jul 27 16:31:38 CEST 2007 - jkupec@suse.cz
8556
8557 - RepoFileReader - ignore empty url keys (baseurl, mirrorlist,
8558   gpgkey) instead of throwing bad url exception
8559 - revision 6259
8560
8561 -------------------------------------------------------------------
8562 Thu Jul 26 16:41:30 CEST 2007 - kkaempf@suse.de
8563
8564 - Make clearing of extra dependencies/conflicts configurable when
8565   resolvePool(). Leave the default as before (clear extras).
8566   Bug # 294727
8567 - revision 6233
8568 - version 3.12.0
8569
8570 -------------------------------------------------------------------
8571 Thu Jul 26 10:58:27 CEST 2007 - dmacvicar@suse.de
8572
8573 - /var/lib/zypp/cache -> /var/cache/zypp
8574   (#292419)
8575 - ini parser without boost::regexp, patch by dmueller
8576   (#152447)
8577
8578 -------------------------------------------------------------------
8579 Wed Jul 25 13:50:06 CEST 2007 - ma@suse.de
8580
8581 - Make temp directory configurable  via environment
8582   variable ZYPPTMPDIR.
8583 - revision 6202
8584 - version 3.11.11
8585
8586 -------------------------------------------------------------------
8587 Tue Jul 24 17:55:49 CEST 2007 - ma@suse.de
8588
8589 - Fixed bug in smart pointer comparison.
8590
8591 -------------------------------------------------------------------
8592 Mon Jul 23 13:05:53 CEST 2007 - ma@suse.de
8593
8594 - Fix failing rename of metadata download directories across
8595   filesystem boundaries.
8596
8597 -------------------------------------------------------------------
8598 Fri Jul 20 16:10:59 CEST 2007 - ma@suse.de
8599
8600 - Fixed malicious gettext include.
8601 - Make ZConfig a singleton.
8602 - revision 6123
8603
8604 -------------------------------------------------------------------
8605 Thu Jul 19 15:52:03 CEST 2007 - ma@suse.de
8606
8607 - Fixed repo::provideFile to set a deleter for downloaded files
8608   (#293004).
8609 - revision 6094
8610 - version 3.11.10
8611
8612 -------------------------------------------------------------------
8613 Thu Jul 19 12:58:12 CEST 2007 - ma@suse.de
8614
8615 - Query ByRepository now takes as well an alias.
8616
8617 -------------------------------------------------------------------
8618 Wed Jul 18 16:40:35 CEST 2007 - dmacvicar@suse.de
8619
8620 - fix retrieval of container attributes in cache
8621   (#292698)
8622
8623 -------------------------------------------------------------------
8624 Wed Jul 18 16:12:06 CEST 2007 - ma@suse.de
8625
8626 - Port zypp-query-pool (#292404)
8627 - revision 6069
8628 - version 3.11.9
8629
8630 -------------------------------------------------------------------
8631 Wed Jul 18 16:09:04 CEST 2007 - schubi@suse.de
8632
8633 - added new calls in Resolver.h: addRequire,addConflict
8634
8635 -------------------------------------------------------------------
8636 Wed Jul 18 14:43:04 CEST 2007 - ma@suse.de
8637
8638 - Fixed IniParser to allow '=' in values (#292669)
8639 - revision 6063
8640
8641 -------------------------------------------------------------------
8642 Wed Jul 18 14:16:59 CEST 2007 - dmacvicar@suse.de
8643
8644 - allow / in alias (#292628)
8645
8646 -------------------------------------------------------------------
8647 Wed Jul 18 12:38:55 CEST 2007 - ma@suse.de
8648
8649 - Fixed repo::provideFile to throw on error.
8650 - Fixed ResolvableQuery to use 0 as default for non existing
8651   numerical values.
8652 - revision 6058
8653
8654 -------------------------------------------------------------------
8655 Tue Jul 17 15:57:03 CEST 2007 - ma@suse.de
8656
8657 - Fixed OnMediLocation to use safe defaults. Added setLocaltion and
8658   additional ctor for convenience.
8659 - revision 6047
8660
8661 -------------------------------------------------------------------
8662 Tue Jul 17 10:45:39 CEST 2007 - schubi@suse.de
8663
8664 - Evalute update canditate:
8665   Take canditates only which are really installable. Bug 292077
8666   r 6034
8667
8668 -------------------------------------------------------------------
8669 Mon Jul 16 15:41:31 CEST 2007 - jkupec@suse.cz
8670
8671 - fixed some tribool bugs in RepoInfo
8672 - revision 6022
8673
8674 -------------------------------------------------------------------
8675 Mon Jul 16 11:43:33 CEST 2007 - dmacvicar@suse.de
8676
8677 - fix reading of non existant repo
8678 - r6018
8679 - first submission to stable
8680 - fix keywords parsing in susetags parser
8681 - version 3.11.8
8682
8683 -------------------------------------------------------------------
8684 Wed Jul 11 19:14:47 CEST 2007 - jkupec@suse.cz
8685
8686 - make resolvable query complete exceptionless with the database
8687 - test that packages have some attributes
8688 - disable progress adaptor for now
8689 - revision 5977
8690 - version 3.11.7
8691
8692 -------------------------------------------------------------------
8693 Wed Jul 11 14:37:02 CEST 2007 - ma@suse.de
8694
8695 - fixed unresolved symbols
8696 - revision 5972
8697 - version 3.11.6
8698
8699 -------------------------------------------------------------------
8700 Wed Jul 11 13:31:39 CEST 2007 - ma@suse.de
8701
8702 - fixed TranslatedText creating unwanted entries.
8703 - fixed capability processing
8704 - revision 5964
8705 - version 3.11.5
8706
8707 -------------------------------------------------------------------
8708 Tue Jul 10 20:01:18 CEST 2007 - jkupec@suse.cz
8709
8710 - MediaSetAccess::release() added
8711 - Use attachDesiredMedia in MediaProducts
8712 - Progress reporting improved
8713 - revision 5959
8714 - version 3.11.4
8715
8716 -------------------------------------------------------------------
8717 Tue Jul 10 14:23:13 CEST 2007 - ma@suse.de
8718
8719 - fixed parsing translated texts.
8720 - added source packages.
8721 - revision 5947
8722 - version 3.11.3
8723
8724 -------------------------------------------------------------------
8725 Tue Jul 10 13:11:31 CEST 2007 - jkupec@suse.cz
8726
8727 - repo callbacks fixed
8728 - Fixed YUM parser progress reporting
8729 - Added CombinedProgressData
8730 - make RepoImpl::resolvables() load lazy
8731 - MediaProducts added for scanning products file
8732 - Implement cache schema versioning and automatic invalidation of
8733   cache when schema changes
8734 - revision 5942
8735 - version 3.11.2
8736
8737 -------------------------------------------------------------------
8738 Fri Jul  6 13:51:50 CEST 2007 - ma@suse.de
8739
8740 - Propagate pools repository_iterator to the UI
8741 - revision 5911
8742 - version 3.11.1
8743
8744 -------------------------------------------------------------------
8745 Thu Jul  5 17:02:08 CEST 2007 - ma@suse.de
8746
8747 - Package::location is now returns an OnMediaLocation
8748 - archivesize() renamed to downloadSize()
8749 - Allow to iterate all Repositories that contribute
8750   Resolvables to the Pool.
8751 - MediaSetAccess::provideDir added
8752 - remove useless url check
8753 - add old-api-style wrapper
8754 - Add MediaProducts class
8755 - revision 5892
8756 - version 3.11.0
8757
8758 -------------------------------------------------------------------
8759 Thu Jul  5 09:31:02 CEST 2007 - schubi@suse.de
8760
8761 - function isInstalledBy/installs
8762   Added an initial installation flag which shows if the item has been
8763   triggered for installation, or the dependency is already satisfied.
8764 - Revision 5884
8765 - Version 3.4.0
8766
8767 -------------------------------------------------------------------
8768 Tue Jul  3 13:07:31 CEST 2007 - jkupec@suse.cz
8769
8770 - removed unused %{prefix}/lib/zypp from %files in spec file
8771 - revision 5870
8772
8773 -------------------------------------------------------------------
8774 Tue Jul  3 10:37:37 CEST 2007 - jkupec@suse.cz
8775
8776 - Old API (SourceManager, metadata parsers) dropped in favor of the
8777   new refactored ones (RepoManager, RepoParser(s), cache subtree,
8778   repo subtree).
8779 - Some new API improvements.
8780 - revision 5868
8781 - version 3.10.0 (bumped minor to 10 to indicate refactoring branch)
8782
8783 -------------------------------------------------------------------
8784 Fri Jun 22 15:28:03 CEST 2007 - schubi@suse.de
8785
8786 - New API calls which provides more information about one
8787   resolvable after a solverrun:
8788   isInstalledBy (const PoolItem_Ref item);
8789   installs (const PoolItem_Ref item);
8790 - Revision 5835
8791
8792 -------------------------------------------------------------------
8793 Thu Jun 21 15:58:16 CEST 2007 - adrian@suse.de
8794
8795 - fix changelog entry order
8796
8797 -------------------------------------------------------------------
8798 Wed Jun 20 11:47:33 CEST 2007 - schubi@suse.de
8799
8800 - Ignore conflicting items which are uninstallable
8801 - Create a "needed by" info if a requirement is still fulfilled.
8802 - Allow only one needed_by and needed_by_capability in QueueItemInstall
8803 - Added capability and type (REQUIRE, RECOMMEND,....) to
8804   ResolverInfoNeededBy
8805 - Evaluate ResolverInfoNeededBy for more information in the error
8806   messages
8807 - Enlarge detail description in the error messages
8808 - Revision 5807
8809
8810 -------------------------------------------------------------------
8811 Tue Jun 19 13:59:09 CEST 2007 - ma@suse.de
8812
8813 - Fixes for gcc-4.2
8814 - revision 5786
8815 - version 3.3.1
8816
8817 -------------------------------------------------------------------
8818 Mon Jun 18 17:20:45 CEST 2007 - mvidner@suse.cz
8819
8820 - fixed so versioning from libtool to cmake
8821 - 3.3.0
8822
8823 -------------------------------------------------------------------
8824 Mon Jun 18 09:47:32 CEST 2007 - dmacvicar@suse.de
8825
8826 - Use gpg2 instead of gpg for keyring and make
8827   the package depend on it (#284211)
8828
8829 -------------------------------------------------------------------
8830 Mon Jun 11 17:02:49 CEST 2007 - schubi@suse.de
8831
8832 - Required kmp packges FOR EACH installed/to_be_installed kernel will be installed.
8833   New dependency "packageand(foo:bar)" which provides an AND dependency by
8834   injecting a supplement/freshen.
8835   e.G. package novell-cluster-services-kmp-smp
8836   supplements: packageand(kernel-smp:novell-cluster-services-kmp)
8837   Bug 255011
8838 - Dont check for architecture changes in atoms (#266178)
8839 - Revision 5720
8840
8841 -------------------------------------------------------------------
8842 Wed May 23 17:03:29 CEST 2007 - ma@suse.de
8843
8844 - Fixed package-manager script (#275847)
8845 - revision 5614
8846
8847 -------------------------------------------------------------------
8848 Wed May 23 13:32:02 CEST 2007 - schubi@suse.de
8849
8850 - fixed cmake
8851 - version 3.2.2
8852
8853 -------------------------------------------------------------------
8854 Wed May 23 11:25:55 CEST 2007 - schubi@suse.de
8855
8856 - Reduced logging in order to speedup solving Bug 275100
8857 - revision 5603
8858 - version 3.2.1
8859
8860 -------------------------------------------------------------------
8861 Tue May 15 14:03:34 CEST 2007 - ma@suse.de
8862
8863 - Fix excess calls to releaseFile. (#274357)
8864 - revision 5545
8865
8866 -------------------------------------------------------------------
8867 Wed May  9 18:44:20 CEST 2007 - dmacvicar@suse.de
8868
8869 - Fix importing keys into rpm. (#270125)
8870 - r5527
8871
8872 -------------------------------------------------------------------
8873 Wed Apr 18 14:56:17 CEST 2007 - ma@suse.de
8874
8875 - Support filesystem dependencies to add needed filesystem RPMs
8876   automatically (Fate 301966).
8877 - revision 5404
8878 - version 3.2.0
8879
8880 -------------------------------------------------------------------
8881 Mon Apr 16 11:23:15 CEST 2007 - jkupec@suse.cz
8882
8883 - avoiding attaching media where not needed (#263207)
8884 - r5381
8885
8886 -------------------------------------------------------------------
8887 Fri Apr 13 17:32:55 CEST 2007 - dmacvicar@suse.de
8888
8889 - fix FileCap with attributes
8890 - r5376
8891
8892 -------------------------------------------------------------------
8893 Thu Apr 12 02:33:18 CEST 2007 - ma@suse.de
8894
8895 - Fixed computation of install order. Take requirements of
8896   an installed packages uninstall scripts into account, if
8897   the package is updated. (#258682)
8898 - revision 5349
8899 - version 3.1.1
8900 -------------------------------------------------------------------
8901 Wed Apr 11 15:24:01 CEST 2007 - ma@suse.de
8902
8903 - Parse and provide package keywords. (Fate 120368)
8904 - revision 5338
8905 - version 3.1.0
8906
8907 -------------------------------------------------------------------
8908 Thu Apr  5 15:50:15 CEST 2007 - schubi@suse.de
8909
8910 - Upgrade: Do NOT delete packages which have unresolved dependencies -->
8911   Ask the user. Bug 258322
8912 - revision 5305
8913 - version 3.0.3
8914
8915 -------------------------------------------------------------------
8916 Wed Apr  4 19:39:12 CEST 2007 - ma@suse.de
8917
8918 - Fix restoring of Sources id root prefix is used. (#238165)
8919 - revision 5299
8920 - version 3.0.2
8921
8922 -------------------------------------------------------------------
8923 Wed Apr  4 15:33:54 CEST 2007 - jkupec@suse.cz
8924
8925 - MediaManager::attachDesiredMedia() added to support multiple
8926   (CD/DVD) drives (fate #3974)
8927 - r5296
8928
8929 -------------------------------------------------------------------
8930 Wed Mar 14 14:33:26 CET 2007 - schubi@suse.de
8931
8932 - If there is no valid solver result and NOT all resolvables ( other
8933   architecture) has been regarded, let the user decide making a new
8934   solver run with ALL available resolvables. Bug 223440
8935 - reducing logging (error -> debug)  bug 252921
8936 - Revision 5219
8937
8938 -------------------------------------------------------------------
8939 Fri Mar  9 00:08:38 CET 2007 - ma@suse.de
8940
8941 - Allow configuration of trusted vendors via
8942   /var/lib/zypp/db/trustedVendors. (#186636)
8943 - revision 5194
8944 - version 3.0.1
8945
8946 -------------------------------------------------------------------
8947 Wed Mar  7 15:20:29 CET 2007 - dmacvicar@suse.de
8948
8949 - libzypp-devel -> libzypp requirement is not versioned
8950   (#251086)
8951 - r5181
8952
8953 -------------------------------------------------------------------
8954 Tue Mar  6 17:25:49 CET 2007 - schubi@suse.de
8955
8956 - Using already existing valid solver results for further solver runs.
8957   (partiell solving)
8958 - r5169
8959
8960 -------------------------------------------------------------------
8961 Fri Mar  2 16:11:16 CET 2007 - dmacvicar@suse.de
8962
8963 - fix link order
8964 - r5165
8965
8966 -------------------------------------------------------------------
8967 Tue Feb 27 15:50:39 CET 2007 - dmacvicar@suse.de
8968
8969 - merging from 10.2 / SP1
8970 - #247459 ftp probing
8971   denied == dont exists in ftp
8972 - r5124
8973
8974 -------------------------------------------------------------------
8975 Tue Feb 27 15:35:06 CET 2007 - schubi@suse.de
8976
8977 - Merging solver related stuff from SuSE-Linux-10_2-Branch ( till r5111):
8978 - Simultaneouqusly establishing of items which are conflicting eachother is
8979   useless. So only one will be established. Fixed in QueueItemInstall.cc
8980   Bug 243595
8981 - Added new upgrade options to fine tune version and patch handling.
8982   (F301990)
8983 - The context of establishPool will be stored in Resolver and will be
8984   regarded for the next solver run everytime. So it will be not reset by
8985   any solver run anymore.
8986   bug 191810 ( A broken patch will not be installed again)
8987
8988 -------------------------------------------------------------------
8989 Fri Feb 23 17:40:23 CET 2007 - jkupec@suse.cz
8990
8991 - adding sotf,timeo=X nfs mount options by default (#235211)
8992 - r5093
8993
8994 -------------------------------------------------------------------
8995 Fri Feb 23 14:16:19 CET 2007 - jkupec@suse.cz
8996
8997 - support for HTTP authentication prompt added (#190609)
8998 - fixed problem with empty path in URL
8999   in MediaCurl::doGetFileCopy()
9000 - r5085
9001
9002 -------------------------------------------------------------------
9003 Mon Feb 12 15:28:08 CET 2007 - jkupec@suse.cz
9004
9005 - Merged revisions 4926-4993,4995,4998-5006 via svnmerge from
9006   SuSE-Linux-10_2-Branch
9007
9008 - verifySystem: Regarding patterns too. Bug 239750 (schubi)
9009 - verifySystem: The result will be set to APPL_HIGH, so it will be not
9010   reset by a second "normal" solver run. #239281 (schubi)
9011 - yast2 reports invalid URL as 'unknown source type'
9012   (#209961) (dmacvicar)
9013 - Added freshen language dependency in supplemements too if there is no
9014   entry in supplements.
9015   #240617;IPA fonts are not installed even if select Japanese
9016   language (schubi)
9017 - Setting allowed authentication methods to "basic,digest" if none
9018   provided in URL (#243006) (jkupec)
9019 - Stopping after 50 valid solver results. Anymore would be useless. Bug
9020   243595 (schubi)
9021 - r 5007
9022
9023 -------------------------------------------------------------------
9024 Mon Feb 12 10:37:02 CET 2007 - mvidner@suse.cz
9025
9026 - package-manager: use a generic su script from XDG (#235303, #244442)
9027
9028 -------------------------------------------------------------------
9029 Fri Feb  9 15:21:55 CET 2007 - jkupec@suse.cz
9030
9031 - Setting allowed authentication methods to "basic,digest" if none
9032   provided in URL (#243006)
9033 - fixed gettext and rpath problems in configure.ac and Makefile.cvs
9034   (mvidner)
9035 - r4999
9036
9037 -------------------------------------------------------------------
9038 Wed Feb  7 15:52:29 CET 2007 - jkupec@suse.cz
9039
9040 - MediaCurlException::dumpOn() adjusted for ncurses dialogue
9041   (#222602)
9042 - 4984
9043
9044 -------------------------------------------------------------------
9045 Mon Jan 29 13:10:37 CET 2007 - dmacvicar@suse.de
9046
9047 - Merged revisions 4907-4926 from SuSE-Linux-10_2-Branch
9048
9049 - update packages: changing architecture is only valid while an
9050   system update and NOT while an update via a patch. Last fix does
9051   not fit for every case.
9052   Bug 230685
9053 - Patch has selected not the concerning package for update but
9054   a package which has provided the required dependencies too.
9055   Algorithmus: If there are exactly two providers which differ in architecture
9056                prefer the better arch.
9057   Fix: Regarding NVRA too. ( only if equal )
9058   Bug 238284
9059 - Download only English and Local translation
9060   (#208457)
9061 - Added solver parameter:
9062    tryAllPossibilities: regarding every solver branch ( not only
9063                         branches with e.G. best architectures
9064    preferHighestVersion: Prefer solver results which have a higher
9065                          version number.
9066   Bug #238087
9067 - update packages: changing architecture is only valid while an
9068   system update and NOT while an update via a patch.
9069   Bug 230685 - x86_64 MozillaFirefox binaries in security update
9070   repository
9071   Fix of version 2.11.2 has not worked if the first founded item
9072   had had another architecture.
9073 - r4927
9074
9075 -------------------------------------------------------------------
9076 Wed Jan 24 14:50:33 CET 2007 - lslezak@suse.cz
9077
9078 - added ZYpp::getPartitions() - return the partitinoning
9079
9080 -------------------------------------------------------------------
9081 Wed Jan 24 14:20:28 CET 2007 - dmacvicar@suse.de
9082
9083 - Merged revisions 4705-4906 via svnmerge from SuSE-Linux-10_2-Branch
9084 - Corrupt download cannot be skipped
9085   (#217425 and #224216)
9086 - Enable package read ahead/caching in commit per default to reduce
9087   interactive media changes. If the environment variable
9088   ZYPP_COMMIT_NO_PACKAGE_CACHE is set, caching will be disabled. (F100182)
9089 - added parameter not to reset resolver results while calling
9090   freshen pool Bug: 235761
9091 - Prepare package read ahead/caching of packages in commit. Adatped the
9092   workflow. Caching details are now hidden inside CommitPackageCache.
9093   The current implementation still performs no read ahead. (for F100182)
9094 - Skip invalid or broken rpm database entries. (#231211)
9095 - verifySystem: check if the solution is valid after calling freshenPool()
9096   Bug: 235761
9097 - Added own call for Resolver::verifySystem with additional
9098   hardware/language check in order to keep binary compatibility
9099   Fate #301224
9100 - Rpm requires additional quoting of special chars in filenames.
9101   (#233967)
9102 - Resolver::verifySystem checks for new hardware now by calling
9103   freshenPool. This is configureable. Fate #301224
9104 - merged texts from proofread
9105 - Don't consider patch/delta rpms if package architecture changes.
9106   (#231254)
9107 - update packages: changing architecture is only valid while an
9108   system update and NOT while an update via a patch.
9109   Bug 230685 - x86_64 MozillaFirefox binaries in security update repository
9110 - verifySystem: Do only regard items which will be on the system after the
9111   commit. Fate 301178
9112 - feature #301369
9113   Import listed GPG Keys from an trusted installation source
9114 - fix return call in new xml parser
9115 - Enable system resolvables in Helix parser (Revision 4787)
9116 - deptestomatic:
9117   Resetting transaction with the correct call;
9118   bugfix; Added kind in keep state (Revision 4788)
9119 - Wrong behaviour in soft install/uninstall. --> Setting Transact with
9120   soft (Revision 4789)
9121 - New call added: maySetToBeUninstalledSoft (Revision 4789)
9122   Both are only functions for the solver (Revision 4789)
9123 - Resetting "by causer" in order to distinguish from state
9124   "keep by user". ( function setLock in order to remove lock)
9125   (Revision 4789)
9126 - Better fix for Bug 217574: Checking if the resolveable CAN be deleted soft
9127   in QueueItemUninstall.cc (Revision 4790)
9128 - Regarding "keep state by user". So avoiding "reselecting" by
9129   other requirements.
9130   Give a corresponding problem solution if a resolvable satisfy
9131   a dependency, but has been set to keep by the user.
9132   Bug : 222531 (Revision 4791)
9133 - Allow to disable autoprotection of foreign vendor items. Required
9134   in zmd-backend. (F301735).
9135 - use sqlite-zmd if using > 10.2 in spec. Use the one available
9136   durin compile.
9137 - Item could has already been selected to soft uninstall (e.G. remove
9138   pattern which recommend this item ). Do not throw an exception anymore.
9139   bug#225278
9140 - Added syscontent::Reader: Parse serialized set of ResObjects.
9141   (for F300729)
9142 - If there has already been selected another item by the solver (e.g. from
9143   another source) we will take thatone in order to avoid parallel
9144   installation and there concerning error messages.
9145   Bug 224698
9146 - In order to handle conflicting resolvable we try to update the
9147   conflicting item. While evaluating these canditates an already selected
9148   candidate will not be regarded. So it could be that an older package
9149   will be selected for update although a newer has already been selected. Revision 4765
9150 - Conflicting items: The resolvable will be obsoleted by another. So it is useless finding an
9151   update candidate and evaluate additional branches.
9152 - r4907
9153
9154 -------------------------------------------------------------------
9155 Mon Dec  4 15:38:12 CET 2006 - mt@suse.de
9156
9157 - Improved realpath() wrapper in media handler class (#222521).
9158 - revision 4758
9159
9160 -------------------------------------------------------------------
9161 Thu Nov 30 09:15:20 CET 2006 - ma@suse.de
9162
9163 - version 3.0.0 (2.x.x now in SuSE-Linux-10_2-Branch)
9164 - revision 4713
9165
9166 -------------------------------------------------------------------
9167 Wed Nov 29 19:20:24 CET 2006 - dmacvicar@suse.de
9168
9169 - use sqlite-zmd package for the non yet shipped zypp2/ stuff
9170   because backend uses this sqlite and it is no fun to
9171   install one and the other to develop (as the -devel packages)
9172   conflict.
9173 - add cmake support for building zypp/ lib.
9174   TODO: soinfo, compile testcases, devel, zypp2,docs
9175   find rpm, curl and others.
9176 - dont serialize interactive, as it is
9177   calculated now.
9178   (it was already fixed as we don't reimplement
9179   the method, but we still serialized, parsed)
9180 - r4709
9181
9182 -------------------------------------------------------------------
9183 Tue Nov 28 22:40:12 CET 2006 - ma@suse.de
9184
9185 - fixed Patch::interactive to return true as well, if the patch
9186   itself has a licence. (#224192)
9187 - revision 4702
9188 - version 2.9.2
9189
9190 -------------------------------------------------------------------
9191 Tue Nov 28 16:36:56 CET 2006 - mt@suse.de
9192
9193 - Added search for /sbin/vol_id tool - that is in /lib/udev/vol_id
9194   on the installation image (#213852).
9195 - revision 4700
9196
9197 -------------------------------------------------------------------
9198 Tue Nov 28 11:44:52 CET 2006 - schubi@suse.de
9199
9200 - Avoid duplicate pool entries; Bug 223750; second part of the fix
9201 - r4698
9202 - Version 2.9.1
9203
9204 -------------------------------------------------------------------
9205 Mon Nov 27 18:29:58 CET 2006 - schubi@suse.de
9206
9207 - Pool has multi instances of an item in the pool. Reduced this error
9208   to items which are identically at least. #217574 and #223750
9209 - r4695
9210
9211 -------------------------------------------------------------------
9212 Mon Nov 27 17:37:44 CET 2006 - dmacvicar@suse.de
9213
9214 - replace spaces to underscores in product names
9215 - 2.8.7
9216 - r4688
9217
9218 -------------------------------------------------------------------
9219 Mon Nov 27 16:54:03 CET 2006 - dmacvicar@suse.de
9220
9221 - Mark some strings for translation (#219783 need it)
9222 - r4682
9223
9224 -------------------------------------------------------------------
9225 Mon Nov 27 16:17:07 CET 2006 - mt@suse.de
9226
9227 - Added translations marks to hal, url and mutex exceptions (#23771)
9228 - revision 4680
9229
9230 -------------------------------------------------------------------
9231 Wed Nov 22 19:24:57 CET 2006 - dmacvicar@suse.de
9232
9233 - don't make libzypp-devel depend on sqlite-devel as
9234   headers from zypp2 are not installed yet
9235 - r4663
9236
9237 -------------------------------------------------------------------
9238 Wed Nov 22 15:23:55 CET 2006 - ma@suse.de
9239
9240 - Return an error if fork failed. (#204807)
9241 - Make Script execution abortable by user request. (#212949, F100233)
9242 - revision 4660
9243 - version 2.8.6
9244
9245 -------------------------------------------------------------------
9246 Tue Nov 21 16:25:03 CET 2006 - mvidner@suse.cz
9247
9248 - Added package-manager wrapper script, with icon and .desktop (#222757).
9249   (Used by gnome-main-menu)
9250 - version 2.8.5
9251 - r4640
9252
9253 -------------------------------------------------------------------
9254 Tue Nov 21 13:11:06 CET 2006 - mt@suse.de
9255
9256 - Fixed target/hal - one more dbus_connection_close found (#216035)
9257 - revision 4636
9258 - version 2.8.4
9259
9260 -------------------------------------------------------------------
9261 Mon Nov 20 14:15:38 CET 2006 - schubi@suse.de
9262
9263 - translation added
9264   rev 4630
9265   version 2.8.3
9266
9267 -------------------------------------------------------------------
9268 Mon Nov 20 11:02:04 CET 2006 - ma@suse.de
9269
9270 - Process obsoletes when installing non-package objects. (#217352)
9271 - revision 4621
9272 - version 2.8.2
9273
9274 -------------------------------------------------------------------
9275 Fri Nov 17 16:57:39 CET 2006 - mt@suse.de
9276
9277 - Implemented volume device check using /sbin/vol_id (#213852).
9278 - Revision 4619
9279
9280 -------------------------------------------------------------------
9281 Fri Nov 17 15:53:58 CET 2006 - schubi@suse.de
9282
9283 - new translation added
9284
9285 -------------------------------------------------------------------
9286 Fri Nov 17 12:42:04 CET 2006 - mt@suse.de
9287
9288 - Implemented an reuse of already existing foreign CD/DVD mount points
9289   (e.g. automounted) - depends on REUSE_FOREIGN_MOUNTS flag (#220206).
9290 - Added a fallback check of the volume.mount_point HAL property to
9291   isAutoMountedMedia(); info.hal_mount.created_mount_point seems
9292   to be not avaliable in newer HAL versions (on 10.2).
9293 - Revision 4615
9294 - Version 2.8.1
9295
9296 -------------------------------------------------------------------
9297 Thu Nov 16 23:39:15 CET 2006 - ma@suse.de
9298
9299 - removed unused methods from Patch and PatchImplIf. Provided
9300   reasonable default implementation for Patch::interactive.
9301   (#221476).
9302 - revision 4610
9303 - Version 2.8.0
9304
9305 -------------------------------------------------------------------
9306 Thu Nov 16 15:32:04 CET 2006 - dmacvicar@suse.de
9307
9308 - Handle media eject failures (#216545)
9309 - r4606
9310
9311 -------------------------------------------------------------------
9312 Wed Nov 15 22:41:51 CET 2006 - ma@suse.de
9313
9314 - Reimplemented RpmDb::checkPackage using librpm API instead
9315   of parsing "rpm --checksig" output. (#163202)
9316 - Version 2.7.4
9317 - revision 4600
9318
9319 -------------------------------------------------------------------
9320 Wed Nov 15 15:39:26 CET 2006 - schubi@suse.de
9321
9322 - NEW behaviour of the solver:
9323   Obsolete virtual provides. E.G.:
9324
9325   Installed:
9326   -----------
9327   Name:           test-1.0-0
9328
9329   Name:           moretest-1.0-0
9330   Provides:       test
9331
9332   To be installed
9333   ------------------
9334   Name:           nomoretest-1.0-0
9335   Obsoletes:      test
9336
9337   Result
9338   --------
9339   test-1.0-0 AND  moretest-1.0-0 will be deleted. In former versions only
9340   test-1.0-0 had been deleted. Bug 220999
9341
9342 - Translations added
9343
9344 Version 2.7.3
9345 rev 4593
9346
9347 -------------------------------------------------------------------
9348 Tue Nov 14 16:32:49 CET 2006 - schubi@suse.de
9349
9350 - Bugfix in generating solver testcases:
9351    - added kind of capabilities in description file
9352    - removed unneded channel from uninstall in command file
9353
9354 -------------------------------------------------------------------
9355 Mon Nov 13 18:35:01 CET 2006 - mt@suse.de
9356
9357 - Try to call /bin/eject utility if the eject-ioctl fails.
9358 - r4568
9359
9360 -------------------------------------------------------------------
9361 Mon Nov 13 17:00:51 CET 2006 - dmacvicar@suse.de
9362
9363 - ignore empty capabilities
9364 - r4565
9365
9366 -------------------------------------------------------------------
9367 Fri Nov 10 17:52:10 CET 2006 - dmacvicar@suse.de
9368
9369 - make progress strings translatable (#219783)
9370 - r4556
9371
9372 -------------------------------------------------------------------
9373 Tue Nov  7 16:40:28 CET 2006 - schubi@suse.de
9374
9375 -  While deleting a selection all concerning recommended
9376    packages will be deleted too.
9377    BUT those packages should not be deleted which have been
9378    set to KEEP by the user. bug 217574
9379    rev 4526
9380    VERSION: 2.7.2
9381
9382 -------------------------------------------------------------------
9383 Tue Nov  7 13:12:49 CET 2006 - schubi@suse.de
9384
9385 - Makefile in zypp2 fixed
9386   Revision 4520
9387
9388 -------------------------------------------------------------------
9389 Tue Nov  7 11:38:10 CET 2006 - schubi@suse.de
9390
9391 - Translations added
9392   Revision 4514
9393   VERSION: 2.7.1
9394
9395 -------------------------------------------------------------------
9396 Mon Nov  6 12:32:22 CET 2006 - dmacvicar@suse.de
9397
9398 - Make the parser more strict, rejecting broken sources
9399   but showing the error line.
9400   Last fix making the parser relax would break multitag
9401   descriptions with empty lines, now we check dependencies
9402   at a higher level. (reference #160607)
9403 - r4501
9404
9405 -------------------------------------------------------------------
9406 Fri Nov  3 11:04:19 CET 2006 - schubi@suse.de
9407
9408 - New problem solution added: Unlock ALL resovables in order to speed up
9409   problem solution. Bug 206453
9410
9411 -------------------------------------------------------------------
9412 Fri Nov  3 10:29:08 CET 2006 - schubi@suse.de
9413
9414 - Translations added
9415
9416 -------------------------------------------------------------------
9417 Thu Nov  2 17:15:19 CET 2006 - mt@suse.de
9418
9419 - Fixed target/hal - removed dbus_connection_close calls, because
9420   the connections are shared; unref the ref-counted handle only.
9421   (#216035)
9422 - r4442
9423
9424 -------------------------------------------------------------------
9425 Thu Nov  2 16:18:27 CET 2006 - dmacvicar@suse.de
9426
9427 - skipping unreachable packages won't work
9428   (#215445)
9429 - r4468
9430
9431 -------------------------------------------------------------------
9432 Wed Oct 25 19:04:51 CEST 2006 - dmacvicar@suse.de
9433
9434 - (#213793) Target store fails to recreate stored install-time (other
9435   Date and ByteCount values as well)
9436
9437 - skip comments and blank lines in multilists
9438   fixes (#214877) - zen-updater is not installed by default
9439
9440 - Automatically fix broken products when reading
9441   the product database.
9442   still pending: honour the read-only flag
9443   Changes to make this possible include
9444   using read_dir instead of boost directory
9445   iterator.
9446
9447 -------------------------------------------------------------------
9448 Wed Oct 25 17:09:06 CEST 2006 - schubi@suse.de
9449
9450 - added new class for generating solver testcases:
9451   Testcase
9452
9453 -------------------------------------------------------------------
9454 Wed Oct 25 15:40:44 CEST 2006 - ma@suse.de
9455
9456 - Finalized ui::PatternContents. (F301229)
9457 - version 2.7.0
9458 - revision 4413
9459
9460 -------------------------------------------------------------------
9461 Wed Oct 25 08:21:52 CEST 2006 - mvidner@suse.cz
9462
9463 - Moved zypper and zypp-checkpatches(-wrapper) to zypper.rpm
9464 - version 2.6.0
9465
9466 -------------------------------------------------------------------
9467 Tue Oct 24 14:33:16 CEST 2006 - ma@suse.de
9468
9469 - Added ui::PatternContents: Helper class that will compute a patterns
9470   expanded install_packages set. (UI interface for F301229)
9471 - revision 4387
9472
9473 -------------------------------------------------------------------
9474 Tue Oct 24 09:06:24 CEST 2006 - mvidner@suse.cz
9475
9476 - removed the last reference to /usr/lib64 to fix the build
9477
9478 -------------------------------------------------------------------
9479 Mon Oct 23 17:44:42 CEST 2006 - mvidner@suse.cz
9480
9481 - added "zypper info" (jkupec)
9482 - version 2.5.2
9483
9484 -------------------------------------------------------------------
9485 Mon Oct 23 11:28:01 CEST 2006 - dmacvicar@suse.de
9486
9487 - fix rpm db timestamp
9488 - add extra urls and optional urls to product API
9489 - r4378
9490
9491 -------------------------------------------------------------------
9492 Fri Oct 20 16:55:44 CEST 2006 - mvidner@suse.cz
9493
9494 - zypper: nicer progress reports, with or without --verbose.
9495
9496 -------------------------------------------------------------------
9497 Fri Oct 20 16:25:50 CEST 2006 - ma@suse.de
9498
9499 - Fixed reloading of target data after commit. Broken since
9500   rev 3880.
9501 - version 2.5.1
9502 - revision 4365
9503
9504 -------------------------------------------------------------------
9505 Fri Oct 20 16:22:09 CEST 2006 - dmacvicar@suse.de
9506
9507 - put query-pool in /usr/lib/zypp and not lib64
9508 - r4363
9509
9510 -------------------------------------------------------------------
9511 Fri Oct 20 12:16:06 CEST 2006 - dmacvicar@suse.de
9512
9513 - revert keyring changes, causes endless loop (obvious)
9514 - add dist-product information, adapt store
9515 - version 2.5.0
9516 - r4355
9517
9518 -------------------------------------------------------------------
9519 Fri Oct 20 11:04:26 CEST 2006 - ma@suse.de
9520
9521 - zypp-query-pool: For products show additionally distributionName
9522   and distributionEdition. (required by #205392)
9523 - revision 4349
9524
9525 -------------------------------------------------------------------
9526 Fri Oct 20 00:13:49 CEST 2006 - ma@suse.de
9527
9528 - Add accessor for Product distributionName and distributionEdition.
9529   (required by #205392)
9530 - revision 4347
9531
9532 -------------------------------------------------------------------
9533 Thu Oct 19 18:40:36 CEST 2006 - dmacvicar@suse.de
9534
9535 - added test case for KeyRing
9536 - fire trustedKeyAdded in all calls to import trusted key
9537   not only in signature check workflow.
9538 - r4342
9539
9540 -------------------------------------------------------------------
9541 Thu Oct 19 18:27:02 CEST 2006 - mvidner@suse.cz
9542
9543 - zypper update: implemented minimal version (patches only)
9544 - zypper list-updates: changed default type from package to patch,
9545   consider patches affecting the package manager separately
9546
9547 -------------------------------------------------------------------
9548 Thu Oct 19 14:09:33 CEST 2006 - dmacvicar@suse.de
9549
9550 - version 2.4.1
9551 - r4338
9552
9553 -------------------------------------------------------------------
9554 Thu Oct 19 14:05:18 CEST 2006 - dmacvicar@suse.de
9555
9556 - add zypp-query-pool, so registration doesn't depend on
9557   libzypp-zmd-backend being installed. Will remove from
9558   backend when suseregister gets updated.
9559
9560 -------------------------------------------------------------------
9561 Thu Oct 19 12:31:08 CEST 2006 - schwab@suse.de
9562
9563 - Make sure config.rpath is present.
9564
9565 -------------------------------------------------------------------
9566 Wed Oct 18 21:40:25 CEST 2006 - mvidner@suse.cz
9567
9568 - zypper search: fixed uninitialized members that made all searches
9569   exact and case sensitve
9570
9571 -------------------------------------------------------------------
9572 Wed Oct 18 13:13:16 CEST 2006 - dmacvicar@suse.de
9573
9574 - zypp-checkpatches, write in the right file
9575 - r4328
9576
9577 -------------------------------------------------------------------
9578 Wed Oct 18 12:45:49 CEST 2006 - schubi@suse.de
9579
9580 - Install resolvables although they are unneeded
9581   if they have NOT the kind patch/atoms
9582   Bug 210538 - freshens/supplements does not work with patterns
9583 - r4326
9584
9585 -------------------------------------------------------------------
9586 Tue Oct 17 19:17:39 CEST 2006 - mvidner@suse.cz
9587
9588 - zypper service-add -r http://example.org/foo.repo (F#300641).
9589
9590 -------------------------------------------------------------------
9591 Tue Oct 17 18:29:34 CEST 2006 - dmacvicar@suse.de
9592
9593 - zypp-checkpatches:
9594   save version of the generated xml to
9595   regenerate it if it changes.
9596   save a random token in case of error to
9597   force recreating xml file
9598 - r4321
9599
9600 -------------------------------------------------------------------
9601 Tue Oct 17 13:49:53 CEST 2006 - dmacvicar@suse.de
9602
9603 - remove permissions for zypp checkpatches from spec
9604 - r4318
9605
9606 -------------------------------------------------------------------
9607 Tue Oct 17 12:36:57 CEST 2006 - dmacvicar@suse.de
9608
9609 - registration fails because of wrong product data
9610   (#205392)
9611   use DISTPRODUCT,DISTVERSION to create the product
9612   resolvable. have this resolvable provide
9613   PRODUCT = VERSION
9614 - r4312
9615
9616 -------------------------------------------------------------------
9617 Mon Oct 16 18:05:56 CEST 2006 - mvidner@suse.cz
9618
9619 - zypper service-add -r ./foo.repo (F#300641).
9620
9621 -------------------------------------------------------------------
9622 Mon Oct 16 15:02:00 CEST 2006 - jkupec@suse.cz
9623
9624 - zypper: added case-sensitive search, search in descriptions and
9625   summaries, search by resolvable type, substring and word
9626   matching, support for wildcards
9627 - Revision 4303
9628
9629 -------------------------------------------------------------------
9630 Mon Oct 16 13:27:50 CEST 2006 - mvidner@suse.cz
9631
9632 - Prevent the user from sending signals to zypp-checkpatches-wrapper
9633   (#211286).
9634
9635 -------------------------------------------------------------------
9636 Mon Oct 16 12:57:56 CEST 2006 - schubi@suse.de
9637
9638 - Dont incomplete an uninstalled resolvable, even not when establishing.
9639   Incomplete only makes sense for installed resolvables (when they have broken
9640   deps), for patches (because they are needed) and for atoms (because they are
9641   used during patch calculation)
9642   Bug 198379
9643
9644 - Do not branch for packages with the same NVE but different architectures.
9645   Take the best architecture.
9646
9647 -------------------------------------------------------------------
9648 Fri Oct 13 16:51:43 CEST 2006 - dmacvicar@suse.de
9649
9650 - implement rename source in sourcemanager
9651 - r4286
9652
9653 -------------------------------------------------------------------
9654 Fri Oct 13 14:32:44 CEST 2006 - dmacvicar@suse.de
9655
9656 - YaST sources: set alias to product summary if empty
9657 - show alias on logs.
9658 - r4281
9659
9660 -------------------------------------------------------------------
9661 Thu Oct 12 16:40:29 CEST 2006 - dmacvicar@suse.de
9662
9663 - version 2.4.0 (bin incompat due to callback fixes)
9664 - r4272
9665
9666 -------------------------------------------------------------------
9667 Thu Oct 12 16:30:55 CEST 2006 - ma@suse.de
9668
9669 - Provide additional solver status information to the UI.
9670   (#162164,F301272)
9671 - Fixed UI satus computation in presence of multiple available
9672   candidates.
9673 - revision 4264
9674 - version 2.3.1
9675
9676 -------------------------------------------------------------------
9677 Thu Oct 12 15:45:12 CEST 2006 - dmacvicar@suse.de
9678
9679 - remove const in MediaChangeReport requestMedia that
9680   broke cd changing.
9681 - r4262
9682
9683 -------------------------------------------------------------------
9684 Wed Oct 11 08:35:48 CEST 2006 - mvidner@suse.cz
9685
9686 - zypper: added search (jkupec)
9687 - removed the suid bit from zypp-checkpatches-wrapper so that the
9688   build passes until permissions.rpm is updated (~#211286).
9689 - r4253
9690
9691 -------------------------------------------------------------------
9692 Tue Oct 10 16:03:40 CEST 2006 - dmacvicar@suse.de
9693
9694 - Log microseconds if ZYPP_PROFILING env var is enabled.
9695 - r4252
9696
9697 -------------------------------------------------------------------
9698 Mon Oct  9 18:15:19 CEST 2006 - dmacvicar@suse.de
9699
9700 - YaST sources:
9701   Factory cannot be set with 'refresh' enabled
9702   (#204957)
9703 - get rid of some const bool signatures in Source classes
9704 - r4247
9705
9706 -------------------------------------------------------------------
9707 Mon Oct  9 15:11:16 CEST 2006 - mvidner@suse.cz
9708
9709 - Added zypp-checkpatches and a suid-root zypp-checkpatches-wrapper.
9710
9711 -------------------------------------------------------------------
9712 Fri Oct  6 13:23:32 CEST 2006 - schubi@suse.de
9713
9714 - select the best solution: prefering the total amount of install/update
9715   packages BEFORE source preferences. Bug 208784
9716
9717 -------------------------------------------------------------------
9718 Fri Oct  6 11:55:11 CEST 2006 - dmacvicar@suse.de
9719
9720 - Introduce a method to see if a source supports a
9721   kind of resolvable at that time, so we can
9722   init a YUM source like factory but avoid parsing
9723   it if it contains no patches.
9724 - add TODO
9725 - zypp-checkpatches xml output
9726 - r4235
9727
9728 -------------------------------------------------------------------
9729 Mon Oct  2 16:34:03 CEST 2006 - mvidner@suse.cz
9730
9731 - added a CLI preview: zypper
9732 - revision 4214
9733 - version 2.2.3
9734
9735 -------------------------------------------------------------------
9736 Mon Oct  2 15:11:26 CEST 2006 - dmacvicar@suse.de
9737
9738 - FATE #100165:
9739   Make Content File Aware of Different Architectures
9740   expand %a in release notes with architecture
9741
9742 -------------------------------------------------------------------
9743 Fri Sep 29 16:10:46 CEST 2006 - ma@suse.de
9744
9745 - Extended pattern parser to support includes/extends tags as hint
9746   for the IO. (F301229)
9747 - revision 4199
9748 - version 2.2.2
9749
9750 -------------------------------------------------------------------
9751 Fri Sep 29 00:31:33 CEST 2006 - ma@suse.de
9752
9753 - Enabled sending of ScriptResolvableReport.
9754 - Changed ScriptResolvableReport::start to send local path
9755   of script to be executed.
9756 - revision 4190
9757 - version 2.2.1
9758
9759 -------------------------------------------------------------------
9760 Wed Sep 27 14:14:33 CEST 2006 - ma@suse.de
9761
9762 - Added ScriptResolvableReport. Callbacks triggered on script
9763   execution during commit. (F100233)
9764 - revision 4187
9765 - version 2.2.0
9766
9767 -------------------------------------------------------------------
9768 Mon Sep 25 13:52:55 CEST 2006 - mvidner@suse.cz
9769
9770 - fix: Url::getRegisteredSchemes() would always return nothing
9771
9772 -------------------------------------------------------------------
9773 Fri Sep 22 15:34:11 CEST 2006 - jkupec@suse.cz
9774
9775 - Made the build dependency on gettext-devel explicit
9776
9777 -------------------------------------------------------------------
9778 Tue Sep 19 10:59:24 CEST 2006 - jsrain@suse.cz
9779
9780 - adapted multi-media YUM sources according to official YUM
9781   specification (F300743)
9782
9783 -------------------------------------------------------------------
9784 Mon Sep 18 17:42:26 CEST 2006 - lslezak@suse.cz
9785
9786 - use RPM_OPT_FLAGS (meissner@suse.de)
9787
9788 -------------------------------------------------------------------
9789 Mon Sep 18 15:19:53 CEST 2006 - lslezak@suse.cz
9790
9791 - SourceFactory::createFrom() - don't loose url,...
9792 - r4160
9793
9794 -------------------------------------------------------------------
9795 Mon Sep 18 12:00:46 CEST 2006 - kkaempf@suse.de
9796
9797 - reduce logging in ResolvableImpl.cc
9798 - rev 4157
9799
9800 -------------------------------------------------------------------
9801 Thu Sep 14 15:59:47 CEST 2006 - schubi@suse.de
9802
9803 - Replaced requirementIsMet by requirementIsInstalledOrUnneeded
9804   in QueueItemInstall and QueueItemRequire
9805   Bug 192535/204913
9806   removed fix:Thu Sep  7 18:31:46 CEST 2006 - schubi@suse.de
9807
9808 -------------------------------------------------------------------
9809 Thu Sep 14 12:44:53 CEST 2006 - lslezak@suse.cz
9810
9811 - fixed SourceFactory::createFrom() - don't loose alias,
9812   cachedir,... parameters
9813
9814 -------------------------------------------------------------------
9815 Thu Sep 14 10:21:02 CEST 2006 - mvidner@suse.cz
9816
9817 - Use RPM Enhances only if detected at configure time, to allow
9818   compilation with older rpm.
9819 - callback params: use const string & instead of string (dmacvicar)
9820
9821 -------------------------------------------------------------------
9822 Thu Sep  7 18:31:46 CEST 2006 - schubi@suse.de
9823
9824 - Do not regarding SATISFIED (regarding UNNEEDED) in isPresent if it is
9825   a package/script/message
9826   Bug: 192535
9827
9828 -------------------------------------------------------------------
9829 Thu Sep  7 16:19:36 CEST 2006 - dmacvicar@suse.de
9830
9831 - add Source_Ref::checksum() which in combination with
9832   timestamp can give an idea of a source change.
9833 - r4106
9834
9835 -------------------------------------------------------------------
9836 Thu Sep  7 14:32:38 CEST 2006 - mvidner@suse.cz
9837
9838 - Implemented fgzstreambuf::compressed_tell and fXstream::getbuf to
9839   enable progress reporting on compressed streams.
9840
9841 -------------------------------------------------------------------
9842 Wed Sep  6 18:31:20 CEST 2006 - dmacvicar@suse.de
9843
9844 - better error propagation
9845 - r4096
9846
9847 -------------------------------------------------------------------
9848 Tue Sep  5 19:22:56 CEST 2006 - mt@suse.de
9849
9850 - Removed libblkid dependency - the workaround using libblkid to
9851   check filesystem on XEN vbd mapped devices is obsolete, because
9852   the info is avaliable via /dev/disk/by-label link now. (#197107)
9853 - revision 4087
9854
9855 -------------------------------------------------------------------
9856 Thu Aug 31 15:16:11 CEST 2006 - ma@suse.de
9857
9858 - PackageProvider: Fixed broken retry. (#202163)
9859 - revision 4071
9860
9861 -------------------------------------------------------------------
9862 Wed Aug 30 23:50:55 CEST 2006 - ma@suse.de
9863
9864 - Fixed RpmDb::makePackageFromHeader: Catch NULL Header passed as argument and refuse
9865   to create a Package from a source package header.
9866 - Added method Pathname::extension: Return all of the characters in name
9867   after and including the last dot in the last element of name.
9868 - PlaindirImpl: Disable rpm signature verification when scaning a directory for
9869   rpms. Otherwise we'd need access to the rpm database to get the keys.
9870 - revision 4069
9871
9872 -------------------------------------------------------------------
9873 Wed Aug 30 17:42:40 CEST 2006 - schubi@suse.de
9874
9875 - Do not regarding SATISFIED/UNNEEDED in isPresent if it is
9876   a package/script/message
9877   Bug: 192535
9878
9879 -------------------------------------------------------------------
9880 Wed Aug 30 14:29:45 CEST 2006 - ma@suse.de
9881
9882 - Speedup computation of number of rpm database entries.
9883 - revision 4058
9884
9885 -------------------------------------------------------------------
9886 Tue Aug 29 16:58:20 CEST 2006 - schubi@suse.de
9887
9888 - Fixed endless loop in transactResObject
9889   Bug 198095 - YaST2 Installaler crashes when selecting Gnome pattern to a KDE installation
9890
9891 -------------------------------------------------------------------
9892 Tue Aug 29 12:05:09 CEST 2006 - dmacvicar@suse.de
9893
9894 - fix some testcases for tar file parser changes
9895 - r4045
9896
9897 -------------------------------------------------------------------
9898 Tue Aug 29 11:19:53 CEST 2006 - dmacvicar@suse.de
9899
9900 - missing includes
9901 - clean old callbacks
9902 - r4041
9903
9904 -------------------------------------------------------------------
9905 Fri Aug 25 14:32:07 CEST 2006 - schubi@suse.de
9906
9907 - zyppPattern->install_packages returns SUGGESTED package too.
9908   Bug 201476
9909   Revision 4036
9910
9911 -------------------------------------------------------------------
9912 Fri Aug 25 13:05:33 CEST 2006 - schubi@suse.de
9913
9914 - New behaviour in the solver: try with 'best' package first, try with 'all'
9915   packages if this fails.
9916   Bug :Bug 191983
9917
9918 -------------------------------------------------------------------
9919 Fri Aug 25 11:35:48 CEST 2006 - dmacvicar@suse.de
9920
9921 - libzypp 2.1.0
9922 - bump version due to incompatible callback changes in KeyRing
9923   Sources
9924
9925 -------------------------------------------------------------------
9926 Thu Aug 24 15:34:45 CEST 2006 - dmacvicar@suse.de
9927
9928 - new keyring callbacks
9929 - separate trust key from import key
9930 - use PublicKey class instead of params, to be able
9931   to add more info like photos later (pending #181682)
9932 - update zmart with those callbacks.
9933 - better error handling (Exception types)
9934 - make tmp file names more readable depending on the context
9935 - r4026
9936
9937 -------------------------------------------------------------------
9938 Tue Aug 22 22:35:30 CEST 2006 - dmacvicar@suse.de
9939
9940 - decouple probing from source creation, using the new
9941   media test for existence functions.
9942 - r4019
9943
9944
9945 -------------------------------------------------------------------
9946 Tue Aug 22 17:56:53 CEST 2006 - mt@suse.de
9947
9948 - Fixed getDoesFileExist to reset the transfer range
9949 - Added logging of curl debug messages to the zypp log.
9950   The env var ZYPP_MEDIA_CURL_DEBUG=1 logs curl infos,
9951   ZYPP_MEDIA_CURL_DEBUG=2 logs the in/out headers.
9952 - r4018
9953
9954 -------------------------------------------------------------------
9955 Fri Aug 18 14:57:35 CEST 2006 - kkaempf@suse.de
9956
9957 - remove the /etc/sysconfig/zypp:REWRITE_KERNEL_DEPS = yes check;
9958   see rev 3810 below. (#190163)
9959 - rev 3998
9960
9961 -------------------------------------------------------------------
9962 Thu Aug 17 18:15:14 CEST 2006 - dmacvicar@suse.de
9963
9964 - fix uninstalling of atoms (noop)
9965 - r3995
9966
9967 -------------------------------------------------------------------
9968 Wed Aug 16 17:41:40 CEST 2006 - dmacvicar@suse.de
9969
9970 - Implement initial verson of Media
9971   doesFileExist, for future source probing.
9972 - r3984
9973
9974 -------------------------------------------------------------------
9975 Tue Aug 15 12:01:31 CEST 2006 - dmacvicar@suse.de
9976
9977 - more dbus_connection_close fixes
9978 - r3974
9979
9980 -------------------------------------------------------------------
9981 Tue Aug 15 11:41:41 CEST 2006 - kkaempf@suse.de
9982
9983 - clean up 'incomplete' handling in QueueItemEstablish.
9984 - rev 3973.
9985
9986 -------------------------------------------------------------------
9987 Tue Aug 15 11:30:50 CEST 2006 - kkaempf@suse.de
9988
9989 - Don't set 'incomplete' for uninstalled patterns or products.
9990   (#198379)
9991 - rev 3970.
9992
9993 -------------------------------------------------------------------
9994 Mon Aug 14 16:50:53 CEST 2006 - schubi@suse.de
9995
9996 - Added new API calls:
9997   setAdditionalProvide
9998   setAdditionalConflict
9999   setAdditionalRequire
10000
10001 -------------------------------------------------------------------
10002 Mon Aug 14 11:26:20 CEST 2006 - dmacvicar@suse.de
10003
10004 - don't link examples to testsuite library.
10005
10006 -------------------------------------------------------------------
10007 Sat Aug 12 17:30:30 CEST 2006 - schwab@suse.de
10008
10009 - Disable profiling to work around compiler bug.
10010
10011 -------------------------------------------------------------------
10012 Fri Aug 11 17:01:33 CEST 2006 - dmacvicar@suse.de
10013
10014 - forward port 3924:3939
10015 - Add explicit finish callbacks for subtasks during ProvidePackage
10016   to avoid UI confusion.
10017 - rev3957
10018
10019 -------------------------------------------------------------------
10020 Fri Aug 11 11:48:44 CEST 2006 - dmacvicar@suse.de
10021
10022 - Introduce examples/
10023 - fix some svn ignores
10024 - fix compilation. Use: dbus_connection_close
10025 - rev 3943
10026
10027 -------------------------------------------------------------------
10028 Thu Aug 10 16:32:36 CEST 2006 - dmacvicar@suse.de
10029
10030 - Initial support for plain directory with rpms as source
10031 - r3935
10032
10033 -------------------------------------------------------------------
10034 Tue Aug  8 16:51:45 CEST 2006 - dmacvicar@suse.de
10035
10036 - Move the target query by kind function to
10037   a iterator, so we dont make a copy of the restore
10038   the iterator works loading by demand too
10039
10040 -------------------------------------------------------------------
10041 Mon Aug  7 17:57:26 CEST 2006 - dmacvicar@suse.de
10042
10043 - rename the new initTarget to initializeTarget,
10044   leave the old one as is, but deprecate it.
10045 - r3903
10046
10047 -------------------------------------------------------------------
10048 Mon Aug  7 15:10:08 CEST 2006 - dmacvicar@suse.de
10049
10050 - forward port from SLES10 branch , till 3888
10051 - Prefer to use available DeltaRpm or PatchRpm instead of downloading
10052   full packages. (#168844)
10053 - rpmdb : Do not use the deprecated POSIX API, but boost::regex
10054 - version 2.0.0
10055 - rev 3893
10056
10057 -------------------------------------------------------------------
10058 Fri Aug  4 15:20:13 CEST 2006 - dmacvicar@suse.de
10059
10060 - Separate target init from adding resolvables, getting rid of the
10061 uggly bool flag.
10062 - dont clear the store each time Target::resolvables is called
10063 - Load target resolvables on demand by kind, keep them cached later
10064 - add Target::resolvablesByKind(kind) to allow query specific kind
10065   without reading all kinds. Used to port TargetProduct, which
10066   was reading the whole rpm database only to displayy base product
10067   name in YaST help.
10068 - commit to pkg-bindings and packager will follow.
10069 - jsrain will port more yast stuff, especially inst_source which
10070   startup time should by reduced by half afterwards.
10071 - rev 3880
10072
10073 -------------------------------------------------------------------
10074 Tue Aug  1 13:37:29 CEST 2006 - dmacvicar@suse.de
10075
10076 - forward port:
10077   rev 3786 fix to stalle tmpfiles broke patches.
10078   SLES was released with this broken. 10.1 has a blocked
10079   zypp update because this.
10080   Attempt to fix this. (#192535)
10081 - fix configure.ac sqlite-source build path
10082 - rev 3858
10083
10084 -------------------------------------------------------------------
10085 Fri Jul 21 10:58:58 CEST 2006 - dmacvicar@suse.de
10086
10087 - link correctly
10088
10089 -------------------------------------------------------------------
10090 Wed Jul 19 13:50:57 CEST 2006 - dmacvicar@suse.de
10091
10092 - dont link sqlite in the main lib.
10093 - rev 3826
10094
10095 -------------------------------------------------------------------
10096 Tue Jul 18 17:42:45 CEST 2006 - dmacvicar@suse.de
10097
10098 - susetags: parse product parser regexp only once
10099 - parse yum factory 5 sec. (from 30) faster using
10100   another string find algorithm
10101 - rev 3824
10102
10103 -------------------------------------------------------------------
10104 Tue Jul 18 12:56:17 CEST 2006 - dmacvicar@suse.de
10105
10106 - Digest: Don't read the stream character wise but reading blocks,
10107   as advised by matz profiling.
10108 - r3819
10109
10110 -------------------------------------------------------------------
10111 Mon Jul 17 12:54:39 CEST 2006 - ma@suse.de
10112
10113 - Add "openSUSE", "ATI Technologies Inc." and "Nvidia" to
10114   trusted vendors. (#189573)
10115 - revision 3804
10116
10117 -------------------------------------------------------------------
10118 Thu Jul 13 12:52:58 CEST 2006 - dmacvicar@suse.de
10119
10120 - backport fix for stalle tmpfile (#191311)
10121 - rev 3788
10122
10123 -------------------------------------------------------------------
10124 Wed Jun 28 13:22:22 CEST 2006 - mt@suse.de
10125
10126 - deactivated media manager code that was disabling the
10127   automounter (#172419)
10128 - rev 3724
10129
10130 -------------------------------------------------------------------
10131 Mon Jun 26 17:14:53 CEST 2006 - dmacvicar@suse.de
10132
10133 - fix autorefresh (#186115)
10134 - revision 3708
10135 -------------------------------------------------------------------
10136 Fri Jun 23 13:41:18 CEST 2006 - ma@suse.de
10137
10138 - forward port from SLE branch
10139 - Set default permission for logfiles to 0640. (#187044)
10140 - revision 3696
10141
10142 -------------------------------------------------------------------
10143 Thu Jun 22 16:01:15 CEST 2006 - ma@suse.de
10144
10145 - forward port from SLE branch
10146 - Fixed installation of SP or Add-On product switching to media 2
10147   too early. (#186607)
10148 - revision 3691
10149
10150 -------------------------------------------------------------------
10151 Wed Jun 21 15:47:39 CEST 2006 - dmacvicar@suse.de
10152
10153 - forward port from SLE branch
10154 - Strip self provides without edition in Resolvable ctor.
10155   (#186079)
10156 - Source::provideResolvables not implemented in yum source type.
10157   Product not set for packages that are available from update source
10158   (#186920)
10159 - Hook modalias() supplements without package to "kernel" (#184840)
10160 - Allow on-demand SourceManager::restore() (#186678)
10161 - Hook modalias() supplements without package to "kernel" (#184840)
10162 - rev 3676
10163
10164 -------------------------------------------------------------------
10165 Mon Jun 19 15:17:17 CEST 2006 - mt@suse.de
10166
10167 - Fix adding resolving of path names for mount points (#181606)
10168 - rev 3658
10169
10170 -------------------------------------------------------------------
10171 Mon Jun 19 13:52:14 CEST 2006 - dmacvicar@suse.de
10172
10173 - merge download algorithm and refactoring from branch
10174   (#181204)
10175
10176 -------------------------------------------------------------------
10177 Thu Jun 15 17:53:40 CEST 2006 - mvidner@suse.cz
10178
10179 - autodocs: use find+xargs to overcome command length limit,
10180   do not call doxygen unnecessarily (#185334).
10181 - rev 3645
10182
10183 -------------------------------------------------------------------
10184 Thu Jun 15 07:26:29 CEST 2006 - kkaempf@suse.de
10185
10186 - Dont use getZYpp in static constructor (#185198)
10187   Bugfix #178292 was wrong.
10188 - Only warn on incompleting installed resolvables (#185197)
10189 - rev 3644
10190
10191 -------------------------------------------------------------------
10192 Wed Jun 14 22:43:40 CEST 2006 - kkaempf@suse.de
10193
10194 - Atoms might only be installed via patches (#184714)
10195 - rev 3642
10196
10197 -------------------------------------------------------------------
10198 Wed Jun 14 17:26:39 CEST 2006 - dmacvicar@suse.de
10199
10200 - fix for the last stall tmpfile (#178292)
10201 - r3637
10202
10203 -------------------------------------------------------------------
10204 Wed Jun 14 12:06:57 CEST 2006 - mt@suse.de
10205
10206 - Implemented transfer timeout inside of the progress callback.
10207   The timeout value can be set using timeout url parameter, the
10208   default transfer timeout is 180 seconds. (#181602)
10209 - Added ssl_verify and ssl_capath url options used in https scheme,
10210   allowing to change or disable the ssl verify options. (#171622)
10211 - Added fallback on read failures of /etc/mtab to /proc/mounts.
10212   Improved verbosity in mount and mount check related failure cases,
10213   incl. /etc/mtab dump. (#181606)
10214 - rev 3623
10215
10216 -------------------------------------------------------------------
10217 Wed Jun 14 10:49:10 CEST 2006 - kkaempf@suse.de
10218
10219 - combine knownAliases and knownUrls in a single function.
10220 - rev 3616
10221
10222 -------------------------------------------------------------------
10223 Mon Jun 12 16:27:46 CEST 2006 - kkaempf@suse.de
10224
10225 - honor parallel installs in resolver context (#181103)
10226 - rev 3592
10227
10228 -------------------------------------------------------------------
10229 Mon Jun 12 15:37:10 CEST 2006 - dmacvicar@suse.de
10230
10231 - right fix for tmpdir initialized in static constructor
10232 - catch around provideJustFile in providePackage
10233 -rev 3654
10234
10235 -------------------------------------------------------------------
10236 Mon Jun 12 15:15:07 CEST 2006 - dmacvicar@suse.de
10237
10238 - fix #182003 YUM packages without size
10239 - rev 3587
10240
10241 -------------------------------------------------------------------
10242 Mon Jun 12 14:58:55 CEST 2006 - kkaempf@suse.de
10243
10244 - Allow to restore and remove by Url
10245 - rev 3583
10246
10247 -------------------------------------------------------------------
10248 Mon Jun 12 13:07:31 CEST 2006 - kkaempf@suse.de
10249
10250 - make atoms parallel installable (#181103)
10251 - rev 3580
10252
10253 -------------------------------------------------------------------
10254 Fri Jun  9 16:28:11 CEST 2006 - dmacvicar@suse.de
10255
10256 - Allow to restore by alias
10257 - r3568
10258
10259 -------------------------------------------------------------------
10260 Fri Jun  9 13:06:16 CEST 2006 - mvidner@suse.cz
10261
10262 - Do not fork in a global destructor, perl dislikes it (#182672).
10263   Fixes hanging ag_ldapserver and yast2-perl-bindings tests.
10264
10265 -------------------------------------------------------------------
10266 Thu Jun  8 16:24:55 CEST 2006 - ma@suse.de
10267
10268 - Installation: Assert product information is stored to libzypp
10269   database before reboot. (#181198)
10270 - Version 1.2.0; revision 3553
10271
10272 -------------------------------------------------------------------
10273 Wed Jun  7 13:55:23 CEST 2006 - visnov@suse.cz
10274
10275 - Synchronize keys with rpm database before
10276   closing access to it (#182338)
10277 - rev 3533
10278
10279 -------------------------------------------------------------------
10280 Wed Jun  7 11:40:46 CEST 2006 - mt@suse.de
10281
10282 - Changed to just prefer DVD drives in "dvd:" scheme, instead of
10283   filter out the non-DVD drives completely. Allows a fallback to
10284   drives without the dvd HAL property e.g. in VMWare. (#177457)
10285 - rev 3530
10286
10287 -------------------------------------------------------------------
10288 Wed Jun  7 01:00:06 CEST 2006 - dmacvicar@suse.de
10289
10290 - Merge fix for stalle tmpdir due to cyclic references, using a master
10291  TmpDir for zypp. (#178292) . There is still 1 tmpdir to fix.
10292 - rev 3521
10293
10294 -------------------------------------------------------------------
10295 Wed Jun  7 01:00:05 CEST 2006 - dmacvicar@suse.de
10296
10297 - Fixes unneeded file download, and add download callbacks
10298   (still need yast side) #181204 and #160206
10299 - Fix stalle tmpdir due to cyclic references, using a master
10300   TmpDir for zypp. # 178292
10301
10302 -------------------------------------------------------------------
10303 Wed Jun  7 00:02:18 CEST 2006 - ma@suse.de
10304
10305 - fixed memory leak in PersistentStorage (#168690)
10306 - revision 3519
10307
10308 -------------------------------------------------------------------
10309 Tue Jun  6 22:24:00 CEST 2006 - ma@suse.de
10310
10311 - fixed memory leak in XMLSourceCacheParser (#168690)
10312 - revision 3517
10313
10314 -------------------------------------------------------------------
10315 Fri Jun  2 16:09:03 CEST 2006 - schubi@suse.de
10316
10317 -latest fi translation added
10318  Revision 3502
10319
10320 -------------------------------------------------------------------
10321 Thu Jun  1 15:11:47 CEST 2006 - schubi@suse.de
10322
10323 -All installed resolvables has been set to "satisfied" in
10324  ResolverContext::unneeded . BUT:
10325  Patch concerning resolvables have to be set to
10326  "unneeded" although they are installed. In order
10327  getting the state "no longer applicable" (Bug 171590)
10328 - rev 3496
10329
10330 -------------------------------------------------------------------
10331 Thu Jun  1 14:54:02 CEST 2006 - kkaempf@suse.de
10332
10333 - compute status for scripts and messages so their freshens get
10334   properly honored (aj with postgresql-server)
10335 - rev 3494
10336
10337 -------------------------------------------------------------------
10338 Thu Jun  1 13:57:48 CEST 2006 - dmacvicar@suse.de
10339
10340 - revert not-used-yet rpmdb timestamp, as
10341   it broke rpmdb::init(). (#180040)
10342 - rev 3490
10343
10344 -------------------------------------------------------------------
10345 Thu Jun  1 11:03:34 CEST 2006 - schubi@suse.de
10346
10347 - updating gmo files, if po files has been changed; bug 164449
10348
10349 -------------------------------------------------------------------
10350 Wed May 31 18:32:58 CEST 2006 - dmacvicar@suse.de
10351
10352 - Dont download twice if starting from 1st time
10353 - fix typo
10354 - rev 3481
10355
10356 -------------------------------------------------------------------
10357 Wed May 31 17:06:48 CEST 2006 - dmacvicar@suse.de
10358
10359 - set cache dir only if storeMetadata is called as a public method.´
10360 - rev 3475
10361
10362 -------------------------------------------------------------------
10363 Wed May 31 15:27:38 CEST 2006 - kkaempf@suse.de
10364
10365 - schedule a package for installation if
10366   - it freshens / supplements something
10367   - it is not installed yet
10368   (#178721)
10369 - rev 3473
10370
10371 -------------------------------------------------------------------
10372 Wed May 31 15:22:43 CEST 2006 - dmacvicar@suse.de
10373
10374 - make susetags also implement download and check first.
10375 - rev 3470
10376
10377 -------------------------------------------------------------------
10378 Tue May 30 12:43:47 CEST 2006 - dmacvicar@suse.de
10379
10380 - make yum more robust. Never parse from provideFile
10381   but only from local disk. Make sure the cache
10382   is consistent before recreating it.
10383   the code is easier to follow and probably
10384   faster. checksum and signatures are
10385   checked on caching not on parsing.
10386   Required to implement refresh for #154990
10387 - rev 3452
10388
10389 -------------------------------------------------------------------
10390 Wed May 24 16:57:54 CEST 2006 - dmacvicar@suse.de
10391
10392 - implement timestamp for YUM and SuseTags
10393 - actually use the license to confirm in yum patches
10394 - add prerequires tag in yum optonally to the bad designed
10395   and nonintuitive pre=1
10396 - rev 3448
10397
10398 -------------------------------------------------------------------
10399 Wed May 24 15:30:32 CEST 2006 - dmacvicar@suse.de
10400
10401 - dont pass root on init but before.
10402 - implement rpm db modification timestamp
10403   not used yet
10404 - move Helix source to testsuite out of the solver
10405   so we can use it for target, storage tests
10406 - add Source_Ref::timestamp(), default to now()
10407   in order to implement smart sync of sources by zmd
10408 - don't parse desc and summary twice
10409 - fix a segfault with tranlated text
10410 - fix broken size tag introduced in rev 3427
10411 - rev 3446
10412
10413 -------------------------------------------------------------------
10414 Tue May 23 20:53:27 CEST 2006 - dmacvicar@suse.de
10415
10416 - dont accept corrupt sources, improve logs
10417
10418 -------------------------------------------------------------------
10419 Tue May 23 17:26:41 CEST 2006 - ma@suse.de
10420
10421 - Added PoolItem_Ref::statusReset. Resets the PoolItem status without
10422   loosing autoprotection (eg. for foreign vendor). (assists #177469)
10423 - rev 3431
10424
10425 -------------------------------------------------------------------
10426 Tue May 23 17:04:04 CEST 2006 - jsrain@suse.cz
10427
10428 - added mediaNr() to PatchRpm and DeltaRpm classes
10429 - rev 3430
10430
10431 -------------------------------------------------------------------
10432 Tue May 23 15:58:04 CEST 2006 - dmacvicar@suse.de
10433
10434 - enable YUM license to confirm.
10435   needed for #174476
10436 - adapt store to serialize and read all new resobject fields
10437 - use install-time to now() when serializing (#174653)
10438 - rev 3427
10439
10440 -------------------------------------------------------------------
10441 Mon May 22 20:51:59 CEST 2006 - ma@suse.de
10442
10443 - Do not violate install order when restricting commit to a certain
10444   mediaNumber. (#170079)
10445 - Version 1.1.0; rev 3423
10446
10447 -------------------------------------------------------------------
10448 Mon May 22 19:03:20 CEST 2006 - mvidner@suse.cz
10449
10450 - Added SourceManager::findSourceByUrl to overcome alias mismatches
10451   (#177543).
10452 - rev 3420
10453
10454 -------------------------------------------------------------------
10455 Mon May 22 17:19:25 CEST 2006 - ma@suse.de
10456
10457 - Order all objects according to prerequirements, not just packages.
10458   (#173690)
10459 - rev 3419
10460
10461 -------------------------------------------------------------------
10462 Mon May 22 15:57:43 CEST 2006 - schubi@suse.de
10463
10464 - Added new translation
10465
10466 -------------------------------------------------------------------
10467 Fri May 19 12:53:44 CEST 2006 - dmacvicar@suse.de
10468
10469 - fix missing homedir option for gpg (#171055)
10470 - rev 3415
10471
10472 -------------------------------------------------------------------
10473 Thu May 18 19:08:52 CEST 2006 - ma@suse.de
10474
10475 - Prevent against daemons launched in rpm %post, that do not close
10476   their filedescriptors. (#174548)
10477 - Version 1.0.1; rev 3413
10478
10479 -------------------------------------------------------------------
10480 Thu May 18 16:51:41 CEST 2006 - jsrain@suse.cz
10481
10482 - fixed media number of package retrieved as a part of a patch
10483   (#174841)
10484 - rev 3409
10485
10486 -------------------------------------------------------------------
10487 Thu May 18 16:16:21 CEST 2006 - dmacvicar@suse.de
10488
10489 - fix missing package descriptions due to filtered packages
10490   by incompatible architectures. (#159109)
10491 - rev 3404
10492
10493 -------------------------------------------------------------------
10494 Thu May 18 16:08:42 CEST 2006 - kkaempf@suse.de
10495
10496 - decrease logging in DiskUsageCounter and Modalias (#163186)
10497 - rev 3406
10498
10499 -------------------------------------------------------------------
10500 Thu May 18 10:43:47 CEST 2006 - ma@suse.de
10501
10502 - Stay backward comapatible.
10503
10504 -------------------------------------------------------------------
10505 Tue May 16 21:35:27 CEST 2006 - ma@suse.de
10506
10507 - Make basic attributes available through ResObject.
10508 - Let ResObjects which do not require media access during
10509   commit return ZERO sourceMediaNr (required for #173690)
10510 - Version 1.0.0
10511 - rev 3390
10512
10513 -------------------------------------------------------------------
10514 Tue May 16 15:11:35 CEST 2006 - kkaempf@suse.de
10515
10516 - reduce logging verbosity (#163186)
10517 - rev 3381
10518
10519 -------------------------------------------------------------------
10520 Tue May 16 14:00:57 CEST 2006 - schubi@suse.de
10521
10522 - setCandidate accept candidates with compatible architectures too. Not
10523   only with the same architecture. Bug 172594 - If update package has
10524   differet arch, UI display is wrong
10525
10526 -------------------------------------------------------------------
10527 Tue May 16 09:30:45 CEST 2006 - mvidner@suse.cz
10528
10529 - Added Source_Ref::resStoreInitialized.
10530   If we know that noone has seen the resolvables yet, we can skip
10531   them too, eg. when deleting a source. (#174840)
10532 - rev 3378
10533
10534 -------------------------------------------------------------------
10535 Mon May 15 12:41:39 CEST 2006 - kkaempf@suse.de
10536
10537 - Honor freshens as conditionals independant from the installed/
10538   uninstalled status (#174797)
10539 - rev 3376
10540
10541 -------------------------------------------------------------------
10542 Mon May 15 11:15:03 CEST 2006 - kkaempf@suse.de
10543
10544 - State modifier "unneeded" is transitive for patches (#171590)
10545 - rev 3375
10546
10547 -------------------------------------------------------------------
10548 Thu May 11 17:42:29 CEST 2006 - schubi@suse.de
10549
10550 - Do not transact itself (update) in the transactResObject mechanism
10551   Bug 174290
10552
10553 -------------------------------------------------------------------
10554 Thu May 11 16:37:51 CEST 2006 - mt@suse.de
10555
10556 - Reenabled improved large file support flags (unintentionally
10557   removed in rev 1544). Fixes bug #173753.
10558 - Added large file support flags to libzypp.pc file allowing
10559   consistence checks in the application using features variable
10560 - rev 3366
10561
10562 -------------------------------------------------------------------
10563 Thu May 11 10:49:36 CEST 2006 - mvidner@suse.cz
10564
10565 - SourceManager: moved source deletion before creation
10566   so that we can recreate a deleted one (#174295)
10567 - removed dead code dealing with known_caches from SourceManager::store
10568   (see r3195)
10569 - r3362
10570
10571 -------------------------------------------------------------------
10572 Thu May 11 10:15:14 CEST 2006 - jsrain@suse.cz
10573
10574 - fixed returning product short name and summary if product read
10575   from target store (#148625)
10576 - rev 3360
10577
10578 -------------------------------------------------------------------
10579 Wed May 10 11:39:06 CEST 2006 - jsrain@suse.cz
10580
10581 - set media verifier on redirected medium (#172599)
10582 - rev 3359
10583
10584 -------------------------------------------------------------------
10585 Mon May  8 17:28:42 CEST 2006 - kkaempf@suse.de
10586
10587 - fix 'transactResKind' to collect best providers by capability
10588   and to recursively transact items of same kind (#170114)
10589 - rev 3355
10590
10591 -------------------------------------------------------------------
10592 Mon May  8 16:45:46 CEST 2006 - dmacvicar@suse.de
10593
10594 - serialize the full URL to avoid missing password and other
10595   url settings (#148108)
10596 - rev 3353
10597
10598 -------------------------------------------------------------------
10599 Fri May  5 17:47:14 CEST 2006 - mt@suse.de
10600
10601 - Added a 60 sec connect timeout to MediaCurl (#172860)
10602 - rev 3348
10603
10604 -------------------------------------------------------------------
10605 Thu May  4 15:15:37 CEST 2006 - kkaempf@suse.de
10606
10607 - re-fetch also .asc and .key files before checking signature
10608   (#172597)
10609 - rev 3350 (3345-10.1)
10610
10611 -------------------------------------------------------------------
10612 Wed May  3 17:40:45 CEST 2006 - dmacvicar@suse.de
10613
10614 - Fix yum key verification, because a double variable declaration
10615
10616 -------------------------------------------------------------------
10617 Wed May  3 15:34:00 CEST 2006 - dmacvicar@suse.de
10618
10619 - use --no-default-keyring to avoid creating a
10620   default gpg dir in / (#171055)
10621 - rev 3335
10622
10623 -------------------------------------------------------------------
10624 Wed May  3 14:40:25 CEST 2006 - dmacvicar@suse.de
10625
10626 - Fix YUM signature checking, we were passing the key instead of the
10627   signature.
10628 - When the user trust a key, sync again. Bye to the session trusted
10629   keys and user being asked all the time. (#171213)
10630 - r3332
10631
10632 -------------------------------------------------------------------
10633 Wed May  3 14:22:02 CEST 2006 - ma@suse.de
10634
10635 - Cleanup index tables when removing items from pool (#170564).
10636
10637 -------------------------------------------------------------------
10638 Wed May  3 12:23:36 CEST 2006 - kkaempf@suse.de
10639
10640 - backout rev 3246->3275 of TargetImpl.cc
10641 - add missing testsuite/utils/TestUtils.h
10642 - rev 3330
10643
10644 -------------------------------------------------------------------
10645 Wed May  3 12:13:38 CEST 2006 - dmacvicar@suse.de
10646
10647 - more fixes for #171062, there were some files still not being
10648   read from cache.
10649 - r3327
10650
10651 -------------------------------------------------------------------
10652 Tue May  2 18:41:44 CEST 2006 - dmacvicar@suse.de
10653
10654 - cache keys and signature. Remove lot of duplicated code. (#171062)
10655 - r3320
10656
10657 -------------------------------------------------------------------
10658 Tue May  2 18:02:46 CEST 2006 - mt@suse.de
10659
10660 - Disabled isUseableAttachPoint check in MediaDIR -- we do not
10661   mount here anything, so it is OK to use any dir (171351).
10662 - rev 3318
10663
10664 -------------------------------------------------------------------
10665 Tue May  2 14:58:03 CEST 2006 - kkaempf@suse.de
10666
10667 - parse "license-to-confirm" in primary.xml (#168437)
10668 - rev 3312
10669
10670 -------------------------------------------------------------------
10671 Mon May  1 17:44:29 CEST 2006 - kkaempf@suse.de
10672
10673 - Don't try to store 'Atom', not needed and the backend store
10674   rejects them anyways (addtion to #168610)
10675 - rev 3306
10676
10677 -------------------------------------------------------------------
10678 Mon May  1 04:43:01 CEST 2006 - mt@suse.de
10679
10680 - Improved device check in MediaDISK using libblkid (Bug #158529)
10681 - Allow to provide sysfs path via $SYSFS_PATH in MediaCD.cc and
10682   added a check if it is a directory
10683 - Added libcurl and libblkid checks to configure.ac
10684 - Added e2fsprogs(-devel) requires to the spec file
10685 - rev 3303
10686
10687 -------------------------------------------------------------------
10688 Sat Apr 29 21:46:22 CEST 2006 - kkaempf@suse.de
10689
10690 - dont download "other" during key check (#171041)
10691 - rev 3294
10692
10693 -------------------------------------------------------------------
10694 Sat Apr 29 11:05:15 CEST 2006 - kkaempf@suse.de
10695
10696 - allow parallel installs of atoms (used to fulfill patch require-
10697   ments, atoms aren't installed anyways) (#170098)
10698 - some testsuite improvements.
10699 - rev 3288
10700
10701 -------------------------------------------------------------------
10702 Fri Apr 28 20:15:06 CEST 2006 - dmacvicar@suse.de
10703
10704 - get rid of autobuild check when throwing exceptions without throw
10705   but with a macro, returning a null pointer at the end (never reached).
10706
10707 -------------------------------------------------------------------
10708 Fri Apr 28 19:50:28 CEST 2006 - ma@suse.de
10709
10710 - Do not violate install order when restricting commit to a certain
10711   mediaNumber. (#170079)
10712
10713 -------------------------------------------------------------------
10714 Fri Apr 28 18:12:26 CEST 2006 - dmacvicar@suse.de
10715
10716 - Don't use throw directly!
10717   use ZYPP_THROW with a Exception class, otherwise package bindings
10718   will not catch them.
10719   Should fix crashes when reading broken sources with yast.
10720 - rev 3272
10721
10722 -------------------------------------------------------------------
10723 Fri Apr 28 15:29:32 CEST 2006 - schubi@suse.de
10724
10725 - Bug 162064 - font packages are not installed for locale, e.g. khmer font not installed after CD1
10726   revision 3269
10727
10728 -------------------------------------------------------------------
10729 Fri Apr 28 14:55:04 CEST 2006 - kkaempf@suse.de
10730
10731 - revert bugfix #168906 (fom rev 3219), it filters too many errors.
10732 - further improve on #168840 (from rev 3231), match on name-edition
10733   when filtering by best arch. (#170098)
10734 - rev 3268
10735
10736 -------------------------------------------------------------------
10737 Fri Apr 28 13:01:58 CEST 2006 - dmacvicar@suse.de
10738
10739 - #170093 , lot of package descriptions missing
10740 - rev 3263
10741
10742 -------------------------------------------------------------------
10743 Thu Apr 27 20:28:01 CEST 2006 - dmacvicar@suse.de
10744
10745 - try to fix wrong permissions of /var/lib/zypp created
10746   by old zypp, only when running as root they are fixed
10747   (#169094)
10748 - YUM: Verify signatures on factoryInit.
10749   Dont provide other.xml. Cleanups, better logging.
10750   When refreshing signed soruces, don't refresh is source
10751   has not changed.
10752 - YaST sources: don't refresh if media file has not changed.
10753 - Show full url of index files in sources for signature validation
10754   (mentioned in #170139 comment #3)-
10755
10756 -------------------------------------------------------------------
10757 Thu Apr 27 18:41:02 CEST 2006 - jsrain@suse.de
10758
10759 - udpated media ID syntax for external scripts (to be consistent
10760   with packages) (#170247)
10761 - rev 3256
10762
10763 -------------------------------------------------------------------
10764 Thu Apr 27 18:33:48 CEST 2006 - jsrain@suse.de
10765
10766 - set media ID to 1 if not specified in YUM metadata (#167452)
10767 - rev 3255
10768
10769 -------------------------------------------------------------------
10770 Thu Apr 27 11:55:05 CEST 2006 - kkaempf@suse.de
10771
10772 - If freshen and supplement are fulfilled, install any kind of
10773   resolvable if not yet installed (#165746)
10774 - rev 3249
10775
10776 -------------------------------------------------------------------
10777 Wed Apr 26 18:00:42 CEST 2006 - kkaempf@suse.de
10778
10779 - make downloaded script executable. (#169191)
10780 - rev 3247
10781
10782 -------------------------------------------------------------------
10783 Wed Apr 26 10:43:03 CEST 2006 - kkaempf@suse.de
10784
10785 - Improve on last fix, compare only compatible archs.
10786 - rev 3233
10787
10788 -------------------------------------------------------------------
10789 Tue Apr 25 19:36:13 CEST 2006 - kkaempf@suse.de
10790
10791 - Only choose best arch of multiple package atoms with identical
10792   name (#168840)
10793 - rev 3231
10794
10795 -------------------------------------------------------------------
10796 Tue Apr 25 16:59:51 CEST 2006 - dmacvicar@suse.de
10797
10798 - pass empty strings to UI as key properties if unknown key
10799   (#169114)
10800 - rev 3228
10801
10802 -------------------------------------------------------------------
10803 Tue Apr 25 16:47:35 CEST 2006 - kkaempf@suse.de
10804
10805 - refrain from parsing 'other.xml' (#159316)
10806 - rev 3226
10807
10808 -------------------------------------------------------------------
10809 Tue Apr 25 16:34:50 CEST 2006 - visnov@suse.cz
10810
10811 - in source refresh, clean up the cache dir if fails
10812 - do not require repomd.xml.asc when creating a cache (#163765)
10813 - rev 3224
10814
10815 -------------------------------------------------------------------
10816 Tue Apr 25 15:17:15 CEST 2006 - dmacvicar@suse.de
10817
10818 - Check if a file exists before providing it, and just handling the
10819   exception is not sufficient, because it can release the media.
10820   it nows get all possible packages.X translations an then
10821   it selects the candidate from the existing ones (#168654)
10822 - rev 3221
10823
10824 -------------------------------------------------------------------
10825 Tue Apr 25 12:28:17 CEST 2006 - kkaempf@suse.de
10826
10827 - dont report conflicts if item is neither installed
10828   nor to-be-installed (#168906)
10829 - rev 3219
10830
10831 -------------------------------------------------------------------
10832 Tue Apr 25 11:27:09 CEST 2006 - dmacvicar@suse.de
10833
10834 - #168060 , propagate the file description or original
10835   name to the UI and not the checked filename path,
10836   which could be a tmp file.
10837   Requires changes in pkg-manager, and probably zmd-helpers.
10838 - rev 3215
10839
10840 -------------------------------------------------------------------
10841 Mon Apr 24 18:27:59 CEST 2006 - dmacvicar@suse.de
10842
10843 - /var/lib/zypp/db/languages/* are empty files (##168355)
10844 - r3206
10845
10846 -------------------------------------------------------------------
10847 Mon Apr 24 17:45:07 CEST 2006 - dmacvicar@suse.de
10848
10849 - All resolvables must honor arch, so Arch_noarch in
10850   target/store/XMLFilesBackend.cc is wrong (#160792)
10851 - Introduced code to honour shared package descriptions
10852   (#159109)
10853 - r3204
10854
10855 -------------------------------------------------------------------
10856 Mon Apr 24 16:43:48 CEST 2006 - jsrain@suse.de
10857
10858 - replace '_' in YUM elements/attributes with '-' (#168762)
10859 - rev 3201
10860
10861 -------------------------------------------------------------------
10862 Mon Apr 24 16:15:02 CEST 2006 - mt@suse.de
10863
10864 - Fixed iseries workaround - interchanged variables for scsi
10865   devices, added debug messages about the steps (#163971).
10866 - Added getenv NULL ptr check and verify of the $HOME dir's
10867   and ~/.curlrc file's ownership (#163203).
10868 - rev 3199
10869
10870 -------------------------------------------------------------------
10871 Mon Apr 24 15:44:18 CEST 2006 - ma@suse.de
10872
10873 - Use filesystem::TmpDir to create unique and unused Source cache
10874   directories. (#168051)
10875
10876 -------------------------------------------------------------------
10877 Mon Apr 24 14:30:41 CEST 2006 - ma@suse.de
10878
10879 - Enable signature checks per default. (#168525)
10880
10881 -------------------------------------------------------------------
10882 Mon Apr 24 11:20:17 CEST 2006 - visnov@suse.cz
10883
10884 - fix callbacks for providing a single file (#160206)
10885
10886 -------------------------------------------------------------------
10887 Sun Apr 23 12:28:21 CEST 2006 - kkaempf@suse.de
10888
10889 - If an installed package looses a dependency, the solver tries
10890   to upgrade it. Limit the upgrade candidates to best arch, best
10891   edition.
10892 - filter 'other' entries with incompatible arch in yum parser.
10893 - rev 3177
10894
10895 -------------------------------------------------------------------
10896 Fri Apr 21 22:47:18 CEST 2006 - jsrain@suse.de
10897
10898 - initialize the product category according to source (#168061)
10899 - rev 3172
10900
10901 -------------------------------------------------------------------
10902 Fri Apr 21 18:32:00 CEST 2006 - mvidner@suse.cz
10903
10904 - delete only one older version of a xml-store resolvable
10905   (half-baked, but the previous attempt was charred)
10906
10907 -------------------------------------------------------------------
10908 Fri Apr 21 17:49:18 CEST 2006 - jsrain@suse.de
10909
10910 - moved license_to_confirm to primary.xml
10911 - rev 3170
10912
10913 -------------------------------------------------------------------
10914 Fri Apr 21 16:36:14 CEST 2006 - ma@suse.de
10915
10916 - Removed deprecated oldstyle commit methods.
10917
10918 -------------------------------------------------------------------
10919 Fri Apr 21 15:58:14 CEST 2006 - mvidner@suse.cz
10920
10921 - when installing a xml-store resolvable (all except package,
10922   message, script), delete older versions (#160792).
10923 - read selection edition from the XML store
10924 - rev 3167
10925
10926 -------------------------------------------------------------------
10927 Thu Apr 20 14:10:41 CEST 2006 - kkaempf@suse.de
10928
10929 - properly clear transaction flag after successful commit
10930   (see rev 3122, #164365, #167285)
10931 - rev 3157
10932
10933 -------------------------------------------------------------------
10934 Thu Apr 20 13:14:25 CEST 2006 - kkaempf@suse.de
10935
10936 - recursively soft-uninstall recommended package on real uninstall,
10937   not on update (#167603)
10938 - rev 3155
10939
10940 -------------------------------------------------------------------
10941 Thu Apr 20 13:01:28 CEST 2006 - dmacvicar@suse.de
10942
10943 - fix #167605 (importing keys to rpm multiple times due to
10944   wrong interpretation of rpm gpg versioning.
10945 - add support for reading the rpm keys, with full id and fingerprint
10946 - rev 3153
10947
10948 -------------------------------------------------------------------
10949 Wed Apr 19 16:47:34 CEST 2006 - kkaempf@suse.de
10950
10951 - don't add duplicate error infos to ResolverContext (#167309)
10952 - rev 3146
10953
10954 -------------------------------------------------------------------
10955 Wed Apr 19 14:10:10 CEST 2006 - kkaempf@suse.de
10956
10957 - fix Resolver::transactReset() (see rev 3122) (#167285)
10958 - rev 3140
10959
10960 -------------------------------------------------------------------
10961 Wed Apr 19 13:48:26 CEST 2006 - ma@suse.de
10962
10963 - Introduced $ZYPP_KEYRING_DEFAULT_ACCEPT_ALL. If this environment
10964   variable is present, all signature checking callbacks will default
10965   to 'accept', in case no recipient is present.
10966
10967 -------------------------------------------------------------------
10968 Wed Apr 19 11:37:47 CEST 2006 - dmacvicar@suse.de
10969
10970 - read content file on construction, and make
10971   provideProduct only insert the already
10972   read product object into the store (#165826)
10973   (dmacvicar)
10974 - When the signature is not found, warn the
10975   user about a unsigned source. When the
10976   key is not found, do nothing, it can be in the
10977   keyring already. (#166016) (dmacvicar)
10978 - enable key verification only if
10979   ZYPP_CHECKSIG env var is set (dmacvicar)
10980 - r1529
10981
10982 -------------------------------------------------------------------
10983 Tue Apr 18 20:41:48 CEST 2006 - kkaempf@suse.de
10984
10985 - fix bugfix 164365, fix bug 167285
10986   Actually clear the transcation state instead of locking it
10987   to 'dont transact'
10988 - rev 3122
10989
10990 -------------------------------------------------------------------
10991 Tue Apr 18 15:46:59 CEST 2006 - visnov@suse.cz
10992
10993 - revert the signature/digest checking callbacks
10994 - rev 3115
10995
10996 -------------------------------------------------------------------
10997 Tue Apr 18 15:14:35 CEST 2006 - kkaempf@suse.de
10998
10999 - Bugfix #165670
11000   - Honor keep requests.
11001   - Dont flag "locked uninstall" as error if a keep request was
11002     issued before.
11003 - rev 3114
11004
11005 -------------------------------------------------------------------
11006 Tue Apr 18 12:04:35 CEST 2006 - kkaempf@suse.de
11007
11008 - rule out locked items during distribution upgrade as early
11009   as possible. (#165670)
11010 - rev 3110
11011
11012 -------------------------------------------------------------------
11013 Mon Apr 17 16:04:35 CEST 2006 - kkaempf@suse.de
11014
11015 - Bugfix #166212
11016   - use APPL_LOW as 'ui initiated, by solver' in transactKind() and
11017     transactResObject().
11018   - resetTransaction(APPL_LOW) before resolving
11019   - enhance transactCaps by using the same algorithm as in
11020     QueueItemRequire
11021     (before: transact all requires and recommends by name
11022      now: transact best requires and recommends by provides)
11023 - rev 3107
11024
11025 -------------------------------------------------------------------
11026 Fri Apr 14 16:04:35 CEST 2006 - visnov@suse.cz
11027
11028 - new callbacks for failing digest
11029 - rev 3098
11030
11031 -------------------------------------------------------------------
11032 Thu Apr 13 17:01:41 CEST 2006 - visnov@suse.cz
11033
11034 - ask for file without a checksum (#165125)
11035
11036 -------------------------------------------------------------------
11037 Thu Apr 13 16:59:38 CEST 2006 - kkaempf@suse.de
11038
11039 - dont install satisfied resolvables (#165843)
11040 - rev 3095
11041
11042 -------------------------------------------------------------------
11043 Thu Apr 13 16:00:21 CEST 2006 - kkaempf@suse.de
11044
11045 - dont abort on failed "dry_run" (#164583)
11046 - rev 3091
11047
11048 -------------------------------------------------------------------
11049 Thu Apr 13 15:19:20 CEST 2006 - visnov@suse.cz
11050
11051 - Ask user if signature file does not exist (#163765)
11052 - handle repomd.xml.asc as optional file (#163765)
11053 - rev 3089
11054
11055 -------------------------------------------------------------------
11056 Thu Apr 13 13:52:08 CEST 2006 - schubi@suse.de
11057
11058 - Bug 164365 - build 906: Deselecting a selection, all packages are still selected
11059 - rev 3087
11060
11061 -------------------------------------------------------------------
11062 Thu Apr 13 11:57:58 CEST 2006 - kkaempf@suse.de
11063
11064 - Dont do transitive uninstalls on uninstalled or upgraded items.
11065   (#165798)
11066 - rev 3083
11067
11068 -------------------------------------------------------------------
11069 Wed Apr 12 17:57:21 CEST 2006 - ma@suse.de
11070
11071 - Added 'rpmNoSignature' to ZYppCommitPolicy (#163862)
11072
11073 -------------------------------------------------------------------
11074 Wed Apr 12 16:44:57 CEST 2006 - mvidner@suse.cz
11075
11076 - Product::updateUrls: restore it from the XML store;
11077   fixed content parsing (#163192).
11078 - restore product flags fro the XML store
11079 - rev 3074
11080
11081 -------------------------------------------------------------------
11082 Wed Apr 12 13:48:25 CEST 2006 - kkaempf@suse.de
11083
11084 - Only consider best arch/version (#165477)
11085 - rev 3069
11086
11087 -------------------------------------------------------------------
11088 Wed Apr 12 10:57:50 CEST 2006 - ma@suse.de
11089
11090 - No need to parse tags at all if there is no item to store values
11091   (e.g. data for unwanted arch). Fixed segv trying to store data in
11092   NULL item. (#165479)
11093 - rev3065
11094
11095 -------------------------------------------------------------------
11096 Tue Apr 11 19:48:51 CEST 2006 - mt@suse.de
11097
11098 - Improved Url path name "//" vs. "/%2f" handling; now if the
11099   url has an authority, "/%2f" is used for ftp only (#163784)
11100 - rev 3062
11101
11102 -------------------------------------------------------------------
11103 Tue Apr 11 16:41:02 CEST 2006 - jsrain@suse.de
11104
11105 - fixed storing patch scripts to target store (#159928)
11106 - rev 3058
11107
11108 -------------------------------------------------------------------
11109 Tue Apr 11 16:24:26 CEST 2006 - kkaempf@suse.de
11110
11111 - if a patch is bad, only skip this patch, not everything
11112   (#165200)
11113 - rev 3057
11114
11115 -------------------------------------------------------------------
11116 Tue Apr 11 15:42:32 CEST 2006 - ma@suse.de
11117
11118 - Susetags:Selections: Allow parsing older .sel file formats. (#159851)
11119 - Susetags:Pattern: Fixed parser.
11120
11121 -------------------------------------------------------------------
11122 Tue Apr 11 15:21:48 CEST 2006 - kkaempf@suse.de
11123
11124 - when uninstalling, only re-establish installed items
11125   supplementing the to-be-uninstalled one. (variant of #165111)
11126 - rev 3054
11127
11128 -------------------------------------------------------------------
11129 Tue Apr 11 14:17:00 CEST 2006 - ma@suse.de
11130
11131 - Susetags:Package: Parse and provide ins/delnotify texts.
11132
11133 -------------------------------------------------------------------
11134 Tue Apr 11 13:01:31 CEST 2006 - kkaempf@suse.de
11135
11136 - when checking freshens/supplements at install, only consider
11137   best architecture/edition (#164453)
11138 - rev 3051
11139
11140 -------------------------------------------------------------------
11141 Tue Apr 11 10:31:41 CEST 2006 - kkaempf@suse.de
11142
11143 - when checking for supplements, only consider best arch, best
11144   edition for installation (#165111)
11145 - rev 3047
11146
11147 -------------------------------------------------------------------
11148 Tue Apr 11 10:23:14 CEST 2006 - schubi@suse.de
11149
11150 - Bug 165117: build 910: Update: Splitted packages are selected for
11151   all archs
11152
11153 -------------------------------------------------------------------
11154 Tue Apr 11 09:30:14 CEST 2006 - visnov@suse.cz
11155
11156 - ask user if a file exists but does not have a checksum (#162797)
11157 - rev 3044
11158
11159 -------------------------------------------------------------------
11160 Mon Apr 10 22:39:34 CEST 2006 - jsrain@suse.de
11161
11162 - parse time and size elements from delta and patch RPM
11163 - rev 3043
11164
11165 -------------------------------------------------------------------
11166 Mon Apr 10 18:55:03 CEST 2006 - mt@suse.de
11167
11168 - Added detection of iSeries virtual CD (/dev/iseries/vcd[a-h])
11169   devices - on powerpc only (#163971)
11170 - rev 3042
11171
11172 -------------------------------------------------------------------
11173 Mon Apr 10 18:05:51 CEST 2006 - kkaempf@suse.de
11174
11175 - fix endless loop in patches parsing.
11176 - rev 3039
11177
11178 -------------------------------------------------------------------
11179 Mon Apr 10 17:00:05 CEST 2006 - jsrain@suse.de
11180
11181 - fixed media handling in SuSEtags source (#164879)
11182 - rev 3037
11183
11184 -------------------------------------------------------------------
11185 Mon Apr 10 16:30:54 CEST 2006 - kkaempf@suse.de
11186
11187 - honor 'dry_run' on package remove (#164732)
11188 - rev 3036
11189
11190 -------------------------------------------------------------------
11191 Mon Apr 10 13:12:49 CEST 2006 - kkaempf@suse.de
11192
11193 - add files from yum filelist as provides to package (#164731)
11194 - rev 3032
11195
11196 -------------------------------------------------------------------
11197 Mon Apr 10 11:10:37 CEST 2006 - kkaempf@suse.de
11198
11199 - honor "+Enh:/-Enh:" in packages file (#156513)
11200
11201 -------------------------------------------------------------------
11202 Mon Apr 10 10:56:24 CEST 2006 - visnov@suse.cz
11203
11204 - fix callback receiver signature to match the callback for removing
11205   package
11206
11207 -------------------------------------------------------------------
11208 Mon Apr 10 10:32:22 CEST 2006 - mvidner@suse.cz
11209
11210 - Added Product::updateUrls, from content/UPDATEURLS (#163192).
11211 - rev 3024
11212
11213 -------------------------------------------------------------------
11214 Sat Apr  8 12:03:37 CEST 2006 - schubi@suse.de
11215
11216 - Bug 164440; Taking wrong architecture while updating obsoletes
11217   splitted packages
11218 - rev 3022
11219
11220 -------------------------------------------------------------------
11221 Sat Apr  8 10:07:06 CEST 2006 - kkaempf@suse.de
11222
11223 - allow relative paths with url file:
11224 - dont filter atoms from going into pool, multi-arch patch
11225   requirements need them. Instead, treat atoms with incompatible
11226   architecture as unneeded.
11227 - rev 3018
11228
11229 -------------------------------------------------------------------
11230 Fri Apr  7 23:57:37 CEST 2006 - jsrain@suse.de
11231
11232 - product now provides short name
11233 - rev 3013
11234
11235 -------------------------------------------------------------------
11236 Fri Apr  7 20:42:09 CEST 2006 - jsrain@suse.de
11237
11238 - read metadata for packages from correct tags in patches (#163220)
11239 - rev 3011
11240
11241 -------------------------------------------------------------------
11242 Fri Apr  7 19:57:41 CEST 2006 - kkaempf@suse.de
11243
11244 - more detailed resolver error reports (#162994)
11245 - rev 3010
11246
11247 -------------------------------------------------------------------
11248 Fri Apr  7 17:35:07 CEST 2006 - visnov@suse.cz
11249
11250 - report package download progress (#160966)
11251 - rev 3007
11252
11253 -------------------------------------------------------------------
11254 Fri Apr  7 16:27:35 CEST 2006 - kkaempf@suse.de
11255
11256 - transact also for languages (#163819)
11257 - rev 3004
11258
11259 -------------------------------------------------------------------
11260 Fri Apr  7 15:08:06 CEST 2006 - kkaempf@suse.de
11261
11262 - loop through all affected ResObjects in transactResKind (#163819)
11263 - rev 3002
11264
11265 -------------------------------------------------------------------
11266 Fri Apr  7 12:42:35 CEST 2006 - kkaempf@suse.de
11267
11268 - allow re-installation of non-packages (#162906)
11269 - rev 2998
11270
11271 -------------------------------------------------------------------
11272 Fri Apr  7 11:50:22 CEST 2006 - mt@suse.de
11273
11274 - Added loop checking for scsi cdroms (/sys/block/srX) in case
11275   HAL does not provide any drives like on iSeries (#163971).
11276 - rev 2995
11277
11278 -------------------------------------------------------------------
11279 Fri Apr  7 11:05:30 CEST 2006 - kkaempf@suse.de
11280
11281 - add 'licenceToConfirm()' to Product. (#164375)
11282
11283 -------------------------------------------------------------------
11284 Fri Apr  7 10:36:05 CEST 2006 - ma@suse.de
11285
11286 - Avoid excessive CD hopping on commit. But still far from
11287   being perfect. (#159679)
11288 - Fixed Target::commit: Despite dry_run set True, packages
11289   were depeted.
11290
11291 -------------------------------------------------------------------
11292 Fri Apr  7 08:32:32 CEST 2006 - visnov@suse.cz
11293
11294 - honour if user decides to skip a package in commit (#156031)
11295
11296 -------------------------------------------------------------------
11297 Thu Apr  6 18:14:30 CEST 2006 - jsrain@suse.de
11298
11299 - fixed parsing external reference to script in patch (#163221)
11300 - r2981
11301
11302 -------------------------------------------------------------------
11303 Thu Apr  6 17:07:10 CEST 2006 - dmacvicar@suse.de
11304
11305 - cache and provide content.asc/key optionally. Dont show a
11306   popup if they dont exists. (dmacvicar)
11307 - Actually abort when verify signature workflow is false. (dmacvicar)
11308 - r2978
11309
11310 -------------------------------------------------------------------
11311 Thu Apr  6 16:37:49 CEST 2006 - jsrain@suse.de
11312
11313 - fixed setting autorefresh flag for installation sources
11314
11315 -------------------------------------------------------------------
11316 Thu Apr  6 15:53:02 CEST 2006 - kkaempf@suse.de
11317
11318 - drop patches with incompatible architecture.
11319 - rev 2972
11320
11321 -------------------------------------------------------------------
11322 Thu Apr  6 15:33:11 CEST 2006 - mt@suse.de
11323
11324 - Added info method to media verifier base and more debug info
11325 - rev 2970
11326
11327 -------------------------------------------------------------------
11328 Wed Apr  5 19:27:46 CEST 2006 - kkaempf@suse.de
11329
11330 - Dont deny the "/" attach point in MediaDIR, since this is used
11331   for all "file:" urls, esp. local packages.
11332 - rev 2962
11333
11334 -------------------------------------------------------------------
11335 Wed Apr  5 18:21:58 CEST 2006 - schubi@suse.de
11336
11337 - Bug 159673 - only one conflict solvable per page
11338
11339 -------------------------------------------------------------------
11340 Wed Apr  5 18:01:37 CEST 2006 - kkaempf@suse.de
11341
11342 - parse all dependencies of 'packages' file (#163773)
11343 - rev 2957
11344
11345 -------------------------------------------------------------------
11346 Wed Apr  5 17:47:04 CEST 2006 - dmacvicar@suse.de
11347
11348 - Use the original media descr_dir on refresh for
11349   suse tags source (#163196)
11350 - r2952
11351
11352 -------------------------------------------------------------------
11353 Wed Apr  5 16:44:08 CEST 2006 - kkaempf@suse.de
11354
11355 - add Source::setUrl() for zmd backend helper.
11356 - rev 2946
11357
11358 -------------------------------------------------------------------
11359 Wed Apr  5 16:44:01 CEST 2006 - dmacvicar@suse.de
11360
11361 - implement rpm keyring / zypp tmp keyring two-way syncronization at rpm
11362 target init. (dmacvicar)
11363 - r2949
11364
11365 -------------------------------------------------------------------
11366 Wed Apr  5 16:28:42 CEST 2006 - mt@suse.de
11367
11368 - Fixed MediaDISK to use a mount -oro,bind id the disk
11369   partition is already attached e.g. by the automounter.
11370   Try to mount it a second time may fail (#163486).
11371 - rev 2944
11372
11373 -------------------------------------------------------------------
11374 Wed Apr  5 15:04:31 CEST 2006 - kkaempf@suse.de
11375
11376 - honor optional 3rd parameter to "=Loc:" key of packages (#154337)
11377 - rev 2940
11378
11379 -------------------------------------------------------------------
11380 Wed Apr  5 12:48:19 CEST 2006 - visnov@suse.cz
11381
11382 - only try to create a source of a given type when restoring
11383   from the persistent store (#162111)
11384
11385 -------------------------------------------------------------------
11386 Wed Apr  5 11:36:54 CEST 2006 - kkaempf@suse.de
11387
11388 - parse all dependencies for patterns (.pat) files (#160602)
11389 - drop YOUPATH and YOUURL from content file.
11390 - rev 2924
11391
11392 -------------------------------------------------------------------
11393 Wed Apr  5 09:27:08 CEST 2006 - visnov@suse.cz
11394
11395 - properly initialize autorefresh for non-remote sources (#154990)
11396 - rev 2919
11397
11398 -------------------------------------------------------------------
11399 Tue Apr  4 19:19:39 CEST 2006 - mt@suse.de
11400
11401 - Added flag to MediaManager::isUseableAttachPoint, whether
11402   to check against system mount entries or not.
11403 - Disallow to use the attachpoints of another media handlers
11404   as source path in MediaDIR.
11405 - rev 2917
11406
11407 -------------------------------------------------------------------
11408 Tue Apr  4 18:47:01 CEST 2006 - dmacvicar@suse.de
11409
11410 -implement callbacks for when package verification (checksum)
11411  fails, offer to retry or abort
11412
11413 -------------------------------------------------------------------
11414 Tue Apr  4 16:57:51 CEST 2006 - dmacvicar@suse.de
11415
11416 - Fix construction of checksum objects when using non-standard
11417   checksum algorithms
11418 - Fix broken YUM cache
11419 - r2913
11420
11421 -------------------------------------------------------------------
11422 Tue Apr  4 16:54:44 CEST 2006 - kkaempf@suse.de
11423
11424 - Keep packages with no version upgrade installed during
11425   distribution upgrade (#162972)
11426 - add 'transactReset()' helper function for UI.
11427 - rev 2908
11428
11429 -------------------------------------------------------------------
11430 Tue Apr  4 14:47:14 CEST 2006 - dmacvicar@suse.de
11431
11432 - r2906
11433
11434 -------------------------------------------------------------------
11435 Tue Apr  4 14:43:15 CEST 2006 - ma@suse.de
11436
11437 - Fixed candidate handling in ui::Selectable. (#156589)
11438
11439 -------------------------------------------------------------------
11440 Tue Apr  4 14:06:23 CEST 2006 - dmacvicar@suse.de
11441
11442 - fix #162984 , gpg hangs because the matching data file
11443   for the key cannot be find. (dmacvicar)
11444 - Fix restore of YUM source using the same cache dir semantics as
11445  susetags instead of assuming there is a cache if a cache_dir
11446   was given. (dmacvicar)
11447
11448 -------------------------------------------------------------------
11449 Tue Apr  4 12:37:51 CEST 2006 - kkaempf@suse.de
11450
11451 - use DISTPRODUCT/DISTVERSION from content file to generate the
11452   product name, version, and release.
11453 - rev 2902
11454
11455 -------------------------------------------------------------------
11456 Mon Apr  3 20:45:55 CEST 2006 - mt@suse.de
11457
11458 - Removed broken forcing of absolute ftp paths added in rev2705 to
11459   MediaCurl, refined cleanupPathName/setPathName in url (#154197).
11460 - rev 2900
11461
11462 -------------------------------------------------------------------
11463 Mon Apr  3 19:30:35 CEST 2006 - kkaempf@suse.de
11464
11465 - add Resolver::freshenPool() (#156980)
11466 - rev 2893
11467
11468 -------------------------------------------------------------------
11469 Mon Apr  3 08:33:12 CEST 2006 - kkaempf@suse.de
11470
11471 - skip incompatible archs in filelist parsing.
11472 - restrict pathes to 'interesting' ones (/bin/, /sbin/, /lib/,
11473   /lib64/, ...)
11474 - rev 2886
11475
11476 -------------------------------------------------------------------
11477 Sun Apr  2 22:18:06 CEST 2006 - kkaempf@suse.de
11478
11479 - skip incompatible archs in primary parsing.
11480 - rev 2883
11481
11482 -------------------------------------------------------------------
11483 Sun Apr  2 11:17:56 CEST 2006 - kkaempf@suse.de
11484
11485 - allow setting of source when parsing local .rpm (#147765)
11486 - rev 2880
11487
11488 -------------------------------------------------------------------
11489 Fri Mar 31 18:53:55 CEST 2006 - schubi@suse.de
11490
11491 - Do not update packages over other architectures
11492
11493 -------------------------------------------------------------------
11494 Fri Mar 31 18:28:59 CEST 2006 - sh@suse.de
11495
11496 - Added zypp/ui/UserWantedPackages to support the UI's
11497   "automatic changes" dialog (bug #152700)
11498
11499 -------------------------------------------------------------------
11500 Fri Mar 31 18:02:05 CEST 2006 - jsrain@suse.de
11501
11502 - use KeyRing class to validate repomd.xml (#160909)
11503
11504 -------------------------------------------------------------------
11505 Fri Mar 31 17:33:21 CEST 2006 - dmacvicar@suse.de
11506
11507 - Product resolvables should be readable by normal users.
11508   (#162474) (dmacvicar)
11509 - implemented keyring and metadata signature verification
11510   in susetags source
11511 - dont delete the lock if we did not acquire it
11512 - r2847
11513
11514 -------------------------------------------------------------------
11515 Fri Mar 31 16:34:51 CEST 2006 - mt@suse.de
11516
11517 - Added disabling of the automounter while MediaManager
11518   init and restoring of the old state on exit (#154326).
11519 - Implemented check if media (CD) is automounted or not
11520 - rev 2840
11521
11522 -------------------------------------------------------------------
11523 Fri Mar 31 13:27:09 CEST 2006 - mt@suse.de
11524
11525 - Implemented several hal get/set/removeDeviceProperty wrappers
11526 - Improved HalException to allow to fetch HAL/DBUS error componets
11527 - rev 2830
11528
11529 -------------------------------------------------------------------
11530 Fri Mar 31 12:44:25 CEST 2006 - kkaempf@suse.de
11531
11532 - honor subscription status of catalogs (#162350)
11533 - rev 2827
11534
11535 -------------------------------------------------------------------
11536 Fri Mar 31 11:29:05 CEST 2006 - mt@suse.de
11537
11538 - Enabled CD eject error reporting exceptions (#154326)
11539 - rev 2822
11540
11541 -------------------------------------------------------------------
11542 Fri Mar 31 06:40:51 CEST 2006 - kkaempf@suse.de
11543
11544 - support "dry run" (#159467)
11545 - implement "transactResKind" (#161400)
11546 - rev 2817
11547
11548 -------------------------------------------------------------------
11549 Thu Mar 30 17:22:49 CEST 2006 - jsrain@suse.de
11550
11551 - add checksum for external patches (#159928)
11552
11553 -------------------------------------------------------------------
11554 Thu Mar 30 16:48:01 CEST 2006 - kkaempf@suse.de
11555
11556 - calculate product architecture (#158198)
11557
11558 -------------------------------------------------------------------
11559 Wed Mar 29 23:28:13 CEST 2006 - jsrain@suse.de
11560
11561 - fixed checking checksum of YUM metadata, added sha1 vs. sha256
11562   detection
11563
11564 -------------------------------------------------------------------
11565 Wed Mar 29 23:12:30 CEST 2006 - ma@suse.de
11566
11567 - Auto protect installed packages from unknown vendor. (#157446)
11568
11569 -------------------------------------------------------------------
11570 Wed Mar 29 09:13:51 CEST 2006 - visnov@suse.de
11571
11572 - added support for external scripts to metadata (#159928) (jsrain)
11573 - fixed handling of Language resolvables (ma)
11574 - fix leak in rpmdb (dmacvicar)
11575 - added softlock for autoyast (#159466) (ma)
11576 - Fixed exceptions in doGetFileCopy() to show full url
11577   including the file instead of just the media base url. (mt)
11578 - Provide Language::summary (ma)
11579 - check patterns and selections file exist
11580   before veryfing them (#161300) (dmacvicar)
11581 - added YUM metadata checksum computation (jsrain)
11582 - added interface to patch of a message (jsrain)
11583 - r2734
11584
11585 -------------------------------------------------------------------
11586 Mon Mar 27 23:57:16 CEST 2006 - jsrain@suse.de
11587
11588 - added support for external scripts to metadata (#159928)
11589 - r2709
11590
11591 -------------------------------------------------------------------
11592 Sat Mar 25 22:08:26 CET 2006 - jsrain@suse.de
11593
11594 - report separate exception when trying to start source cache again to
11595   suppress incorrect error message in XEN installation
11596 - r2682
11597
11598 -------------------------------------------------------------------
11599 Fri Mar 24 18:16:22 CET 2006 - schubi@suse.de
11600
11601 - Implement inter process locking in zypp.
11602 - Added No medium found output
11603 - splitting modaliases in supplements TOO
11604 - parse also the available signing keys
11605
11606 -------------------------------------------------------------------
11607 Fri Mar 24 10:44:10 CET 2006 - visnov@suse.cz
11608
11609 - release all media when removing source (#159754) (visnov)
11610 - more testsuites (schubi)
11611 - updated translations (schubi)
11612 - added MediaNotEjectedException (mt)
11613 - rev 2652
11614
11615 -------------------------------------------------------------------
11616 Thu Mar 23 14:10:54 CET 2006 - dmacvicar@suse.de
11617
11618 - fix patches descriptions (dmacvicar)
11619 - fix source serialization (dmacvicar)
11620 - metadata for kernel test (schubi)
11621 - Arch tests updated (ma)
11622 - classify NULL Ptr as unique (ma)
11623 - Added host check, because file Url allows it now. (mt)
11624 - prepare modalias fix (#159766) (ma)
11625 - Provide iterator based access to SourceManager data. (ma)
11626 - Fixed "file:" Url scheme config to allow relative paths; (mt)
11627   RFC1738 says, it may contain a hostname as well...
11628 - revision 2633
11629
11630 -------------------------------------------------------------------
11631 Wed Mar 22 19:58:37 CET 2006 - visnov@suse.cz
11632
11633 - pkg-config support (mvidner)
11634 - close all medias when destructing MediaSet (jsrain)
11635 - rev 2622
11636
11637 -------------------------------------------------------------------
11638 Wed Mar 22 15:48:05 CET 2006 - dmacvicar@suse.de
11639
11640 - Bug 159976 - build 804: Adding AddOn CD via ftp gives error (dmacvicar)
11641 - Message callback implemented to show patch messages (visnov)
11642 - Bug 159696 (schubi)
11643 - provide transform_iterators to iterate over a maps keys or values (ma)
11644 - added 'bool Arch::empty() const' test for an empty Arch string (ma)
11645 - added script and message installation (jsrain)
11646 - chooses the 'right' kernel now (kkaempf)
11647 - Use noarch if no arch is specified in patches (dmacvicar)
11648 - rev 2611
11649
11650 -------------------------------------------------------------------
11651 Tue Mar 21 19:06:56 CET 2006 - mvidner@suse.cz
11652
11653 - Added some debug output including the access id (mt)
11654 - Bug #154326: Enabled FORCE_RELEASE_FOREIGN flag causing
11655   release with eject=true on attached media, to umount
11656   other mounts as well. (mt)
11657 - 159483 - solver does not blame missing dependency (schubi)
11658 - Added a variant of MediaHandler::forceRelaseAllMedia (ma)
11659 - Fixed MediaCD::forceEject() to handle DELAYED_VERIFY
11660   and use forceRelaseAllMedia if FORCE_RELEASE_FOREIGN=1 (ma)
11661 - fixed ZYPP_RETHROW (#156430) (ma)
11662 - patch for #156114 (visnov)
11663 - fixed container.erase loops (ma)
11664 - Fixed to reset desired (cached) flag before the action (mt)
11665 - Removed return in forceRelaseAllMedia (void function) (mt)
11666 - Parse nonexisting architecture to noarch so patches dont get
11667   filtered by the pool (dmacvicar)
11668 - 159512 - yast2-qt does not show label of to be installed products
11669   anymore (dmacvicar)
11670 - 159765 - Hidden patterns still visible (dmacvicar)
11671 - Use noarch if no arch is specified. (dmacvicar)
11672 - r2594
11673
11674 -------------------------------------------------------------------
11675 Tue Mar 21 09:04:06 CET 2006 - visnov@suse.de
11676
11677 - properly report error for media change callback
11678 - rev 2579
11679
11680 -------------------------------------------------------------------
11681 Mon Mar 20 23:02:07 CET 2006 - ma@suse.de
11682
11683 - fixed memory leak in XMLNodeIterator (#157474)
11684 - disabled storing filelist (YUMFileListParser) and changelog (YUMOtherParser)
11685 - Renamed private MediaManager::forceMediaRelease
11686   function to forceReleaseShared (more exact name)
11687 - Implemented forceRelaseAllMedia() that can be
11688   used to release also foreign (user) mounts.
11689 - Added use of forceRelaseAllMedia for CD/DVDs
11690   if FORCE_RELEASE_FOREIGN is 1 (default 0)
11691 - little cleanup of the checkAttached function
11692 - r2578
11693
11694 -------------------------------------------------------------------
11695 Mon Mar 20 17:04:28 CET 2006 - mvidner@suse.cz
11696
11697 - don't try to attach without exception handling (#158620)
11698 - fix descriptions, as a new tag Des for selections exists now.
11699 - fix #157683: failure after adding add-on product to install
11700   sources
11701 - added more files for translation
11702 - resolve-dependencies.cc: establish pool
11703 - parse-metadata.cc: catch bad URL
11704 - set zmdid for atoms
11705 - r2574
11706
11707 -------------------------------------------------------------------
11708 Sun Mar 19 19:24:44 CET 2006 - kkaempf@suse.de
11709
11710 - fix testsuite.
11711 - provide edition and architecture for all kinds of yum
11712   resolvables.
11713 - fix ResStatus output.
11714 - establish atoms correctly.
11715 - treat requires to unneeded resolvables as fulfilled.
11716 - rev 2559
11717
11718 -------------------------------------------------------------------
11719 Sun Mar 19 00:05:17 CET 2006 - kkaempf@suse.de
11720
11721 - fix the build
11722 - only consider best architecture/version (#157594)
11723 - prefer providers which supplement/enhance installed or
11724   to-be-installed packages (fixes the tpctl-kmp issue)
11725 - rev 2546
11726
11727 -------------------------------------------------------------------
11728 Sat Mar 18 02:22:22 CET 2006 - kkaempf@suse.de
11729
11730 - provide more filters for pkg-bindings (#158602)
11731 - add SystemResObject to provide system (modalias, hal, ...)
11732   capabilities.
11733 - handle this during resolving.
11734 - make the modalias and hal capability match the SystemResObject
11735   by default, thereyby triggering a modalias (resp. hal)
11736   evaluation.
11737 - xmlstore: decouple target store from YUM schema.
11738 - clean up moving of hal() and modalias() from provides to
11739   supplements in ResolvableImpl.
11740 - add PatchContents() for UI.
11741 - handle Edition::noedition as empty string.
11742 - r2537
11743
11744 -------------------------------------------------------------------
11745 Tue Mar 14 23:32:44 CET 2006 - jsrain@suse.de
11746
11747 - releasing all medias when asking for CD (#156981)
11748 - r2471
11749
11750 -------------------------------------------------------------------
11751 Tue Mar 14 19:38:43 CET 2006 - mvidner@suse.cz
11752
11753 - ResStatus::resetTransact must return a value.
11754 - Fixed random build failures in LanguageCode.cc.
11755   (Rewrote the CodeMaps constructor so that gcc does not
11756   optimize a 500-statement basic block.)
11757 - Fix constructions of patch objects. Actually insert atoms in atoms
11758   list. Insert atoms for package even if the package does not exists
11759   in the source. Fixes #157628 (dmacvicar).
11760 - Fixed license reading from susetags, #151834 (dmacvicar).
11761 - r2468
11762
11763 -------------------------------------------------------------------
11764 Tue Mar 14 16:59:42 CET 2006 - mvidner@suse.cz
11765
11766 - added ResStatus::resetTransact (ma)
11767 - bugfix for #156439 (schubi)
11768 - Added Source_Ref::setAlias (#154913).
11769 - Do not assume there is a product file when scanning for products
11770   (visnov)
11771 - function to disable all sources in the persistent store (visnov)
11772 - dependency errors go to stdout, not stderr; output resolver info
11773   directly to stderr (kkaempf)
11774 - rev 2464
11775
11776 -------------------------------------------------------------------
11777 Tue Mar 14 01:34:38 CET 2006 - kkaempf@suse.de
11778
11779 - fix merging of resolver info (needed for #157684).
11780 - errors are also important in ResolverInfo.
11781 - improve debug output in ResolverContext.
11782 - rev 2455
11783
11784 -------------------------------------------------------------------
11785 Mon Mar 13 22:54:01 CET 2006 - jsrain@suse.de
11786
11787 - delete RPMs downloaded via HTTP/FTP after installnig them
11788   (#157011)
11789 - fixed product registration (reverted autorefresh patch) (#157566)
11790
11791 -------------------------------------------------------------------
11792 Mon Mar 13 11:53:52 CET 2006 - kkaempf@suse.de
11793
11794 - if root!="/", always prefer the upgrade candidate (#155472)
11795 - implement license confirmed api for UI.
11796 - prefer architecture over version in distribution upgrade
11797   (#157501)
11798 - clean up media handling.
11799 - rev 2448
11800
11801 -------------------------------------------------------------------
11802 Sun Mar 12 22:31:09 CET 2006 - kkaempf@suse.de
11803
11804 - init Modalias properly.
11805 - fix warnings in testcases.
11806 - rev 2432
11807
11808 -------------------------------------------------------------------
11809 Sat Mar 11 21:25:18 CET 2006 - kkaempf@suse.de
11810
11811 - drop libjpeg-devel and sqlite-devel from build requires.
11812
11813 -------------------------------------------------------------------
11814 Sat Mar 11 08:16:53 CET 2006 - kkaempf@suse.de
11815
11816 - implement 'modalias()' capability (#157406)
11817 - make dependencies consistent, its 'freshens'.
11818 - cope with user umounts of devices.
11819 - add debug to SourceManager.
11820 - rev 2418
11821
11822 -------------------------------------------------------------------
11823 Fri Mar 10 16:20:41 CET 2006 - kkaempf@suse.de
11824
11825 - allow version downgrade during distribution upgrade if the
11826   newer package is coming from a trusted vendor (#155472)
11827 - implement locale fallback
11828 - 'freshen' -> 'freshens' in schema definitions to make it
11829   consistent with all other dependency definitions.
11830 - better error reporting for .pat and .sel files.
11831 - rule out packages from dependency resolutions which are
11832   de-selected by user (#155368)
11833 - use locale fallbacks in package translations.
11834 - refresh source when re-enabling it.
11835 - rev 2406
11836
11837 -------------------------------------------------------------------
11838 Tue Mar  7 21:18:19 CET 2006 - kkaempf@suse.de
11839
11840 - split of libzypp-zmd-backend subpackage as a stand-alone
11841   leaf package.
11842 - encapsulate bool test for Source_Ref better.
11843 - fixed stack overflow (ma).
11844 - make testsuite build again.
11845 - rev 2346
11846
11847 -------------------------------------------------------------------
11848 Tue Mar  7 16:17:07 CET 2006 - kkaempf@suse.de
11849
11850 - fixed URL rewriting for CD2 and following (#154762)
11851 - fixed ResPoolProxy diffState (for proper ok/cancel support
11852   in UI)
11853 - added special exception class for aborting installation
11854   (#154936)
11855 - only auto-change directories if they end in CDn or DVDn.
11856 - rev 2320.
11857
11858 -------------------------------------------------------------------
11859 Tue Mar  7 15:37:51 CET 2006 - kkaempf@suse.de
11860
11861 - silently ignore multiple installs of the same package.
11862 - fix disk usage for installs and uninstalls.
11863 - rev 2308
11864
11865 -------------------------------------------------------------------
11866 Mon Mar  6 22:22:57 CET 2006 - kkaempf@suse.de
11867
11868 - zmd-backend: filter out incompatible architectures from
11869   repository.
11870 - rev 2298
11871
11872 -------------------------------------------------------------------
11873 Mon Mar  6 21:35:24 CET 2006 - kkaempf@suse.de
11874
11875 - sync libzypp media data with mtab.
11876 - improve resolver error and solution reports.
11877 - fix source cache reading (#155459).
11878 - default cached sources to enabled (#155459).
11879 - let each source provide public keys.
11880 - rev 2297
11881
11882 -------------------------------------------------------------------
11883 Sun Mar  5 15:48:29 CET 2006 - kkaempf@suse.de
11884
11885 - only write by-sovler transactions back (#154976)
11886 - rev 2278
11887
11888 -------------------------------------------------------------------
11889 Sat Mar  4 12:36:40 CET 2006 - kkaempf@suse.de
11890
11891 - release last used source at end of commit (#155002)
11892 - rev 2277
11893
11894 -------------------------------------------------------------------
11895 Fri Mar  3 23:14:50 CET 2006 - kkaempf@suse.de
11896
11897 - cope with NULL values in zmd catalogs table (#153584)
11898 - set YAST_IS_RUNNING in transact zmd helper (#154820)
11899 - run SuSEconfig after transact zmd helper (#154820)
11900 - add softTransact to honor user vs. soft requirements (#154650)
11901 - honor all build keys provided by a package source.
11902 - add source metadata refresh.
11903 - add progress callbacks to zmd helpers.
11904 - rev 2276
11905
11906 -------------------------------------------------------------------
11907 Thu Mar  2 21:59:07 CET 2006 - kkaempf@suse.de
11908
11909 - include .diffs into main source.
11910 - catch exception when ejecting media which was unmounted externally
11911   (#154697).
11912 - init source in zmd-backend correctly (#154667)
11913 - implement disk usage info for YaST.
11914 - clean up XML schema files.
11915 - catch CPUs identifying as 'i686' but being 'i586'.
11916 - allow definition of preferred attach (mount) point for media.
11917 - make resolver results more readable.
11918 - use language fallbacks if none of multiple language providers
11919   matches.
11920 - get rid of ignoring wrong arch in resolver, having the wrong
11921   architecture is prevented by other means.
11922 - prepare for translations in exceptions.
11923 - fix 'abort does not abort'
11924 - implement 'flag' I/O in target cache backend.
11925 - skip incompatibles architectures in packages.<lang>
11926 - rev 2228
11927
11928 -------------------------------------------------------------------
11929 Thu Mar  2 13:44:34 CET 2006 - kkaempf@suse.de
11930
11931 - dont even provide src/nosrc from the source.
11932 - rev 2169 + diffs
11933
11934 -------------------------------------------------------------------
11935 Wed Mar  1 17:23:23 CET 2006 - kkaempf@suse.de
11936
11937 - Initialize commit result (#154409)
11938 - release media if its wrong (#154326)
11939 - dont copy src/nosrc packages to the pool (#154627)
11940 - reduce XML logging.
11941 - rev 2169 + diffs
11942
11943 -------------------------------------------------------------------
11944 Tue Feb 28 16:10:14 CET 2006 - kkaempf@suse.de
11945
11946 - fix path of .po files (#154074).
11947 - parse the correct package.<lang> file (kinda #154074).
11948 - complain about bad "=Sel:" or "=Pat:" lines (#153065).
11949 - reattach all released medias.
11950 - raise exception instead of abort() on XML errors (#154104).
11951 - update translations.
11952 - PathInfo: implemented a copy_dir_content (variant of copy_dir)
11953   and is_empty_dir utility function
11954 - rev 2169
11955
11956 -------------------------------------------------------------------
11957 Tue Feb 28 14:51:46 CET 2006 - kkaempf@suse.de
11958
11959 - check freshens and supplements for packages (#154074).
11960 - only complain about incomplete installed resolvables,
11961   if they are uninstalled, schedule them for installation.
11962   (#154074)
11963 - add testcases for locale() provides.
11964 - add lang_country -> lang fallback.
11965 - have locale(parent:...) deps match any provides of 'parent'
11966   also when uninstalling a package.
11967 - rev 2148
11968
11969 -------------------------------------------------------------------
11970 Tue Feb 28 10:35:15 CET 2006 - kkaempf@suse.de
11971
11972 - change the locale(...) separator to ";" (#153791)
11973 - complete "find-files" of zmd-backend.
11974 - rev 2140
11975
11976 -------------------------------------------------------------------
11977 Tue Feb 28 10:28:06 CET 2006 - visnov@suse.de
11978
11979 - avoid attaching media when initializing source
11980 - rev 2139
11981
11982 -------------------------------------------------------------------
11983 Mon Feb 27 21:26:00 CET 2006 - kkaempf@suse.de
11984
11985 - warn about misspelled 'locale(...)' provides
11986 - add testcases
11987 - rev 2134
11988
11989 -------------------------------------------------------------------
11990 Mon Feb 27 20:19:40 CET 2006 - kkaempf@suse.de
11991
11992 - fix the build
11993 - rev 2129
11994
11995 -------------------------------------------------------------------
11996 Mon Feb 27 18:15:16 CET 2006 - kkaempf@suse.de
11997
11998 - provide available locales to application (#153583)
11999 - honor 'requestedLocales' (language dependant packages)
12000 - honor release requests for all holders of a device.
12001 - silently re-attach after a forced release.
12002 - solver improvements.
12003 - handle source caches.
12004 - proper logging in zmd backend helpers.
12005 - rev 2127
12006
12007 -------------------------------------------------------------------
12008 Mon Feb 27 13:44:39 CET 2006 - kkaempf@suse.de
12009
12010 - upgrade always to best version and arch (#153577)
12011 - reset 'transact' state for obsoleted packages (#153578)
12012 - translation updates
12013 - rev 2113
12014
12015 -------------------------------------------------------------------
12016 Mon Feb 27 10:42:33 CET 2006 - kkaempf@suse.de
12017
12018 - add support for 'local' .rpm packages to zmd-backend.
12019 - rev 2101
12020
12021 -------------------------------------------------------------------
12022 Sun Feb 26 20:24:10 CET 2006 - kkaempf@suse.de
12023
12024 - fix build of zmd/backend.
12025 - actually fill 'files' table in package-files.
12026 - rev 2094
12027
12028 -------------------------------------------------------------------
12029 Sun Feb 26 17:43:06 CET 2006 - kkaempf@suse.de
12030
12031 - improve testcases.
12032 - add 'setPossibleLocales()' to ZYpp, this defines the set
12033   of possible locales to choose from (#153583)
12034 - provide LanguageImpl and create 'Language' resolvables for
12035   each 'possible' locale.
12036 - fix YUM parsing of patches, insert 'atoms' to link patches
12037   with packages.
12038 - replace gzstream/ with own, existing implementation.
12039 - honor locks in solver (#150231)
12040 - sync pool with target after commit() properly (#150565, #153066)
12041 - new zmd helper 'package-files'
12042 - rev 2093
12043
12044 -------------------------------------------------------------------
12045 Thu Feb 23 21:45:06 CET 2006 - kkaempf@suse.de
12046
12047 - prevent multiple initializations of the target (#153124)
12048 - implement 'loopback mounted ISO images'
12049 - retain old package sources on upgrade.
12050 - support compressed .xml files in 'repodata' type repositories.
12051 - rev 2025
12052
12053 -------------------------------------------------------------------
12054 Thu Feb 23 15:16:58 CET 2006 - kkaempf@suse.de
12055
12056 - parse locale(...) provides and construct correct dependencies.
12057
12058 -------------------------------------------------------------------
12059 Thu Feb 23 14:16:44 CET 2006 - kkaempf@suse.de
12060
12061 - always upgrade to candidate (#152760).
12062 - fix typo in package sorting.
12063 - prepare handling of locale provides.
12064 - rev 1995
12065
12066 -------------------------------------------------------------------
12067 Thu Feb 23 10:53:51 CET 2006 - kkaempf@suse.de
12068
12069 - sort src/nosrc package to right list during commit.
12070 - revert installtime/buildtime in susetags parser (#152760)
12071 - rev 1990
12072
12073 -------------------------------------------------------------------
12074 Thu Feb 23 10:22:08 CET 2006 - kkaempf@suse.de
12075
12076 - reset state after successful commit (#153030)
12077 - run "rpm -e" always with "--nodeps" (#153026)
12078 - provide separate resolvable kind for src packages.
12079 - extend status field for LOCK and LICENSE.
12080 - add sameState()/diffState() for UI.
12081 - provide 'best' candidate for UI.
12082 - set 60 sec timeout for curl access.
12083 - don't cross-compare solver results, takes too much time.
12084 - provide sizes of installed packages.
12085 - extend REQUIRES semantics in content file.
12086 - add "parse-metadata" helper to zmd-backend.
12087 - rev 1987
12088
12089 -------------------------------------------------------------------
12090 Wed Feb 22 14:51:46 CET 2006 - kkaempf@suse.de
12091
12092 - provide complete disk usage data (#152761)
12093 - include upgrade flag when copying solver solution
12094   back to pool (#152717)
12095 - rev 1959
12096
12097 -------------------------------------------------------------------
12098 Wed Feb 22 13:16:48 CET 2006 - kkaempf@suse.de
12099
12100 - don't insert incompatible architectures to the pool (#151933)
12101 - don't accept incompatible architectures from a repository
12102   (#151933)
12103 - separate rpm log (#151431).
12104 - allow extended product requires.
12105 - rev 1954
12106
12107 -------------------------------------------------------------------
12108 Tue Feb 21 22:02:59 CET 2006 - kkaempf@suse.de
12109
12110 - provide the XML schema files in the main package. (#152593)
12111
12112 -------------------------------------------------------------------
12113 Tue Feb 21 20:05:34 CET 2006 - kkaempf@suse.de
12114
12115 - provide arch compat handling.
12116 - implement data upload to zmd.
12117 - fix source metadata caching on target.
12118 - add 'supplements' dependencies to 'yum' parser.
12119 - provide user agent identification to curl calls.
12120 - move resolver branches (multiple alternatives) back in queue
12121   (resolve known things first, then the unknown ones).
12122 - clean up 'packages' parser.
12123 - rev 1947
12124
12125 -------------------------------------------------------------------
12126 Tue Feb 21 09:18:53 CET 2006 - kkaempf@suse.de
12127
12128 - improve media mount/umount interface
12129 - prepare class ArchCompat for proper architecture ordering
12130   and compatibility handling.
12131 - add returns to dummy functions in DbAccess.
12132 - rev 1913
12133
12134 -------------------------------------------------------------------
12135 Mon Feb 20 21:08:22 CET 2006 - kkaempf@suse.de
12136
12137 - don't explictly delete to-be-upgraded packages.
12138 - finish query-system, resolve-dependencies, and transact for
12139   libzypp-zmd-backend.
12140 - provide Pattern::category.
12141 - move system architecture to toplevel.
12142 - make target store pathname settable.
12143 - speed up rpmdb reading by properly filtering unwanted file
12144   provides.
12145 - rev 1905
12146
12147 -------------------------------------------------------------------
12148 Sun Feb 19 20:35:03 CET 2006 - kkaempf@suse.de
12149
12150 - new translations.
12151 - proofread texts.
12152 - when comparing solutions, prefer higher versions.
12153 - provide generic 'SafeBool' for bool conversions.
12154 - add PtrTypes testsuites.
12155 - rev 1876
12156
12157 -------------------------------------------------------------------
12158 Fri Feb 17 21:43:51 CET 2006 - kkaempf@suse.de
12159
12160 - integrate all diffs
12161 - move Target::commit to toplevel API
12162 - generalize dependency iterators and hash dependency
12163   information in pool (for speedup)
12164 - add 'supplements' as dependency
12165 - make more pattern attributes available
12166 - drop "smbfs" in favour of "cifs" (#151476)
12167 - add metadata cache to sources (Beta4 bug)
12168 - run "rpm -e"  with name-version-release
12169 - fix update conflicts
12170 - rev 1864
12171
12172 -------------------------------------------------------------------
12173 Thu Feb 16 20:02:19 CET 2006 - kkaempf@suse.de
12174
12175 - fix-mediachange.diff: dont skip CD but retry after media change
12176 - cd-eject-button.diff: fix CD url so YaST recognizes it and shows
12177   'eject' button
12178 - release-forced-eject-no-ptrfix.diff: fix refcounting in ptrs
12179   so media handle gets actually released and media unmounted.
12180
12181 -------------------------------------------------------------------
12182 Thu Feb 16 14:40:31 CET 2006 - kkaempf@suse.de
12183
12184 - implement arch scoring
12185 - prefer better arch (#151427)
12186 - transitive depedencies of weak requirements are non-weak
12187   (#151446)
12188 - rev 1778 + diff
12189
12190 -------------------------------------------------------------------
12191 Wed Feb 15 18:19:12 CET 2006 - kkaempf@suse.de
12192
12193 - ignore self and to-be-updated conflicts (#150844)
12194 - fix enable of target store (for non-packages)
12195 - rev 1778
12196
12197 -------------------------------------------------------------------
12198 Wed Feb 15 13:11:28 CET 2006 - kkaempf@suse.de
12199
12200 - fix "cd:" url (#151121)
12201 - provide location() in public Package api
12202 - allow running distribution upgrade in testmode
12203 - extend HAL interface
12204 - rev 1762
12205
12206 -------------------------------------------------------------------
12207 Wed Feb 15 10:10:48 CET 2006 - kkaempf@suse.de
12208
12209 - pass normal and locale packages from selections correctly.
12210 - its "baseconf" for base selections.
12211 - Make 'ZYpp' an obvious singleton.
12212 - provide releasenotesUrl.
12213 - dont continue upgrade without target.
12214 - implement 'fake' hal for testing.
12215 - fix package sizes.
12216 - more solver testcases.
12217 - rev 1754
12218
12219 -------------------------------------------------------------------
12220 Tue Feb 14 20:52:02 CET 2006 - kkaempf@suse.de
12221
12222 - extend requires of libzypp-devel
12223 - provide package sizes for UI
12224 - provide more UI helpers
12225 - implement Product and related functions
12226 - fix split provides in distribution upgrade
12227 - provide locale information to system
12228 - ask HAL for available devices
12229 - reduce debug information in solver
12230 - filter architectures in source, not in solver
12231 - rev 1743
12232
12233 -------------------------------------------------------------------
12234 Tue Feb 14 07:27:39 CET 2006 - visnov@suse.de
12235
12236 - disable another testsuite for now
12237 - fetch the default locale from environment
12238 - support user-defined formatting of log
12239 - rev 1710
12240
12241 -------------------------------------------------------------------
12242 Mon Feb 13 20:41:36 CET 2006 - visnov@suse.de
12243
12244 - providing basic product information from susetags source
12245 - public API for preferred language
12246 - implemented redirect of logging (#149001)
12247 - report start/finish of source data parsing (#150211)
12248 - store/restore source aliases properly (#150256)
12249 - disable a lot of debug logging to speed up solver
12250 - properly rewrite URL for CDn directory layouts (#149870)
12251 - rev 1706
12252
12253 -------------------------------------------------------------------
12254 Sun Feb 12 16:59:48 CET 2006 - kkaempf@suse.de
12255
12256 - add save/restore state to facilitate UI 'cancel'
12257 - enable target/store
12258 - add 'forceResolve' call and flag to resolver to switch between
12259   task-oriented ZMD and interactive YaST behaviour.
12260 - Fix resolver problem solution texts.
12261 - improve solver problem solution offerings.
12262 - fix media access handling to better support multiple
12263   requestors to single media.
12264 - move the media number checking to the source (media requestor)
12265   which knows how to verify the correct media.
12266 - Fix CD ordering (#149871), adding testcases.
12267 - Move 'PoolItemList' and 'PoolItemSet' typedefs inside classes.
12268 - Add selections to testcases.
12269 - rev 1673
12270
12271 -------------------------------------------------------------------
12272 Sat Feb 11 10:17:15 CET 2006 - kukuk@suse.de
12273
12274 - Fix missing return in Source.cc:124
12275
12276 -------------------------------------------------------------------
12277 Fri Feb 10 18:41:29 CET 2006 - kkaempf@suse.de
12278
12279 - cope with empty arch field in selections
12280 - enable dummy "enableStorage" function
12281 - rev 1610-branch
12282
12283 -------------------------------------------------------------------
12284 Fri Feb 10 15:36:43 CET 2006 - kkaempf@suse.de
12285
12286 - fix random data return in Source.cc
12287 - rev 1610
12288
12289 -------------------------------------------------------------------
12290 Fri Feb 10 15:00:45 CET 2006 - kkaempf@suse.de
12291
12292 - adapt zmd-backend to SourceImpl API change
12293 - rev 1608
12294
12295 -------------------------------------------------------------------
12296 Fri Feb 10 13:54:43 CET 2006 - kkaempf@suse.de
12297
12298 - fix the packages parser bug. Now all packages are parsed
12299   including (english) translations.
12300   source/susetags is back to svn head.
12301 - rev 1600
12302
12303 -------------------------------------------------------------------
12304 Fri Feb 10 10:30:12 CET 2006 - kkaempf@suse.de
12305
12306 - fix off-by-one bug in bitfield handling
12307 - revert source/susetags to rev 1411
12308 - rev 1586
12309
12310 -------------------------------------------------------------------
12311 Thu Feb  9 22:21:43 CET 2006 - kkaempf@suse.de
12312
12313 - dont prereq-sort non-packages
12314 - rev 1584
12315
12316 -------------------------------------------------------------------
12317 Thu Feb  9 21:29:00 CET 2006 - kkaempf@suse.de
12318
12319 - rev 1582
12320
12321 -------------------------------------------------------------------
12322 Thu Feb  9 11:10:54 CET 2006 - kkaempf@suse.de
12323
12324 - update to rev 1543
12325
12326 -------------------------------------------------------------------
12327 Thu Feb  9 00:49:23 CET 2006 - ro@suse.de
12328
12329 - require hal-devel in libzypp-devel
12330 - re-merge fixes (RPM_OPT_FLAGS)
12331
12332 -------------------------------------------------------------------
12333 Wed Feb  8 23:53:58 CET 2006 - kkaempf@suse.de
12334
12335 - make solver behaviour a bit more interactive
12336 - rev 1537
12337
12338 -------------------------------------------------------------------
12339 Wed Feb  8 18:45:21 CET 2006 - schwab@suse.de
12340
12341 - Fix syntax error in configure script.
12342 - Use RPM_OPT_FLAGS.
12343
12344 -------------------------------------------------------------------
12345 Wed Feb  8 17:03:37 CET 2006 - kkaempf@suse.de
12346
12347 - update for qt ui integration
12348 - rev 1504
12349
12350 -------------------------------------------------------------------
12351 Tue Feb  7 23:18:09 CET 2006 - kkaempf@suse.de
12352
12353 - split off libzypp-zmd-backend
12354 - rev 1466
12355
12356 -------------------------------------------------------------------
12357 Tue Feb  7 23:10:59 CET 2006 - kkaempf@suse.de
12358
12359 - another update to svn
12360
12361 -------------------------------------------------------------------
12362 Mon Feb  6 20:42:22 CET 2006 - kkaempf@suse.de
12363
12364 - finish rpm callbacks
12365 - finish UI API
12366 - fix state change resolver<->pool
12367 - zmd backend stuff
12368 - speed up tag file parsing
12369 - rev 1405
12370
12371 -------------------------------------------------------------------
12372 Mon Feb  6 16:53:03 CET 2006 - schubi@suse.de
12373
12374 - disabling failing tests of s390 and ppc
12375
12376 -------------------------------------------------------------------
12377 Mon Feb  6 11:14:16 CET 2006 - schubi@suse.de
12378
12379 - Snapshoot rev 1367
12380
12381 -------------------------------------------------------------------
12382 Mon Feb  6 01:42:48 CET 2006 - kkaempf@suse.de
12383
12384 - use hashes for pool
12385 - rev 1343
12386
12387 -------------------------------------------------------------------
12388 Fri Feb  3 14:21:47 CET 2006 - schubi@suse.de
12389
12390 - removed Obsoletes:    yast2-packagemanager
12391
12392 -------------------------------------------------------------------
12393 Fri Feb  3 11:36:19 CET 2006 - schubi@suse.de
12394
12395 - Snapshoot 3 Feb 2005 (11:30)
12396
12397 -------------------------------------------------------------------
12398 Thu Feb  2 14:27:02 CET 2006 - schubi@suse.de
12399
12400 - Snapshoot 2 Feb 2005 (14:00)
12401
12402 -------------------------------------------------------------------
12403 Thu Feb  2 12:23:03 CET 2006 - schubi@suse.de
12404
12405 - Snapshoot 2 Feb 2005 ( integrating YaST )
12406
12407 -------------------------------------------------------------------
12408 Wed Jan 25 21:37:50 CET 2006 - mls@suse.de
12409
12410 - converted neededforbuild to BuildRequires
12411
12412 -------------------------------------------------------------------
12413 Sat Jan 14 08:51:55 CET 2006 - kkaempf@suse.de
12414
12415 - Initial version
12416