Imported Upstream version 17.25.4
[platform/upstream/libzypp.git] / package / libzypp.changes
1 -------------------------------------------------------------------
2 Thu Dec  3 17:06:35 CET 2020 - ma@suse.de
3
4 - Prevent librpmDb iterator from accidentally creating an empty
5   rpmdb in / (repoened bsc#1178910)
6 - Fix update of gpg keys with elongated expire date (bsc#179222)
7 - needreboot: remove udev from the list (bsc#1179083)
8 - Prefer /run over /var/run.
9 - version 17.25.4 (22)
10
11 -------------------------------------------------------------------
12 Fri Nov 27 10:17:50 CET 2020 - ma@suse.de
13
14 - RepoManager: Carefully tidy up the caches. Remove non-directory
15   entries. (bsc#1178966)
16 - RpmDb: If no database exists use the _dbpath configured in rpm.
17   Still makes sure a compat symlink at /var/lib/rpm exists in case
18   the configures _dbpath is elsewhere. (bsc#1178910)
19 - Url: Hide known password entries when writing the query part
20   (bsc#1050625 bsc#1177583, CVE-2017-9271)
21 - adapt testcase to change introduced by libsolv#402.
22 - RepoManager: Force refresh if repo url has changed (bsc#1174016)
23 - RepoInfo: ignore legacy type= in a .repo file and let RepoManager
24   probe (bsc#1177427, Fixes openSUSE/zypper#357).
25 - version 17.25.3 (22)
26
27 -------------------------------------------------------------------
28 Wed Oct  7 12:05:33 CEST 2020 - ma@suse.de
29
30 - Bump version to force rebuild against a fixed libsolv.
31   (bsc#1177238, bsc#1177275)
32 - version 17.25.2 (22)
33
34 -------------------------------------------------------------------
35 Fri Sep 25 13:39:38 CEST 2020 - ma@suse.de
36
37 - Fix bsc#1176902: When kernel-rt has been installed, the
38   purge-kernels service fails during boot.
39 - Use package name provides as group key in purge-kernel
40   (bsc#1176740 bsc#1176192)
41   kernel-default-base has new packaging, where the kernel uname -r
42   does not reflect the full package version anymore. This patch
43   adds additional logic to use the most generic/shortest edition
44   each package provides with %{packagename}=<version> to group the
45   kernel packages instead of the rpm versions.
46   This also changes how the keep-spec for specific versions is
47   applied, instead of matching the package versions, each of the
48   package name provides will be matched.
49 - version 17.25.1 (22)
50
51 -------------------------------------------------------------------
52 Fri Sep 18 16:45:49 CEST 2020 - ma@suse.de
53
54 - RepoInfo: Return the type of the local metadata cache as
55   fallback (bsc#1176435)
56 - VendorAttr: Fix broken "suse,opensuse" equivalence handling.
57   Enhance API and testcases. (bsc#1174918)
58 - Update docs regarding 'opensuse' namepace matching.
59 - New solver testcase format.
60 - Link against libzsd to close libsolvs open references
61   (as we link statically)
62 - BuildRequires:  libsolv-devel >= 0.7.15.
63 - version 17.25.0 (22)
64
65 -------------------------------------------------------------------
66 Fri Aug 28 17:09:59 CEST 2020 - ma@suse.de
67
68 - VendorAttr: Const-correct API and let Target provide its
69   settings (bsc#1174918)
70 - Support buildnr with commit hash in purge-kernels (bsc#1175342)
71   This adds special behaviour for when a kernel version has the
72   rebuild counter before the kernel commit hash.
73 - Improve Italian traslation of the "breaking dependencies"
74   message (bsc#1173529)
75 - Make sure reading from lsof does not block forever (bsc#1174240)
76 - Just collect details for the signatures found (fixes #229)
77 - version 17.24.2 (22)
78
79 -------------------------------------------------------------------
80 Thu Jul 16 18:04:18 CEST 2020 - ma@suse.de
81
82 - Fix bsc#1174011 auth=basic ignored in some cases (bsc#1174011)
83   Proactively send credentials if the URL specifes '?auth=basic'
84   and a username.
85 - ZYPP_MEDIA_CURL_DEBUG: Strip credentials in header log (bsc#1174011)
86 - version 17.24.1 (22)
87
88 -------------------------------------------------------------------
89 Tue Jul 14 13:19:56 CEST 2020 - ma@suse.de
90
91 - Completey rework the purge-kernels algorithm (fix bsc#1173106)
92   The new code is closer to the original perl script, grouping the
93   packages by name before applying the keep spec.
94 - Set ZYPP_RPM_DEBUG=1 to capture verbose rpm command output
95   (implements #228)
96 - version 17.24.0 (22)
97
98 -------------------------------------------------------------------
99 Fri Jun 26 14:13:10 CEST 2020 - ma@suse.de
100
101 - Fix core dump with corrupted history file (bsc#1170801)
102 - version 17.23.8 (22)
103
104 -------------------------------------------------------------------
105 Tue Jun 23 17:44:21 CEST 2020 - ma@suse.de
106
107 - Enable zchunk metadata download if libsolv supports it.
108 - version 17.23.7 (22)
109
110 -------------------------------------------------------------------
111 Thu Jun  4 11:45:03 CEST 2020 - ma@suse.de
112
113 - Revert "Enable zchunk on SLE-15-SP2".
114 - version 17.23.6 (22)
115
116 -------------------------------------------------------------------
117 Wed May 27 18:50:32 CEST 2020 - ma@suse.de
118
119 - Enable zchunk on SLE-15-SP2.
120 - Older kernel-devel packages are not properly purged (bsc#1171224)
121 - doc: enhance service plugin example.
122 - version 17.23.5 (22)
123
124 -------------------------------------------------------------------
125 Thu Apr  9 12:52:10 CEST 2020 - ma@suse.de
126
127 - Get retracted patch status from updateinfo data (jsc#SLE-8770)
128   libsolv injects the indicator provides into packages only.
129 - remove 'using namespace std;' (bsc#1166610, fixes #218)
130 - Online doc: add 'Hardware (modalias) dependencies' page
131   (fixes #216)
132 - version 17.23.4 (22)
133
134 -------------------------------------------------------------------
135 Wed Mar 25 15:26:14 CET 2020 - ma@suse.de
136
137 - Add HistoryLogReader actionFilter to parse only specific
138   HistoryActionIDs.
139 - version 17.23.3 (22)
140
141 -------------------------------------------------------------------
142 Fri Mar 20 12:28:18 CET 2020 - ma@suse.de
143
144 - RepoVariables: Add safe guard in case the caller does not own a
145   zypp instance.
146 - Enable c++17. Define libyzpp CXX_STANDARD in ZyppCommon.cmake.
147 - version 17.23.2 (22)
148
149 -------------------------------------------------------------------
150 Mon Mar  2 19:53:51 CET 2020 - ma@suse.de
151
152 - Fix package status computation regarding unneeded, orphaned, recommended
153   and suggested packages (broken in 17.23.0) (bsc#1165476)
154 - version 17.23.1 (22)
155
156 -------------------------------------------------------------------
157 Fri Feb 21 16:06:57 CET 2020 - ma@suse.de
158
159 - Log patch status changes to history (jsc#SLE-5116)
160 - Allow to disable all WebServer dependent tests when building. OBS
161   wants to be able to get rid of the nginx/FastCGI-devel build
162   requirement. Use 'rpmbuild --without mediabackend_tests' or
163   'cmake -DDISABLE_MEDIABACKEND_TESTS=1'.
164 - version 17.23.0 (22)
165
166 -------------------------------------------------------------------
167 Fri Feb  7 14:56:40 CET 2020 - ma@suse.de
168
169 - update translations
170 - Replace mongoose/webrick with nginx in test suite.
171   This patch makes use of nginx to replace the current WebServer
172   mongoose implementation. Also adds support for registering
173   callback functions for certain URL requests via FCGI, making it
174   possible to mock HTTP responses and test more complex HTTP setups.
175 - boost: Fix deprecated auto_unit_test.hpp includes.
176 - Disable zchunk on Leap-15.0 and SLE15-* while there is no libzck.
177 - Fix decision whether to download ZCHUNK files.
178   libzypp and libsolv must both be able to read the format.
179 - version 17.22.1 (22)
180
181 -------------------------------------------------------------------
182 Thu Jan 23 16:30:19 CET 2020 - ma@suse.de
183
184 - yum::Downloader: Prefer zchunk compressed metadata if libvsolv
185   supports it.
186 - BuildRequires:  libsolv-devel >= 0.7.11.
187 - version 17.22.0 (22)
188
189 -------------------------------------------------------------------
190 Mon Jan 20 12:53:12 CET 2020 - ma@suse.de
191
192 - Selectable: Fix highestAvailableVersionObj if only retracted
193   packages are available. Avoid using retracted items as candidate
194   (jsc#SLE-8770)
195 - version 17.21.0 (20)
196
197 -------------------------------------------------------------------
198 Thu Dec 19 13:28:00 CET 2019 - ma@suse.de
199
200 - BuildRequires:  libsolv-devel >= 0.7.10.
201 - RpmDb: Become rpmdb backend independent (jsc#SLE-7272)
202 - RpmDb: Close API offering a custom rpmdb path
203   It's actually not needed and for this to work also libsolv needs
204   to support it. You can sill use a librpmDb::db_const_iterator to
205   access a database at a custom location (ro).
206 - Remove legacy rpmV3database conversion code.
207 - version 17.20.0 (20)
208
209 -------------------------------------------------------------------
210 Wed Dec 11 09:51:10 CET 2019 - ma@suse.de
211
212 - MediaCurl: assert cookie file has mode 0600 (bsc#1158763, CVE-2019-18900)
213 - version 17.19.0 (12)
214
215 -------------------------------------------------------------------
216 Mon Dec  9 10:22:56 CET 2019 - ma@suse.de
217
218 - dup: fix removing orphaned packages dropped by to-be-installed
219   products (bsc#1155819)
220 - version 17.18.1 (12)
221
222 -------------------------------------------------------------------
223 Thu Dec  5 14:23:52 CET 2019 - ma@suse.de
224
225 - Resolver: add solution actions for SOLVER_SOLUTION_BLACK
226   (retracted/PTF)
227 - Solvable: add isRetracted and isPtf attributes.
228 - version 17.18.0 (12)
229
230 -------------------------------------------------------------------
231 Thu Nov 28 18:20:04 CET 2019 - ma@suse.de
232
233 - Introduce PurgeKernels class (bsc#1155198)
234   Adds libzypp API to mark all obsolete kernels according to the
235   existing purge-kernel script rules.
236 - Add solver jobs for retracted packages and ptfs.
237   Support for ptf packages and retract ed patches.
238 - Do not enforce 'en' being in RequestedLocales (bsc#1155678)
239   If the user decides to have a system without explicit language
240   support he may do so.
241 - Pass correct posttrans script argument (fixes #190)
242 - BuildRequires:  libsolv-devel >= 0.7.8.
243 - version 17.17.0 (12)
244
245 -------------------------------------------------------------------
246 Tue Oct 29 14:54:51 CET 2019 - ma@suse.de
247
248 - Expose new libsolv API via C++ counterparts
249   (openSUSE/zypper#214)
250 - BuildRequires:  libsolv-devel >= 0.7.7
251 - version 17.16.0 (12)
252
253 -------------------------------------------------------------------
254 Fri Oct 18 17:20:08 CEST 2019 - ma@suse.de
255
256 - Fix empty metalink downloads if filesize is unknown (bsc#1153557)
257 - Recognize riscv64 as architecture
258 - Fix installation of new header file (fixes #185)
259 - zypp.conf: Introduce `solver.focus` to define the resolvers general
260   attitude when resolving jobs. (bsc#1146415)
261 - New container detection algorithm for zypper ps (bsc#1146947)
262 - version 17.15.0 (12)
263
264 -------------------------------------------------------------------
265 Thu Sep 26 14:08:51 CEST 2019 - ma@suse.de
266
267 - Revert "Use CURL_HTTP_VERSION_2TLS if available" (bsc#1146027)
268 - doc: add service example using variables
269 - Fix build with rpm >= 4.15 (fixes #172)
270 - version 17.14.1 (12)
271
272 -------------------------------------------------------------------
273 Mon Aug  5 13:03:55 CEST 2019 - ma@suse.de
274
275 - PublicKey::algoName: supply key algorithm and length
276 - version 17.14.0 (12)
277
278 -------------------------------------------------------------------
279 Thu Jul 25 17:25:10 CEST 2019 - ma@suse.de
280
281 - MediaCurl: Fix leaking filedescriptors (bsc#1116995)
282 - commit: Run file conflict check on dry-run (best with download-only)
283   (bsc#1140039)
284 - commit: do not remove orphan products if the .prod file is owned by
285   a package (bsc#1139795)
286 - version 17.13.0 (12)
287
288 -------------------------------------------------------------------
289 Tue May 28 16:50:14 CEST 2019 - ma@suse.de
290
291 - Drop unused InterProcessMutex class and test
292 - Drop unused WebpinResult class and test
293 - Give posttrans script a parameter of 0 (issue #168)
294 - Use CURL_HTTP_VERSION_2TLS if available (fixes #141)
295 - version 17.12.0 (12)
296
297 -------------------------------------------------------------------
298 Thu Apr  4 13:24:40 CEST 2019 - ma@suse.de
299
300 - Enhance scanning /sys for modaliases (bsc#1130161)
301 - version 17.11.4 (9)
302
303 -------------------------------------------------------------------
304 Tue Apr  2 18:15:12 CEST 2019 - ma@suse.de
305
306 - Prevent SEGV if the application sets an empty TextLocale (bsc#1127026)
307
308 -------------------------------------------------------------------
309 Mon Apr  1 08:49:45 UTC 2019 - Christophe Giboudeaux <christophe@krop.fr>
310
311 - Fix build with CMake >= 3.14.0:
312   Starting with CMake 3.14, EXCLUDE_FROM_ALL now spreads from
313   directories to targets. 'make -C someSubdir' when 'someSubdir'
314   uses the 'EXCLUDE_FROM_ALL' keyword does nothing. (gh/libzypp#libzypp#165)
315
316 -------------------------------------------------------------------
317 Thu Mar 21 12:35:39 CET 2019 - ma@suse.de
318
319 - KeyManager: Work around bsc#1127220 [libgpgme] no error upon
320   incomplete import due to signal received.
321 - MediaCurl: add hint to check SCC for an expired regcode on
322   http error 403 (bsc#965786)
323 - version 17.11.3 (9)
324
325 -------------------------------------------------------------------
326 Mon Feb 25 12:07:19 CET 2019 - ma@suse.de
327
328 - Correctly handle exceptions when verifying the medium (bsc#1065022)
329 - Only write type field when probing (bsc#1114908)
330 - Don't blame user on TargetAbortedException (bsc#978193)
331 - version 17.11.2 (9)
332
333 -------------------------------------------------------------------
334 Thu Jan 31 17:41:21 CET 2019 - ma@suse.de
335
336 - CheckAccessDeleted: Suppress reporting `/memfd:` pseudo files
337   (bsc#1123843)
338 - MediaCurl: improve reporting https->http redirection errors
339 - Prevent SEGV if the application sets an empty TextLocale
340 - Url: don't force printing an empty authority if the schema does not
341   allow authority at all
342 - Try to the missing rpmDB compat symlink in case the rpm package got
343   deleted (bsc#1122471)
344 - version 17.11.1 (9)
345
346 -------------------------------------------------------------------
347 Fri Jan 11 10:24:33 CET 2019 - ma@suse.de
348
349 - PoolItemBest: Optionally prefer not locked packages (for bsc#1113296)
350 - ui::Selectable: add `hasLocks` to indicate a partially locked
351   item (for bsc#1113296)
352 - version 17.11.0 (9)
353
354 -------------------------------------------------------------------
355 Tue Dec 18 14:01:19 CET 2018 - ma@suse.de
356
357 - Simplify complex locks so zypper can display them (bsc#1112911)
358 - version 17.10.3 (9)
359
360 -------------------------------------------------------------------
361 Mon Dec 10 16:57:34 CET 2018 - ma@suse.de
362
363 - commit: set `SYSTEMD_OFFLINE=1` during chrooted commits (bsc#1118758)
364 - no-recommends: Nevertheless consider resolver namespaces (hardware,
365   language,..supporting packages) (FATE#325513)
366 - BuildRequires:  libsolv-devel >= 0.7.2
367   (SOLVER_FLAG_ONLY_NAMESPACE_RECOMMENDED)
368 - Remove world-readable bit from /var/log/zypp (bsc#1099019)
369 - version 17.10.2 (9)
370
371 -------------------------------------------------------------------
372 Wed Nov 28 14:40:26 CET 2018 - ma@suse.de
373
374 - Adapt to changes in upcoming Boost 1.69.0
375 - Do not fail service-refresh on a empty repoindex.xml (bnc#1116840)
376 - version 17.10.1 (9)
377
378 -------------------------------------------------------------------
379 Mon Nov 26 12:14:49 CET 2018 - ma@suse.de
380
381 - str: recognize 'always' and 'never' as valid boolean strings
382 - Fix needreboot code to use SolvableSpec parser (fate#326451)
383 - SolvableSpec: Define a set of Solvables by ident and provides
384 - version 17.10.0 (9)
385
386 -------------------------------------------------------------------
387 Wed Nov 14 11:48:35 CET 2018 - ma@suse.de
388
389 - Provide needreboot config files in /etc/zypp (fate#326451, fixes #140)
390 - Need to fix soname due to libsolv ABI changes (bsc#1115341)
391 - version 17.9.0 (9)
392
393 -------------------------------------------------------------------
394 Mon Oct 29 12:20:40 CET 2018 - ma@suse.de
395
396 - Adapt to changed type names in libsolv-0.7
397 - Package needreboot file (fate#326451)
398 - Fix definitions of gettext macros (fixes #135)
399 - version 17.8.1 (2)
400
401 -------------------------------------------------------------------
402 Fri Oct 12 14:01:19 CEST 2018 - ma@suse.de
403
404 - Add infrastructure to flag specific packages to trigger a
405   reboot needed hint (fate#326451)
406 - Adapt to libsolv: Drop support for REPOKEY_TYPE_U32
407 - Resolver: add setInr to request solving namespaces
408 - ResolverNamespace: add No/AllResolverNamespaces constants
409 - version 17.8.0 (2)
410
411 -------------------------------------------------------------------
412 Mon Oct  1 14:04:15 CEST 2018 - ma@suse.de
413
414 - Fix blocking wait for finished child process (bsc#1109877)
415 - version 17.7.2 (2)
416
417 -------------------------------------------------------------------
418 Fri Sep 28 14:38:01 CEST 2018 - ma@suse.de
419
420 - Fix conversion of string and glob to regex when compiling queries
421   (bsc#1099982, bsc#939392, bsc#556664)
422 - version 17.7.1 (2)
423
424 -------------------------------------------------------------------
425 Fri Sep  7 12:07:39 CEST 2018 - ma@suse.de
426
427 - Drop type application due to poor metadata support (bsc#1100095,
428   bsc#1104415)
429 - version 17.7.0 (2)
430
431 -------------------------------------------------------------------
432 Thu Sep  6 12:16:25 CEST 2018 - ma@suse.de
433
434 - Automatically fetch repository signing key from gpgkey url
435   (bsc#1088037)
436 - lsof: use '-K i' if lsof supports it (bsc#1099847,bsc#1036304)
437 - version 17.6.4 (2)
438
439 -------------------------------------------------------------------
440 Thu Aug 30 16:44:56 CEST 2018 - ma@suse.de
441
442 - Check for not imported keys after multi key import from rpmdb
443   (bsc#1096217)
444 - version 17.6.3 (2)
445
446 -------------------------------------------------------------------
447 Tue Aug 21 18:46:35 CEST 2018 - ma@suse.de
448
449 - fixup! Add filesize check for downloads with known size (bsc#408814)
450   Fix detetction of metalink downloads and prevent aborting if
451   a metalink file is larger than the expected data file.
452 - version 17.6.2 (2)
453
454 -------------------------------------------------------------------
455 Fri Aug 17 14:52:14 CEST 2018 - ma@suse.de
456
457 - Adapt to changes in libgpgme11-11.1.0 breaking the signature
458   verification (bsc#1100427)
459 - Use %license (bsc#1082318)
460 - BuildRequires:  libsolv-devel >= 0.6.35 (for bsc#1100095)
461 - changes: add CVE numbers
462 - version 17.6.1 (2)
463
464 -------------------------------------------------------------------
465 Fri Aug  3 11:11:25 CEST 2018 - ma@suse.de
466
467 - RepoInfo::provideKey: add report telling where we look for missing
468   keys.
469 - Support listing gpgkey URLs in repo files (bsc#1088037)
470 - Add new report to request user approval for importing a package key
471 - Handle http error 502 Bad Gateway in curl backend (bsc #1070851)
472   (fixes openSUSE/zypper#177)
473 - Add filesize check for downloads with known size (bsc#408814)
474 - Removed superfluous space in translation (bsc#1102019)
475 - version 17.6.0 (2)
476
477 -------------------------------------------------------------------
478 Thu Jul 19 12:57:21 CEST 2018 - ma@suse.de
479
480 - Prevent the system from sleeping during a commit
481   (fixes openSUSE/zypper#135)
482 - RepoManager: Explicitly request repo2solv to generate application
483   pseudo packages.
484 - version 17.5.2 (2)
485
486 -------------------------------------------------------------------
487 Wed Jul 18 10:55:49 CEST 2018 - ma@suse.de
488
489 - libzypp-devel should not require cmake (bsc#1101349)
490 - Avoid zombies from ExternalProgram
491 - Update ApiConfig
492 - fix typo
493 - version 17.5.1 (2)
494
495 -------------------------------------------------------------------
496 Mon Jul  9 14:43:15 CEST 2018 - ma@suse.de
497
498 - HardLocksFile: Prevent against empty commit without Target having
499   been been loaded (bsc#1096803)
500 - lsof: use '-K i' if lsof supports it (bsc#1099847)
501 - PackageProvider: Validate deta rpms before caching (bsc#1091624,
502   bsc#1088705, CVE-2018-7685)
503 - PackageProvider: Validate downloaded rpm package signatures
504   before caching (bsc#1091624, bsc#1088705, CVE-2018-7685)
505 - version 17.5.0 (2)
506
507 -------------------------------------------------------------------
508 Mon Jun 25 10:48:55 CEST 2018 - ma@suse.de
509
510 - Flags: make it std=c++14 ready
511 - Replace 'redhat-release' with generic 'system-release' (#120)
512 - Ignore /var, /tmp and /proc in zypper ps (bsc#1096617)
513 - Show GPGME version in log
514 - version 17.4.0 (2)
515
516 -------------------------------------------------------------------
517 Thu Apr 26 18:07:11 CEST 2018 - ma@suse.de
518
519 - Avoid zombie tar processes (bsc#1076192)
520 - Replace the terminology 'uninstallable' with 'not installable'
521   (bsc#1029392)
522 - version 17.3.1 (2)
523
524 -------------------------------------------------------------------
525 Mon Apr  9 13:11:50 CEST 2018 - ma@suse.de
526
527 - Show progressbar when running posttrans scripts
528 - Execute service plugin script chrooted to the RepoManagers root
529   (bsc#1080693)
530 - Make sure the product file comes from /etc/products.d for the
531   fallback product search (bsc#1086602)
532 - Introduce ZConfig::repoManagerRoot to support having diverging
533   target and repomanager root paths
534 - Rename `stderr` as it can be a macro (fixes #102)
535 - version 17.3.0 (2)
536
537 -------------------------------------------------------------------
538 Tue Mar 13 18:03:42 CET 2018 - ma@suse.de
539
540 - Protect code against broken translations (bsc#1082711)
541 - Fix broken translated format strings
542 - Deprecate the use of asciidoc for new releases
543 - version 17.2.2 (2)
544
545 -------------------------------------------------------------------
546 Wed Mar  7 11:22:02 CET 2018 - ma@suse.de
547
548 - PoolQuery::addDependency add overload to define an individual
549   Match::Mode (bsc#1043166)
550 - version 17.2.1 (2)
551
552 -------------------------------------------------------------------
553 Thu Mar  1 17:46:39 CET 2018 - bzeller@suse.de
554
555 - Add /var/lib/gdm to CheckAccessDeleted blacklist (bsc#1079991)
556 - Use gpgme instead of calling gpg2 binary directly
557 - Fix leak in Digest.cc (bsc#1075978)
558 - version 17.2.0 (2)
559
560 -------------------------------------------------------------------
561 Tue Feb 20 18:03:24 CET 2018 - ma@suse.de
562
563 - RpmDb::checkPackage: fix parsing localized rpm output (bsc#1076415)
564 - Replace libexpat with libxml
565 - Fix libzypp tests failing with `-Wp,-D_GLIBCXX_ASSERTIONS`
566   compiler flag (fixes #84)
567 - BuildRequire gpg2 as testcases need it (fixes #84)
568 - version 17.1.3 (0)
569
570 -------------------------------------------------------------------
571 Fri Feb  2 16:07:08 CET 2018 - ma@suse.de
572
573 - Fix crash when installing broken rpm packages (bsc#1078284)
574 - Testcase: Minor fix writing update testcases
575 - version 17.1.2 (0)
576
577 -------------------------------------------------------------------
578 Mon Jan 15 17:01:33 CET 2018 - ma@suse.de
579
580 - Adapt rpm package verification to changes in rpm-4.14 (bsc#1076018)
581 - version 17.1.1 (0)
582
583 -------------------------------------------------------------------
584 Thu Jan  4 17:49:06 CET 2018 - ma@suse.de
585
586 - plugin: don't reject header values containing a ':' (bsc#1074687)
587 - Locks: Don't store duplicate locks (bsc#969569)
588 - version 17.1.0 (0)
589
590 -------------------------------------------------------------------
591 Wed Dec  6 13:29:42 CET 2017 - ma@suse.de
592
593 - Fix default for solver.allowNameChange (bsc#1071466)
594 - version 17.0.5 (0)
595
596 -------------------------------------------------------------------
597 Mon Dec  4 11:09:24 CET 2017 - ma@suse.de
598
599 - Stop BuildRequire dropped boost-devel (bsc#1062782)
600 - version 17.0.4 (0)
601
602 -------------------------------------------------------------------
603 Tue Nov 28 18:21:51 CET 2017 - ma@suse.de
604
605 - When importing multiple keys, export the individual keys
606   ascii armored for import into the rpmdb (bsc#1069381)
607 - version 17.0.3 (0)
608
609 -------------------------------------------------------------------
610 Thu Nov 23 12:33:51 CET 2017 - ma@suse.de
611
612 - Don't filter procs with a different mnt namespace (bsc#1068708)
613 - Support repo variables in an URIs host:port component
614   (bsc#1057640, bsc#1067605)
615 - version 17.0.2 (0)
616
617 -------------------------------------------------------------------
618 Fri Nov 10 15:25:20 CET 2017 - ma@suse.de
619
620 - Solvable: fix inconsistent retrieval of mediaNr (bsc#1065677)
621 - version 17.0.1 (0)
622
623 -------------------------------------------------------------------
624 Tue Nov  7 16:14:31 CET 2017 - ma@suse.de
625
626 - Locale: Fix possible segfault (bsc#1064999)
627 - RpmDb: Remove excess keys in the zypp keyring when exporting keys only
628   (bsc#1064380)
629 - KeyRing: Fix deleted keys not removed from rpmdb too (bsc#1064380)
630 - Flag gpg keycache dirty when adding/removing keys (bsc#1064380)
631 - Version 17.x for CODE-15, 16.x. is continued on SuSE-SLE-12-SP2-Branch
632 - version 17.0.0 (0)
633
634 -------------------------------------------------------------------
635 Thu Oct 12 18:04:38 CEST 2017 - ma@suse.de
636
637 - Fix media handling in presence of a repo path prefix (bsc#1062561)
638 - version 16.17.3 (0)
639
640 -------------------------------------------------------------------
641 Wed Oct 11 16:29:48 CEST 2017 - ma@suse.de
642
643 - Fix RepoProvideFile ignoring a repo path prefix (bsc#1062561)
644 - version 16.17.2 (0)
645
646 -------------------------------------------------------------------
647 Fri Sep 22 12:16:34 CEST 2017 - ma@suse.de
648
649 - Default to 'solver.dupAllowVendorChange = false' on SLE15
650   (FATE#323478)
651 - Remove unused legacy notify-message script (bsc#1058783)
652 - version 16.17.1 (0)
653
654 -------------------------------------------------------------------
655 Fri Sep  8 18:05:30 CEST 2017 - ma@suse.de
656
657 - Support multiple product licenses in repomd (FATE#322276)
658 - version 16.17.0 (0)
659
660 -------------------------------------------------------------------
661 Thu Sep  7 12:27:44 CEST 2017 - ma@suse.de
662
663 - Propagate 'rpm --import' errors (bsc#1057188)
664 - Fix typos in zypp.conf
665 - version 16.16.0 (0)
666
667 -------------------------------------------------------------------
668 Mon Aug 28 16:05:36 CEST 2017 - ma@suse.de
669
670 - Add testcase to compile (bsc#1055920)
671 - version 16.15.6 (0)
672
673 -------------------------------------------------------------------
674 Fri Aug 25 14:08:43 CEST 2017 - ma@suse.de
675
676 - Adapt to work with GnuPG 2.1.23 (bsc#1054088)
677 - version 16.15.5 (0)
678
679 -------------------------------------------------------------------
680 Fri Aug 25 12:51:43 CEST 2017 - ma@suse.de
681
682 - verifyFileSignature: Support signing with subkeys (bsc#1008325)
683 - PublicKey: Scan and provide subkey information.
684 - Enhance sort order for media.1/products (bsc#1054671)
685 - Drop detection and support for rpm-4.4 (fixes #77)
686 - version 16.15.4 (0)
687
688 -------------------------------------------------------------------
689 Fri Aug 11 15:29:40 CEST 2017 - ma@suse.de
690
691 - RepoInfo: add enum GpgCheck for convenient gpgcheck mode handling
692   (bsc#1045735)
693 - Fix repo/pkg checks to follow explicitly defined gpgcheck in a
694   .repo file
695 - version 16.15.3 (0)
696
697 -------------------------------------------------------------------
698 Fri Jul 21 13:26:48 CEST 2017 - ma@suse.de
699
700 - Weaken fix for bsc#1038984 if 'gpgcheck=0' in libzypp-16.15.x only.
701   This will allow some already released products to adapt to the
702   behavioral changes introduced by fixing bsc#1038984, while systems
703   with a default configuration (gpgcheck=1) already benefit from
704   the fix in libzypp-16.15.x. For details see section
705   'Signature checking' in /etc/zypp/zypp.conf.
706 - Fix gpg-pubkey release (creation time) computation (bsc#1036659)
707 - update lsof blacklist (bsc#1046417)
708 - version 16.15.2 (0)
709
710 -------------------------------------------------------------------
711 Tue Jul 18 13:18:16 CEST 2017 - ma@suse.de
712
713 - Be sure bad packages do not stay in the cache
714   (bsc#1045735, CVE-2017-9269)
715 - version 16.15.1 (0)
716
717 -------------------------------------------------------------------
718 Mon Jul 17 16:38:14 CEST 2017 - ma@suse.de
719
720 - PackageProvider: enforce a signed package if pkgGpgCheckIsMandatory
721 - Add RpmDb::checkPackageSignature to report unsigned packages
722 - Fix repo gpg check workflows, mainly for unsigned repos and packages
723   (bsc#1045735, bsc#1038984, CVE-2017-7435, CVE-2017-7436, CVE-2017-9269)
724 - version 16.15.0 (0)
725
726 -------------------------------------------------------------------
727 Wed Jul 12 17:06:14 CEST 2017 - ma@suse.de
728
729 - repo refresh: Re-probe if the repository type changes (bsc#1048315)
730 - MediaCurl: Propagate proper error code to DownloadProgressReport
731   (bsc#1047785)
732 - Allow to trigger an appdata refresh unconditionally (bsc#1009745)
733 - Support custom repo variables defined in /etc/zypp/vars.d (fixes #68)
734 - rename: handle EXDEV error on OverlayFS
735 - version 16.14.0 (0)
736
737 -------------------------------------------------------------------
738 Fri Jun 30 14:25:29 CEST 2017 - ma@suse.de
739
740 - Adapt loop mounting of iso images (bsc#1038132, bsc#1033236)
741 - Adjust zypp.conf for openSUSE Tumbleweed (bsc#1031756)
742 - Change arch variable names conflicting with compiler macros (fixes #70)
743 - Fix potential crash if repo has no baseurl (bnc#1043218)
744 - version 16.13.0 (0)
745
746 -------------------------------------------------------------------
747 Wed May 31 11:49:07 CEST 2017 - ma@suse.de
748
749 - Testcase: add missing solver flags (bsc#1041889)
750 - version 16.12.0 (0)
751
752 -------------------------------------------------------------------
753 Fri May 12 11:36:52 CEST 2017 - ma@suse.de
754
755 - add identIsAutoInstalled convenience methods
756 - make gcc6 happy
757 - version 16.11.0 (0)
758
759 -------------------------------------------------------------------
760 Thu May 11 15:23:28 CEST 2017 - ma@suse.de
761
762 - Use a common workflow for downloading packages and srcpackages.
763   This includes a common way of handling and reposrting gpg signature
764   and checks. (bsc#1037210)
765 - PackageProvider: as well support downloading SrcPackage (for bsc#1037210)
766 - version 16.10.0 (0)
767
768 -------------------------------------------------------------------
769 Thu Apr 27 16:03:32 CEST 2017 - ma@suse.de
770
771 - PoolQuery: Treat explicit queries for 'kind:name' correctly
772   (bsc#1035729)
773 - version 16.9.0 (0)
774
775 -------------------------------------------------------------------
776 Fri Apr 21 16:23:51 CEST 2017 - ma@suse.de
777
778 - Add API to control resolver job to update all packages (FATE#320653)
779 - Remove legacy vendor equivalence between 'suse' and 'opensuse'
780   (bsc#1030686)
781 - version 16.8.0 (0)
782
783 -------------------------------------------------------------------
784 Fri Apr 21 09:40:32 CEST 2017 - ma@suse.de
785
786 - RepoInfo: Allow temporary repos to control their metadata
787   directories (bsc#1032632)
788 - Arch: add armv5tl
789 - version 16.7.0 (0)
790
791 -------------------------------------------------------------------
792 Thu Mar 30 15:00:30 CEST 2017 - ma@suse.de
793
794 - Recognize license tarball in rpmmd repos (FATE#316159)
795 - Fix media verification to properly propagate media access errors
796   (bsc#1031093)
797 - version 16.6.1 (0)
798
799 -------------------------------------------------------------------
800 Mon Mar 27 17:10:52 CEST 2017 - ma@suse.de
801
802 - Fix invalidation of PoolItems if Pool IDs are reused (bsc#1028661)
803 - version 16.6.0 (0)
804
805 -------------------------------------------------------------------
806 Mon Mar 27 09:33:26 CEST 2017 - ma@suse.de
807
808 - Fix X-libcurl-Empty-Header-Workaround (bsc#1030919)
809 - version 16.5.2 (0)
810
811 -------------------------------------------------------------------
812 Tue Mar 21 13:38:08 CET 2017 - ma@suse.de
813
814 - MediaCurl: Treat http response 410(Gone) like 404(Not Found)
815   (bsc#1030136)
816 - version 16.5.1 (0)
817
818 -------------------------------------------------------------------
819 Thu Mar 16 14:06:03 CET 2017 - ma@suse.de
820
821 - Support multi-volume repomd repositories (FATE#320544)
822 - MediaCurl: ZYPP_MEDIA_CURL_IPRESOLVE=<4|6> to force name resolution
823   to IPv4/IPv6 only (fixes openSUSE/zypper#49)
824 - Add support for openssl >= 1.1
825 - version 16.5.0 (0)
826
827 -------------------------------------------------------------------
828 Mon Feb 20 10:10:43 CET 2017 - ma@suse.de
829
830 - PublicKey: Create tmpdirs inside ZYpp::tmpPath (bsc#926844)
831 - Don't create AnonymousUniqueId in chroot (bsc#1024741)
832 - version 16.4.3 (0)
833
834 -------------------------------------------------------------------
835 Tue Feb 14 12:07:14 CET 2017 - ma@suse.de
836
837 - dumpAsXmlOnL: xml escape node content (bsc#1024909)
838 - version 16.4.2 (0)
839
840 -------------------------------------------------------------------
841 Fri Feb  3 13:40:04 CET 2017 - ma@suse.de
842
843 - MediaMultiCurl: Trigger aliveCallback when downloading metalink
844   files (bsc#1021291)
845 - version 16.4.1 (0)
846
847 -------------------------------------------------------------------
848 Thu Jan 26 13:03:37 CET 2017 - ma@suse.de
849
850 - Add API for updating the AutoInstalled db
851 - MediaCD: Fix mountpoint creation after failing udf mount (bsc#1022046)
852 - fix misleading indentation (fixes #65)
853 - Fix compilation error reported by GCC7 (#63).
854 - Prefer calling "repo2solv" rather than "repo2solv.sh"
855 - version 16.4.0 (0)
856
857 -------------------------------------------------------------------
858 Wed Dec 14 12:24:23 CET 2016 - ma@suse.de
859
860 - Don't raise FileCheckException if user accepted a package with wrong
861   digest (bsc#1014265)
862 - Also provide the exception history when requesting a media failed
863   (bsc#1010952)
864 - version 16.3.2 (0)
865
866 -------------------------------------------------------------------
867 Tue Oct 11 18:04:18 CEST 2016 - ma@suse.de
868
869 - Let 'dup --from' leave an updateTestcase-<DATE> in /var/log (bsc#1004096)
870 - version 16.3.1 (0)
871
872 -------------------------------------------------------------------
873 Tue Oct 11 11:41:47 CEST 2016 - ma@suse.de
874
875 - RepoInfo: Allow parsing multiple gpgkey= URLs (bsc#1003748)
876 - version 16.3.0 (0)
877
878 -------------------------------------------------------------------
879 Tue Sep 20 11:41:48 CEST 2016 - ma@suse.de
880
881 - guessPackageSpec: Don't break globbing (fixes openSUSE/zypper#97)
882 - version 16.2.5 (0)
883
884 -------------------------------------------------------------------
885 Thu Sep 15 15:27:15 CEST 2016 - ma@suse.de
886
887 - RepoFileReader: fix parsing of multiline url entries (bsc#964932)
888 - Allow repo type 'rpm' as alias for 'rpm-md' (fixes openSUSE/zypper#100)
889 - version 16.2.4 (0)
890
891 -------------------------------------------------------------------
892 Fri Sep  9 16:43:30 CEST 2016 - ma@suse.de
893
894 - xmlout::Node:  Allow adding nore attributes while the start node
895   is not closed (FATE#320699)
896 - Fixes broken XML output introduced by an unwanted change in 16.2.2
897   (bsc#998344)
898 - version 16.2.3 (0)
899
900 -------------------------------------------------------------------
901 Wed Aug 10 17:10:41 CEST 2016 - ma@suse.de
902
903 - Report numeric curl error if code is unrecognized (bsc#992302)
904 - multicurl: propagate proxy settings stored in repo url (bsc#933839)
905 - version 16.2.2 (0)
906
907 -------------------------------------------------------------------
908 Thu Jul 21 13:09:33 CEST 2016 - ma@suse.de
909
910 - Rebuild .solv-files not matching the parsers LIBSOLV_TOOLVERSION
911 - BuildRequires:  libsolv-devel >= 0.6.23
912 - version 16.2.1 (0)
913
914 -------------------------------------------------------------------
915 Mon Jul 18 16:36:25 CEST 2016 - ma@suse.de
916
917 - Product: Offer tri-state hasEndOfLife details (FATE#320699)
918 - version 16.2.0 (0)
919
920 -------------------------------------------------------------------
921 Thu Jul 14 19:02:57 CEST 2016 - ma@suse.de
922
923 - use more user friendly command names for "zypper ps" (bsc#980541)
924 - version 16.1.3 (0)
925
926 -------------------------------------------------------------------
927 Thu Jul 14 15:39:03 CEST 2016 - ma@suse.de
928
929 - Don't do media number substitution on URLs of medium #1 (bsc#798470)
930 - version 16.1.2 (0)
931
932 -------------------------------------------------------------------
933 Tue Jul  5 11:39:11 CEST 2016 - ma@suse.de
934
935 - Fix Shrink pool if all repos are removed (bsc#899755, bsc#987573)
936 - version 16.1.1 (0)
937
938 -------------------------------------------------------------------
939 Fri Jun 24 12:33:29 CEST 2016 - ma@suse.de
940
941 - API enahncements for zypper (FATE#320447)
942 - version 16.1.0 (0)
943
944 -------------------------------------------------------------------
945 Tue Jun 21 11:11:03 CEST 2016 - ma@suse.de
946
947 - Filter duplicate resolver solutions (bsc#985674)
948 - zypp.conf: Add download.media_mountdir: Path where media are
949   preferably mounted or downloaded (FATE#319462)
950 - version 16.0.5 (0)
951
952 -------------------------------------------------------------------
953 Wed Jun 15 12:36:27 CEST 2016 - ma@suse.de
954
955 - Fix bug in removeRepository which may keep an empty .repo file
956   rather than deleting it (bsc#984494)
957 - version 16.0.4 (0)
958
959 -------------------------------------------------------------------
960 Mon Jun 13 12:53:03 CEST 2016 - ma@suse.de
961
962 - Shrink pool if all repos are removed (bnc#899755)
963 - Avoid direct BuildRequire on libudev-devel (#60)
964 - version 16.0.3 (0)
965
966 -------------------------------------------------------------------
967 Tue Jun  7 18:43:31 CEST 2016 - ma@suse.de
968
969 - Allow PackageKit to drop the zypp lock (bnc#899755)
970 - Avoid superfluous rebuilding of indices when solving
971 - version 16.0.2 (0)
972
973 -------------------------------------------------------------------
974 Sun Jun  5 16:12:42 CEST 2016 - ma@suse.de
975
976 - po: upadte makefiles
977 - DefaultIntegral: provide asString (for FATE#320447)
978 - version 16.0.1 (0)
979
980 -------------------------------------------------------------------
981 Fri May 13 08:45:53 CEST 2016 - ma@suse.de
982
983 - Prepare cmake to maintain the .pot and .po files in git. Add
984   initial .po file set derived from tarballs. Translations are now
985   maintained via Weblate.
986 - Provide 'libzypp(plugin:services) = 1' after fixing bsc#933760
987 - Bump major version for Factory, 15.x is continued on SuSE-SLE-12-SP1-Branch
988 - version 16.0.0 (0)
989
990 -------------------------------------------------------------------
991 Thu Apr 28 14:17:09 CEST 2016 - ma@suse.de
992
993 - Update sle-zypp-po.tar.bz2
994
995 -------------------------------------------------------------------
996 Thu Apr 28 14:04:36 CEST 2016 - ma@suse.de
997
998 - Update sle-zypp-po.tar.bz2
999
1000 -------------------------------------------------------------------
1001 Mon Apr 25 14:59:41 CEST 2016 - ma@suse.de
1002
1003 - Fix credential file parser losing entries with known URL but
1004   different user name (bsc#933760)
1005 - RepoManager: allow extraction of multiple baseurls for service
1006   repos (bsc#964932)
1007 - addRepository: fix to use the correct history file for logging
1008 - specfile: add /etc/zypp/credentials.d to the file list
1009 - version 15.22.0 (19)
1010
1011 -------------------------------------------------------------------
1012 Mon Apr 18 15:03:13 CEST 2016 - ma@suse.de
1013
1014 - RepoindexFileReader: fix service metadata TTL default value (bsc#967828)
1015 - version 15.21.7 (19)
1016
1017 -------------------------------------------------------------------
1018 Fri Apr 15 11:31:08 CEST 2016 - ma@suse.de
1019
1020 - DiskUsageCounter: Limit estimated waste per file (bsc#974275)
1021 - version 15.21.6 (19)
1022
1023 -------------------------------------------------------------------
1024 Fri Mar 18 13:37:22 CET 2016 - ma@suse.de
1025
1026 - Use PluginExecutor for commit- and system-hooks (bnc#971637)
1027 - BuildRequires:  libsolv-devel >= 0.6.19 (bnc#971018)
1028 - version 15.21.5 (19)
1029
1030 -------------------------------------------------------------------
1031 Sun Mar 13 01:13:08 CET 2016 - ma@suse.de
1032
1033 - Update zypp-po.tar.bz2
1034
1035 -------------------------------------------------------------------
1036 Thu Mar 10 01:13:24 CET 2016 - ma@suse.de
1037
1038 - Update zypp-po.tar.bz2
1039
1040 -------------------------------------------------------------------
1041 Tue Mar  1 12:34:53 CET 2016 - ma@suse.de
1042
1043 - media: Send stats header to download.opensuse.org only (bsc#955801)
1044 - fix build-compare (#57, #58)
1045 - version 15.21.4 (19)
1046
1047 -------------------------------------------------------------------
1048 Thu Feb 18 18:38:52 CET 2016 - ma@suse.de
1049
1050 - yum::Downloader: Download only wanted 'susedata.LANG' files
1051   (FATE#320518)
1052 - version 15.21.3 (19)
1053
1054 -------------------------------------------------------------------
1055 Thu Feb  4 16:38:14 CET 2016 - ma@suse.de
1056
1057 - installSrcPackage: trigger progress callback (bsc#580902)
1058 - version 15.21.2 (19)
1059
1060 -------------------------------------------------------------------
1061 Thu Feb  4 01:13:31 CET 2016 - ma@suse.de
1062
1063 - Update zypp-po.tar.bz2
1064
1065 -------------------------------------------------------------------
1066 Fri Jan 29 11:40:51 CET 2016 - ma@suse.de
1067
1068 - Don't buildrequire graphviz-gnome (bsc#964150)
1069 - Unwanted btrfs subvolumes must be filtered by device (not fsid)
1070   (fixes #54)
1071 - version 15.21.1 (19)
1072
1073 -------------------------------------------------------------------
1074 Thu Jan 21 01:13:29 CET 2016 - ma@suse.de
1075
1076 - Update zypp-po.tar.bz2
1077
1078 -------------------------------------------------------------------
1079 Wed Jan 20 17:12:42 CET 2016 - ma@suse.de
1080
1081 - Filter unwanted btrfs subvolumes (fixes #54, closes #55, bnc#949945)
1082 - RepoInfo: Provide access to repo content keywords
1083 - Build with boost-1.60.0
1084 - version 15.21.0 (19)
1085
1086 -------------------------------------------------------------------
1087 Thu Jan 14 01:13:17 CET 2016 - ma@suse.de
1088
1089 - Update zypp-po.tar.bz2
1090
1091 -------------------------------------------------------------------
1092 Thu Jan  7 01:13:28 CET 2016 - ma@suse.de
1093
1094 - Update zypp-po.tar.bz2
1095
1096 -------------------------------------------------------------------
1097 Thu Dec 24 01:13:13 CET 2015 - ma@suse.de
1098
1099 - Update zypp-po.tar.bz2
1100
1101 -------------------------------------------------------------------
1102 Fri Dec 11 19:07:09 CET 2015 - ma@suse.de
1103
1104 - ResPoolProxy: make begin/end pairs Iterable
1105 - String: Format and FormatNAC classes based on boost::format
1106 - DefaultIntegral: provide initial value
1107 - More specific exception message if GPG binary is missing (bsc#637791)
1108 - version 15.20.0 (19)
1109
1110 -------------------------------------------------------------------
1111 Thu Dec 10 01:14:50 CET 2015 - ma@suse.de
1112
1113 - Update zypp-po.tar.bz2
1114
1115 -------------------------------------------------------------------
1116 Thu Dec  3 01:13:11 CET 2015 - ma@suse.de
1117
1118 - Update zypp-po.tar.bz2
1119
1120 -------------------------------------------------------------------
1121 Sun Nov 22 01:13:29 CET 2015 - ma@suse.de
1122
1123 - Update zypp-po.tar.bz2
1124
1125 -------------------------------------------------------------------
1126 Thu Nov 19 01:16:03 CET 2015 - ma@suse.de
1127
1128 - Update sle-zypp-po.tar.bz2
1129
1130 -------------------------------------------------------------------
1131 Thu Nov 19 01:13:40 CET 2015 - ma@suse.de
1132
1133 - Update zypp-po.tar.bz2
1134
1135 -------------------------------------------------------------------
1136 Mon Nov 16 12:27:02 CET 2015 - ma@suse.de
1137
1138 - createPot: Fix plural form detection (bsc#955053)
1139 - version 15.19.7 (19)
1140
1141 -------------------------------------------------------------------
1142 Thu Nov 12 01:13:26 CET 2015 - ma@suse.de
1143
1144 - Update zypp-po.tar.bz2
1145
1146 -------------------------------------------------------------------
1147 Sun Nov  8 01:13:11 CET 2015 - ma@suse.de
1148
1149 - Update zypp-po.tar.bz2
1150
1151 -------------------------------------------------------------------
1152 Fri Nov  6 11:08:46 CET 2015 - ma@suse.de
1153
1154 - Add testcase for uncached repo-variables.
1155 - Fixed Japanese translations (bsc#949196)
1156 - version 15.19.6 (19)
1157
1158 -------------------------------------------------------------------
1159 Fri Nov  6 10:56:44 CET 2015 - ma@suse.de
1160
1161 - Update sle-zypp-po.tar.bz2
1162
1163 -------------------------------------------------------------------
1164 Thu Nov  5 01:15:12 CET 2015 - ma@suse.de
1165
1166 - Update sle-zypp-po.tar.bz2
1167
1168 -------------------------------------------------------------------
1169 Thu Nov  5 01:13:24 CET 2015 - ma@suse.de
1170
1171 - Update zypp-po.tar.bz2
1172
1173 -------------------------------------------------------------------
1174 Tue Nov  3 10:52:01 CET 2015 - ma@suse.de
1175
1176 - Update sle-zypp-po.tar.bz2
1177
1178 -------------------------------------------------------------------
1179 Tue Nov  3 10:51:43 CET 2015 - ma@suse.de
1180
1181 - Update zypp-po.tar.bz2
1182
1183 -------------------------------------------------------------------
1184 Fri Oct 23 17:10:18 CEST 2015 - ma@suse.de
1185
1186 - Fix broken product: <-> -release package relation (bnc#951782)
1187 - version 15.19.5 (19)
1188
1189 -------------------------------------------------------------------
1190 Thu Oct 22 12:23:29 CEST 2015 - ma@suse.de
1191
1192 - Use a uniform translation set for SLE and openSUSE (bnc#948924)
1193 - fix Plugin-services not updating repo GPGCheck settings (bnc#951402)
1194 - version 15.19.4 (19)
1195
1196 -------------------------------------------------------------------
1197 Sun Oct 18 01:13:27 CEST 2015 - ma@suse.de
1198
1199 - Update zypp-po.tar.bz2
1200
1201 -------------------------------------------------------------------
1202 Thu Oct 15 01:13:57 CEST 2015 - ma@suse.de
1203
1204 - Update zypp-po.tar.bz2
1205
1206 -------------------------------------------------------------------
1207 Wed Oct 14 16:36:27 CEST 2015 - ma@suse.de
1208
1209 - make Solvable::asUserString more readable (bnc#949957)
1210 - version 15.19.3 (19)
1211
1212 -------------------------------------------------------------------
1213 Sun Oct 11 01:13:12 CEST 2015 - ma@suse.de
1214
1215 - Update zypp-po.tar.bz2
1216
1217 -------------------------------------------------------------------
1218 Thu Oct  8 01:14:43 CEST 2015 - ma@suse.de
1219
1220 - Update zypp-po.tar.bz2
1221
1222 -------------------------------------------------------------------
1223 Wed Oct  7 13:11:48 CEST 2015 - ma@suse.de
1224
1225 - fix suse_version test (bsc#949046)
1226 - version 15.19.2 (19)
1227
1228 -------------------------------------------------------------------
1229 Wed Oct  7 11:06:24 CEST 2015 - ma@suse.de
1230
1231 - Locks: fix using namespaces (for FATE#318299)
1232 - version 15.19.1 (19)
1233
1234 -------------------------------------------------------------------
1235 Mon Oct  5 12:27:49 CEST 2015 - ma@suse.de
1236
1237 - fix reserved identifier violation (fixes #51)
1238 - solver: speed up collecting pool data to build the job queue
1239 - doc: short abstract about 'Code 12 Application Metadata'
1240 - version 15.19.0 (19)
1241
1242 -------------------------------------------------------------------
1243 Tue Sep 29 17:51:48 CEST 2015 - ma@suse.de
1244
1245 - solver verify: multiversion property needs to be assigned to
1246   installed items too.
1247 - ZYppCommitResult: add attemptToModify to indicate an attempt to
1248   actually install/remove was made (bsc#946750, FATE#319467)
1249 - version 15.18.0 (14)
1250
1251 -------------------------------------------------------------------
1252 Mon Sep 28 12:19:26 CEST 2015 - ma@suse.de
1253
1254 - SetTracker: fix computation of change sets (bsc#946898)
1255 - version 15.17.2 (14)
1256
1257 -------------------------------------------------------------------
1258 Fri Sep 25 11:42:28 CEST 2015 - ma@suse.de
1259
1260 - Pattern: support dynamic computation of pattern visibility (bsc#900769)
1261 - Avoid URL rewrite if probing local cache directories (bsc#946129)
1262 - version 15.17.1 (14)
1263
1264 -------------------------------------------------------------------
1265 Mon Sep 21 16:57:45 CEST 2015 - ma@suse.de
1266
1267 - Dummy (FATE#318827) to make Sles-changelog-checker stop whining.
1268 - version 15.17.0 (14)
1269
1270 -------------------------------------------------------------------
1271 Mon Sep 21 16:09:50 CEST 2015 - ma@suse.de
1272
1273 - Glob: fix reserved identifier violation
1274 - version 15.16.2 (14)
1275
1276 -------------------------------------------------------------------
1277 Tue Sep 15 15:02:45 CEST 2015 - ma@suse.de
1278
1279 - CheckAccessDeleted: Identify services by systemd cgroup (FATE#318827)
1280 - version 15.16.1 (14)
1281
1282 -------------------------------------------------------------------
1283 Mon Sep 14 12:21:30 CEST 2015 - ma@suse.de
1284
1285 - Reload multiversion setting from the target zypp.conf (bnc#906096)
1286 - version 15.16.0 (14)
1287
1288 -------------------------------------------------------------------
1289 Sun Sep 13 01:15:26 CEST 2015 - ma@suse.de
1290
1291 - Update sle-zypp-po.tar.bz2
1292
1293 -------------------------------------------------------------------
1294 Sun Sep 13 01:13:30 CEST 2015 - ma@suse.de
1295
1296 - Update zypp-po.tar.bz2
1297
1298 -------------------------------------------------------------------
1299 Thu Sep 10 01:16:00 CEST 2015 - ma@suse.de
1300
1301 - Update sle-zypp-po.tar.bz2
1302
1303 -------------------------------------------------------------------
1304 Fri Sep  4 13:49:33 CEST 2015 - ma@suse.de
1305
1306 - Don't cache repo releasever (bnc#943563)
1307 - Selectable: allow setPickStatus for non-multiversion packages
1308   (bnc#943870)
1309 - ResPoolProxy: add ScopedSaveState
1310 - version 15.15.0 (14)
1311
1312 -------------------------------------------------------------------
1313 Tue Sep  1 18:19:27 CEST 2015 - ma@suse.de
1314
1315 - zypp.conf: add solver.dupAllow{Downgrade,NameChange,ArchChange,
1316   VendorChange} default options for tuning distribution upgrades.
1317 - Remove obsolete method (bsc#941398) (fixes #50)
1318 - fix invalid XML (bnc#942518)
1319 - version 15.14.0 (14)
1320
1321 -------------------------------------------------------------------
1322 Sun Aug 30 01:13:07 CEST 2015 - ma@suse.de
1323
1324 - Update zypp-po.tar.bz2
1325
1326 -------------------------------------------------------------------
1327 Thu Aug 27 01:14:20 CEST 2015 - ma@suse.de
1328
1329 - Update sle-zypp-po.tar.bz2
1330
1331 -------------------------------------------------------------------
1332 Thu Aug 20 01:13:09 CEST 2015 - ma@suse.de
1333
1334 - Update zypp-po.tar.bz2
1335
1336 -------------------------------------------------------------------
1337 Sun Aug 16 01:13:23 CEST 2015 - ma@suse.de
1338
1339 - Update zypp-po.tar.bz2
1340
1341 -------------------------------------------------------------------
1342 Thu Aug 13 18:16:52 CEST 2015 - ma@suse.de
1343
1344 - Support caching of service metadata. A TTL for the service
1345   metadata may be provided in the repoindex.xml itself. The
1346   default is 'no caching'. (FATE#318136)
1347 - Fix setting dup_allow* solver options (bnc#941463)
1348 - Don't make zypper encode {} around repo vars (bnc#941453)
1349 - version 15.13.0 (11)
1350
1351 -------------------------------------------------------------------
1352 Thu Aug 13 01:13:43 CEST 2015 - ma@suse.de
1353
1354 - Update zypp-po.tar.bz2
1355
1356 -------------------------------------------------------------------
1357 Tue Aug 11 18:48:57 CEST 2015 - ma@suse.de
1358
1359 - History: Add 'command' tag showing who triggered the commit.
1360   The corresponding HistoryLogData class for parsing is
1361   HistoryLogDataStampCommand. Available data are the commandline
1362   executed, user@hostname and userdata/transactionID. (FATE#312298)
1363 - Add convenience comparison PoolItem<>ResObject::constPtr
1364 - Fixes for SWIG 2.x
1365 - version 15.12.0 (11)
1366
1367 -------------------------------------------------------------------
1368 Mon Aug 10 16:22:06 CEST 2015 - ma@suse.de
1369
1370 - Make multiversion an individual solvables property (FATE#318778)
1371 - SolvableType: common api to access solvable properties
1372 - Support for MIPS architectures
1373 - version 15.11.0 (11)
1374
1375 -------------------------------------------------------------------
1376 Sun Aug  9 01:13:24 CEST 2015 - ma@suse.de
1377
1378 - Update zypp-po.tar.bz2
1379
1380 -------------------------------------------------------------------
1381 Sun Aug  2 01:13:27 CEST 2015 - ma@suse.de
1382
1383 - Update zypp-po.tar.bz2
1384
1385 -------------------------------------------------------------------
1386 Thu Jul 30 16:13:49 CEST 2015 - ma@suse.de
1387
1388 - Resolver: Track changed requested locales and adjust installed
1389   packages accordingly. (part of FATE#318099)
1390 - Testcase: Store autoinstalled packages
1391 - Locale: Make it IdString based
1392 - Get rid of std::tr1:: hashes
1393 - Flags: Fix to work with 'enum class'
1394 - Hide away resolver internals
1395 - version 15.10.0 (10)
1396
1397 -------------------------------------------------------------------
1398 Thu Jul 30 01:13:30 CEST 2015 - ma@suse.de
1399
1400 - Update zypp-po.tar.bz2
1401
1402 -------------------------------------------------------------------
1403 Tue Jul 28 14:14:54 CEST 2015 - ma@suse.de
1404
1405 - Update sle-zypp-po.tar.bz2
1406
1407 -------------------------------------------------------------------
1408 Mon Jul 27 09:30:38 CEST 2015 - ma@suse.de
1409
1410 - Update zypp-po.tar.bz2
1411
1412 -------------------------------------------------------------------
1413 Sun Jul 26 01:13:37 CEST 2015 - ma@suse.de
1414
1415 - Update zypp-po.tar.bz2
1416
1417 -------------------------------------------------------------------
1418 Thu Jul 16 01:13:33 CEST 2015 - ma@suse.de
1419
1420 - Update zypp-po.tar.bz2
1421
1422 -------------------------------------------------------------------
1423 Sun Jul 12 01:13:20 CEST 2015 - ma@suse.de
1424
1425 - Update zypp-po.tar.bz2
1426
1427 -------------------------------------------------------------------
1428 Thu Jul  9 16:43:12 CEST 2015 - ma@suse.de
1429
1430 - Resolver allow tuning DUP mode solver flags (FATE#319128)
1431 - version 15.9.0 (5)
1432
1433 -------------------------------------------------------------------
1434 Fri Jul  3 08:23:04 CEST 2015 - ma@suse.de
1435
1436 - Flags<Enum>: add stringify
1437 - add asString for Patch::InteractiveFlag
1438 - version 15.8.0 (5)
1439
1440 -------------------------------------------------------------------
1441 Thu Jul  2 01:13:24 CEST 2015 - ma@suse.de
1442
1443 - Update zypp-po.tar.bz2
1444
1445 -------------------------------------------------------------------
1446 Wed Jul  1 14:00:42 CEST 2015 - ma@suse.de
1447
1448 - add asString for Patch::Category
1449 - version 15.7.0 (5)
1450
1451 -------------------------------------------------------------------
1452 Mon Jun 29 17:43:00 CEST 2015 - ma@suse.de
1453
1454 - Fix lost pathname when importing repo keys (bnc#936373)
1455 - Disable code swig does not understand
1456 - version 15.6.0 (5)
1457
1458 -------------------------------------------------------------------
1459 Sat Jun 27 17:07:32 CEST 2015 - ma@suse.de
1460
1461 - Patch: fixup testing Category and Severity flags (FATE#318760)
1462 - version 15.5.0 (5)
1463
1464 -------------------------------------------------------------------
1465 Fri Jun 12 12:14:04 CEST 2015 - ma@suse.de
1466
1467 - Add details to the default signature verification problem report
1468 - PathInfo: Avoid ExternalProgram in clean_dir
1469 - call rpmdb2solv without executing user-supplied scripts (bnc#926853)
1470 - version 15.4.1 (3)
1471
1472 -------------------------------------------------------------------
1473 Thu Jun 11 01:13:31 CEST 2015 - ma@suse.de
1474
1475 - Update zypp-po.tar.bz2
1476
1477 -------------------------------------------------------------------
1478 Thu Jun  4 01:13:22 CEST 2015 - ma@suse.de
1479
1480 - Update zypp-po.tar.bz2
1481
1482 -------------------------------------------------------------------
1483 Wed Jun  3 13:00:59 CEST 2015 - ma@suse.de
1484
1485 - Enhance solv.idx file handling to support zypper bash completion
1486 - Fix SSL client certificate authentication via URL option
1487   ssl_clientcert/ssl_clientkey (bnc#932393)
1488 - version 15.4.0 (3)
1489
1490 -------------------------------------------------------------------
1491 Thu May 28 01:13:23 CEST 2015 - ma@suse.de
1492
1493 - Update zypp-po.tar.bz2
1494
1495 -------------------------------------------------------------------
1496 Sun May 24 18:17:38 CEST 2015 - ma@suse.de
1497
1498 - Downloader: Accept unsigned repository if pkgGpgCheck is ON.
1499 - FindFileConflicts: avoid nested exception on user abort (bnc#931601)
1500 - Support for *.check files in the systemCheck.d directory (#45)
1501 - version 15.3.0 (3)
1502
1503 -------------------------------------------------------------------
1504 Sun May 24 01:13:19 CEST 2015 - ma@suse.de
1505
1506 - Update zypp-po.tar.bz2
1507
1508 -------------------------------------------------------------------
1509 Mon May 18 10:46:10 CEST 2015 - ma@suse.de
1510
1511 - zypp.conf: Add config values for gpgcheck, repo_gpgcheck
1512   and pkg_gpgcheck. The default behavior 'gpgcheck=On' will
1513   automatically turn on the gpg signature check for packages
1514   downloaded from repository with unsigned metadata. If the
1515   repo metadata are signed, a faster comparison via checksums
1516   is done. By explicitly setting repo_gpgcheck or pkg_gpgcheck
1517   you can enforce the signature check of repository metadata
1518   or downloaded packages to be always performed. Those defaults
1519   can be overwritten per repository. (FATE#314603)
1520 - version 15.2.0 (2)
1521
1522 -------------------------------------------------------------------
1523 Wed May 13 14:04:04 CEST 2015 - ma@suse.de
1524
1525 - Write solv.idx to speed up bash tab completion (bnc#928650)
1526 - version 15.1.3 (1)
1527
1528 -------------------------------------------------------------------
1529 Fri May  8 11:44:44 CEST 2015 - ma@suse.de
1530
1531 - gcc5 fixes
1532 - Fix repo alias containing ']' not handled correctly (bnc#929528)
1533 - Fix SEGV when dumping rpm header with epoch (bnc#929483)
1534 - version 15.1.2 (1)
1535
1536 -------------------------------------------------------------------
1537 Mon Apr 27 14:43:53 CEST 2015 - ma@suse.de
1538
1539 - PubliKey: fix reference to temporary data
1540 - version 15.1.1 (1)
1541
1542 -------------------------------------------------------------------
1543 Thu Apr 23 01:13:15 CEST 2015 - ma@suse.de
1544
1545 - Update zypp-po.tar.bz2
1546
1547 -------------------------------------------------------------------
1548 Wed Apr 22 10:50:00 CEST 2015 - ma@suse.de
1549
1550 - ZYpp: Changed ZYpp::Ptr to be a shared_ptr;
1551   a precondition for fixing bnc-899755
1552 - rpmmd: support 'metalink=' in .repo (for zypper#63)
1553 - RepoMirrorList: ignore comments and malformed urls in mirrorlist
1554 - PathInfo: remove minor/major conflicting with GNU libc macros
1555   DiskUsageCounter: remove ctors taking 'magic' bool flags
1556   ZyppCallbacks: remove unused PatchDownload callbacks
1557 - version 15.1.0 (1)
1558
1559 -------------------------------------------------------------------
1560 Thu Apr  2 19:06:56 CEST 2015 - ma@suse.de
1561
1562 - POODLE: libzypp should only talk TLS (bnc#903405)
1563 - Bump major version for Factory, 14.x is continued on SuSE-SLE-12-Branch
1564 - version 15.0.0 (0)
1565
1566 -------------------------------------------------------------------
1567 Thu Apr  2 16:01:43 CEST 2015 - ma@suse.de
1568
1569 - Fixes to build with gcc5
1570 - RepoProvideFile: Suppress MediaChangeReport while testing
1571   multiple baseurls (bnc#899510)
1572 - version 14.38.1 (30)
1573
1574 -------------------------------------------------------------------
1575 Thu Mar 19 16:44:39 CET 2015 - ma@suse.de
1576
1577 - Suppress MediaChangeReport while testing multiple baseurls (bnc#899510)
1578 - version 14.38.0 (30)
1579
1580 -------------------------------------------------------------------
1581 Mon Mar 16 14:05:28 CET 2015 - ma@suse.de
1582
1583 - add support for SHA224/384/512
1584 - version 14.37.1 (30)
1585
1586 -------------------------------------------------------------------
1587 Wed Mar 11 09:22:46 CET 2015 - ma@suse.de
1588
1589 - New RepoVarExpand: Functor expanding repo variables in a
1590   string . Supports bash style default ${v:-w}' and alternate ${v:+w}
1591   values (FATE#318354)
1592 - Easy.h: Use __typeof__ rather than typeof in header
1593 - Support repo variable replacement in service url
1594 - Support repo variable replacement in gpg url
1595 - Gettext.h: Fallback to ::gettext if accidentally included
1596   outside libzypp
1597 - version 14.37.0 (30)
1598
1599 -------------------------------------------------------------------
1600 Sun Feb 22 01:13:12 CET 2015 - ma@suse.de
1601
1602 - Update zypp-po.tar.bz2
1603
1604 -------------------------------------------------------------------
1605 Thu Feb 19 01:13:13 CET 2015 - ma@suse.de
1606
1607 - Update zypp-po.tar.bz2
1608
1609 -------------------------------------------------------------------
1610 Sun Feb 15 01:13:28 CET 2015 - ma@suse.de
1611
1612 - Update zypp-po.tar.bz2
1613
1614 -------------------------------------------------------------------
1615 Thu Feb 12 01:13:34 CET 2015 - ma@suse.de
1616
1617 - Update zypp-po.tar.bz2
1618
1619 -------------------------------------------------------------------
1620 Mon Feb  9 16:05:38 CET 2015 - ma@suse.de
1621
1622 - Don't execute scripts in /tmp or /var/tmp, as they could be
1623   mounted noexec for security reasons (bnc#915928)
1624 - zypp/PublicKey.cc: Use GPG_BINARY from KeyRing
1625 - Support $releasever_major/$releasever_minor repo variables
1626   (FATE#318354)
1627 - version 14.36.0 (30)
1628
1629 -------------------------------------------------------------------
1630 Sun Feb  8 01:13:14 CET 2015 - ma@suse.de
1631
1632 - Update zypp-po.tar.bz2
1633
1634 -------------------------------------------------------------------
1635 Thu Feb  5 01:13:27 CET 2015 - ma@suse.de
1636
1637 - Update zypp-po.tar.bz2
1638
1639 -------------------------------------------------------------------
1640 Sun Feb  1 01:13:10 CET 2015 - ma@suse.de
1641
1642 - Update zypp-po.tar.bz2
1643
1644 -------------------------------------------------------------------
1645 Thu Jan 29 01:13:12 CET 2015 - ma@suse.de
1646
1647 - Update zypp-po.tar.bz2
1648
1649 -------------------------------------------------------------------
1650 Thu Jan 22 01:13:36 CET 2015 - ma@suse.de
1651
1652 - Update zypp-po.tar.bz2
1653
1654 -------------------------------------------------------------------
1655 Wed Jan 21 10:28:49 CET 2015 - ma@suse.de
1656
1657 - PathInfo: Deprecate major/minor in favor of new devMajor/devMinor.
1658   The old names clash with GNU libc macros.
1659 - version 14.35.0 (30)
1660
1661 -------------------------------------------------------------------
1662 Sun Jan 18 01:13:09 CET 2015 - ma@suse.de
1663
1664 - Update zypp-po.tar.bz2
1665
1666 -------------------------------------------------------------------
1667 Thu Jan 15 01:13:12 CET 2015 - ma@suse.de
1668
1669 - Update zypp-po.tar.bz2
1670
1671 -------------------------------------------------------------------
1672 Mon Jan 12 15:04:17 CET 2015 - ma@suse.de
1673
1674 - Properly propagate repo variables in service refresh.
1675 - Let $ZYPP_REPO_RELEASEVER overwrite $releasever in .repo files
1676   (bnc#911658)
1677 - Call pool_set_rootdir to properly check for file conflicts.
1678 - Use xgettext --boost to support boost-format (%N%)
1679 - version 14.34.0 (30)
1680
1681 -------------------------------------------------------------------
1682 Sun Jan 11 01:13:15 CET 2015 - ma@suse.de
1683
1684 - Update zypp-po.tar.bz2
1685
1686 -------------------------------------------------------------------
1687 Thu Jan  8 01:13:23 CET 2015 - ma@suse.de
1688
1689 - Update zypp-po.tar.bz2
1690
1691 -------------------------------------------------------------------
1692 Thu Jan  1 01:13:29 CET 2015 - ma@suse.de
1693
1694 - Update zypp-po.tar.bz2
1695
1696 -------------------------------------------------------------------
1697 Sun Dec 21 01:13:33 CET 2014 - ma@suse.de
1698
1699 - Update zypp-po.tar.bz2
1700
1701 -------------------------------------------------------------------
1702 Fri Dec 19 10:05:00 CET 2014 - ma@suse.de
1703
1704 - Parse and offer productRegisterFlavor attribute (bnc#896224)
1705 - version 14.33.0 (30)
1706
1707 -------------------------------------------------------------------
1708 Thu Dec 18 01:13:20 CET 2014 - ma@suse.de
1709
1710 - Update zypp-po.tar.bz2
1711
1712 -------------------------------------------------------------------
1713 Wed Dec 17 18:44:26 CET 2014 - ma@suse.de
1714
1715 - Improve conflict message for locked packages (bnc#828631)
1716 - Fix broken de-escaping in str::splitEscaped (bnc#909772)
1717 - cleanup loging
1718 - version 14.32.2 (30)
1719
1720 -------------------------------------------------------------------
1721 Fri Dec 12 14:00:01 CET 2014 - ma@suse.de
1722
1723 - CheckAccessDeleted: Filter PIDs running in a container (bnc#909143)
1724 - version 14.32.1 (30)
1725
1726 -------------------------------------------------------------------
1727 Wed Dec 10 16:06:04 CET 2014 - ma@suse.de
1728
1729 - suppress informal license (no need to accept) upon update (bnc#908976)
1730 - version 14.32.0 (30)
1731
1732 -------------------------------------------------------------------
1733 Mon Dec  8 14:53:00 CET 2014 - ma@suse.de
1734
1735 - Adapt to gpg-2.1 (bnc#908135)
1736 - rpm: do not obsolete yast2-packagemanager-devel by libzypp-devel-doc
1737 - replaceAll: fix endless loop on empty search string
1738 - version 14.31.0 (30)
1739
1740 -------------------------------------------------------------------
1741 Thu Nov 27 07:40:30 UTC 2014 - dimstar@opensuse.org
1742
1743 - Do not provide/obsolete yast2-packagemanager-devel by the -doc
1744   package: the -devel package already does that.
1745 - Minor .spec cleanup (remove Authors section).
1746
1747 -------------------------------------------------------------------
1748 Tue Nov 11 17:09:28 CET 2014 - ma@suse.de
1749
1750 - Call rpm with '--noglob' (bnc#892431)
1751 - Downloader: unify workflow downloading a (signed) master index file
1752 - Fix iostream includes (fixes #34)
1753 - Explicitly call libsolv:pool_setdisttype (fixes #36)
1754 - version 14.30.2 (30)
1755
1756 -------------------------------------------------------------------
1757 Sun Nov  9 01:13:17 CET 2014 - ma@suse.de
1758
1759 - Update zypp-po.tar.bz2
1760
1761 -------------------------------------------------------------------
1762 Sun Nov  2 01:14:10 CET 2014 - ma@suse.de
1763
1764 - Update zypp-po.tar.bz2
1765
1766 -------------------------------------------------------------------
1767 Mon Oct 27 11:38:00 CET 2014 - ma@suse.de
1768
1769 - doc: add hint to code 12 pattern packages
1770 - MediaCurl: Fix URL path concatenation (bnc#901590)
1771 - Move doxygen html doc to libzypp-devel-doc (bnc#901691)
1772 - Remove non-breaking spaces from changes file
1773 - Control lifetime of downloaded mirrorlist
1774 - version 14.30.1 (30)
1775
1776 -------------------------------------------------------------------
1777 Thu Oct 16 11:03:11 CEST 2014 - ma@suse.de
1778
1779 - Update zypp-po.tar.bz2
1780
1781 -------------------------------------------------------------------
1782 Wed Oct 15 15:07:09 CEST 2014 - ma@suse.de
1783
1784 - Store baseurls in list as order expresses preference
1785 - Support parsing multiple baseurls from a repo file (bnc#899510)
1786 - Fix handling local mirrorlist= files in .repo (bnc#899510)
1787 - Provide missing man pages (fixes #33)
1788 - Enable building autodocs, translations and test per default on debian
1789 - Fix several typos in output messages and comments (fixes #29)
1790 - Make the include dir path configurable (fixes #27)
1791 - version 14.30.0 (30)
1792
1793 -------------------------------------------------------------------
1794 Fri Oct 10 16:01:31 CEST 2014 - ma@suse.de
1795
1796 - Update zypp-po.tar.bz2 (bnc#899603)
1797
1798 -------------------------------------------------------------------
1799 Thu Oct  9 01:13:15 CEST 2014 - ma@suse.de
1800
1801 - Update zypp-po.tar.bz2
1802
1803 -------------------------------------------------------------------
1804 Sun Oct  5 01:14:42 CEST 2014 - ma@suse.de
1805
1806 - Update zypp-po.tar.bz2
1807
1808 -------------------------------------------------------------------
1809 Sun Sep 28 01:13:30 CEST 2014 - ma@suse.de
1810
1811 - Update zypp-po.tar.bz2
1812
1813 -------------------------------------------------------------------
1814 Thu Sep 25 17:59:06 CEST 2014 - ma@suse.de
1815
1816 - Trigger appdata plugin when system repos have changed (bnc#866257)
1817 - Protect against race when destructing globals
1818 - BuildRequire libsolv-tools as libsolv-devel no longer does
1819 - version 14.29.4 (29)
1820
1821 -------------------------------------------------------------------
1822 Thu Sep 25 01:15:42 CEST 2014 - ma@suse.de
1823
1824 - Update zypp-po.tar.bz2
1825
1826 -------------------------------------------------------------------
1827 Tue Sep 23 17:07:45 CEST 2014 - ma@suse.de
1828
1829 - Fix computation of userinstalled items (bnc#897404)
1830 - version 14.29.3 (29)
1831
1832 -------------------------------------------------------------------
1833 Tue Sep 23 10:55:08 CEST 2014 - ma@suse.de
1834
1835 - Adapt to API changes in rpm.4.12
1836 - SLE-12 (suse_version 1315) uses it's own translations set
1837   (bnc#897176)
1838 - version 14.29.2 (29)
1839
1840 -------------------------------------------------------------------
1841 Sun Sep 21 01:13:25 CEST 2014 - ma@suse.de
1842
1843 - Update zypp-po.tar.bz2
1844
1845 -------------------------------------------------------------------
1846 Thu Sep 18 15:47:50 CEST 2014 - ma@suse.de
1847
1848 - Update sle-zypp-po.tar.bz2
1849
1850 -------------------------------------------------------------------
1851 Thu Sep 18 15:47:34 CEST 2014 - ma@suse.de
1852
1853 - Update zypp-po.tar.bz2
1854
1855 -------------------------------------------------------------------
1856 Thu Sep 18 15:46:11 CEST 2014 - ma@suse.de
1857
1858 - Update zypp-po.tar.bz2
1859
1860 -------------------------------------------------------------------
1861 Wed Sep 17 13:18:23 CEST 2014 - ma@suse.de
1862
1863 - adjust BuildRequires
1864 - version 14.29.1 (29)
1865
1866 -------------------------------------------------------------------
1867 Tue Sep 16 10:45:39 CEST 2014 - ma@suse.de
1868
1869 - DiskUsageCounter: Set growonly on detetcted snapshotting btrfs
1870   partitions (bnc#896176)
1871 - DiskUsageCounter: Allow MountPoint to store fstype
1872 - DiskUsageCounter: Support setting 'growonly' partition hint
1873   (bnc#896176)
1874 - version 14.29.0 (29)
1875
1876 -------------------------------------------------------------------
1877 Fri Sep  5 12:46:57 CEST 2014 - ma@suse.de
1878
1879 - Make Repository::isUpdateRepo also check for being referenced
1880   by products (bnc#892579)
1881 - Report repositories skipped as nonroot due to insufficient
1882   permission (bnc#893260)
1883 - version 14.28.0 (28)
1884
1885 -------------------------------------------------------------------
1886 Thu Sep  4 01:14:34 CEST 2014 - ma@suse.de
1887
1888 - Update zypp-po.tar.bz2
1889
1890 -------------------------------------------------------------------
1891 Fri Aug 29 14:46:25 CEST 2014 - ma@suse.de
1892
1893 - PackageProvider: consider toplevel cache if --root or --pkg-cachedir
1894   is used.
1895 - Cleanup orpahned cache dirs only at zypp.conf default locations
1896   (bnc#891515)
1897 - Remove orphaned package caches on refresh (bnc#888919)
1898 - version 14.27.2 (27)
1899
1900 -------------------------------------------------------------------
1901 Sun Aug 24 01:16:00 CEST 2014 - ma@suse.de
1902
1903 - Update zypp-po.tar.bz2
1904
1905 -------------------------------------------------------------------
1906 Mon Aug 18 14:01:06 CEST 2014 - ma@suse.de
1907
1908 - Update zypp-po.tar.bz2
1909
1910 -------------------------------------------------------------------
1911 Thu Jul 31 19:22:56 CEST 2014 - ma@suse.de
1912
1913 - Fix gpg key creation/modification date computation to properly
1914   update trusted keys stored in the rpm database.
1915 - version 14.27.1 (27)
1916
1917 -------------------------------------------------------------------
1918 Mon Jul 28 11:32:40 CEST 2014 - mls@suse.de
1919
1920 - reverted last commit to make yast2-pkg-bindings build again
1921
1922 -------------------------------------------------------------------
1923 Fri Jul 25 12:56:17 CEST 2014 - ma@suse.de
1924
1925 - JobReport: extend callback to allow passing UserData
1926 - hardlinkCopy must not fail if proc/sys/fs/protected_hardlink is on
1927 - adapt to changed boost::error_category throw specifier
1928 - version 14.27.0 (27)
1929
1930 -------------------------------------------------------------------
1931 Fri Jul 18 08:57:39 CEST 2014 - ma@suse.de
1932
1933 - Execute install scripts with cwd==/ (bnc#886764)
1934 - fix wrong '//' when extending URLs with an empty path (bnc#885254)
1935 - version 14.26.1 (26)
1936
1937 -------------------------------------------------------------------
1938 Mon Jul 14 17:46:14 CEST 2014 - ma@suse.de
1939
1940 - refreshService: add option to force repo status reset
1941 - Strip local filenames and args from URL.
1942 - version 14.26.0 (26)
1943
1944 -------------------------------------------------------------------
1945 Fri Jul 11 13:42:43 CEST 2014 - ma@suse.de
1946
1947 - Support RepoInfo content keywords (FATE#316287)
1948 - fix parsing repomd.xml twice
1949 - version 14.25.0 (23)
1950
1951 -------------------------------------------------------------------
1952 Wed Jun 11 07:36:48 CEST 2014 - ma@suse.de
1953
1954 - Patch: add isCategory/isSeverity convenience
1955 - If available provide info in ServiceException
1956 - version 14.24.0 (23)
1957
1958 -------------------------------------------------------------------
1959 Wed Jun  4 11:49:32 CEST 2014 - ma@suse.de
1960
1961 - Cleanup orphanded service repos on the fly (bnc#649846)
1962 - Service refresh must not attempt to modify plugin services
1963 - version 14.23.0 (23)
1964
1965 -------------------------------------------------------------------
1966 Wed May 28 13:41:22 CEST 2014 - ma@suse.de
1967
1968 - Fix service methods to throw ServiceException, not RepoException.
1969 - version 14.22.0 (22)
1970
1971 -------------------------------------------------------------------
1972 Tue May 27 16:31:21 CEST 2014 - ma@suse.de
1973
1974 - Let ServiceRefresh en-/disable repos with respect to previous state
1975   and user modifications.
1976 - RepoindexFileReader: support variable substitution
1977 - Parse optional autorefresh attribute from repoindex.xml
1978 - version 14.21.0 (20)
1979
1980 -------------------------------------------------------------------
1981 Wed May 14 13:52:38 CEST 2014 - ma@suse.de
1982
1983 - Add DownloadResolvableReport::infoInCache
1984 - Adjust transfer timeout settings (bnc#877405)
1985 - Fix computation of update candidate (bnc#834858)
1986 - version 14.20.0 (20)
1987
1988 -------------------------------------------------------------------
1989 Thu May  8 18:54:25 CEST 2014 - ma@suse.de
1990
1991 - KeyRingReport: New infoVerify callback showing the trusted key
1992   that will be used for verification.
1993 - version 14.19.0 (19)
1994
1995 -------------------------------------------------------------------
1996 Sun May  4 01:15:49 CEST 2014 - ma@suse.de
1997
1998 - Update zypp-po.tar.bz2
1999
2000 -------------------------------------------------------------------
2001 Thu May  1 01:15:38 CEST 2014 - ma@suse.de
2002
2003 - Update zypp-po.tar.bz2
2004
2005 -------------------------------------------------------------------
2006 Mon Apr 28 15:34:44 CEST 2014 - ma@suse.de
2007
2008 - Derive initial AutoInstalled file from history
2009 - Target: maintain AutoInstalled database file
2010 - version 14.18.0 (17)
2011
2012 -------------------------------------------------------------------
2013 Tue Apr 15 17:03:30 CEST 2014 - ma@suse.de
2014
2015 - Factor out CommitPackageCache for standalone usage. (Fate#317077)
2016 - version 14.17.5 (17)
2017
2018 -------------------------------------------------------------------
2019 Fri Apr 11 16:16:11 CEST 2014 - ma@suse.de
2020
2021 - history: log %posttrans errors and output
2022 - adapt to libsolv cannges
2023 - version 14.17.4 (17)
2024
2025 -------------------------------------------------------------------
2026 Fri Apr  4 14:29:13 CEST 2014 - ma@suse.de
2027
2028 - Log warning if baseproduct symlink is dangling or missing
2029 - version 14.17.3 (17)
2030
2031 -------------------------------------------------------------------
2032 Thu Apr  3 19:18:48 CEST 2014 - ma@suse.de
2033
2034 - RepoManager: Fix RepoStatus computation and refresh of PLAINDIR repos.
2035 - Recreate solv file caches if content may change even if raw metadata
2036   are unchanged (here: new pattern, product and application data).
2037 - version 14.17.2 (17)
2038
2039 -------------------------------------------------------------------
2040 Wed Apr  2 18:09:47 CEST 2014 - ma@suse.de
2041
2042 - CpeId: Basic functionality incl. matching
2043 - New SetRelationMixin
2044 - version 14.17.1 (17)
2045
2046 -------------------------------------------------------------------
2047 Mon Mar 31 10:23:42 CEST 2014 - ma@suse.de
2048
2049 - Use dummy licenses in test data (bnc#862471)
2050 - Install zypp-NameReqPrv helper for evaluating testcases.
2051 - version 14.17.0 (17)
2052
2053 -------------------------------------------------------------------
2054 Tue Mar 18 14:55:11 CET 2014 - ma@suse.de
2055
2056 - Update zypp-po.tar.bz2
2057
2058 -------------------------------------------------------------------
2059 Wed Feb 26 15:06:06 CET 2014 - ma@suse.de
2060
2061 - Ignore failed-eject-exception on media change (bnc#865705)
2062 - version 14.16.1 (16)
2063
2064 -------------------------------------------------------------------
2065 Tue Feb 25 13:42:13 CET 2014 - ma@suse.de
2066
2067 - Remove duplicate code detecting known kinds and move it to
2068   ResKind::explicitBuiltin.
2069 - version 14.16.0 (16)
2070
2071 -------------------------------------------------------------------
2072 Sun Feb 23 21:52:55 CET 2014 - ma@suse.de
2073
2074 - Optionally exclude suggested packages from pattern content (bnc#857671)
2075 - Fix pattern content for auto-pattens (bnc#864087)
2076 - Don't report missing filelists for non-packages (bnc#864314)
2077 - adapt to new rpm weak dependency tags
2078 - version 14.15.0 (15)
2079
2080 -------------------------------------------------------------------
2081 Fri Feb 14 13:51:46 CET 2014 - ma@suse.de
2082
2083 - Provide ContentIdentifier of required update repositories in Product
2084   (Fate#316160)
2085 - Support CpeId in Repository and Product attributes (Fate#316160)
2086 - Add API for retrieving repository ContentRevision and ContentIdentifier
2087   (Fate#316160)
2088 - version 14.14.0 (14)
2089
2090 -------------------------------------------------------------------
2091 Thu Feb 13 10:28:24 CET 2014 - ma@suse.de
2092
2093 - Adjust solver defaults to changed soft lock handling (bnc#863275)
2094 - Avoid confusing solver decisions by not storing soft locks (bnc#863275)
2095 - version 14.13.0 (13)
2096
2097 -------------------------------------------------------------------
2098 Tue Feb 11 21:22:58 CET 2014 - ma@suse.de
2099
2100 - Add Product::endOfLife attribute (Fate#316172)
2101 - Let Product::shortName fallback to name.
2102 - Remove license text from test data (bnc#862471)
2103 - version 14.12.0 (12)
2104
2105 -------------------------------------------------------------------
2106 Sun Feb  2 01:13:59 CET 2014 - ma@suse.de
2107
2108 - Update zypp-po.tar.bz2
2109
2110 -------------------------------------------------------------------
2111 Fri Jan 31 19:09:28 CET 2014 - ma@suse.de
2112
2113 - Introduce new solvable kind: Application (as provided by appdata.xml)
2114 - version 14.11.0 (7)
2115
2116 -------------------------------------------------------------------
2117 Fri Jan 31 17:37:29 CET 2014 - ma@suse.de
2118
2119 - String helper for printing indented text.
2120 - Offer translated names for dependency types.
2121 - version 14.10.0 (7)
2122
2123 -------------------------------------------------------------------
2124 Thu Jan 30 01:13:40 CET 2014 - ma@suse.de
2125
2126 - Update zypp-po.tar.bz2
2127
2128 -------------------------------------------------------------------
2129 Wed Jan 29 10:28:16 CET 2014 - ma@suse.de
2130
2131 - No fileconflict check if DownloadOnly.
2132 - version 14.9.0 (7)
2133
2134 -------------------------------------------------------------------
2135 Sat Jan 25 17:07:45 CET 2014 - ma@suse.de
2136
2137 - Collect and execute %posttrans scripts delayed (Fate#313506)
2138 - BuildRequire libsolv implementing (Fate#309385)
2139 - version 14.8.0 (7)
2140
2141 -------------------------------------------------------------------
2142 Fri Jan 24 11:26:52 CET 2014 - ma@suse.de
2143
2144 - Patterns are no longer pseudo installed (Fate#309385)
2145 - version 14.7.0 (7)
2146
2147 -------------------------------------------------------------------
2148 Fri Jan 24 08:41:13 CET 2014 - ma@suse.de
2149
2150 - Check for file conflicts in commit (bnc#673720)
2151 - Add asUserSting: human readable (translated) string representation
2152 - Add file conflict detection during commit (bnc#673720)
2153 - Add Transaction::installedResult
2154 - version 14.6.0 (6)
2155
2156 -------------------------------------------------------------------
2157 Mon Jan 20 17:14:48 CET 2014 - ma@suse.de
2158
2159 - Fix cleanup code removing the @System solv file. (bnc#853065)
2160 - Fix missing priority in RepoInfo::dumpAsXML (bnc#855845)
2161 - version 14.5.0 (4)
2162
2163 -------------------------------------------------------------------
2164 Tue Jan 14 18:38:49 CET 2014 - ma@suse.de
2165
2166 - Improve ProgressData reporting.
2167 - Allow xml::escape directly dumping to a stream.
2168 - Add support for repo authentication using SSL client certificates
2169   (bnc#683914)
2170 - Enhance Queue to perform COW
2171 - fix documentation
2172 - version 14.4.0 (4)
2173
2174 -------------------------------------------------------------------
2175 Thu Jan  9 01:13:40 CET 2014 - ma@suse.de
2176
2177 - Update zypp-po.tar.bz2
2178
2179 -------------------------------------------------------------------
2180 Fri Dec 13 19:36:34 CET 2013 - ma@suse.de
2181
2182 - Polish DiskUsageCounter
2183 - Add Bitmap type (aka sat::Map)
2184 - Remove obsolete DiskUsage class
2185 - version 14.3.0 (3)
2186
2187 -------------------------------------------------------------------
2188 Thu Dec 12 18:01:18 CET 2013 - ma@suse.de
2189
2190 - Fix disk usage computation for single packages (bnc#852943)
2191 - version 14.2.1 (2)
2192
2193 -------------------------------------------------------------------
2194 Wed Dec  4 12:54:30 UTC 2013 - jreidinger@suse.com
2195
2196 - Drop package-manager script as it is already deprecated and
2197   packagekit usage in desktop invalidates it. If someone really
2198   need it, then place it to proper top level package which can
2199   decide what GUI is proper for given task.
2200
2201 -------------------------------------------------------------------
2202 Wed Nov 20 16:32:30 CET 2013 - ma@suse.de
2203
2204 - Extend commit plugin to send the transaction list (Fate#316203)
2205 - Add base/Json.h: JSON encoder for e.g. sending data to plugins
2206 - Re-evaluate dropped packages list on upgrade, even if product
2207   remains unchanged (bnc#849251).
2208 - Add ppc64le architecture
2209 - Add m68k architecture
2210 - version 14.2.0 (2)
2211
2212 -------------------------------------------------------------------
2213 Fri Oct 25 14:21:31 CEST 2013 - ma@suse.de
2214
2215 - Always properly initialize pool storage (bnc#846565)
2216 - version 14.1.1 (0)
2217
2218 -------------------------------------------------------------------
2219 Thu Oct 17 17:57:54 CEST 2013 - ma@suse.de
2220
2221 - Add Package isCached and cachedLocation methods
2222 - fixed PluginFrame::hasKey
2223 - version 14.1.0 (0)
2224
2225 -------------------------------------------------------------------
2226 Thu Oct 10 01:13:48 CEST 2013 - ma@suse.de
2227
2228 - Update zypp-po.tar.bz2
2229
2230 -------------------------------------------------------------------
2231 Sun Oct  6 01:13:51 CEST 2013 - ma@suse.de
2232
2233 - Update zypp-po.tar.bz2
2234
2235 -------------------------------------------------------------------
2236 Thu Oct  3 01:14:59 CEST 2013 - ma@suse.de
2237
2238 - Update zypp-po.tar.bz2
2239
2240 -------------------------------------------------------------------
2241 Wed Oct  2 19:25:58 CEST 2013 - ma@suse.de
2242
2243 - fix handling symlinks in export pathname on NFSv4 (bnc#804544)
2244 - Bump major version for Factory
2245   13.1 is continued on SuSE-Code-13_1-Branch
2246 - version 14.0.0 (0)
2247
2248 -------------------------------------------------------------------
2249 Sun Sep 29 01:15:02 CEST 2013 - ma@suse.de
2250
2251 - Update zypp-po.tar.bz2
2252
2253 -------------------------------------------------------------------
2254 Sun Sep 22 01:14:26 CEST 2013 - ma@suse.de
2255
2256 - Update zypp-po.tar.bz2
2257
2258 -------------------------------------------------------------------
2259 Wed Sep 18 17:06:06 CEST 2013 - ma@suse.de
2260
2261 - Allow multiversionSpec manipulation in ZConfig
2262 - Fix string hexdecoding
2263 - Avoid parsing gpg subkeys but still parse multiple keys
2264 - version 13.7.0 (6)
2265
2266 -------------------------------------------------------------------
2267 Sun Sep 15 01:14:55 CEST 2013 - ma@suse.de
2268
2269 - Update zypp-po.tar.bz2
2270
2271 -------------------------------------------------------------------
2272 Thu Sep 12 01:15:29 CEST 2013 - ma@suse.de
2273
2274 - Update zypp-po.tar.bz2
2275
2276 -------------------------------------------------------------------
2277 Thu Sep  5 01:13:43 CEST 2013 - ma@suse.de
2278
2279 - Update zypp-po.tar.bz2
2280
2281 -------------------------------------------------------------------
2282 Mon Sep  2 17:04:37 CEST 2013 - ma@suse.de
2283
2284 - Avoid parsing gpg subkeys
2285 - Use explicit operator bool in TmpPath
2286 - Must keep legacy rpm level flag (bnc#838039)
2287 - version 13.6.0 (6)
2288
2289 -------------------------------------------------------------------
2290 Sun Sep  1 01:14:03 CEST 2013 - ma@suse.de
2291
2292 - Update zypp-po.tar.bz2
2293
2294 -------------------------------------------------------------------
2295 Thu Aug 29 01:13:44 CEST 2013 - ma@suse.de
2296
2297 - Update zypp-po.tar.bz2
2298
2299 -------------------------------------------------------------------
2300 Tue Aug 27 19:10:37 CEST 2013 - ma@suse.de
2301
2302 - remove deprecated methods
2303 - fix key expiry date parsing (bnc#828672)
2304 - Provide additional keys data in case the ASCII armored blob
2305   containes multiple keys
2306 - No rpmdb key import in readony mode (bnc#828672)
2307 - Fix rpmdb key import/export (bnc#828672)
2308 - Reduce amount of gpg calls when importing/exporting keys.
2309 - Add public accessible PublicKeyData/PublicKeyScanner classes
2310 - fix ASCII armored PublicKey parsing (bnc#828672)
2311 - fix typo (bnc#761985)
2312 - Fix multiversion update candidate to respect an installed objects
2313   arch and vendor (bnc#820444)
2314 - fix logfile truncation introduced by previous fix for (bnc#825490)
2315 - Swig can't handle move constructor
2316 - Workaround bnc#819354 by executing rpm in /. (bnc#827609)
2317 - Try to detect Arch_ppc64p7 (requires glibc-2.16: getauxval)
2318 - Fix file probing via tftp:// (bnc#803316)
2319 - Add armv7hl to armv6hl compat to be in sync with libsolv.
2320 - Support for armv6hl
2321 - version 13.5.0 (5)
2322
2323 -------------------------------------------------------------------
2324 Thu Aug 22 01:13:25 CEST 2013 - ma@suse.de
2325
2326 - Update zypp-po.tar.bz2
2327
2328 -------------------------------------------------------------------
2329 Sun Aug 18 01:13:20 CEST 2013 - ma@suse.de
2330
2331 - Update zypp-po.tar.bz2
2332
2333 -------------------------------------------------------------------
2334 Thu Aug 15 01:13:27 CEST 2013 - ma@suse.de
2335
2336 - Update zypp-po.tar.bz2
2337
2338 -------------------------------------------------------------------
2339 Thu Aug  8 01:13:27 CEST 2013 - ma@suse.de
2340
2341 - Update zypp-po.tar.bz2
2342
2343 -------------------------------------------------------------------
2344 Sun Aug  4 01:13:59 CEST 2013 - ma@suse.de
2345
2346 - Update zypp-po.tar.bz2
2347
2348 -------------------------------------------------------------------
2349 Thu Aug  1 01:13:52 CEST 2013 - ma@suse.de
2350
2351 - Update zypp-po.tar.bz2
2352
2353 -------------------------------------------------------------------
2354 Thu Jul 25 01:13:40 CEST 2013 - ma@suse.de
2355
2356 - Update zypp-po.tar.bz2
2357
2358 -------------------------------------------------------------------
2359 Thu Jul 18 01:13:43 CEST 2013 - ma@suse.de
2360
2361 - Update zypp-po.tar.bz2
2362
2363 -------------------------------------------------------------------
2364 Sun Jul 14 01:13:38 CEST 2013 - ma@suse.de
2365
2366 - Update zypp-po.tar.bz2
2367
2368 -------------------------------------------------------------------
2369 Thu Jul 11 01:13:49 CEST 2013 - ma@suse.de
2370
2371 - Update zypp-po.tar.bz2
2372
2373 -------------------------------------------------------------------
2374 Fri Jun 21 20:24:39 CEST 2013 - ma@suse.de
2375
2376 - Fix testcases failing if local pathnames contain umlauts
2377 - Pathname: add move constructor and fix assign
2378 - Set logfile permission upon file creation only (bnc#825490)
2379 - Add arch ppc64p7
2380 - version 13.4.0 (4)
2381
2382 -------------------------------------------------------------------
2383 Tue Jun 11 11:37:48 CEST 2013 - ma@suse.de
2384
2385 - Speedup scanning for modaliases (bnc#824110)
2386 - version 13.3.0 (2)
2387
2388 -------------------------------------------------------------------
2389 Sun May 26 01:13:15 CEST 2013 - ma@suse.de
2390
2391 - Update zypp-po.tar.bz2
2392
2393 -------------------------------------------------------------------
2394 Thu May 23 01:13:13 CEST 2013 - ma@suse.de
2395
2396 - Update zypp-po.tar.bz2
2397
2398 -------------------------------------------------------------------
2399 Thu May 16 12:22:48 CEST 2013 - ma@suse.de
2400
2401 - Remove deprecated old stuff (aria2 support,
2402   old InstallOrder, old History parser)
2403 - version 13.2.0 (2)
2404
2405 -------------------------------------------------------------------
2406 Thu May 16 01:13:47 CEST 2013 - ma@suse.de
2407
2408 - Update zypp-po.tar.bz2
2409
2410 -------------------------------------------------------------------
2411 Sun May 12 01:13:39 CEST 2013 - ma@suse.de
2412
2413 - Update zypp-po.tar.bz2
2414
2415 -------------------------------------------------------------------
2416 Thu May  9 01:13:54 CEST 2013 - ma@suse.de
2417
2418 - Update zypp-po.tar.bz2
2419
2420 -------------------------------------------------------------------
2421 Thu May  2 11:07:52 CEST 2013 - ma@suse.de
2422
2423 - Discourage using SafeBool in favor of explicit operator bool
2424 - version 13.1.0 (1)
2425
2426 -------------------------------------------------------------------
2427 Mon Apr 29 10:41:46 CEST 2013 - ma@suse.de
2428
2429 - Testsuite: Workaround boost::thread being not header only since
2430   boost-1.50 (boost ticket 7085)
2431 - Adaptions to smart_pointer changes in boost-1.53; mainly introduce
2432   explicit operator bool; constructible and comparable with nullptr_t.
2433 - Bump major version for Factory
2434   12.x is continued on SuSE-Code-12_3-Branch
2435 - version 13.0.0 (0)
2436
2437 -------------------------------------------------------------------
2438 Sun Apr 28 01:14:07 CEST 2013 - ma@suse.de
2439
2440 - Update zypp-po.tar.bz2
2441
2442 -------------------------------------------------------------------
2443 Fri Apr  5 14:26:35 CEST 2013 - ma@suse.de
2444
2445 - added new fuction zypp::ZYpp::provideSrcPackage
2446 - Treat opensuse-education as separate vendor (bnc#812608)
2447 - AArch64 support
2448 - version 12.11.0 (0)
2449
2450 -------------------------------------------------------------------
2451 Wed Mar 27 12:31:17 CET 2013 - ma@suse.de
2452
2453 - added tftp-support (bnc#803316)
2454 - version 12.10.1 (0)
2455
2456 -------------------------------------------------------------------
2457 Tue Mar 26 13:06:21 CET 2013 - ma@suse.de
2458
2459 - Update zypp-po.tar.bz2
2460
2461 -------------------------------------------------------------------
2462 Thu Mar 21 01:13:45 CET 2013 - ma@suse.de
2463
2464 - Update zypp-po.tar.bz2
2465
2466 -------------------------------------------------------------------
2467 Sun Mar 10 01:14:01 CET 2013 - ma@suse.de
2468
2469 - Update zypp-po.tar.bz2
2470
2471 -------------------------------------------------------------------
2472 Thu Mar  7 14:13:42 CET 2013 - ma@suse.de
2473
2474 - Adapt to libsolv dataiterator fixes
2475   (returning random data in some cases)
2476 - Require and adapt to changes in libsolv-0.3.0
2477 - version 12.10.0 (0)
2478
2479 -------------------------------------------------------------------
2480 Thu Mar  7 01:13:25 CET 2013 - ma@suse.de
2481
2482 - Update zypp-po.tar.bz2
2483
2484 -------------------------------------------------------------------
2485 Sun Mar  3 01:15:52 CET 2013 - ma@suse.de
2486
2487 - Update zypp-po.tar.bz2
2488
2489 -------------------------------------------------------------------
2490 Wed Feb 27 08:41:18 CET 2013 - ma@suse.de
2491
2492 - Rephrase error message if 'lsof' is not installed (bnc#694427)
2493 - version 12.9.0 (0)
2494
2495 -------------------------------------------------------------------
2496 Fri Feb 15 12:49:18 CET 2013 - ma@suse.de
2497
2498 - Handle dangling update script symlinks in instsys. (bnc#803751)
2499 - version 12.8.1 (0)
2500
2501 -------------------------------------------------------------------
2502 Thu Feb 14 01:13:28 CET 2013 - ma@suse.de
2503
2504 - Update zypp-po.tar.bz2
2505
2506 -------------------------------------------------------------------
2507 Thu Feb  7 01:16:50 CET 2013 - ma@suse.de
2508
2509 - Update zypp-po.tar.bz2
2510
2511 -------------------------------------------------------------------
2512 Mon Feb  4 12:35:51 CET 2013 - ma@suse.de
2513
2514 - Update zypp-po.tar.bz2
2515
2516 -------------------------------------------------------------------
2517 Tue Jan 22 11:06:55 CET 2013 - ma@suse.de
2518
2519 - make multicurl suppress progress reports for the metalink download
2520 - work around libcurl bug that sometimes gives us old values in the
2521   progress callback
2522 - version 12.8.0 (0)
2523
2524 -------------------------------------------------------------------
2525 Fri Jan 18 14:07:50 CET 2013 - ma@suse.de
2526
2527 - Reduce logging
2528 - MediaMultiCurl: throw AbortRequestException if aborted by user
2529 - version 12.7.0 (0)
2530
2531 -------------------------------------------------------------------
2532 Sun Jan 13 01:13:23 CET 2013 - ma@suse.de
2533
2534 - Update zypp-po.tar.bz2
2535
2536 -------------------------------------------------------------------
2537 Sun Jan  6 01:13:17 CET 2013 - ma@suse.de
2538
2539 - Update zypp-po.tar.bz2
2540
2541 -------------------------------------------------------------------
2542 Thu Dec 27 01:13:27 CET 2012 - ma@suse.de
2543
2544 - Update zypp-po.tar.bz2
2545
2546 -------------------------------------------------------------------
2547 Mon Dec 17 13:31:15 CET 2012 - ma@suse.de
2548
2549 - Add NamedValue<_Tp>: Simple value<>name mapping supporting aliases
2550 - Enable zypper to remove zypp locks without evaluating the
2551   query (bnc#792901)
2552 - Configure curl to "not fix the BEAST attack" (bnc#779177)
2553 - version 12.6.0 (0)
2554
2555 -------------------------------------------------------------------
2556 Sun Dec 16 01:13:16 CET 2012 - ma@suse.de
2557
2558 - Update zypp-po.tar.bz2
2559
2560 -------------------------------------------------------------------
2561 Mon Dec  3 14:31:59 CET 2012 - ma@suse.de
2562
2563 - HistoryLogReader: new HistoryLogData based API for parsing the new
2564   history file entries (fate#312521)
2565   The old HistoryItem based API is deprecated but will
2566   still be available for a while if you compile with
2567   -DWITH_DEPRECATED_HISTORYITEM_API.
2568 - Write userdata string to history log (fate#312521)
2569 - Add HistoryLogReader testcases
2570 - Adapt to libsolv 'medianr'-changes
2571 - version 12.5.0 (0)
2572
2573 -------------------------------------------------------------------
2574 Thu Nov 22 01:14:42 CET 2012 - ma@suse.de
2575
2576 - Update zypp-po.tar.bz2
2577
2578 -------------------------------------------------------------------
2579 Sun Nov 18 01:13:44 CET 2012 - ma@suse.de
2580
2581 - Update zypp-po.tar.bz2
2582
2583 -------------------------------------------------------------------
2584 Tue Nov 13 15:40:10 CET 2012 - ma@suse.de
2585
2586 - Forward userdata string to commit plugins in BEGINPLUGIN (fate#312521)
2587 - Extend ZConfig to store a user defined string value (fate#312521)
2588 - Add SIGSEGV handler trying to log a stack trace
2589 - Add zypp::dumpBacktrace to dump current stack trace to a stream.
2590 - Use gettext plural handling (bnc#784666)
2591 - version 12.4.0 (0)
2592
2593 -------------------------------------------------------------------
2594 Sun Nov  4 01:13:21 CET 2012 - ma@suse.de
2595
2596 - Update zypp-po.tar.bz2
2597
2598 -------------------------------------------------------------------
2599 Wed Oct 24 10:40:38 CEST 2012 - ma@suse.de
2600
2601 - Add simple sysconfig::write (bnc#766598)
2602 - For installed products also filelists when trying to find the buddy
2603   (bnc#784900)
2604 - Provide information whether product license needs to be accepted.
2605 - version 12.3.0 (0)
2606
2607 -------------------------------------------------------------------
2608 Thu Oct 18 01:13:43 CEST 2012 - ma@suse.de
2609
2610 - Update zypp-po.tar.bz2
2611
2612 -------------------------------------------------------------------
2613 Sun Oct  7 01:13:41 CEST 2012 - ma@suse.de
2614
2615 - Update zypp-po.tar.bz2
2616
2617 -------------------------------------------------------------------
2618 Mon Oct  1 11:00:42 CEST 2012 - ma@suse.de
2619
2620 - Enable multiversion kernel and set multiversion.kernels in
2621   /etc/zypp/zypp.conf to keep the latest, latest-1 and the running.
2622 - Fix typo (bnc#782801)
2623 - Relax evaluation of patch category tags (case insensitive)
2624
2625 -------------------------------------------------------------------
2626 Sun Sep 30 01:13:18 CEST 2012 - ma@suse.de
2627
2628 - Update zypp-po.tar.bz2
2629
2630 -------------------------------------------------------------------
2631 Sun Sep 16 01:14:34 CEST 2012 - ma@suse.de
2632
2633 - Update zypp-po.tar.bz2
2634
2635 -------------------------------------------------------------------
2636 Wed Sep 12 10:28:00 CEST 2012 - ma@suse.de
2637
2638 - Add str::commonPrefix
2639 - version 12.2.0 (0)
2640
2641 -------------------------------------------------------------------
2642 Sun Sep  9 01:13:25 CEST 2012 - ma@suse.de
2643
2644 - Update zypp-po.tar.bz2
2645
2646 -------------------------------------------------------------------
2647 Wed Sep  5 11:56:54 CEST 2012 - gs@suse.de
2648
2649 - Provide Target::reload()
2650 - version 12.1.0 (0)
2651
2652 -------------------------------------------------------------------
2653 Sun Aug 26 01:13:31 CEST 2012 - ma@suse.de
2654
2655 - Update zypp-po.tar.bz2
2656
2657 -------------------------------------------------------------------
2658 Thu Aug 23 01:13:47 CEST 2012 - ma@suse.de
2659
2660 - Update zypp-po.tar.bz2
2661
2662 -------------------------------------------------------------------
2663 Sun Aug 19 01:14:11 CEST 2012 - ma@suse.de
2664
2665 - Update zypp-po.tar.bz2
2666
2667 -------------------------------------------------------------------
2668 Thu Aug 16 01:13:43 CEST 2012 - ma@suse.de
2669
2670 - Update zypp-po.tar.bz2
2671
2672 -------------------------------------------------------------------
2673 Fri Aug 10 12:53:47 CEST 2012 - ma@suse.de
2674
2675 - Implement $ZYPP_LOCK_TIMEOUT: number of seconds to wait for a
2676   zypplock becoming available (bnc#772965)
2677 - Unify update-scripts with same content(md5sum) (bnc#773575)
2678 - version 12.0.1 (0)
2679
2680 -------------------------------------------------------------------
2681 Thu Aug  9 01:15:12 CEST 2012 - ma@suse.de
2682
2683 - Update zypp-po.tar.bz2
2684
2685 -------------------------------------------------------------------
2686 Thu Aug  2 11:55:00 CEST 2012 - ma@suse.de
2687
2688 - set $ZYPP_IS_RUNNING during commit
2689 - Bump major version for Factory
2690   11.x is continued on SuSE-Code-12_2-Branch
2691 - version 12.0.0 (0)
2692
2693 -------------------------------------------------------------------
2694 Thu Aug  2 01:14:11 CEST 2012 - ma@suse.de
2695
2696 - Update zypp-po.tar.bz2
2697
2698 -------------------------------------------------------------------
2699 Wed Aug  1 15:32:40 CEST 2012 - ma@suse.de
2700
2701 - Fixed typo (bnc#773467)
2702 - Erase any old repo instance from pool when (re)loading from cache
2703 - filter zero sized devices in disk usage counter(bnc#769819)
2704 - fix isSoftLocked computation
2705 - fix possibly reporting timeout as "aborted by user" (bnc#665327)
2706 - do not fork the uuidgen program, use kernel interface instead
2707 - remove obsolete hicolor-icon-theme BuildRequires
2708 - version 11.7.0 (6)
2709
2710 -------------------------------------------------------------------
2711 Sun Jul 29 01:13:31 CEST 2012 - ma@suse.de
2712
2713 - Update zypp-po.tar.bz2
2714
2715 -------------------------------------------------------------------
2716 Thu Jul 19 01:13:43 CEST 2012 - ma@suse.de
2717
2718 - Update zypp-po.tar.bz2
2719
2720 -------------------------------------------------------------------
2721 Sun Jul  1 01:13:31 CEST 2012 - ma@suse.de
2722
2723 - Update zypp-po.tar.bz2
2724
2725 -------------------------------------------------------------------
2726 Thu Jun 28 01:14:27 CEST 2012 - ma@suse.de
2727
2728 - Update zypp-po.tar.bz2
2729
2730 -------------------------------------------------------------------
2731 Mon Jun 25 15:23:10 CEST 2012 - ma@suse.de
2732
2733 - zypp.conf:servicesdir is ignored (bnc#765528)
2734 - allow libcurl to take proxy from environment iff proxy is not
2735   configured or disallowed (bnc#745404)
2736 - version 11.6.3 (6)
2737
2738 -------------------------------------------------------------------
2739 Sun Jun 24 01:14:32 CEST 2012 - ma@suse.de
2740
2741 - Update zypp-po.tar.bz2
2742
2743 -------------------------------------------------------------------
2744 Thu Jun 14 01:13:35 CEST 2012 - ma@suse.de
2745
2746 - Update zypp-po.tar.bz2
2747
2748 -------------------------------------------------------------------
2749 Fri Jun  8 15:57:22 CEST 2012 - ma@suse.de
2750
2751 - Adjust weaklock fix
2752
2753 -------------------------------------------------------------------
2754 Fri Jun  8 14:16:15 CEST 2012 - ma@suse.de
2755
2756 - Fix processing of weak locks (bnc#749418, bnc#765164)
2757 - [valgrind] don't dereference if we may be past the end of the repositories.
2758 - add armv7hl workaround for Adrian
2759 - version 11.6.2 (6)
2760
2761 -------------------------------------------------------------------
2762 Sun Jun  3 01:14:09 CEST 2012 - ma@suse.de
2763
2764 - Update zypp-po.tar.bz2
2765
2766 -------------------------------------------------------------------
2767 Thu May 31 10:07:37 UTC 2012 - dmacvicar@suse.com
2768
2769 - fix an invalid read revealed by valgrind in
2770   RepositoryIterator::increment()
2771
2772 -------------------------------------------------------------------
2773 Sun May 20 01:13:30 CEST 2012 - ma@suse.de
2774
2775 - Update zypp-po.tar.bz2
2776
2777 -------------------------------------------------------------------
2778 Thu May 17 01:15:25 CEST 2012 - ma@suse.de
2779
2780 - Update zypp-po.tar.bz2
2781
2782 -------------------------------------------------------------------
2783 Sun May 13 01:14:15 CEST 2012 - ma@suse.de
2784
2785 - Update zypp-po.tar.bz2
2786
2787 -------------------------------------------------------------------
2788 Tue May  8 13:39:22 CEST 2012 - ma@suse.de
2789
2790 - Use ld version script to hide symbols outside zypp namespace (bnc#755324)
2791 - remove base/Deprecated.h (macros now in APIConfig.h)
2792 - Disribute Easy.h in APIConfig.h
2793 - Add APIConfig.h providing ZYPP_API and ZYPP_LOCAL macros
2794 - version 11.6.0 (6)
2795
2796 -------------------------------------------------------------------
2797 Fri May  4 11:18:17 CEST 2012 - ma@suse.de
2798
2799 - build with gcc-4.7 (bnc#755324)
2800 - version 11.5.0 (5)
2801
2802 -------------------------------------------------------------------
2803 Wed Apr 25 18:50:20 CEST 2012 - ma@suse.de
2804
2805 - Fix lost device info when mounting CD/DVD
2806
2807 -------------------------------------------------------------------
2808 Sun Apr 22 01:15:46 CEST 2012 - ma@suse.de
2809
2810 - Update zypp-po.tar.bz2
2811
2812 -------------------------------------------------------------------
2813 Thu Apr 19 10:19:05 CEST 2012 - ma@suse.de
2814
2815 - Always consider (block) devices passed as url option (bnc#755815)
2816
2817 -------------------------------------------------------------------
2818 Thu Apr 19 01:14:57 CEST 2012 - ma@suse.de
2819
2820 - Update zypp-po.tar.bz2
2821
2822 -------------------------------------------------------------------
2823 Wed Apr 18 18:38:06 CEST 2012 - ma@suse.de
2824
2825 - Fix install progress hopping back and forth
2826 - Try to create a missing destination dir before switching to tmp
2827   space (bnc#755239)
2828
2829 -------------------------------------------------------------------
2830 Mon Apr 16 14:52:35 CEST 2012 - ma@suse.de
2831
2832 - ResStatus: add 'unneeded' bit (determined by solver)
2833 - Force using gcc-4.6 until it builds with 4.7
2834 - Support multiversion definitions being read from files in /etc/zypp/multiversion.d.
2835 - Workaround doxygen SEGV and accept incomplete docs (until bnc#755402 is fixed)
2836 - Rename zypp::sat::AttrMatcher to zypp::StrMatcher (base/StrMatcher.h)
2837 - Support (source)package download by non-root user (bnc#755239)
2838 - Delay construction of ZYppGlobalLock until its actually needed (bnc#575096)
2839 - Fix buddy handling in solver results
2840 - Simplify Selectable::multiversionInstall
2841 - Don't cache defaultCandidate as it depends on solver::allowVendorChange flag (bnc#754286)
2842 - version 11.4.0 (4)
2843
2844 -------------------------------------------------------------------
2845 Tue Apr 10 12:11:37 CEST 2012 - ma@suse.de
2846
2847 - Update zypp-po.tar.bz2
2848
2849 -------------------------------------------------------------------
2850 Sun Apr  8 01:13:24 CEST 2012 - ma@suse.de
2851
2852 - Update zypp-po.tar.bz2
2853
2854 -------------------------------------------------------------------
2855 Thu Apr  5 01:16:21 CEST 2012 - ma@suse.de
2856
2857 - Update zypp-po.tar.bz2
2858
2859 -------------------------------------------------------------------
2860 Mon Mar 26 14:47:59 CEST 2012 - ma@suse.de
2861
2862 - Cleanup orphaned media attach points (bnc#751221)
2863 - Show max support status if package is in multiple repos (bnc#735841)
2864 - Parse proxy user/pass from url (bnc#752497)
2865 - Add CMake option to disable libproxy usage and disable it on SLE. (bnc#752500)
2866 - version 11.3.0 (1)
2867
2868 -------------------------------------------------------------------
2869 Thu Mar 15 00:31:25 CET 2012 - ma@suse.de
2870
2871 - Add API for patch severity (bnc#733723, FATE#312633)
2872 - version 11.2.0 (1)
2873
2874 -------------------------------------------------------------------
2875 Tue Mar 13 13:04:48 CET 2012 - ma@suse.de
2876
2877 - Force libproxy into using "/etc/sysconfig/proxy" if it exists (bnc#679322)
2878 - Apply soft locks by name and not per package (bnc#749418)
2879 - version 11.1.1 (1)
2880
2881 -------------------------------------------------------------------
2882 Fri Feb  3 13:18:01 CET 2012 - ma@suse.de
2883
2884 - Add Fetcher support for CHECKSUMS file (replaceing SHA1SUMS) (bnc#744302)
2885 - Build with -fvisibility-inlines-hidden
2886 - CheckAccessDeleted: avoid duplicate entries for the same PID (bnc#716972)
2887 - Correctly use user:pass directly embedded in a proxy url (bnc#740764)
2888 - new sat::Map - Libsolv (bit)Map wrapper.
2889 - always set splitprovides to true now that libsolv handles them better
2890 - version 11.1.0 (1)
2891
2892 -------------------------------------------------------------------
2893 Thu Feb  2 01:14:17 CET 2012 - ma@suse.de
2894
2895 - Update zypp-po.tar.bz2
2896
2897 -------------------------------------------------------------------
2898 Sun Jan 29 01:14:28 CET 2012 - ma@suse.de
2899
2900 - Update zypp-po.tar.bz2
2901
2902 -------------------------------------------------------------------
2903 Sun Jan 22 01:13:30 CET 2012 - ma@suse.de
2904
2905 - Update zypp-po.tar.bz2
2906
2907 -------------------------------------------------------------------
2908 Tue Jan 10 18:31:41 CET 2012 - ma@suse.de
2909
2910 - Update zypp-po.tar.bz2
2911
2912 -------------------------------------------------------------------
2913 Fri Dec 23 14:51:25 CET 2011 - ma@suse.de
2914
2915 - Adapt Repository iteration to libsolv changes.
2916 - Add sat::Pool tests
2917 - Fix Flags<> api to be more consistent and add testcase.
2918 - Set min_curl_version 7.19.4 (bnc#735284)
2919 - Doc: add some words about 'Solver - Vendor protection'
2920 - version 11.0.0 (0)
2921
2922 -------------------------------------------------------------------
2923 Thu Dec  1 01:13:37 CET 2011 - ma@suse.de
2924
2925 - Update zypp-po.tar.bz2
2926
2927 -------------------------------------------------------------------
2928 Mon Nov 28 18:08:42 CET 2011 - ma@suse.de
2929
2930 - Fix and optimize Pathname ctor and provide testcases (bnc#721128)
2931 - Open all file descriptors with O_CLOEXEC to avoid leaks and races
2932 - Some improvements to the services documentation
2933 - Fix RW_pointer comparison with underlying smart pointer type.
2934 - version 10.3.5 (3)
2935
2936 -------------------------------------------------------------------
2937 Sun Nov 27 01:13:10 CET 2011 - ma@suse.de
2938
2939 - Update zypp-po.tar.bz2
2940
2941 -------------------------------------------------------------------
2942 Thu Nov 17 01:13:15 CET 2011 - ma@suse.de
2943
2944 - Update zypp-po.tar.bz2
2945
2946 -------------------------------------------------------------------
2947 Fri Nov 11 13:38:42 CET 2011 - ma@suse.de
2948
2949 - Try to find and use some CD/DVD device even if HAL/UDEV detection
2950   fails (bnc#724807)
2951 - Static initialization problem fixes (by Harald Fernengel)
2952 - version 10.3.4 (3)
2953
2954 -------------------------------------------------------------------
2955 Mon Nov  7 15:45:28 CET 2011 - ma@suse.de
2956
2957 - Don't use proxy if disabled (bnc#696805)
2958 - version 10.3.3 (3)
2959
2960 -------------------------------------------------------------------
2961 Mon Nov  7 13:49:44 UTC 2011 - dimstar@opensuse.org
2962
2963 - Add pkg-config BuildRequires: We fail to detect libproxy due to
2964   the missing pkg-config. Additionally, we have a .pc file
2965   ourselfes, which we do not get the provides for [bnc#696805]
2966
2967 -------------------------------------------------------------------
2968 Thu Nov  3 14:58:42 CET 2011 - ma@suse.de
2969
2970 - Let RepoInfo::keepPackages properly default to FALSE (bnc#727385)
2971 - version 10.3.2 (3)
2972
2973 -------------------------------------------------------------------
2974 Thu Nov  3 01:13:12 CET 2011 - ma@suse.de
2975
2976 - Update zypp-po.tar.bz2
2977
2978 -------------------------------------------------------------------
2979 Sun Oct 30 01:14:41 CEST 2011 - ma@suse.de
2980
2981 - Update zypp-po.tar.bz2
2982
2983 -------------------------------------------------------------------
2984 Thu Oct 27 01:14:10 CEST 2011 - ma@suse.de
2985
2986 - Update zypp-po.tar.bz2
2987
2988 -------------------------------------------------------------------
2989 Mon Oct 24 13:35:56 CEST 2011 - ma@suse.de
2990
2991 - Explicitly include textLocale in package translation download
2992
2993 -------------------------------------------------------------------
2994 Mon Oct 24 09:37:31 CEST 2011 - ma@suse.de
2995
2996 - Update libversion info (due to ABI change in 10.2.0 (bnc#725407)
2997 - version 10.3.1 (3)
2998
2999 -------------------------------------------------------------------
3000 Sun Oct 23 01:13:11 CEST 2011 - ma@suse.de
3001
3002 - Update zypp-po.tar.bz2
3003
3004 -------------------------------------------------------------------
3005 Fri Oct 21 11:47:39 CEST 2011 - ma@suse.de
3006
3007 - Add zypp.conf option repo.refresh.locales: A list of locales for
3008   which translated package descriptions should be downloaded if
3009   available.
3010 - Explixitly set CURLOPT_PROXYAUTH
3011 - version 10.3.0 (1)
3012
3013 -------------------------------------------------------------------
3014 Tue Oct 18 16:45:13 CEST 2011 - ma@suse.de
3015
3016 - Add arch armv7tnhl and armv7thl
3017 - Fix RepoVariablesReplacer to compute substitution values on demand only
3018 - PathInfo::hardlinkCopy: fix handling cross-device links
3019 - version 10.2.0 (1)
3020
3021 -------------------------------------------------------------------
3022 Sun Oct 16 01:13:37 CEST 2011 - ma@suse.de
3023
3024 - Update zypp-po.tar.bz2
3025
3026 -------------------------------------------------------------------
3027 Thu Oct 13 11:50:26 CEST 2011 - ma@suse.de
3028
3029 - Must not differ between type nfs and nfs4 when checking the mount
3030   table (bnc#710269)
3031 - version 10.1.1 (1)
3032
3033 -------------------------------------------------------------------
3034 Thu Oct 13 01:13:37 CEST 2011 - ma@suse.de
3035
3036 - Update zypp-po.tar.bz2
3037
3038 -------------------------------------------------------------------
3039 Tue Oct 11 15:20:43 CEST 2011 - ma@suse.de
3040
3041 - Switch to using libsolv instead of satsolver
3042 - version 10.1.0 (1)
3043
3044 -------------------------------------------------------------------
3045 Sun Oct  9 01:13:16 CEST 2011 - ma@suse.de
3046
3047 - Update zypp-po.tar.bz2
3048
3049 -------------------------------------------------------------------
3050 Thu Oct  6 01:14:00 CEST 2011 - ma@suse.de
3051
3052 - Update zypp-po.tar.bz2
3053
3054 -------------------------------------------------------------------
3055 Tue Sep 20 09:57:04 CEST 2011 - ma@suse.de
3056
3057 - Bump major version for Factory; 9.x is continued on SLE-11-SP2-Branch
3058 - version 10.0.0 (0)
3059
3060 -------------------------------------------------------------------
3061 Tue Sep 13 10:51:53 CEST 2011 - ma@suse.de
3062
3063 - Enhance Selectable API
3064 - version 9.11.0 (8)
3065
3066 -------------------------------------------------------------------
3067 Sun Sep 11 01:18:59 CEST 2011 - ma@suse.de
3068
3069 - Update sle-zypp-po.tar.bz2
3070
3071 -------------------------------------------------------------------
3072 Sun Sep 11 01:13:12 CEST 2011 - ma@suse.de
3073
3074 - Update zypp-po.tar.bz2
3075
3076 -------------------------------------------------------------------
3077 Thu Sep  8 01:19:28 CEST 2011 - ma@suse.de
3078
3079 - Update sle-zypp-po.tar.bz2
3080
3081 -------------------------------------------------------------------
3082 Thu Sep  8 01:14:08 CEST 2011 - ma@suse.de
3083
3084 - Update zypp-po.tar.bz2
3085
3086 -------------------------------------------------------------------
3087 Wed Sep  7 12:38:23 CEST 2011 - ma@suse.de
3088
3089 - Explicitly require rpm.
3090 - version 9.10.2 (8)
3091
3092 -------------------------------------------------------------------
3093 Sun Sep  4 01:16:54 CEST 2011 - ma@suse.de
3094
3095 - Update sle-zypp-po.tar.bz2
3096
3097 -------------------------------------------------------------------
3098 Sun Sep  4 01:13:27 CEST 2011 - ma@suse.de
3099
3100 - Update zypp-po.tar.bz2
3101
3102 -------------------------------------------------------------------
3103 Thu Sep  1 01:13:36 CEST 2011 - ma@suse.de
3104
3105 - Update zypp-po.tar.bz2
3106
3107 -------------------------------------------------------------------
3108 Mon Aug 29 10:51:04 CEST 2011 - ma@suse.de
3109
3110 - Extend mount entry comparison fix (bnc#710269)
3111 - version 9.10.2 (8)
3112
3113 -------------------------------------------------------------------
3114 Thu Aug 25 01:17:06 CEST 2011 - ma@suse.de
3115
3116 - Update sle-zypp-po.tar.bz2
3117
3118 -------------------------------------------------------------------
3119 Mon Aug 22 13:57:16 CEST 2011 - ma@suse.de
3120
3121 - Update sle-zypp-po.tar.bz2
3122
3123 -------------------------------------------------------------------
3124 Sun Aug 14 01:13:21 CEST 2011 - ma@suse.de
3125
3126 - Update zypp-po.tar.bz2
3127
3128 -------------------------------------------------------------------
3129 Sun Aug  7 01:16:07 CEST 2011 - ma@suse.de
3130
3131 - Update zypp-po.tar.bz2
3132
3133 -------------------------------------------------------------------
3134 Fri Aug  5 15:20:07 CEST 2011 - ma@suse.de
3135
3136 - Attempt to fix smb mount entry comparison (bnc#710269)
3137 - version 9.10.1 (8)
3138
3139 -------------------------------------------------------------------
3140 Thu Aug  4 14:54:47 CEST 2011 - ma@suse.de
3141
3142 - Allow to turn Resolvers upgrade mode on and off (bnc#709480)
3143 - Fix reading of integer arrays from rpm headers (bnc#709716)
3144 - version 9.10.0 (8)
3145
3146 -------------------------------------------------------------------
3147 Thu Aug  4 01:14:00 CEST 2011 - ma@suse.de
3148
3149 - Update zypp-po.tar.bz2
3150
3151 -------------------------------------------------------------------
3152 Thu Jul 28 13:04:10 CEST 2011 - ma@suse.de
3153
3154 - Evaluate CURLINFO_CONDITION_UNMET on zero sized successful transfers,
3155   if compiled against libcurl-7.19.4 or above. (bnc#692260)
3156 - version 9.9.2 (8)
3157
3158 -------------------------------------------------------------------
3159 Mon Jul 25 16:20:37 CEST 2011 - ma@suse.de
3160
3161 - Always read /proc/mounts when looking for mounted media (bnc#705893)
3162 - version 9.9.1 (8)
3163
3164 -------------------------------------------------------------------
3165 Fri Jul 22 13:12:34 CEST 2011 - ma@suse.de
3166
3167 - MediaUserAuth: Do not expose libcurl header files.
3168 - version 9.9.0 (8)
3169
3170 -------------------------------------------------------------------
3171 Mon Jul 18 11:33:25 CEST 2011 - ma@suse.de
3172
3173 - More initialize parser structure fixes. (bnc#705181)
3174 - version 9.8.7 (8)
3175
3176 -------------------------------------------------------------------
3177 Fri Jul 15 15:15:01 CEST 2011 - ma@suse.de
3178
3179 - Check for /etc/sysconfig/storage changes before solving (bnc#702365)
3180 - version 9.8.6 (8)
3181
3182 -------------------------------------------------------------------
3183 Fri Jul 15 13:58:53 CEST 2011 - ma@suse.de
3184
3185 - Properly initialize parser structures (bnc#705181)
3186 - version 9.8.5 (8)
3187
3188 -------------------------------------------------------------------
3189 Thu Jul  7 15:53:17 CEST 2011 - ma@suse.de
3190
3191 - Fix tests for available libcurl version.
3192 - version 9.8.4 (8)
3193
3194 -------------------------------------------------------------------
3195 Thu Jul  7 01:13:47 CEST 2011 - ma@suse.de
3196
3197 - Update zypp-po.tar.bz2
3198
3199 -------------------------------------------------------------------
3200 Mon Jul  4 10:41:42 CEST 2011 - ma@suse.de
3201
3202 - Make fix for bnc#702576 more robust.
3203 - Enhance fix for bnc#699435. Return an error if download in advance
3204   failed to provide all packages, so zypper does not silently quit.
3205 - version 9.8.3 (8)
3206
3207 -------------------------------------------------------------------
3208 Thu Jun 30 01:13:43 CEST 2011 - ma@suse.de
3209
3210 - Update zypp-po.tar.bz2
3211
3212 -------------------------------------------------------------------
3213 Wed Jun 29 12:23:24 CEST 2011 - ma@suse.de
3214
3215 - Always compute transaction from pool (bnc#702576)
3216 - version 9.8.2 (8)
3217
3218 -------------------------------------------------------------------
3219 Tue Jun 28 16:04:50 CEST 2011 - ma@suse.de
3220
3221 - Add feature provides for supported plugins.
3222
3223 -------------------------------------------------------------------
3224 Tue Jun 21 10:44:47 CEST 2011 - dmacvicar@suse.de
3225
3226 - Add configuration template for automatic kernel
3227   purge (feature#312018) to zypp.conf
3228
3229 -------------------------------------------------------------------
3230 Tue Jun 14 13:38:00 CEST 2011 - ma@suse.de
3231
3232 - Fix download loop to skip non-install actions. (bnc#699435)
3233 - version 9.8.1 (8)
3234
3235 -------------------------------------------------------------------
3236 Sun Jun 12 01:13:36 CEST 2011 - ma@suse.de
3237
3238 - Update zypp-po.tar.bz2
3239
3240 -------------------------------------------------------------------
3241 Thu Jun  9 09:34:51 CEST 2011 - ma@suse.de
3242
3243 - Fix missing return value.
3244
3245 -------------------------------------------------------------------
3246 Wed Jun  8 12:58:54 CEST 2011 - ma@suse.de
3247
3248 - Simplify ZYppCommitResult by using filtered Transaction::action_iterator.
3249 - version 9.8.0 (8)
3250
3251 -------------------------------------------------------------------
3252 Tue Jun  7 14:12:35 CEST 2011 - ma@suse.de
3253
3254 - Update zypp-po.tar.bz2
3255
3256 -------------------------------------------------------------------
3257 Tue Jun  7 12:42:20 CEST 2011 - ma@suse.de
3258
3259 - Fix transaction ORDER_BY_MEDIANR.
3260 - version 9.7.0 (5)
3261
3262 -------------------------------------------------------------------
3263 Fri Jun  3 23:12:05 CEST 2011 - ma@suse.de
3264
3265 - Basic commit plugins implemented. They may be used to implement pre/post
3266   commit actions like taking file system snapshots (fate#303699)
3267 - version 9.6.0 (5)
3268
3269 -------------------------------------------------------------------
3270 Tue May 31 17:27:45 CEST 2011 - ma@suse.de
3271
3272 - Do commit based on sat::Transaction.
3273 - version 9.5.0 (5)
3274
3275 -------------------------------------------------------------------
3276 Tue May 31 12:09:17 CEST 2011 - ma@suse.de
3277
3278 - Assert rpm database directory is created before rpmtsInitDB is
3279   called (bnc#697115)
3280
3281 -------------------------------------------------------------------
3282 Tue May 31 11:46:57 CEST 2011 - dheidler@suse.de
3283
3284 - fix var definition order in PackageProvider
3285 - fix operator~ return datatype for flags (ctor is explicit)
3286 - add method interactiveFlags to Patch describing what makes it
3287   interactive
3288 - version 9.4.0 (3)
3289
3290 -------------------------------------------------------------------
3291 Tue May 31 10:12:12 CEST 2011 - ma@suse.de
3292
3293 - Recommend 'lsof' (for zypper ps) (bnc#694427, bnc#684466)
3294
3295 -------------------------------------------------------------------
3296 Mon May 30 17:14:14 CEST 2011 - dheidler@suse.de
3297
3298 - Switch patch interactive-check to flags
3299 - version 9.3.0 (3)
3300
3301 -------------------------------------------------------------------
3302 Sun May 29 01:13:42 CEST 2011 - ma@suse.de
3303
3304 - Update zypp-po.tar.bz2
3305
3306 -------------------------------------------------------------------
3307 Fri May 27 17:02:05 CEST 2011 - ma@suse.de
3308
3309 - fix specfile to handle sles translations if available
3310
3311 -------------------------------------------------------------------
3312 Fri May 27 09:51:13 CEST 2011 - ma@suse.de
3313
3314 - Avoid using #elifdef directive.
3315
3316 -------------------------------------------------------------------
3317 Thu May 26 01:13:43 CEST 2011 - ma@suse.de
3318
3319 - Update zypp-po.tar.bz2
3320
3321 -------------------------------------------------------------------
3322 Wed May 25 09:22:28 CEST 2011 - ma@suse.de
3323
3324 - Add a fallback gnome-packagekit updater in package-manager (bnc#667504)
3325 - Backport changelog entries from SLE11-SP1 branch. Bugs mentioned here
3326   were either fixed without bnc# or do not apply to this branch. This is
3327   to make the changelog checker happy:
3328   - Set proper defaults for service repos (bnc#673943)
3329
3330 -------------------------------------------------------------------
3331 Tue May 24 12:43:32 CEST 2011 - dheidler@suse.de
3332
3333 - add option ignore_reboot_flag to Patch::interactive (bnc#665853)
3334 - version 9.2.0 (2)
3335
3336 -------------------------------------------------------------------
3337 Mon May 23 16:12:32 CEST 2011 - dheidler@suse.de
3338
3339 - respect patch content license when determinating interactive status
3340 - version 9.1.2 (1)
3341
3342 -------------------------------------------------------------------
3343 Mon May 23 12:05:10 CEST 2011 - ma@suse.de
3344
3345 - More rpm-4.9 fixes
3346 - Disable rpm V3toV4 conversion while not working with rpm 4.9
3347
3348 -------------------------------------------------------------------
3349 Sun May 22 01:14:21 CEST 2011 - ma@suse.de
3350
3351 - Update zypp-po.tar.bz2
3352
3353 -------------------------------------------------------------------
3354 Fri May 20 17:11:10 CEST 2011 - ma@suse.de
3355
3356 - Fix for rpm-4.9
3357 - version 9.1.1 (1)
3358
3359 -------------------------------------------------------------------
3360 Fri May 20 13:43:38 CEST 2011 - ma@suse.de
3361
3362 - Disable use if rpm-4.4 legacy interface (dropped in 4.9) (bnc#691089)
3363 - Fix poolquery handling repo restrictions correctly. (bnc#661976)
3364 - version 9.1.0 (1)
3365
3366 -------------------------------------------------------------------
3367 Wed May 18 14:10:20 CEST 2011 - dmacvicar@suse.de
3368
3369 - Allow MediaCD to build against HAL or nothing
3370   if udev is not present
3371
3372 -------------------------------------------------------------------
3373 Mon May 16 14:42:09 CEST 2011 - dmacvicar@suse.de
3374
3375 - forward port all changes to make it build in Code10
3376
3377 -------------------------------------------------------------------
3378 Mon May 16 11:51:51 UTC 2011 - dmacvicar@suse.de
3379
3380 - make -Werror=format-security optional and used only if
3381   supported
3382
3383 -------------------------------------------------------------------
3384 Sun May 15 01:13:47 CEST 2011 - ma@suse.de
3385
3386 - Update zypp-po.tar.bz2
3387
3388 -------------------------------------------------------------------
3389 Thu May 12 01:13:54 CEST 2011 - ma@suse.de
3390
3391 - Update zypp-po.tar.bz2
3392
3393 -------------------------------------------------------------------
3394 Fri May  6 13:22:35 CEST 2011 - dheidler@suse.de
3395
3396 - delete old metadata temp directories
3397 - version 9.0.3 (0)
3398
3399 -------------------------------------------------------------------
3400 Wed Apr 27 17:17:00 CEST 2011 - dheidler@suse.de
3401
3402 - fix max_concurrent_connections option in MultiCurl (bnc#596089)
3403 - version 9.0.2 (0)
3404
3405 -------------------------------------------------------------------
3406 Sun Apr 17 01:13:40 CEST 2011 - ma@suse.de
3407
3408 - Update zypp-po.tar.bz2
3409
3410 -------------------------------------------------------------------
3411 Tue Apr 12 18:49:32 CEST 2011 - dheidler@suse.de
3412
3413 - check for permissions before writing (fixes bnc#683509)
3414 - version 9.0.1 (0)
3415
3416 -------------------------------------------------------------------
3417 Tue Apr  5 12:08:27 CEST 2011 - ma@suse.de
3418
3419 - Switch ResPoolProxy to use multimap in order to allow iteration
3420   of all Selectables of all kinds.
3421 - Add upper/lower_bound iteration to MapKVIterator.
3422 - Add stream output for multimap/set.
3423 - version 9.0.0 (0)
3424
3425 -------------------------------------------------------------------
3426 Mon Apr  4 15:08:08 CEST 2011 - ma@suse.de
3427
3428 - Update zypp-po.tar.bz2
3429
3430 -------------------------------------------------------------------
3431 Mon Apr  4 15:04:47 CEST 2011 - ma@suse.de
3432
3433 - Update zypp-po.tar.bz2
3434
3435 -------------------------------------------------------------------
3436 Mon Apr  4 15:03:55 CEST 2011 - ma@suse.de
3437
3438 - Update zypp-po.tar.bz2
3439
3440 -------------------------------------------------------------------
3441 Thu Mar 10 01:13:39 CET 2011 - ma@suse.de
3442
3443 - Update zypp-po.tar.bz2
3444
3445 -------------------------------------------------------------------
3446 Sun Mar  6 01:13:41 CET 2011 - ma@suse.de
3447
3448 - Update zypp-po.tar.bz2
3449
3450 -------------------------------------------------------------------
3451 Wed Feb 16 14:24:27 UTC 2011 - dmacvicar@suse.de
3452
3453 - Do not look for $releasever 's value if there is no variable
3454   in the url: parses product file again and again
3455 - version 8.12.2 (10)
3456
3457 -------------------------------------------------------------------
3458 Thu Feb 10 16:01:46 CET 2011 - ma@suse.de
3459
3460 - Remove package-manager.desktop file (bnc#329635)
3461 - version 8.12.1 (10)
3462
3463 -------------------------------------------------------------------
3464 Tue Jan 25 10:09:22 CET 2011 - ma@suse.de
3465
3466 - Apply patch introducing armv7nhl:armv7hl
3467
3468 -------------------------------------------------------------------
3469 Tue Jan 18 12:28:19 UTC 2011 - dmacvicar@suse.de
3470
3471 - allow for Repo Index Services to set the enabled state of
3472   repositories from the server side.
3473 - Fix priority not being set on reading service indexes
3474 - version 8.12.0 (10)
3475
3476 -------------------------------------------------------------------
3477 Fri Jan 14 12:45:18 CET 2011 - ma@suse.de
3478
3479 - Add new ServicePlugin Exceptions.
3480
3481 -------------------------------------------------------------------
3482 Thu Jan 13 01:13:32 CET 2011 - ma@suse.de
3483
3484 - Update zypp-po.tar.bz2
3485
3486 -------------------------------------------------------------------
3487 Thu Dec 23 14:42:02 CET 2010 - dheidler@suse.de
3488
3489 - add method to check if there are manually configured urls
3490 - version 8.11.0 (10)
3491
3492 -------------------------------------------------------------------
3493 Thu Dec 23 11:31:22 CET 2010 - dheidler@suse.de
3494
3495 - create cache directory, if it doesn't exist
3496   when saving mirrorlist
3497 - version 8.10.6 (10)
3498
3499 -------------------------------------------------------------------
3500 Wed Dec 22 12:38:22 CET 2010 - dheidler@suse.de
3501
3502 - moved keepPackages code to RepoInfo::Impl
3503 - version 8.10.5 (10)
3504
3505 -------------------------------------------------------------------
3506 Tue Dec 21 13:29:06 CET 2010 - dheidler@suse.de
3507
3508 - Fix caching of mirrorlist files
3509 - version 8.10.4 (10)
3510
3511 -------------------------------------------------------------------
3512 Thu Dec 16 19:46:00 CET 2010 - ma@suse.de
3513
3514 - Do not export keyring if rpmdb is initialised, but target isn't
3515   (bnc#659494)
3516 - version 8.10.3 (10)
3517
3518 -------------------------------------------------------------------
3519 Fri Dec 10 17:17:07 CET 2010 - dheidler@suse.de
3520
3521 - Catch RPM-Exeption when instaling the Distribution (bnc#658714)
3522 - version 8.10.2 (10)
3523
3524 -------------------------------------------------------------------
3525 Wed Dec  8 14:15:12 CET 2010 - dheidler@suse.de
3526
3527 - fix retrieval of distributionVersion if target is not initialized
3528 - MultiCurl: make sure the server responds with "partial content",
3529   fixes corrupt downloads if the metalink file contains no checksums
3530 - version 8.10.1 (10)
3531
3532 -------------------------------------------------------------------
3533 Wed Dec  1 17:39:16 CET 2010 - dheidler@suse.de
3534
3535 - Added ReplacerVar caching in RepoInfo
3536 - Automaticly remove empty mirrorlist-files
3537 - version 8.10.0 (10)
3538
3539 -------------------------------------------------------------------
3540 Tue Nov 30 17:11:32 CET 2010 - dheidler@suse.de
3541
3542 - Added MirrorList caching
3543 - version 8.9.0 (7)
3544
3545 -------------------------------------------------------------------
3546 Mon Nov 29 12:31:37 CET 2010 - ma@suse.de
3547
3548 - Icons for libzypp should go into desktop-data. (bnc#329635)
3549 - version 8.8.2 (7)
3550
3551 -------------------------------------------------------------------
3552 Wed Nov 24 11:55:59 CET 2010 - ma@suse.de
3553
3554 - Properly handle FTP response 550. (bnc#645747)
3555 - version 8.8.1 (7)
3556
3557 -------------------------------------------------------------------
3558 Fri Nov 19 11:24:39 CET 2010 - mls@suse.de
3559
3560 - fix access of freed memory in MultiCurl (bnc#654600)
3561
3562 -------------------------------------------------------------------
3563 Sun Nov  7 01:13:39 CET 2010 - ma@suse.de
3564
3565 - Update zypp-po.tar.bz2
3566
3567 -------------------------------------------------------------------
3568 Wed Nov  3 16:06:46 CET 2010 - dheidler@suse.de
3569
3570 - added metalink support
3571 - version 8.8.0 (7)
3572
3573 -------------------------------------------------------------------
3574 Thu Oct 21 18:15:31 CEST 2010 - ma@suse.de
3575
3576 - Feed the ProvideFilePolicy progress callback in addition to any
3577   connected media::DownloadProgressReport (bnc#545106)
3578 - version 8.7.1 (7)
3579
3580 -------------------------------------------------------------------
3581 Wed Oct 13 16:14:13 CEST 2010 - dheidler@suse.de
3582
3583 - Make MetaLinkParser accept InputStreams
3584 - Make MetaLinkParser accept Pathnames insted of strings
3585 - Fix MetaLinkv4 hash parsing
3586 - Add MetaLinkParser test
3587 - version 8.7.0 (7)
3588
3589 -------------------------------------------------------------------
3590 Mon Oct 11 17:06:17 CEST 2010 - ma@suse.de
3591
3592 - Use timeouts in plugin script communication.
3593 - Fix ExternalProgram to correctly remember exit status.
3594 - version 8.6.0 (5)
3595
3596 -------------------------------------------------------------------
3597 Sun Oct 10 01:13:40 CEST 2010 - ma@suse.de
3598
3599 - Update zypp-po.tar.bz2
3600
3601 -------------------------------------------------------------------
3602 Fri Oct  8 08:43:02 UTC 2010 - dmacvicar@novell.com
3603
3604 - fix services not being linked to their file after being
3605   saved
3606
3607 -------------------------------------------------------------------
3608 Thu Oct  7 09:02:26 CEST 2010 - jkupec@suse.cz
3609
3610 - Don't use aria2c for FTP (bnc #641328)
3611
3612 -------------------------------------------------------------------
3613 Wed Oct  6 15:39:59 UTC 2010 - dmacvicar@novell.com
3614
3615 - implementation for url resolver plugins
3616 - version 8.5.0 (5)
3617
3618 -------------------------------------------------------------------
3619 Wed Oct  6 16:54:15 CEST 2010 - dheidler@suse.de
3620
3621 - Use DownloadInHeaps as default, when there is nothing configured
3622   and when the target root is set to "/". (bnc#591476)
3623 - version 8.4.0 (4)
3624
3625 -------------------------------------------------------------------
3626 Tue Sep 28 17:12:51 CEST 2010 - dheidler@suse.de
3627
3628 - fixed replacing releasever (for fedora systems) - (bnc#637470)
3629 - version 8.3.0 (0)
3630
3631 -------------------------------------------------------------------
3632 Fri Sep 24 13:07:25 CEST 2010 - mls@suse.de
3633
3634 - fix metalink4 parsing [bnc#641484]
3635
3636 -------------------------------------------------------------------
3637 Thu Sep 23 01:13:45 CEST 2010 - ma@suse.de
3638
3639 - Update zypp-po.tar.bz2
3640
3641 -------------------------------------------------------------------
3642 Mon Sep 20 15:31:31 UTC 2010 - dmacvicar@novell.com
3643
3644 - Allow per repository proxy settings like yum does.
3645   Including setting it to _none_ overriding the
3646   system proxy.
3647   Patch from Zhang, Qiang <qiang.z.zhang@intel.com>
3648 - version 8.2.1 (0)
3649
3650 -------------------------------------------------------------------
3651 Fri Sep 10 17:06:34 CEST 2010 - dheidler@suse.de
3652
3653 - fixed replacing basearch (for fedora systems) - (bnc#637473)
3654 - version 8.2.0 (0)
3655
3656 -------------------------------------------------------------------
3657 Fri Sep 10 11:57:29 CEST 2010 - ma@suse.de
3658
3659 - Report download failures in commit result (bnc#431854)
3660 - Fix Solvable::onSystemByUser returning true for uninstalled solvables.
3661 - version 8.1.3 (0)
3662
3663 -------------------------------------------------------------------
3664 Tue Aug 31 20:01:26 CEST 2010 - ma@suse.de
3665
3666 - Fix download-only not to omit source packages (bnc#635596)
3667 - version 8.1.2 (0)
3668
3669 -------------------------------------------------------------------
3670 Thu Aug 26 01:13:38 CEST 2010 - ma@suse.de
3671
3672 - Update zypp-po.tar.bz2
3673
3674 -------------------------------------------------------------------
3675 Fri Aug 13 12:33:26 UTC 2010 - dmacvicar@novell.com
3676
3677 - fix basearch url variable
3678 - use the right release package name on fedora
3679
3680 -------------------------------------------------------------------
3681 Tue Aug 10 13:18:08 CEST 2010 - ma@suse.de
3682
3683 - MediaDISK: Use blkid to verify disk volumes. (bnc#623226)
3684 - version 8.1.1 (0)
3685
3686 -------------------------------------------------------------------
3687 Sun Aug  8 01:13:37 CEST 2010 - ma@suse.de
3688
3689 - Update zypp-po.tar.bz2
3690
3691 -------------------------------------------------------------------
3692 Thu Aug  5 01:13:53 CEST 2010 - ma@suse.de
3693
3694 - Update zypp-po.tar.bz2
3695
3696 -------------------------------------------------------------------
3697 Tue Aug  3 16:17:04 CEST 2010 - ma@suse.de
3698
3699 - Fix memory leaks.
3700
3701 -------------------------------------------------------------------
3702 Mon Aug  2 11:58:57 CEST 2010 - ma@suse.de
3703
3704 - Enhance PoolItem interface to assist patch classification. (bnc#627316)
3705 - version 8.1.0 (0)
3706
3707 -------------------------------------------------------------------
3708 Tue Jul 27 15:38:00 CEST 2010 - ma@suse.de
3709
3710 - Fix bug in PoolQuery::addDependency
3711 - Disable MediaAria and enable MultiCurl as default http/ftp backend.
3712   MultiCurl implements MetaLink and Zsync support using libcurl. In
3713   case of trouble set ZYPP_MULTICURL=0 in the envirionment to disable
3714   the new backend.
3715 - version 8.0.1 (0)
3716
3717 -------------------------------------------------------------------
3718 Mon Jul 26 17:05:14 CEST 2010 - ma@suse.de
3719
3720 - Bump heads major version after 11.3 branched away.
3721 - version 8.0.0 (0)
3722
3723 -------------------------------------------------------------------
3724 Thu Jul 22 01:13:27 CEST 2010 - ma@suse.de
3725
3726 - Update zypp-po.tar.bz2
3727
3728 -------------------------------------------------------------------
3729 Wed Jul  7 13:56:49 CEST 2010 - ma@suse.de
3730
3731 - Add PoolQuery for name, edition AND architecture in one go. (bnc#614362)
3732 - version 7.8.0 (6)
3733
3734 -------------------------------------------------------------------
3735 Mon Jul  5 13:03:57 CEST 2010 - ma@suse.de
3736
3737 - Fix requirement to /usr/bin/uuidgen (bnc#613304)
3738
3739 -------------------------------------------------------------------
3740 Sun Jul  4 01:13:29 CEST 2010 - ma@suse.de
3741
3742 - Update zypp-po.tar.bz2
3743
3744 -------------------------------------------------------------------
3745 Tue Jun 29 17:46:13 CEST 2010 - ma@suse.de
3746
3747 - Fix CURLOPT_MAX_RECV_SPEED_LARGE expecting a curl_off_t argument.
3748
3749 -------------------------------------------------------------------
3750 Tue Jun 29 10:22:06 CEST 2010 - ma@suse.de
3751
3752 - Respect zypp.conf policy settings when solving for update.
3753
3754 -------------------------------------------------------------------
3755 Fri Jun 25 11:35:52 CEST 2010 - ma@suse.de
3756
3757 - Don't bloat logfile by logging install progess values.
3758
3759 -------------------------------------------------------------------
3760 Thu Jun 10 01:13:49 CEST 2010 - ma@suse.de
3761
3762 - Update zypp-po.tar.bz2
3763
3764 -------------------------------------------------------------------
3765 Mon Jun  7 17:52:50 CEST 2010 - ma@suse.de
3766
3767 - Add missing Date constant declarations.
3768 - version 7.7.5 (6)
3769
3770 -------------------------------------------------------------------
3771 Mon Jun  7 11:46:58 CEST 2010 - ma@suse.de
3772
3773 - Prevent against daemons launched in rpm %post, that do not close
3774   their filedescriptors. Original fix was accidentally reverted.
3775   (bnc#174548)
3776 - version 7.7.4 (6)
3777
3778 -------------------------------------------------------------------
3779 Sun Jun  6 01:13:52 CEST 2010 - ma@suse.de
3780
3781 - Update zypp-po.tar.bz2
3782
3783 -------------------------------------------------------------------
3784 Fri Jun  4 17:14:17 CEST 2010 - ma@suse.de
3785
3786 - Fix default evaluation of recommendations of installed
3787   packages (bnc#605490)
3788 - version 7.7.3 (6)
3789
3790 -------------------------------------------------------------------
3791 Thu Jun  3 01:14:08 CEST 2010 - ma@suse.de
3792
3793 - Update zypp-po.tar.bz2
3794
3795 -------------------------------------------------------------------
3796 Fri May 21 20:00:55 CEST 2010 - ma@suse.de
3797
3798 - Fix broken IdStringType comparison (bnc#607572)
3799 - version 7.7.2 (6)
3800
3801 -------------------------------------------------------------------
3802 Thu May 20 21:01:05 CEST 2010 - ma@suse.de
3803
3804 - Fix packages provided via delta rpm being placed in
3805   the wrong package cache (bnc#607583)
3806 - version 7.7.1 (6)
3807
3808 -------------------------------------------------------------------
3809 Thu May 20 01:13:49 CEST 2010 - ma@suse.de
3810
3811 - Update zypp-po.tar.bz2
3812
3813 -------------------------------------------------------------------
3814 Tue May 18 18:02:44 CEST 2010 - ma@suse.de
3815
3816 - Fix arch detection on sprac (bug #566291)
3817 - Arch: add sparc64v and sparcv9v and armv7l
3818 - RepoManager: refresh repo if last refresh is in the future (bnc#593617)
3819 - version 7.6.1 (6)
3820
3821 -------------------------------------------------------------------
3822 Mon May 17 15:25:14 CEST 2010 - ma@suse.de
3823
3824 - Fix package-manager-su to support LXDE (Andrea Florio) (bnc#582235)
3825 - Cleanup spec file (Pavol Rusnak)
3826 - version 7.6.0 (6)
3827
3828 -------------------------------------------------------------------
3829 Sun May 16 01:13:39 CEST 2010 - ma@suse.de
3830
3831 - Update zypp-po.tar.bz2
3832
3833 -------------------------------------------------------------------
3834 Wed May 12 19:09:54 CEST 2010 - ma@suse.de
3835
3836 - Add methods to evaluate gpg geys expiration dates.
3837 - Export all rpmDb keys to the zypp trusted keyring in one go.
3838 - version 7.6.0 (6)
3839
3840 -------------------------------------------------------------------
3841 Wed May 12 17:35:44 CEST 2010 - ma@suse.de
3842
3843 - Update zypp-po.tar.bz2
3844
3845 -------------------------------------------------------------------
3846 Sun May  9 01:13:45 CEST 2010 - ma@suse.de
3847
3848 - Update zypp-po.tar.bz2
3849
3850 -------------------------------------------------------------------
3851 Sat May  8 01:13:43 CEST 2010 - ma@suse.de
3852
3853 - Update zypp-po.tar.bz2
3854
3855 -------------------------------------------------------------------
3856 Fri May  7 01:13:55 CEST 2010 - ma@suse.de
3857
3858 - Update zypp-po.tar.bz2 (Revision: 54959)
3859
3860 -------------------------------------------------------------------
3861 Wed May  5 14:49:39 CEST 2010 - ma@suse.de
3862
3863 - Update zypp-po.tar.bz2 (Revision: 54959)
3864
3865 -------------------------------------------------------------------
3866 Tue May  4 01:13:43 CEST 2010 - ma@suse.de
3867
3868 - Update translations.
3869
3870 -------------------------------------------------------------------
3871 Mon May  3 18:12:36 CEST 2010 - ma@suse.de
3872
3873 - Improve solver.cleandepsOnRemove result by evaluating the install
3874   history to find packages installed on behalf of a user request (not
3875   auto added by the solver).
3876 - version 7.5.0 (5)
3877
3878 -------------------------------------------------------------------
3879 Sat May  1 01:13:43 CEST 2010 - ma@suse.de
3880
3881 - Update translations.
3882
3883 -------------------------------------------------------------------
3884 Fri Apr 30 01:13:46 CEST 2010 - ma@suse.de
3885
3886 - Update translations.
3887
3888 -------------------------------------------------------------------
3889 Thu Apr 29 17:10:29 CEST 2010 - ma@suse.de
3890
3891 - Cleanup when deleting packages. New zypp.conf expert option
3892   solver.cleandepsOnRemove telling whether the solver should per
3893   default try to remove packages exclusively required by the ones
3894   he's asked to delete (default false).
3895 - Resolver::cleandepsOnRemove API to allow applications to change
3896   the solver option.
3897 - version 7.4.0 (4)
3898
3899 -------------------------------------------------------------------
3900 Thu Apr 29 01:13:40 CEST 2010 - ma@suse.de
3901
3902 - Update translations.
3903
3904 -------------------------------------------------------------------
3905 Wed Apr 28 16:35:04 CEST 2010 - ma@suse.de
3906
3907 - Enable splitprovides on update.
3908
3909 -------------------------------------------------------------------
3910 Wed Apr 28 01:13:37 CEST 2010 - ma@suse.de
3911
3912 - Update translations.
3913
3914 -------------------------------------------------------------------
3915 Tue Apr 27 17:42:20 CEST 2010 - ma@suse.de
3916
3917 - Selectable: Classify broken but locked patch as isUnwanted (bnc#577118)
3918 - version 7.3.0 (2)
3919
3920 -------------------------------------------------------------------
3921 Tue Apr 27 11:25:17 CEST 2010 - ma@suse.de
3922
3923 - Use libudev to detect available cd/dvd devices (bnc#590707,fate#308980)
3924 - Fix specfile to BuildRequire libudev-devel.
3925 - version 7.2.0 (2)
3926
3927 -------------------------------------------------------------------
3928 Mon Apr 26 11:57:23 CEST 2010 - ma@suse.de
3929
3930 - Support URLs and ISOs ending on 'Media1', 'Media2', etc., when
3931   rewiting the URL to access a specific media number. By now only
3932   nanmes ending on 'CD' or 'DVD' were supported. (bnc#594850)
3933
3934 -------------------------------------------------------------------
3935 Fri Apr 23 01:13:34 CEST 2010 - ma@suse.de
3936
3937 - Update translations.
3938
3939 -------------------------------------------------------------------
3940 Wed Apr 21 01:13:38 CEST 2010 - ma@suse.de
3941
3942 - Update translations.
3943
3944 -------------------------------------------------------------------
3945 Tue Apr 20 16:56:59 CEST 2010 - ma@suse.de
3946
3947 - /etc/zypp/locks: Allow to specify edition ranges with
3948   solvable:name and dependencies.
3949 - version 7.1.1 (1)
3950
3951 -------------------------------------------------------------------
3952 Thu Apr 15 12:49:01 CEST 2010 - ma@suse.de
3953
3954 - Provide name of the lock holder in ZYppFactoryException. (bnc#580513)
3955 - version 7.1.0 (1)
3956
3957 -------------------------------------------------------------------
3958 Wed Apr 14 15:09:18 CEST 2010 - ma@suse.de
3959
3960 - Using boost-1.42 requires -fno-strict-aliasing (bnc#595545)
3961 - Bump major version for 11.3 development.
3962 - version 7.0.0 (0)
3963
3964 -------------------------------------------------------------------
3965 Tue Apr 13 14:36:31 CEST 2010 - ma@suse.de
3966
3967 - Fix parsing port from IPv6 URL (bnc#593385)
3968
3969 -------------------------------------------------------------------
3970 Fri Mar 26 19:23:59 CET 2010 - ma@suse.de
3971
3972 - Propagate ZConfig::setTextLocale to pool. (bnc#588850)
3973 - version 6.31.3 (31)
3974
3975 -------------------------------------------------------------------
3976 Fri Mar 26 13:50:08 CET 2010 - ma@suse.de
3977
3978 - Fix guessing package spec to match package names only. (bnc#590864)
3979 - version 6.31.2 (31)
3980
3981 -------------------------------------------------------------------
3982 Tue Mar 23 16:55:56 CET 2010 - ma@suse.de
3983
3984 - Add static Target::distributionLabel to return the baseproducts
3985   shortName and summary. Mainlu used for the bootloader menu. (bnc #586303)
3986 - version 6.31.1 (31)
3987
3988 -------------------------------------------------------------------
3989 Thu Mar 18 17:17:02 CET 2010 - ma@suse.de
3990
3991 - Fix broken bit values in enum VendorSupportOption (bnc#589331)
3992 - version 6.31.0 (31)
3993
3994 -------------------------------------------------------------------
3995 Fri Mar 12 14:46:25 CET 2010 - ma@suse.de
3996
3997 - Fix handling of symlinked packages in package cache. (bnc #585409)
3998 - version 6.30.5 (19)
3999
4000 -------------------------------------------------------------------
4001 Tue Feb 23 19:05:04 CET 2010 - jkupec@suse.cz
4002
4003 - Avoiding use of 'guest' if 'credentials' is used when moutning
4004   a CIFS share. This caused 'permission denied' error with certain
4005   server configurations (bnc #560496).
4006
4007 -------------------------------------------------------------------
4008 Tue Feb 23 17:31:05 CET 2010 - ma@suse.de
4009
4010 - Check if a downloaded file actually exists even if aria2c returned 0.
4011   (bnc #564816)
4012 - version 6.30.3 (19)
4013
4014 -------------------------------------------------------------------
4015 Mon Feb 22 15:25:34 CET 2010 - jkupec@suse.cz
4016
4017 - Made CURLE_PARTIAL_FILE an auto-retry error (bnc #471436)
4018
4019 -------------------------------------------------------------------
4020 Mon Feb 22 13:09:09 CET 2010 - ma@suse.de
4021
4022 - Turn off cookies when retrieving services repoindex.xml (bnc #573897)
4023 - Consider pending disable requests when removing service repositories. (bnc #572634)
4024 - version 6.30.1 (19)
4025
4026 -------------------------------------------------------------------
4027 Sun Feb 21 14:11:49 CET 2010 - jkupec@suse.cz
4028
4029 - RepoManager::cleanCacheDirGarbage added for removing directories
4030   which do not belong to any of known repos (bnc #467693)
4031 - version 6.30.0 (19)
4032
4033 -------------------------------------------------------------------
4034 Thu Feb 11 13:40:49 CET 2010 - ma@suse.de
4035
4036 - On SLE aria2 is not required, so conflict with a too old aria2
4037   version installed. (bnc #578052)
4038 - version 6.29.5 (19)
4039
4040 -------------------------------------------------------------------
4041 Wed Feb 10 12:45:21 CET 2010 - ma@suse.de
4042
4043 - Fix package-manager script wrongly escaping UTF-8 chars in path
4044   names (bnc #571410)
4045 - version 6.29.4 (19)
4046
4047 -------------------------------------------------------------------
4048 Mon Feb  8 13:21:40 CET 2010 - ma@suse.de
4049
4050 - Support an alternate SLE-SP1 translation set.
4051 - version 6.29.3 (19)
4052
4053 -------------------------------------------------------------------
4054 Wed Feb  3 15:57:13 CET 2010 - ma@suse.de
4055
4056 - Remember the enabled state of removed service repositories. This
4057   way we are able to restore service repositories correctly after a
4058   subscrition expired and gets renewed. (bnc #572634)
4059 - version 6.29.2 (19)
4060
4061 -------------------------------------------------------------------
4062 Thu Jan 28 16:12:25 CET 2010 - jkupec@suse.cz
4063
4064 - Abort aria2c download when the progress callback receives 'false'
4065   (bnc #545106)
4066
4067 -------------------------------------------------------------------
4068 Tue Jan 19 14:50:15 CET 2010 - ma@suse.de
4069
4070 - Evaluate SolvAttr::repositoryToolVersion to prevent loading
4071   outdated solv files. (bnc #570623)
4072 - version 6.29.0 (19)
4073
4074 -------------------------------------------------------------------
4075 Fri Jan 15 18:15:26 CET 2010 - jkupec@suse.cz
4076
4077 - Use regex to parse aria2c progress lines (bnc #570917)
4078 - version 6.28.1 (19)
4079
4080 -------------------------------------------------------------------
4081 Thu Jan  7 12:25:24 CET 2010 - jkupec@suse.cz
4082
4083 - Set SignatureFileChecker context even if the key is not known
4084   (bnc #495977)
4085 - version 6.28.0 (19)
4086
4087 -------------------------------------------------------------------
4088 Thu Dec 10 17:18:34 CET 2009 - jkupec@suse.cz
4089
4090 - RepoInfoBase::label() added for use in UI messages, plus
4091   ZConfig::repoLabelIsAlias()
4092
4093 -------------------------------------------------------------------
4094 Tue Dec  8 19:41:17 CET 2009 - ma@suse.de
4095
4096 - Fix transaction building in presence of multiversion installable items.
4097 - version 6.27.1 (19)
4098
4099 -------------------------------------------------------------------
4100 Fri Dec  4 17:19:58 CET 2009 - ma@suse.de
4101
4102 - Improve multiversion status handling and installation. (fate #305311)
4103 - version 6.27.0 (19)
4104
4105 -------------------------------------------------------------------
4106 Fri Dec  4 14:56:19 CET 2009 - jkupec@suse.cz
4107
4108 - Don't allow an alias to start with '.' (bnc #473834)
4109
4110 -------------------------------------------------------------------
4111 Thu Dec  3 12:00:16 CET 2009 - ma@suse.de
4112
4113 - PickList and status interface for handling packages which are
4114   installable in multiple versions. (fate #305311)
4115 - version 6.26.0 (19)
4116
4117 -------------------------------------------------------------------
4118 Wed Dec  2 13:10:43 CET 2009 - ma@suse.de
4119
4120 - Add Selectable::highestAvailableVersionObj. Returns the highest
4121   available package version, ignoring priorities and policies. (bnc #557557)
4122 - version 6.25.0 (19)
4123
4124 -------------------------------------------------------------------
4125 Mon Nov 30 17:56:02 CET 2009 - ma@suse.de
4126
4127 - Also parse <product> tag from .prod files <upgrade> section.
4128 - version 6.24.3 (19)
4129
4130 -------------------------------------------------------------------
4131 Fri Nov 27 11:20:34 CET 2009 - ma@suse.de
4132
4133 - Fix chroot execution of update scripts. (bnc #558813)
4134 - version 6.24.3 (19)
4135
4136 -------------------------------------------------------------------
4137 Thu Nov 26 16:06:52 CET 2009 - jkupec@suse.cz
4138
4139 - Fixed parsing of download speed from aria2c (bnc #537870)
4140
4141 -------------------------------------------------------------------
4142 Wed Nov 25 16:28:29 CET 2009 - ma@suse.de
4143
4144 - Add ui::Selecatble interface for picking specific package versions
4145   to install or delete if multiversion install is on.
4146 - version 6.24.0 (19)
4147
4148 -------------------------------------------------------------------
4149 Fri Nov 20 13:30:02 CET 2009 - ma@suse.de
4150
4151 - Parse zypp.conf multiversion option and make the setting available
4152   in pool and resolver.
4153 - version 6.23.0 (19)
4154
4155 -------------------------------------------------------------------
4156 Mon Nov 16 16:27:39 CET 2009 - ma@suse.de
4157
4158 - Specfile fixes to build on sle11-sp1.
4159 - Fix repository probing and building in presence of productdir. (bnc #553712)
4160 - version 6.22.3 (19)
4161
4162 -------------------------------------------------------------------
4163 Thu Nov 12 15:31:10 UTC 2009 - dmacvicar@suse.de
4164
4165 - Forward port and document already present changes
4166   from Code11-Branch
4167   * void SEGV if trying to access data of installed packages, that were
4168     deleted behind our back (bnc #530595)
4169   * ProxyInfoSysconfig: take care variables get initialized.
4170   * Fix parsing of rpm.install.excludedocs option (bnc #518883)
4171   * Use rpm variables in specfile. (bnc #512466)
4172   * Fix to compile with -Werror=format-security
4173   * Fix packageand() in testcase generation
4174   * Don't link unneeded libraries. (bnc #490895)
4175   * Fix Patch::categoryEnum.
4176   * Adapt to changed satsolver API. (bnc #480303)
4177   * Taking ALL translations for generating GMO files (bnc #458739)
4178   * Advice users to contact NCC if access to a 'novell.com'
4179     repository is denied (bnc #464586).
4180 - version 6.22.2 (19)
4181
4182 -------------------------------------------------------------------
4183 Thu Nov 12 11:53:04 CET 2009 - ma@suse.de
4184
4185 - Raised the limit of redirections from 3 to 6 (bnc #465532)
4186 - Following redirections also for https (bnc #545722).
4187 - Following https redirections requires at least libcurl4-7.19.4. (bnc #553895)
4188 - Do not report cached packages as being downloaded. (bnc #545295)
4189 - Per default do not collect and report deleted files outside bin and lib
4190   directories for 'zypper ps'. (bnc #554480)
4191 - version 6.22.1 (19)
4192
4193 -------------------------------------------------------------------
4194 Wed Nov 11 13:54:52 CET 2009 - ma@suse.de
4195
4196 - CheckAccessDeleted: Per default do not collect and report deleted files
4197   that outside bin and lib directories. 'zypper ps' reporting false positive
4198   seems to confuse. (bnc #554480)
4199
4200 -------------------------------------------------------------------
4201 Wed Nov 11 11:45:01 CET 2009 - ma@suse.de
4202
4203 - Following https redirections requires at least libcurl4-7.19.4. (bnc #553895)
4204
4205 -------------------------------------------------------------------
4206 Fri Nov  6 22:16:10 CET 2009 - ma@suse.de
4207
4208 - dup: Process drop list only if product actually changes. (bnc #552180)
4209 - Selectable: Consider allowed arch/noarch changes when comuting candiadates.
4210 - version 6.22.0 (19)
4211
4212 -------------------------------------------------------------------
4213 Mon Nov  2 21:33:40 CET 2009 - ma@suse.de
4214
4215 - Enhance interface for zypper. (bnc #551956)
4216 - version 6.21.4 (19)
4217
4218 -------------------------------------------------------------------
4219 Mon Nov  2 20:03:31 CET 2009 - ma@suse.de
4220
4221 - CIFS/SMB: Support mountoption 'noguest' to prevent passing 'guest' option
4222   to mount. "cifs://server/share/path?mountoptions=noguest,ro" (bnc #547354)
4223 - version 6.21.3 (19)
4224
4225 -------------------------------------------------------------------
4226 Mon Nov  2 16:35:33 CET 2009 - ma@suse.de
4227
4228 - CheckAccessDeleted: Avoid reporting false positive due to insufficient
4229   permission.
4230
4231 -------------------------------------------------------------------
4232 Mon Nov  2 13:59:33 CET 2009 - ma@suse.de
4233
4234 - Don't try to access droplist of dropped products. (bnc #551697)
4235 - version 6.21.2 (19)
4236
4237 -------------------------------------------------------------------
4238 Fri Oct 30 12:30:48 CET 2009 - ma@suse.de
4239
4240 - Don't try to use an empty proxy string. (bnc #551314)
4241 - MediaSMB failed to pass the --workgroup option to mount. (bnc #547354)
4242 - version 6.21.1 (19)
4243
4244 -------------------------------------------------------------------
4245 Fri Oct 30 11:28:05 CET 2009 - ma@suse.de
4246
4247 - New class PoolItemBest: Find the best candidates e.g. in a PoolQuery
4248   result. ui::Selectabe enhancements. Both will aid applications to
4249   install package sets determined by query results. (bnc # 548392)
4250 - Fix upgradeRepo solution to keep obsolete packages. (bnc #550915)
4251 - Updated iso3166-1 country codes (bnc #531350)
4252 - version 6.21.0 (19)
4253
4254 -------------------------------------------------------------------
4255 Tue Oct 27 12:30:29 CET 2009 - ma@suse.de
4256
4257 - Add Resolver::upgradingRepo demanded by GUI. (bnc #548551)
4258 - version 6.20.0 (19)
4259
4260 -------------------------------------------------------------------
4261 Thu Oct 22 15:09:57 CEST 2009 - ma@suse.de
4262
4263 - Fixes to make libzypp-bindings compile.
4264 - version 6.19.3 (19)
4265
4266 -------------------------------------------------------------------
4267 Tue Oct 20 16:06:13 CEST 2009 - ma@suse.de
4268
4269 - Credentials are passed as commandline options to aria2c, so strip any
4270   'user@' from the URL. Otherwise aria will use an empty password for
4271   this URL and authentication will fail. (bnc #544634)
4272 - version 6.19.2 (19)
4273
4274 -------------------------------------------------------------------
4275 Mon Oct 19 13:39:31 CEST 2009 - ma@suse.de
4276
4277 - Repository::setInfo: Propagate priority changes to the solver to
4278   avoid reloading the whole repo (bnc #498266).
4279 - version 6.19.1 (19)
4280
4281 -------------------------------------------------------------------
4282 Thu Oct 15 20:48:02 CEST 2009 - ma@suse.de
4283
4284 - ResStatus: add isOrphaned to test whether a package is not provided
4285   by any enabled repository. Orphaned packages are usually good candidates
4286   for cleanup unless the providing repository was intentionally disabled.
4287 - version 6.19.0 (19)
4288
4289 -------------------------------------------------------------------
4290 Thu Oct 15 17:28:38 CEST 2009 - dmacvicar@suse.de
4291
4292 - aria2: pass credentials in a file instead of the command line
4293   which is logged.
4294 - aria2: we get the url in the progress if there is no response
4295   from the server yet, handle that to avoid flooding the log.
4296 - version 6.18.2 (17)
4297
4298 -------------------------------------------------------------------
4299 Thu Oct 15 16:56:25 CEST 2009 - ma@suse.de
4300
4301 - Performing a dist upgrade the solver may try to delete old and no
4302   longer provided (dropped) packages, even if they do not cause any
4303   dependency problem. This behaviour may be trurned off via zypp.conf
4304   option solver.upgradeRemoveDropedPackages. (bnc #539543)
4305 - New zypp.conf option solver.upgradeRemoveDropedPackages (true).
4306 - Add Product::droplist: List of dropped packages, i.e. packages no
4307   longer provided by a product.
4308 - version 6.18.1 (17)
4309
4310 -------------------------------------------------------------------
4311 Wed Oct  7 16:45:21 CEST 2009 - ma@suse.de
4312
4313 - Return update messages via ZYppCommitResult. Support variable
4314   substitution in notification command. (fate #301175)
4315 - Fix evaluation of no_proxy entries (bnc #543337)
4316 - aria/curl: Fix header data in case the target is
4317   not initialized when downloading.
4318 - version 6.18.0 (17)
4319
4320 -------------------------------------------------------------------
4321 Thu Sep 24 17:21:45 CEST 2009 - ma@suse.de
4322
4323 - Add zypp.conf option update.messages.notify: Command to be invoked
4324   to send update messages. (fate #301175)
4325 - version 6.17.2 (17)
4326
4327 -------------------------------------------------------------------
4328 Tue Sep 22 20:32:38 CEST 2009 - ma@suse.de
4329
4330 - Add Selectable::updateCandidateObj returning the candidate for
4331   update, if there is one. The updateCandidate must not violate
4332   any active solver policy.
4333 - version 6.17.1 (17)
4334
4335 -------------------------------------------------------------------
4336 Fri Sep 18 17:20:37 CEST 2009 - ma@suse.de
4337
4338 - Make sure rpmReadConfigFiles was called before using librpm (bnc #539603).
4339 - Remove dead rpm database caching code from class RpmDb.
4340 - version 6.17.0 (17)
4341
4342 -------------------------------------------------------------------
4343 Fri Sep 11 15:13:30 CEST 2009 - ma@km13.de
4344
4345 - New commit.downloadMode option in zypp.conf. Allows to set a
4346   prefered download policy for commit.
4347 - version 6.16.0 (11)
4348
4349 -------------------------------------------------------------------
4350 Thu Sep 10 19:03:01 CEST 2009 - ma@suse.de
4351
4352 - Support nfs4 (nfs4://... or nfs://...?type=nfs4) (fate #306451)
4353 - Added Url::schemeIsLocal, schemeIsRemote, schemeIsVolatile and
4354   schemeIsDownloading.
4355 - version 6.15.0 (11)
4356
4357 -------------------------------------------------------------------
4358 Wed Sep  9 15:02:18 CEST 2009 - ma@suse.de
4359
4360 - Add Capability::guessPackageSpec; parser also supporting "name-ver-rel.arch"
4361   formats for building Capabilities(originally "name.arch=ver-rel").
4362 - version 6.14.3 (11)
4363
4364 -------------------------------------------------------------------
4365 Mon Sep  7 17:31:20 CEST 2009 - ma@suse.de
4366
4367 - Fix resolution to force installation even if dependencies are missing.
4368   (bnc #531564)
4369 - Rephrase solver resolution to point out if a package will break.
4370   (bnc #520083)
4371
4372 -------------------------------------------------------------------
4373 Fri Sep  4 12:19:50 CEST 2009 - ma@suse.de
4374
4375 - Lock rpms architecture only on distupgrade of the running system.
4376   (bnc #458520)
4377 - version 6.14.2 (11)
4378
4379 -------------------------------------------------------------------
4380 Thu Sep  3 13:41:31 CEST 2009 - ma@suse.de
4381
4382 - Fix PoolQuery comparison (bnc #528755)
4383 - Fix serialization and restore of predicated PoolQueries.
4384 - version 6.14.0 (11)
4385
4386 -------------------------------------------------------------------
4387 Mon Aug 31 15:17:01 CEST 2009 - ma@suse.de
4388
4389 - package-manager script: Fall back to package selection if no
4390   packages are passed on the commandline. (bnc #529137)
4391
4392 -------------------------------------------------------------------
4393 Fri Aug 28 17:33:55 CEST 2009 - dmacvicar@suse.de
4394
4395 - package-manager script:
4396   do not fail if kpackagekit is not installed (bnc #529510)
4397 - version 6.13.3 (11)
4398
4399 -------------------------------------------------------------------
4400 Wed Aug 26 15:55:22 CEST 2009 - ma@suse.de
4401
4402 - Tune CheckAccessDeleted to focus on libraries and executables.
4403 - version 6.13.2 (11)
4404
4405 -------------------------------------------------------------------
4406 Thu Aug  6 18:18:21 CEST 2009 - ma@suse.de
4407
4408 - Provide class CheckAccessDeleted and command zypp-CheckAccessDeleted
4409   to check for running processes which access meanwhile deleted files or
4410   libraries.  This may be used after commit, when trying to figure out
4411   which services need to be restated. (fate #300763).
4412 - version 6.13.1 (11)
4413
4414 -------------------------------------------------------------------
4415 Mon Aug  3 18:46:13 CEST 2009 - ma@suse.de
4416
4417 - New Resolver::addUpgradeRepo to perform a dist upgrade restricted to
4418   certain repositories.
4419 - version 6.13.0 (11)
4420
4421 -------------------------------------------------------------------
4422 Fri Jul 31 17:55:33 CEST 2009 - ma@suse.de
4423
4424 - Remove confusing newlines in vendor change info (bnc #503859)
4425 - Removing a package lock was not counted as state change (bnc #501850)
4426 - Take solver_allowVendorChange option into account when computing the
4427   Selectables default candidate.
4428 - version 6.12.0 (11)
4429
4430 -------------------------------------------------------------------
4431 Wed Jul 29 13:36:19 CEST 2009 - ma@suse.de
4432
4433 - Avoid deadlock after fork and failed exec. (bnc 493152)
4434 - No need to manually detect the location of aria2 binary.
4435 - version 6.11.4 (11)
4436
4437 -------------------------------------------------------------------
4438 Tue Jul 28 23:05:43 CEST 2009 - jkupec@suse.cz
4439
4440 - Fixed parsing of download rate report (changed in aria2 1.4.0)
4441   (bnc #513944)
4442
4443 -------------------------------------------------------------------
4444 Mon Jul 27 16:05:43 CEST 2009 - ma@suse.de
4445
4446 - Create LogControl on demand instead of using a static var. (bnc #525339)
4447 - version 6.11.2 (11)
4448
4449 -------------------------------------------------------------------
4450 Thu Jul 23 00:22:50 CEST 2009 - ma@km13.de
4451
4452 - New misc::defaultLoadSystem: Convenience to create the ZYpp instance
4453   and load target and enabled repositories.
4454
4455 -------------------------------------------------------------------
4456 Wed Jul 22 14:57:32 CEST 2009 - ma@suse.de
4457
4458 - New class InstanceId to build strings to identify/retrieve specific
4459   Solvables.
4460 - version 6.11.1 (11)
4461
4462 -------------------------------------------------------------------
4463 Mon Jul 20 23:57:46 CEST 2009 - ma@km13.de
4464
4465 - Add download policies to ZYppCommitPolicy, supporting DownloadOnly
4466   and DownloadInAdvance. (fate #302159, fate #305624)
4467 - version 6.11.0 (11)
4468
4469 -------------------------------------------------------------------
4470 Thu Jul 16 17:05:27 CEST 2009 - dmacvicar@suse.de
4471
4472 - add support to the package-manager script to use kpackagekit
4473   or gnome-packagekit if available, which allows to install local
4474   rpms with one click from file manager following desktop policies
4475   and fetching other dependencies if required.
4476   (fate #306526)
4477 - version 6.10.5 (10)
4478
4479 -------------------------------------------------------------------
4480 Thu Jul 16 16:25:24 CEST 2009 - ma@suse.de
4481
4482 - New solver.upgradeTestcasesToKeep option in zypp.conf. It tells
4483   how many dist upgrade solver testcases should be kept on the system.
4484   Per default just the last two are kept.
4485 - version 6.10.4 (10)
4486
4487 -------------------------------------------------------------------
4488 Wed Jul 15 17:53:43 CEST 2009 - ma@suse.de
4489
4490 - Don't write a solver testcase when solving for dist upgrade,
4491   but when actually committing.
4492 - version 6.10.3 (10)
4493
4494 -------------------------------------------------------------------
4495 Wed Jul 15 16:45:39 CEST 2009 - ma@suse.de
4496
4497 - Add new string Match::Mode STRINGSTART and STRINGEND.
4498
4499 -------------------------------------------------------------------
4500 Tue Jul 15 14:38:51 CEST 2009 - jkupec@suse.cz
4501
4502 - log redirections when cURL media backend is used (fate #305320).
4503
4504 -------------------------------------------------------------------
4505 Tue Jul 14 18:15:51 CEST 2009 - ma@suse.de
4506
4507 - Support "product version" detection on systems not using
4508   /etc/product.d/baseproduct by looking for the first package
4509   providing ZConfig::distroverpkg (defaults to redhat-release).
4510 - version 6.10.2 (10)
4511
4512 -------------------------------------------------------------------
4513 Fri Jul 10 15:21:39 CEST 2009 - ma@suse.de
4514
4515 - Adapt to boost_unit_test_framework-1.38.
4516 - version 6.10.1 (10)
4517
4518 -------------------------------------------------------------------
4519 Wed Jul  8 16:19:31 CEST 2009 - ma@suse.de
4520
4521 - Remove obsolete UpgradeStatistics class from libzypp.
4522
4523 -------------------------------------------------------------------
4524 Tue Jul  7 17:45:47 CEST 2009 - ma@suse.de
4525
4526 - Fix HistoryLog to initialize on demand.
4527 - version 6.10.0 (10)
4528
4529 -------------------------------------------------------------------
4530 Fri Jul  3 13:01:13 CEST 2009 - ma@suse.de
4531
4532 - Fix parsing of rpm.install.excludedocs option (bnc #518883)
4533
4534 -------------------------------------------------------------------
4535 Fri Jul  3 09:20:56 CEST 2009 - ma@suse.de
4536
4537 - When unmounting ISO images, don't mix up exceptions thrown by the
4538   loop mounted ISO and those thrown by the media containing it.
4539   (bnc #517856)
4540
4541 -------------------------------------------------------------------
4542 Thu Jul  2 16:42:42 CEST 2009 - ma@suse.de
4543
4544 - Adapt to satsolvers improved dataiterator handling.
4545 - version 6.9.3 (8)
4546
4547 -------------------------------------------------------------------
4548 Wed Jul  1 18:05:54 CEST 2009 - ma@suse.de
4549
4550 - Support PoolQuery for sub-structures attributes. (fate #305503)
4551 - version 6.9.2 (8)
4552
4553 -------------------------------------------------------------------
4554 Wed Jul  1 13:44:04 CEST 2009 - ma@suse.de
4555
4556 - Running as non-root user use a temporary @System solvfile in case the
4557   global one is outdated and needed refresh. (bnc #517183)
4558 - version 6.9.1 (8)
4559
4560 -------------------------------------------------------------------
4561 Tue Jun 30 16:32:08 CEST 2009 - ma@suse.de
4562
4563 - Enhance LookupAttr to allow direct query of attributes within
4564   sub-structures (flexarrays).
4565
4566 -------------------------------------------------------------------
4567 Fri Jun 26 12:06:51 CEST 2009 - ma@suse.de
4568
4569 - Enhance PoolQueryIterator to allow detailed inspection of attribute
4570   matches.
4571 - Prefer datadir stored as repo attribute, but fallback searching in
4572   solvbales (old solv files do this).
4573 - version 6.9.0 (8)
4574
4575 -------------------------------------------------------------------
4576 Tue Jun 23 13:29:36 CEST 2009 - ma@suse.de
4577
4578 - Allow building libzypp with rpm-5 (experimental)
4579 - version 6.8.3 (8)
4580
4581 -------------------------------------------------------------------
4582 Wed Jun 17 15:39:17 CEST 2009 - ma@suse.de
4583
4584 - Allow building libzypp without HAL (not recommended). Without HAL
4585   CD/DVD device detection is limited to /dev/dvd and /dev/cdrom.
4586 - version 6.8.2 (8)
4587
4588 -------------------------------------------------------------------
4589 Fri Jun  5 21:16:45 CEST 2009 - ma@suse.de
4590
4591 - Fix solver to use IdSting to avoid failing vendor checks.
4592 - version 6.8.1 (8)
4593
4594 -------------------------------------------------------------------
4595 Thu Jun  4 14:22:58 CEST 2009 - ma@suse.de
4596
4597 - Cleanup and remove deprecated interface methods.
4598 - version 6.8.0 (8)
4599
4600 -------------------------------------------------------------------
4601 Fri May 29 20:12:55 CEST 2009 - ma@suse.de
4602
4603 - Improve PoolQuery to allow queries on dependencies. (bnc #475682)
4604 - version 6.7.0 (6)
4605
4606 -------------------------------------------------------------------
4607 Thu May 28 12:53:02 CEST 2009 - ma@suse.de
4608
4609 - New solver.allowVendorChange expert option in zypp.conf.
4610 - version 6.6.0 (6)
4611
4612 ------------------------------------------------------------------
4613 Wed May 20 14:23:07 CEST 2009 - ma@suse.de
4614
4615 - Fix lost housekeeping data in modifyRepo (bnc #503207)
4616
4617 -------------------------------------------------------------------
4618 Fri May  8 16:43:47 CEST 2009 - ma@suse.de
4619
4620 - Allow service refresh to change a repositories url (bnc #502157)
4621
4622 -------------------------------------------------------------------
4623 Tue May  5 13:39:08 CEST 2009 - ma@suse.de
4624
4625 - Detect and compile with rpm 4.7 (bnc #444211)
4626 - version 6.5.2 (5)
4627
4628 -------------------------------------------------------------------
4629 Mon May  4 16:19:54 CEST 2009 - ma@suse.de
4630
4631 - Improve problem report on broken systemCheck rule (bnc #475144)
4632
4633 -------------------------------------------------------------------
4634 Mon Apr 27 15:26:54 CEST 2009 - ma@suse.de
4635
4636 - In update repos providing multiple release package versions for
4637   the same product, link a product to the latest version. (bnc #497696)
4638
4639 -------------------------------------------------------------------
4640 Mon Apr 27 14:28:07 CEST 2009 - ma@suse.de
4641
4642 - New classes wraping satsolver datamatcher (Match and sat::AttrMatcher)
4643 - Extend LookupAttr to support matching specific string patterns.
4644 - Rewrote PoolQuery::Iterator (adapt to AttrMatcher, fixes and speedup)
4645 - version 6.5.0 (5)
4646
4647 -------------------------------------------------------------------
4648 Thu Apr 16 12:49:40 CEST 2009 - ma@suse.de
4649
4650 - Soft lock packages deleted on behalf of a user request.
4651 - version 6.4.1 (2)
4652
4653 -------------------------------------------------------------------
4654 Tue Mar 31 15:51:32 CEST 2009 - ma@suse.de
4655
4656 - New zypp.conf option 'download.media_preference': Hint which media
4657   to prefer when installing packages (download vs. CD).
4658 - version 6.4.0 (2)
4659
4660 ------------------------------------------------------------------
4661 Thu Mar 12 18:38:30 CET 2009 - ma@suse.de
4662
4663 - Add Resolver::setSolveSrcPackages. Per default disable solving
4664   of source package dependencies. We will later allow to enable
4665   it per package.
4666 - version 6.3.0 (2)
4667
4668 -------------------------------------------------------------------
4669 Fri Mar  6 17:17:26 CET 2009 - dmacvicar@suse.de
4670
4671 - aria2: show the download speed in the right unit
4672 - aria2: show the filename in progress, not the repository
4673 - aria2: don't show done twice
4674
4675 -------------------------------------------------------------------
4676 Thu Mar  5 14:52:44 CET 2009 - ma@suse.de
4677
4678 - Remove a lock if the locking process is in zombie state. (bnc #481577)
4679
4680 -------------------------------------------------------------------
4681 Wed Mar  4 00:13:19 CET 2009 - jkupec@suse.cz
4682
4683 - zypp.conf: fixed and enabled 'servicesdir'
4684
4685 -------------------------------------------------------------------
4686 Tue Mar  3 13:38:11 CET 2009 - dmacvicar@suse.de
4687
4688 - aria2: implement speed indicators (bnc#475506)
4689 - aria2: implement progress indicators correctly (bnc#473846)
4690 - aria2: fix broken pipe when looking for aria2c which caused
4691          a fallback to curl. (bnc#480930)
4692 - aria2: implement saving and reading mirror stats data in
4693          /var/cache/zypp/aria2.stats
4694 - aria2: handle failover correctly (bnc#481115)
4695 - aria2: various improvements in error and report  handling
4696 - aria2: curl: reset settings on attach to avoid duplicate
4697   headers
4698 - version 6.2.1 (2)
4699
4700 -------------------------------------------------------------------
4701 Tue Mar  3 12:44:24 CET 2009 - ma@suse.de
4702
4703 - Adapt to changed satsolver API.
4704
4705 -------------------------------------------------------------------
4706 Fri Feb 27 16:23:36 CET 2009 - dmacvicar@suse.de
4707
4708 - Make sure Fetcher pass optional files as non-interactive
4709 - Fixes file does not exist error when key/sig does not exist
4710 - version 6.2.0 (2)
4711
4712 -------------------------------------------------------------------
4713 Thu Feb 26 13:49:56 CET 2009 - ma@suse.de
4714
4715 - Use correct default for zconfig(solver.checkSystemFile) (bnc# 475144)
4716
4717 -------------------------------------------------------------------
4718 Thu Feb 26 01:25:33 CET 2009 - ma@suse.de
4719
4720 - Prevent ResStatus from overriding user locks. (bnc #475230)
4721
4722 -------------------------------------------------------------------
4723 Sun Feb 22 15:27:11 CET 2009 - ma@suse.de
4724
4725 - Never refresh repositories from CD/DVD, once they are created. (bnc #476429)
4726
4727 -------------------------------------------------------------------
4728 Sat Feb 21 18:31:17 CET 2009 - dmacvicar@suse.de
4729
4730 Implemented the following options with aria backend:
4731
4732 - download.max_concurrent_connections (default 2)
4733   download.min_download_speed (default no limit)
4734   download.max_download_speed (default no limit)
4735   download.max_silent_tries (default 5)
4736
4737 -------------------------------------------------------------------
4738 Fri Feb 20 16:28:19 CET 2009 - dmacvicar@suse.de
4739
4740 - MediaAria2c: allow disabling aria2 using ZYPP_ARIA2C=0.
4741   Various improvements including file existence checking
4742   Disable HEAD request if aria2c >= 1.20
4743   Restrict max connections to 2 for now.
4744
4745 -------------------------------------------------------------------
4746 Wed Feb 18 15:51:38 CET 2009 - ma@suse.de
4747
4748 - Neither lose packages with empty name, nor SEGV when processing them. (bnc #470011)
4749
4750 -------------------------------------------------------------------
4751 Tue Feb 17 23:17:54 CET 2009 - ma@suse.de
4752
4753 - Compute obsoletes based on names only (not considering provides) (bnc #471023)
4754
4755 -------------------------------------------------------------------
4756 Tue Feb 17 12:56:57 CET 2009 - jkupec@suse.cz
4757
4758 - Fixed FTP authentication (bnc #472879)
4759
4760 -------------------------------------------------------------------
4761 Wed Feb 11 13:31:03 CET 2009 - ma@suse.de
4762
4763 - Follow IEC and use the binary prefixes (KiB,MiB,GiB) for printing Byte
4764   counts based on a power of 1024 (formerly just K,M,G). Byte counts based
4765   on a power of 1000 stay unaffected (kB,MB,GB).
4766
4767 -------------------------------------------------------------------
4768 Mon Feb  9 13:14:26 CET 2009 - ma@suse.de
4769
4770 - Fix installation prompting for the wrong CD/DVD. (bnc #472892)
4771
4772 -------------------------------------------------------------------
4773 Tue Feb  3 18:07:38 CET 2009 - ma@suse.de
4774
4775 - Send any output from rpm install/delete scripts via callback, so
4776   applications are able to display it. (bnc #369450)
4777
4778 -------------------------------------------------------------------
4779 Mon Feb  2 14:12:08 CET 2009 - ma@suse.de
4780
4781 - Add missing translations (bnc #256289)
4782
4783 -------------------------------------------------------------------
4784 Wed Jan 28 14:37:28 CET 2009 - jkupec@suse.cz
4785
4786 - HistoryLogReader added
4787
4788 -------------------------------------------------------------------
4789 Tue Jan 27 13:35:44 CET 2009 - ma@suse.de
4790
4791 - Respect content-file DATDIR when downloading packages. (bnc #468612)
4792
4793 -------------------------------------------------------------------
4794 Tue Jan 27 13:28:54 CET 2009 - jkupec@suse.cz
4795
4796 - Enabled CredentialManager for MediaSMB (bnc #460970).
4797 - Ignore URL's username, password, and query string in AuthData
4798   comparator in CredentialManager.
4799
4800 -------------------------------------------------------------------
4801 Mon Jan 26 12:41:07 CET 2009 - ma@suse.de
4802
4803 - Let vendor checks per default differ between 'openSUSE Build Service'
4804   and 'openSUSE' (bnc #467262).
4805
4806 -------------------------------------------------------------------
4807 Fri Jan 23 12:34:44 CET 2009 - ma@suse.de
4808
4809 - Fix handling of plaindir repos on mounted devices (e.g. USB) (bnc #464778)
4810 - Fix plaindir checksum computation not to to follow symlinks (bnc #464778)
4811
4812 -------------------------------------------------------------------
4813 Thu Jan 22 10:41:27 CET 2009 - ma@suse.de
4814
4815 - Tell satsolver about product buddies (bnc #466565)
4816
4817 -------------------------------------------------------------------
4818 Fri Jan  9 17:01:10 CET 2009 - jkupec@suse.cz
4819
4820 - handle HTTP 503 reponses as temporary errors (bnc #462545)
4821
4822 -------------------------------------------------------------------
4823 Thu Dec 18 22:26:18 CET 2008 - ma@suse.de
4824
4825 - Fixed lost user request to abort during commit. (bnc #388810, bnc #450273)
4826 - revision 11954
4827 - version 5.25.0 (23)
4828
4829 -------------------------------------------------------------------
4830 Thu Dec 18 13:02:27 CET 2008 - ma@suse.de
4831
4832 - Add Package::filelist, faster and less memory consuming
4833   implementation of Package::filenames (now deprecated).
4834 - revision 11949
4835
4836 -------------------------------------------------------------------
4837 Thu Dec 11 21:39:50 CET 2008 - ma@suse.de
4838
4839 - Add str::hexencode and str::hexdecode to encode special characters
4840   in a string as %XX.
4841 - Hexdecode modalias strings in rpm dependencies because rpm does not
4842   allow comma, blank and other special chars. (bnc #456695)
4843 - revision 11927
4844
4845 -------------------------------------------------------------------
4846 Thu Dec 11 17:13:06 CET 2008 - ma@suse.de
4847
4848 - Catch and report media errors when proving packages. (bnc #457652)
4849 - revision 11926
4850
4851 -------------------------------------------------------------------
4852 Wed Dec 10 16:09:08 CET 2008 - ma@suse.de
4853
4854 - Remove obsolete zypp.conf::productsdir and deprecate
4855   ZConfig::productsPath().
4856 - Monitor /etc/products.d to determine if @system.solv needs to be
4857   rebuilt. (bnc #457933)
4858 - revision 11923
4859 - version 5.24.7 (23)
4860
4861 -------------------------------------------------------------------
4862 Mon Dec  8 15:31:18 CET 2008 - ma@suse.de
4863
4864 - Execute patch scripts chroot to the installed system. (bnc #456795)
4865 - revision 11908
4866
4867 -------------------------------------------------------------------
4868 Mon Dec  8 10:39:30 CET 2008 - schubi@suse.de
4869
4870 - Make the solver reset function public (bnc #439373)
4871 - Revision 11904
4872
4873 -------------------------------------------------------------------
4874 Sun Dec  7 20:21:09 CET 2008 - coolo@suse.de
4875
4876 - note for coolo: do not trust bash advisory from TPM colleagues
4877
4878 -------------------------------------------------------------------
4879 Fri Dec  5 14:22:11 CET 2008 - ma@suse.de
4880
4881 - Fix solvers inappropriate selection as byUSER (bnc 455965)
4882 - revision 11891
4883 - version 5.24.6 (23)
4884
4885 -------------------------------------------------------------------
4886 Thu Dec  4 11:10:35 CET 2008 - coolo@suse.de
4887
4888 - fix %post script to not warn on fresh install
4889
4890 -------------------------------------------------------------------
4891 Mon Dec  1 19:38:24 CET 2008 - ma@suse.de
4892
4893 - Fix install order computation losing some installed packages
4894   pre-requirements. (bnc #439802)
4895 - revision 11845
4896 - version 5.24.5 (23)
4897
4898 -------------------------------------------------------------------
4899 Fri Nov 28 16:33:56 CET 2008 - ma@suse.de
4900
4901 - Prune soft locks to prevent installation but not update of
4902   already installed packages.
4903 - revision 11829
4904 - version 5.24.4 (23)
4905
4906 -------------------------------------------------------------------
4907 Fri Nov 28 11:36:03 CET 2008 - schubi@suse.de
4908
4909 - Taking solutions which based on user requirements/conflict
4910   "by User" solutions (bnc #442718)
4911 - revision 11825
4912
4913 -------------------------------------------------------------------
4914 Fri Nov 28 00:05:17 CET 2008 - ma@suse.de
4915
4916 - Take into account the requirements of all obsoleted packages uninstall
4917   scripts when computing the installation order. (bnc #439802)
4918 - revision 11823
4919 - version 5.24.3 (23)
4920
4921 -------------------------------------------------------------------
4922 Thu Nov 27 14:45:07 CET 2008 - dmacvicar@suse.de
4923
4924 - fix maybeUnsuported() method returning wrong result
4925 - add testcase for future coverage
4926 - don't force time based uuid for anonymous id string (bnc #449654)
4927 - RELEASE: 5.24.2 (23)
4928
4929 -------------------------------------------------------------------
4930 Wed Nov 26 17:18:00 CET 2008 - ma@suse.de
4931
4932 - Call 'repo2solv -R' (recursive scan) for plaindir repos. (bnc #443350)
4933 - revision 11810
4934
4935 -------------------------------------------------------------------
4936 Wed Nov 26 17:09:12 CET 2008 - dmacvicar@suse.de
4937
4938 - SHA1SUMS.key is not imported by zypp as known key (bnc #446188)
4939 - path and url in add_on_products.xml is evaluated wrong
4940   (bnc #446170)
4941
4942 -------------------------------------------------------------------
4943 Mon Nov 24 17:47:35 CET 2008 - schubi@suse.de
4944
4945 - activate locking for doUpdate (bnc #447684)
4946 - revision 11792
4947 - RELEASE: 5.24.1 (23)
4948
4949 -------------------------------------------------------------------
4950 Fri Nov 21 16:56:10 CET 2008 - dmacvicar@suse.de
4951
4952 - remove unused updaterepokey, replaced by repo
4953   product information
4954
4955 -------------------------------------------------------------------
4956 Fri Nov 21 15:12:52 CET 2008 - jkupec@suse.cz
4957
4958 - fixed uninitialized value in OnMediaLocation (bnc #447010)
4959 - revision 11770
4960
4961 -------------------------------------------------------------------
4962 Thu Nov 20 23:59:16 CET 2008 - ma@suse.de
4963
4964 - Fix retrieval of deltarpm info.
4965 - revision 11764
4966 - version 5.24.0 (23)
4967
4968 -------------------------------------------------------------------
4969 Thu Nov 20 22:15:28 CET 2008 - ma@suse.de
4970
4971 - Fix retrieval of Repository attributes like timestamps, keywords
4972   and product info.
4973 - revision 11760
4974
4975 -------------------------------------------------------------------
4976 Thu Nov 20 19:30:05 CET 2008 - ma@suse.de
4977
4978 - Enhance class LookupAttr and add convenience class LookupRepoAttr to
4979   iterate those solv file attributes which are not acssociated with a
4980   solvable. E.g. product or deltarpm info.
4981 - revision 11754
4982
4983 -------------------------------------------------------------------
4984 Wed Nov 19 15:49:38 CET 2008 - jkupec@suse.cz
4985
4986 - encode user-supplied URL strings before using them in the Url object
4987   (bnc #446395, bnc #444267)
4988 - revision 11720
4989
4990 -------------------------------------------------------------------
4991 Wed Nov 19 15:15:14 CET 2008 - ma@suse.de
4992
4993 - Support loading helix files.
4994 - revision 11719
4995
4996 -------------------------------------------------------------------
4997 Tue Nov 18 18:37:30 CET 2008 - ma@suse.de
4998
4999 - Add class filesystem::Glob to find pathnames matching a pattern
5000   by using ::glob.
5001 - revision 11708
5002
5003 -------------------------------------------------------------------
5004 Thu Nov 13 11:07:56 CET 2008 - schubi@suse.de
5005
5006 - Taking care for ppc64 while distupgrade (bnc #443685)
5007 - revision 11670
5008
5009 -------------------------------------------------------------------
5010 Wed Nov 12 18:53:03 CET 2008 - ma@suse.de
5011
5012 - Add Capability ctor from Arch and Name: (Arch_i386, "name") or
5013   (Arch_i386, "name == 1.0").
5014 - revision 11669
5015
5016 -------------------------------------------------------------------
5017 Wed Nov 12 14:31:20 CET 2008 - ma@suse.de
5018
5019 - Take care to always reset CURLOPT_TIMECONDITION to prevent incomplete
5020   downloads. (bnc #444109)
5021 - revision 11656
5022 - version 5.23.0 (23)
5023
5024 -------------------------------------------------------------------
5025 Wed Nov 12 13:19:02 CET 2008 - ma@suse.de
5026
5027 - Check for modaliases below /sys (bnc #430179)
5028 - revision 11653
5029
5030 -------------------------------------------------------------------
5031 Tue Nov 11 18:36:33 CET 2008 - ma@suse.de
5032
5033 - Avoid superfluous file copying and gpg invocation in keyring handling.
5034 - revision 11650
5035
5036 -------------------------------------------------------------------
5037 Tue Nov 11 14:48:52 CET 2008 - ma@suse.de
5038
5039 - Prevent fetcher from processing the same index file twice. (bnc #443644)
5040 - revision 11648
5041 - version 5.22.0 (21)
5042
5043 -------------------------------------------------------------------
5044 Fri Nov  7 23:55:47 CET 2008 - ma@suse.de
5045
5046 - Fix retrieval of patch contents and references attributes. (bnc #442200)
5047 - revision 11641
5048 - version 5.21.0 (21)
5049
5050 -------------------------------------------------------------------
5051 Fri Nov  7 19:51:00 CET 2008 - ma@suse.de
5052
5053 - Add CheckSum::asString.
5054 - revision 11634
5055
5056 -------------------------------------------------------------------
5057 Fri Nov  7 17:55:48 CET 2008 - ma@suse.de
5058
5059 - revision 11631
5060 - version 5.20.0 (20)
5061
5062 -------------------------------------------------------------------
5063 Thu Nov  6 18:35:25 CET 2008 - dmacvicar@suse.de
5064
5065 - re-add the flavor to the http header now using a flavor
5066   cache that is updated on every target load.
5067   Target::dstributionFlavor provides access to this cache
5068   in case you need the last used flavor without loading
5069   the target.
5070
5071 -------------------------------------------------------------------
5072 Thu Nov  6 16:23:03 CET 2008 - schubi@suse.de
5073
5074 - added flag: ignorealreadyrecommended to the testcases (bnc #432136)
5075 - revsion 11539
5076
5077 -------------------------------------------------------------------
5078 Thu Nov  6 09:41:48 CET 2008 - schubi@suse.de
5079
5080 - Adding rule rpm-arch for installed rpm package in order to avoid
5081   unneeded architecture change. (bnc #441004)
5082 - revision 11585
5083
5084 -------------------------------------------------------------------
5085 Tue Nov  4 13:21:35 CET 2008 - jkupec@suse.cz
5086
5087 - handle MediaTimeoutException also in MediaSetAccess::provideFile()
5088   (bnc #439983)
5089 - revision 11568
5090
5091 -------------------------------------------------------------------
5092 Mon Nov  3 15:30:53 CET 2008 - dmacvicar@suse.de
5093
5094 - merge contributions by Jon Nelson, the patches resolve
5095   the following issues:
5096 - disable the "Pragma: nocache" header which is automatically
5097   used by curl.
5098   re-enables the use of a caching http proxy (like squid or others)
5099   and corrects (bnc #326208)
5100 - don't generate an If-Modified-Since header if we don't have a
5101   previous file to work with
5102 - don't generate a Proxy-Authenticate header if one is not called
5103   for.
5104
5105 -------------------------------------------------------------------
5106 Fri Oct 31 14:01:57 CET 2008 - ma@suse.de
5107
5108 - Do not save solver locks (by APPL_HIGH).
5109 - revision 11558
5110
5111 -------------------------------------------------------------------
5112 Fri Oct 31 13:53:39 CET 2008 - dmacvicar@suse.de
5113
5114 - fetcher.setOptions( Fetcher::AutoAddIndexes ) allows
5115   for automatic signed index discovery.
5116 - enqueueDir with checksum checking s now enqueueDigestedDir
5117
5118 -------------------------------------------------------------------
5119 Thu Oct 30 14:24:57 CET 2008 - schubi@suse.de
5120
5121 - solutions: keep/lock will be done by APPL_HIGH. So they will not be
5122   saved in the lockfiles
5123 - "keep obsolete" will be handled with lock by APPL_HIGH (bnc #439134)
5124 - revision  11549
5125
5126 -------------------------------------------------------------------
5127 Wed Oct 29 14:14:16 CET 2008 - jkupec@suse.cz
5128
5129 - throw a MediaTimeoutException also on http 504 (gateway timeout)
5130   (bnc #425035)
5131 - revision 11535
5132
5133 -------------------------------------------------------------------
5134 Wed Oct 29 12:51:55 CET 2008 - ma@suse.de
5135
5136 - Add 'sh4' architectures.
5137 - revision 11534
5138
5139 -------------------------------------------------------------------
5140 Tue Oct 28 22:01:40 CET 2008 - dmacvicar@suse.de
5141
5142 - don't free the header before curl_perform as curl does not
5143   copy it. (bnc#439532)
5144
5145 -------------------------------------------------------------------
5146 Tue Oct 28 16:47:36 CET 2008 - ma@suse.de
5147
5148 - Add 'arm' architectures.
5149 - revision 11525
5150
5151 -------------------------------------------------------------------
5152 Tue Oct 28 10:07:13 CET 2008 - schubi@suse.de
5153
5154 - regarding "keep obsolete" in the solutions (bnc #439134)
5155 - revision 11517
5156
5157 -------------------------------------------------------------------
5158 Mon Oct 27 10:51:01 CET 2008 - dmacvicar@suse.de
5159
5160 - fix broken aria2c command line (bnc#438971)
5161
5162 -------------------------------------------------------------------
5163 Sun Oct 26 14:53:56 CET 2008 - coolo@suse.de
5164
5165 - adding svn r11488 to fix compile of PackageKit
5166
5167 -------------------------------------------------------------------
5168 Fri Oct 24 18:12:34 CEST 2008 - ma@suse.de
5169
5170 - Remove error prone methods from OnMediaLocation API to prevent
5171   accidental missuse. (bnc #437328)
5172 - revision 11487
5173 - version 5.19.0 (19)
5174
5175 -------------------------------------------------------------------
5176 Fri Oct 24 16:07:45 CEST 2008 - ma@suse.de
5177
5178 - Provide the /etc/products.d enties filename as Product::referenceFilename.
5179   Use it to remove orphan products. (bnc #432932)
5180 - Fix media exception handling in commit (bnc #395704)
5181 - revision 11485
5182 - version 5.18.0 (17)
5183
5184 -------------------------------------------------------------------
5185 Fri Oct 24 10:29:19 CEST 2008 - schubi@suse.de
5186
5187 - Taking "unlock" instead of setTransact(false) in the solutions (bnc #436923)
5188 - revision 11468
5189 - version 5.17.0 (17)
5190
5191 -------------------------------------------------------------------
5192 Wed Oct 22 14:33:10 CEST 2008 - ma@suse.de
5193
5194 - For retrieving a product license fall back to license.tar.gz. (bnc #372386)
5195 - revision 11447
5196
5197 -------------------------------------------------------------------
5198 Wed Oct 22 14:16:33 CEST 2008 - dmacvicar@suse.de
5199
5200 - move anonymous unique id to a private http header
5201   X-ZYpp-AnonymousUniqueId (bnc#431571 )
5202
5203 -------------------------------------------------------------------
5204 Wed Oct 22 12:58:35 CEST 2008 - ma@suse.de
5205
5206 - Adapt to satsolver-0.12 API.
5207 - Add Locale:: bestMatch to find the best match within a set of
5208   available Locales.
5209 - revision 11441
5210
5211 -------------------------------------------------------------------
5212 Mon Oct 20 16:44:58 CEST 2008 - ma@suse.de
5213
5214 - RepoInfo: Add methods to handle repository licenses. (bnc #372386)
5215 - revision 11419
5216
5217 -------------------------------------------------------------------
5218 Mon Oct 20 16:39:41 CEST 2008 - ma@suse.de
5219
5220 - Adapt to changed satsolver dataiterator API.
5221 - revision 11418
5222
5223 -------------------------------------------------------------------
5224 Fri Oct 17 18:31:47 CEST 2008 - ma@suse.de
5225
5226 - Secure download of license file on repo refresh (bnc #372386)
5227 - revision 11398
5228
5229 -------------------------------------------------------------------
5230 Fri Oct 17 17:26:25 CEST 2008 - ma@suse.de
5231
5232 - Call 'repo2solv.sh -o' instead of using output redirection. (bnc #420046)
5233 - revision 11397
5234
5235 -------------------------------------------------------------------
5236 Thu Oct 16 17:57:15 CEST 2008 - jkupec@suse.cz
5237
5238 - repository license methods added to RepoManager (bnc #372386)
5239 - revision 11377
5240
5241 -------------------------------------------------------------------
5242 Thu Oct 16 16:26:01 CEST 2008 - dmacvicar@suse.de
5243
5244 - don't take into account stat information when looking
5245   for remote SHA1SUMS (part of bnc#409927)
5246
5247 -------------------------------------------------------------------
5248 Wed Oct 15 18:01:48 CEST 2008 - jkupec@suse.cz
5249
5250 - MediaSetAccess::provideOptionalFile() added
5251 - revision 11369
5252
5253 -------------------------------------------------------------------
5254 Wed Oct 15 18:01:48 CEST 2008 - jkupec@suse.cz
5255 - version 5.16.1 (16)
5256
5257 -------------------------------------------------------------------
5258 Tue Oct 14 16:15:09 CEST 2008 - jkupec@suse.cz
5259
5260 - don't initialize servicesTargetDistro via global ZYpp instance in
5261   RepoManagerOptions() constructor (bnc #435184)
5262 - revision 11342
5263
5264 -------------------------------------------------------------------
5265 Mon Oct 13 19:12:40 CEST 2008 - jkupec@suse.cz
5266
5267 - repository probing: check for other types of repo even on
5268   MediaException, throw only if all fail (bnc #335906)
5269 - revision 11332
5270
5271 -------------------------------------------------------------------
5272 Mon Oct 13 14:16:25 CEST 2008 - ma@suse.de
5273
5274 - Adapt to satsolver changes.
5275 - revision 11331
5276 - version 5.16.0 (16)
5277
5278 -------------------------------------------------------------------
5279 Mon Oct 13 13:28:48 CEST 2008 - ma@suse.de
5280
5281 - Fix reading delta rpm checksum from solv file.
5282 - revision 11313
5283
5284 -------------------------------------------------------------------
5285 Mon Oct 13 12:12:39 CEST 2008 - ma@suse.de
5286
5287 - Fix package-manager script to properly quote arguments. (bnc #30903)
5288 - revision 11311
5289
5290 -------------------------------------------------------------------
5291 Mon Oct 13 11:03:04 CEST 2008 - schubi@suse.de
5292
5293 - regarding orphaned resolvables
5294 - removed old distupgrade algorithm
5295 - revision 11307
5296
5297 -------------------------------------------------------------------
5298 Sun Oct 12 13:55:51 CEST 2008 - jkupec@suse.cz
5299
5300 - handle ftp response 530 (login failed) like http 403
5301   (bnc #433537)
5302 - revision 11305
5303
5304 -------------------------------------------------------------------
5305 Thu Oct  9 17:37:18 CEST 2008 - ma@suse.de
5306
5307 - Adapt to satsolvers 'big solv data change'.
5308 - revision 11294
5309
5310 -------------------------------------------------------------------
5311 Thu Oct  9 17:18:18 CEST 2008 - schubi@suse.de
5312
5313 - Taking the right solution actions for locked resolvables (bnc #400840)
5314 - revision 11289
5315
5316 -------------------------------------------------------------------
5317 Thu Oct  9 13:52:03 CEST 2008 - ma@suse.de
5318
5319 - Add required copy-ctor and assignment operator to WhatProvides.
5320   (bnc #433087)
5321 - revision 11276
5322
5323 -------------------------------------------------------------------
5324 Wed Oct  8 16:24:25 CEST 2008 - jkupec@suse.cz
5325
5326 - detect and use unused loop device for mounting ISO images
5327   (bnc #428009)
5328 - revision 11262
5329 - version 5.15.1 (13)
5330
5331 -------------------------------------------------------------------
5332 Wed Oct  8 15:39:08 CEST 2008 - jkupec@suse.cz
5333
5334 - fixed segfault when saving the probed repo type in
5335   RepoManager::refreshMetadata() (bnc #431963)
5336 - revision 11261
5337
5338 -------------------------------------------------------------------
5339 Wed Oct  8 11:33:00 CEST 2008 - dmacvicar@suse.de
5340
5341 - improve log message (bnc#429114)
5342
5343 -------------------------------------------------------------------
5344 Wed Oct  8 11:15:20 CEST 2008 - lslezak@suse.cz
5345
5346 - disk usage - ignore /proc filesystem (bnc#418783)
5347 - revision 11258
5348
5349 -------------------------------------------------------------------
5350 Tue Oct  7 13:24:10 CEST 2008 - ma@suse.de
5351
5352 - Fixed detection of loopback mounted iso-files. The mtab entry does
5353   not necessarily mention the iso-file. (bnc #432504)
5354 - revision 11252
5355 - version 5.15.0 (13)
5356
5357 -------------------------------------------------------------------
5358 Thu Oct  2 19:46:13 CEST 2008 - ma@suse.de
5359
5360 - Add zypp.conf option 'download.use_deltarpmr.always' to enable using
5361   delta rpms even if the package is available on a local source.
5362   (Axel C. Frinke)
5363 - revision 11235
5364 - version 5.14.0 (13)
5365
5366 -------------------------------------------------------------------
5367 Thu Oct  2 18:50:11 CEST 2008 - ma@suse.de
5368
5369 - Add product attribute: PRODUCTLINE.
5370 - revision 11234
5371
5372 -------------------------------------------------------------------
5373 Thu Oct  2 17:18:19 CEST 2008 - ma@suse.de
5374
5375 - Do not consider self provided requirements whan computing the
5376   installation order.
5377 - revision 11231
5378
5379 -------------------------------------------------------------------
5380 Wed Oct  1 16:07:36 CEST 2008 - ma@suse.de
5381
5382 - Rephrase missleading error message. (bnc #431229)
5383 - revision 11222
5384
5385 -------------------------------------------------------------------
5386 Tue Sep 30 17:23:48 CEST 2008 - ma@suse.de
5387
5388 - Allow computation of disk usage per solvable.
5389 - revision 11218
5390
5391 -------------------------------------------------------------------
5392 Mon Sep 29 23:59:10 CEST 2008 - dmacvicar@suse.de
5393
5394 - Merge aria2c Media handler code from Google SOC 2008
5395   (Gerard Farras)
5396 - Only activated by making env var ZYPP_ARIA=1
5397
5398 -------------------------------------------------------------------
5399 Mon Sep 29 15:56:17 CEST 2008 - jkupec@suse.cz
5400
5401 - history: tell which package failed before logging rpm output or
5402   error message (bnc #430585)
5403 - no localization for history log comments
5404 - revision 11202
5405
5406 -------------------------------------------------------------------
5407 Mon Sep 29 13:43:08 CEST 2008 - ma@suse.de
5408
5409 - Fix zypp::WhatProvides::empty returning inverse result.
5410 - revision 11200
5411 - version 5.13.1 (13)
5412
5413 -------------------------------------------------------------------
5414 Sat Sep 27 23:36:19 CEST 2008 - jkupec@suse.cz
5415
5416 - fixed endless loop when CredentialManager returns bad password
5417 - CredentialManager now correctly updates password of existing
5418   credentials
5419 - revision 11187
5420
5421 -------------------------------------------------------------------
5422 Fri Sep 26 15:37:50 CEST 2008 - ma@suse.de
5423
5424 - Fix computation of Product::flavor.
5425 - Add Product::productLine. A vendor specific string denoting the
5426   product line.
5427 - revision 11182
5428 - version 5.13.0 (13)
5429
5430 -------------------------------------------------------------------
5431 Fri Sep 26 15:25:33 CEST 2008 - jkupec@suse.cz
5432
5433 - save user credentials after asking for them
5434 - revision 11181
5435
5436 -------------------------------------------------------------------
5437 Thu Sep 25 23:19:55 CEST 2008 - jkupec@suse.cz
5438
5439 - ZConfig::credentialsGlobal{File,Dir}() added
5440   (/etc/zypp/credentials.{cat,d})
5441 - revision 11176
5442
5443 -------------------------------------------------------------------
5444 Thu Sep 25 17:09:44 CEST 2008 - jkupec@suse.cz
5445
5446 - Target::setInstallationLogfile() removed from zypp/Target.h
5447 - revision 11171
5448
5449 -------------------------------------------------------------------
5450 Thu Sep 25 13:11:43 CEST 2008 - ma@suse.de
5451
5452 - Remove obsolete zypp-query-pool binary. zypper provides all
5453   the information one needs.
5454 - revision 11160
5455
5456 -------------------------------------------------------------------
5457 Wed Sep 24 19:11:19 CEST 2008 - jkupec@suse.cz
5458
5459 - HistoryLog added and used to log package installs/removes and
5460   repository adds, removes, url and alias changes into
5461   history.logfile (/var/log/zypp/history) (fate #110205)
5462 - str::escape(string, char) added
5463 - revision 11150
5464 - version 5.12.1 (12)
5465
5466 -------------------------------------------------------------------
5467 Tue Sep 23 14:02:08 CEST 2008 - jkupec@suse.cz
5468
5469 - CredentialManager: look for credentials with
5470   wanted_url.startsWith(stored_url)
5471 - RepoManager: don't pass service credentials down to repos if
5472   their urls are not based on service's url.
5473 - revision 11134
5474
5475 -------------------------------------------------------------------
5476 Mon Sep 22 16:27:41 CEST 2008 - ma@suse.de
5477
5478 - Remove superfluous PRODUCT_REFERENCES attribute.
5479 - revision 11127
5480
5481 -------------------------------------------------------------------
5482 Mon Sep 22 16:13:08 CEST 2008 - ma@suse.de
5483
5484 - Add Url::hasCredentialsInAuthority test for username or password
5485   being encoded in the authority component. I.e. user:pass@host.
5486 - Handle repos to be disabled disable in service refresh.
5487 - revision 11126
5488
5489 -------------------------------------------------------------------
5490 Mon Sep 22 12:10:34 CEST 2008 - jkupec@suse.cz
5491
5492 - provided context to keyring callbacks (bnc #370223)
5493 - merged trust & import callbacks (bnc #366467)
5494   (don't worry, still allows to trust && !import)
5495 - revision 11113
5496
5497 -------------------------------------------------------------------
5498 Fri Sep 19 13:17:38 CEST 2008 - ma@suse.de
5499
5500 - Moved DefaultAcceptBits enum to class KeyRing (formerly KeyRingReort).
5501 - revision 11102
5502
5503 -------------------------------------------------------------------
5504 Thu Sep 18 16:11:23 CEST 2008 - ma@suse.de
5505
5506 - Use service alias as namespace for it's repositories aliases.
5507 - revision 11097
5508 - version 5.11.0 (11)
5509
5510 -------------------------------------------------------------------
5511 Thu Sep 18 12:45:25 CEST 2008 - jkupec@suse.cz
5512
5513 - pass service's credentials down to repos
5514 - support ?credentials=filepath in URL to specify credentials
5515 - revision 11092
5516
5517 -------------------------------------------------------------------
5518 Thu Sep 18 09:57:49 CEST 2008 - ma@suse.de
5519
5520 - Add Product::isTargetDistribution to identify the systems installed
5521   baseproduct. This should replace tests for Product::type is "base".
5522 - revision 11089
5523
5524 -------------------------------------------------------------------
5525 Wed Sep 17 18:05:44 CEST 2008 - jkupec@suse.cz
5526
5527 - save user credentials when adding repos/services with URLs containing
5528   the credentials (bnc #425462)
5529 - revision 11085
5530
5531 -------------------------------------------------------------------
5532 Wed Sep 17 15:08:54 CEST 2008 - ma@suse.de
5533
5534 - Adapt to rpms new way of quoting whitespace in pathnames.(bnc #426924)
5535 - revision 11082
5536
5537 -------------------------------------------------------------------
5538 Tue Sep 16 18:41:39 CEST 2008 - ma@suse.de
5539
5540 - Service handling fixes. Added ServiceException.
5541 - revision 11077
5542
5543 -------------------------------------------------------------------
5544 Mon Sep 15 11:40:04 CEST 2008 - ma@suse.de
5545
5546 - Fix building of transaltions.
5547 - revision 11064
5548
5549 -------------------------------------------------------------------
5550 Sun Sep 14 00:10:21 CEST 2008 - jkupec@suse.cz
5551
5552 - ServiceInfo.clearReposTo{Enable,Disable}() methods added
5553 - revision 11060
5554
5555 -------------------------------------------------------------------
5556 Fri Sep 12 18:24:28 CEST 2008 - ma@suse.de
5557
5558 - Create new Service repos in disbaled sate.
5559 - revision 11056
5560 - version 5.10.0 (10)
5561
5562 -------------------------------------------------------------------
5563 Fri Sep 12 16:04:54 CEST 2008 - ma@suse.de
5564
5565 - Make registerTarget and registerRelease abvailable for installed
5566   product. Required for registration.
5567 - revision 11043
5568
5569 -------------------------------------------------------------------
5570 Fri Sep 12 12:59:50 CEST 2008 - ma@suse.de
5571
5572 - Add url lists query to Product interface. A generic query and
5573   convenience methods to query urls for "releasenotes", "register",
5574   "updateurls", "extraurls",  "optionalurls" and "smolt" (bnc #413444)
5575 - revision 11029
5576
5577 -------------------------------------------------------------------
5578 Fri Sep 12 01:38:25 CEST 2008 - jkupec@suse.cz
5579
5580 - ServiceType and ServiceInfo::type() added (contains only RIS for
5581   now), service type probing added.
5582 - Avoiding the use of 'path' for services (appending
5583   the repoindex.xml's 'path' to the baseurl of created repos)
5584 - renamed ServiceInfo::*catalog*() methods to *repo*() methods
5585 - revision 11022
5586
5587 -------------------------------------------------------------------
5588 Thu Sep 11 16:01:57 CEST 2008 - dmacvicar@suse.de
5589
5590 - add Repostiroy::updateKeys and
5591   Repository::providesUpdatesForKey(string) for repo and
5592   product matching
5593 - Provide Repository::isUpdateRepo
5594
5595 -------------------------------------------------------------------
5596 Thu Sep 11 14:41:28 CEST 2008 - ma@suse.de
5597
5598 - Fix evaluation of vendor support flags.
5599 - Adapt retrieval of registration data (targetDistribution,
5600   targetDistributionRelease and targetDistributionFlavor).
5601 - revision 11013
5602
5603 -------------------------------------------------------------------
5604 Wed Sep 10 18:23:52 CEST 2008 - ma@suse.de
5605
5606 - Follow gpgcheck tag in .repo file and do no check if disabled.
5607 - revision 11010
5608 - version 5.9.0 (8)
5609
5610 -------------------------------------------------------------------
5611 Wed Sep 10 17:54:20 CEST 2008 - jkupec@suse.cz
5612
5613 - added dumpAsXMLOn(stream,string) to ServiceInfo to print services
5614   with content (repos)
5615 - revision 11004
5616
5617 -------------------------------------------------------------------
5618 Wed Sep 10 17:31:41 CEST 2008 - ma@suse.de
5619
5620 - Remove obsolete product attributes.
5621 - Store less packages in /var/lib/zypp/SoftLocks (bnc #418050)
5622 - revision 11001
5623
5624 -------------------------------------------------------------------
5625 Wed Sep 10 16:40:00 CEST 2008 - ma@suse.de
5626
5627 - Provide product::updaterepoKey: Update repository indicator string.
5628 - revision 11000
5629
5630 -------------------------------------------------------------------
5631 Tue Sep  9 17:33:03 CEST 2008 - dmacvicar@suse.de
5632
5633 - provide context about the repository (name/alias) if available when
5634   checking signatures (bnc#370223)
5635 - 5.8.0
5636
5637 -------------------------------------------------------------------
5638 Tue Sep  9 13:04:11 CEST 2008 - ma@suse.de
5639
5640 - Add ServiceInfo interface to define a set of catalogs (repository
5641   aliases) to be enabled on next refresh.
5642 - revision 10970
5643
5644 -------------------------------------------------------------------
5645 Tue Sep  9 11:40:42 CEST 2008 - ma@suse.de
5646
5647 - Fix reading of Traget::targetDistribution.
5648 - Allow to configure default answers in signature verification workflow.
5649 - revision 10968
5650
5651 -------------------------------------------------------------------
5652 Mon Sep  8 17:11:02 CEST 2008 - jkupec@suse.cz
5653
5654 - CredentialManager added to manage stored credentials
5655 - MediaCurl adapted to use CredentialManager to read credentials
5656 - revision 10958
5657
5658 -------------------------------------------------------------------
5659 Fri Sep  5 11:40:05 CEST 2008 - jkupec@suse.cz
5660
5661 - operator ==, !=, < definition moved to RepoInfoBase from
5662   the derived classes
5663 - fixed RepoInfo::dumpAsIniOn() to not print 'type' if it is unknown
5664   (bnc #407515)
5665 - {Repo,Service}Info::dumpAsXMLOn(ostream) added
5666 - RepoInfo::dumpRepoOn() deprecated in favor of dumpAsIniOn()
5667 - use shared_ptr instead of itrusive for {Repo,Service}Info
5668 - revision 10931:10942
5669
5670 -------------------------------------------------------------------
5671 Thu Sep  4 16:47:07 CEST 2008 - jkupec@suse.cz
5672
5673 - RepoInfo{,Base} setters made void
5674 - revision 10931
5675
5676 -------------------------------------------------------------------
5677 Wed Sep  3 14:53:06 CEST 2008 - jkupec@suse.cz
5678
5679 - skip repositories with non-matching target distro when reading
5680   repoindex
5681 - revision 10926
5682
5683 -------------------------------------------------------------------
5684 Tue Sep  2 11:04:52 CEST 2008 - schubi@suse.de
5685
5686 - Enabled distupgrade of the SAT solver. In order to use the old
5687   distupgrade you can set the environment variable ZYPP_NO_SAT_UPDATE.
5688   This variable will can be used until the old distupgrade mechanism will
5689   be removed from libzypp. Have a look to above changelogs.
5690 - revision 10911
5691 - version 5.7.0 (5)
5692
5693 -------------------------------------------------------------------
5694 Tue Aug 19 16:36:47 CEST 2008 - dmacvicar@suse.de
5695
5696 - add Package::maybeUnsupported to remove duplicated
5697   code in clients dealing with Package::vendorSupport
5698
5699 -------------------------------------------------------------------
5700 Tue Aug 19 11:04:52 CEST 2008 - schubi@suse.de
5701
5702 - Reset transaction only if this solvable has no buddy (bnc #417799)
5703   e.g. do not reset Products cause the concerning release package
5704   could not already be installed.
5705 - revision 10883
5706 - version 5.6.1 (5)
5707
5708 -------------------------------------------------------------------
5709 Mon Aug 18 17:31:02 CEST 2008 - dmacvicar@suse.de
5710
5711 - don't report "may be outdated" for @System repo.
5712
5713 -------------------------------------------------------------------
5714 Fri Aug 15 20:20:07 CEST 2008 - ma@suse.de
5715
5716 - Add Target::targetDistribution. Returns "distribution-arch" of
5717   the installed base product. Used for registration and Service
5718   refresh. (for Fate #304915)
5719 - revision 10877
5720 - version 5.6.0 (5)
5721
5722 -------------------------------------------------------------------
5723 Fri Aug 15 17:42:58 CEST 2008 - ma@suse.de
5724
5725 - Add method Product::replacedProducts to identify installed
5726   Products that would be replaced by installing a new Product.
5727   (for Fate #301997)
5728 - revision 10876
5729
5730 -------------------------------------------------------------------
5731 Fri Aug 15 15:30:32 CEST 2008 - ma@suse.de
5732
5733 - Fixes to Selectable doing staus manipulation on non-USER level.
5734 - revision 10873
5735
5736 -------------------------------------------------------------------
5737 Fri Aug 15 14:23:02 CEST 2008 - ma@suse.de
5738
5739 - Add method ZYpp::getTarget that returns the Target or a NULL pointer,
5740   if it is not yet initialized. This is to avoid try/catch blocks just
5741   to test whether the Target is initialized. (bnc #417556)
5742 - Add method Target::assertRootPrefix. Pass a pathname and get back the
5743   path prefixed with the tragets root, unless it already had that prefix.
5744 - revision 10870
5745
5746 -------------------------------------------------------------------
5747 Thu Aug 14 18:44:45 CEST 2008 - schubi@suse.de
5748
5749 - Regarding error messages for Products correctly (FATE #304502)
5750 - rev 10863
5751
5752 -------------------------------------------------------------------
5753 Thu Aug 14 14:03:27 CEST 2008 - ma@suse.de
5754
5755 - Let Selectable default to USER level.
5756 - revision 10850
5757 - version 5.5.1 (5)
5758
5759 -------------------------------------------------------------------
5760 Wed Aug 13 21:01:25 CEST 2008 - ma@suse.de
5761
5762 - Change Selectable API to support doing staus manipulation on
5763   non-USER level.
5764 - revision 10847
5765 - version 5.5.0 (5)
5766
5767 -------------------------------------------------------------------
5768 Wed Aug 13 16:48:49 CEST 2008 - dmacvicar@suse.de
5769
5770 - support sat solver API for searching files
5771
5772 -------------------------------------------------------------------
5773 Wed Aug 13 15:12:45 CEST 2008 - ma@suse.de
5774
5775 - Add ResPool::reposFind to get repositories by alias.
5776 - revision 10835
5777
5778 -------------------------------------------------------------------
5779 Tue Aug 12 19:37:36 CEST 2008 - ma@suse.de
5780
5781 - Advise rpmdb2solv to parse the product database.
5782 - revision 10824
5783 - version 5.4.0 (4)
5784
5785 -------------------------------------------------------------------
5786 Tue Aug 12 12:05:49 CEST 2008 - ma@suse.de
5787
5788 - Offer a simpler, fate based status manipulation in ui::Selectable.
5789   This is easier to handle, as the ui::Status always distinguishes
5790   wheter an object is installed or not.
5791 - revision 10814
5792
5793 -------------------------------------------------------------------
5794 Mon Aug 11 18:00:40 CEST 2008 - ma@suse.de
5795
5796 - Propagate default rpm install flags from zypp.conf via ZConfig and
5797   ZYppCommitPolicy down to the installer. (FATE #302952)
5798 - revision 10813
5799
5800 -------------------------------------------------------------------
5801 Mon Aug 11 16:28:07 CEST 2008 - ma@suse.de
5802
5803 - Add base::Flags (like qt's QFlags) a type-safe way of storing
5804   OR-combinations of enum values.
5805 - revision 10811
5806
5807 -------------------------------------------------------------------
5808 Fri Aug  8 17:01:00 CEST 2008 - ma@suse.de
5809
5810 - Add static ui::Selectable::get methods as convenient ctor
5811   substitute.
5812 - revision 10806
5813
5814 -------------------------------------------------------------------
5815 Fri Aug  8 15:41:17 CEST 2008 - ma@suse.de
5816
5817 - Adapt zypp-query-pool to new product handling.
5818 - revision 10803
5819
5820 -------------------------------------------------------------------
5821 Fri Aug  8 14:11:03 CEST 2008 - ma@suse.de
5822
5823 - Don't pass epoch to 'rpm -e', it does not support it.
5824 - revision 10800
5825
5826 -------------------------------------------------------------------
5827 Fri Aug  8 13:27:42 CEST 2008 - ma@suse.de
5828
5829 - Adapt to new product handling. Products are no longer pseudo
5830   installed objects verified by the solver, but actually installed.
5831   Thus removed satisfiedProduct iterator, fixed Selctables.
5832 - Removed class ProductInfo as we keep Product.
5833 - revision 10797
5834
5835 -------------------------------------------------------------------
5836 Thu Aug  7 22:00:55 CEST 2008 - dmacvicar@suse.de
5837
5838 - implement relogin suggested support (fate#304889)
5839
5840 -------------------------------------------------------------------
5841 Wed Aug  6 18:21:30 CEST 2008 - ma@suse.de
5842
5843 - Detect correct download path even if repository type
5844   is not set. (bnc #386386)
5845 - revision 10768
5846
5847 -------------------------------------------------------------------
5848 Wed Aug  6 17:15:48 CEST 2008 - ma@suse.de
5849
5850 - Cleanup, mostly by removing, unused parser code and related classes.
5851 - revision 10765
5852
5853 -------------------------------------------------------------------
5854 Wed Aug  6 16:23:27 CEST 2008 - ma@suse.de
5855
5856 - Don't let exception escape MediaSetAccess dtor (bnc #415017)
5857 - revision 10763
5858
5859 -------------------------------------------------------------------
5860 Mon Aug  4 19:34:27 CEST 2008 - ma@suse.de
5861
5862 - Add new product attributes (flavor,referencePackage).
5863 - Add PoolItem buddies, i.e. two PoolItems sharing the same status
5864   object. This is used to keep the product resolvable and the
5865   package providing the product metadata in sync.
5866 - revision 10742
5867
5868 -------------------------------------------------------------------
5869 Sat Aug  2 19:26:52 CEST 2008 - jkupec@suse.cz
5870
5871 - support an optional url attribute in repoindex.xml's <repo>
5872 - revision 10729
5873
5874 -------------------------------------------------------------------
5875 Thu Jul 31 21:52:11 CEST 2008 - ma@suse.de
5876
5877 - New class ProductInfo to provide product related metadata that
5878   might be associated with a package. This will replace the Product
5879   resolvable.
5880 - revision 10715
5881
5882 -------------------------------------------------------------------
5883 Thu Jul 31 19:01:54 CEST 2008 - dmacvicar@suse.de
5884
5885 - generate a unique anonymous unique string per target
5886   and add it to the agent string for better statistics
5887
5888 -------------------------------------------------------------------
5889 Thu Jul 31 19:01:14 CEST 2008 - ma@suse.de
5890
5891 - Follow solver policy and make repository priority the highest
5892   key, when ordering packages. Then architecture, and edition last.
5893 - revision 10710
5894
5895 -------------------------------------------------------------------
5896 Wed Jul 30 19:12:00 CEST 2008 - ma@suse.de
5897
5898 - /var/lib/zypp and /var/cache/zypp should be owned by libzypp
5899   (bnc #412094)
5900 - revision 10702
5901
5902 -------------------------------------------------------------------
5903 Wed Jul 30 12:47:48 CEST 2008 - jkupec@suse.cz
5904
5905 - Service renamed to ServiceInfo
5906 - RepoInfoBase added; RepoInfo and ServiceInfo now derive from it
5907 - revision 10695
5908
5909 -------------------------------------------------------------------
5910 Tue Jul 29 12:59:46 CEST 2008 - jkupec@suse.cz
5911
5912 - fixed yum repos to work with non '/' base url post fix
5913   (bnc #341617)
5914 - revision 10662
5915
5916 -------------------------------------------------------------------
5917 Mon Jul 28 18:13:24 CEST 2008 - ma@suse.de
5918
5919 - Fixed SolvIterMixin::Selectable_iterator eating some solvables
5920   (bnc #411339)
5921 - revision 10680
5922
5923 -------------------------------------------------------------------
5924 Fri Jul 25 20:12:55 CEST 2008 - ma@suse.de
5925
5926 - Several changes to make libzypp-bindings compile using the original
5927   header files and no private copies. (bnc #391831)
5928 - revision 10668
5929 - version 5.3.0
5930
5931 -------------------------------------------------------------------
5932 Wed Jul 23 17:17:47 CEST 2008 - jkupec@suse.cz
5933
5934 - Service::enabled() added
5935 - revision 10657
5936
5937 -------------------------------------------------------------------
5938 Tue Jul 22 17:18:28 CEST 2008 - jkupec@suse.cz
5939
5940 - Removed FRESHENS dependency type
5941 - revision 10643
5942
5943 -------------------------------------------------------------------
5944 Thu Jul 17 09:49:40 CEST 2008 - schubi@suse.de
5945
5946 - Allow parallel installation of packages which have been defined
5947   in zypp.conf (parameter "multiversion") Fate #302050
5948 - Additional check for broken system.
5949   (defined in zypp.conv: solver.checkSystemFile)
5950 - revision 10600
5951
5952 -------------------------------------------------------------------
5953 Wed Jul 16 14:39:50 CEST 2008 - ma@suse.de
5954
5955 - Add ui::Selectable::isNeeded to indicate patch relevance (bnc #409150)
5956 - revision 10596
5957
5958 -------------------------------------------------------------------
5959 Wed Jul 16 01:10:37 CEST 2008 - ma@suse.de
5960
5961 - Remove Atom, Script, Message and other obsolete classes.
5962 - revision 10592
5963
5964 -------------------------------------------------------------------
5965 Mon Jul 14 13:36:26 CEST 2008 - ma@suse.de
5966
5967 - Also report the name of the locking process in ZYppFactoryException
5968   (bnc #280537)
5969 - revision 10572
5970
5971 -------------------------------------------------------------------
5972 Mon Jul 14 11:26:30 CEST 2008 - schubi@suse.de
5973
5974 - corrected logging of solver settings
5975 - regard locking while doUpdate (bnc #405427)
5976 - revision 10564
5977
5978 -------------------------------------------------------------------
5979 Sat Jul 12 22:14:32 CEST 2008 - jkupec@suse.cz
5980
5981 - make curl use the right transfer mode
5982   (CURLOPT_PROXY_TRANSFER_MODE) when proxy is used (bnc #306272)
5983 - revision 10559
5984
5985 -------------------------------------------------------------------
5986 Sat Jul 12 11:19:56 CEST 2008 - jkupec@suse.cz
5987
5988 - reuse existing disk mounts (applied Marius' patch) (bnc #208222)
5989 - revision 10557
5990
5991 -------------------------------------------------------------------
5992 Wed Jul  9 18:13:58 CEST 2008 - ma@suse.de
5993
5994 - Provide Package::url() if available in solv file. (bnc #402434)
5995 - A missing cookie file must not be treated as an error. Simply
5996   rebuild the cache (bnc #405867)
5997 - Add 22x22 and 24x24 icons (bnc #329635)
5998 - revision 10528
5999
6000 -------------------------------------------------------------------
6001 Mon Jul  7 13:39:09 CEST 2008 - schubi@suse.de
6002
6003 - Do not update an already updated package (bnc #400422)
6004 - revision 10504
6005
6006 -------------------------------------------------------------------
6007 Fri Jul  4 17:19:24 CEST 2008 - ma@suse.de
6008
6009 - Also check if the fingerprint matches before importing updated keys.
6010   (bnc #393160)
6011 - revision 10500
6012
6013 -------------------------------------------------------------------
6014 Mon Jun 30 23:55:20 CEST 2008 - dmacvicar@suse.de
6015
6016 - forward port add message attribute to patches.
6017 - port import newer keys if a trusted key is updated
6018 - (bnc#393160)
6019 - version 5.0.2
6020
6021 -------------------------------------------------------------------
6022 Mon Jun 30 10:28:27 CEST 2008 - ma@suse.de
6023
6024 - Fix permanent duplication of gpg keys in the rpm database. Also
6025   retrieve correct creation and expire dates. (bnc #401259)
6026 - Invoke gpg with --homdir, otherwise command fails if executed
6027   within a wrapper. (bnc #401259)
6028 - revision 10487
6029
6030 -------------------------------------------------------------------
6031 Thu Jun 26 12:07:33 CEST 2008 - schubi@suse.de
6032
6033 - version 5.0.1
6034 - revision 10464
6035
6036 -------------------------------------------------------------------
6037 Thu Jun 19 17:55:35 CEST 2008 - ma@suse.de
6038
6039 - Handle new patch messages and scripts in commit. Provide callbacks
6040   to display the patch messages and give visual feedback on script
6041   execution. (bnc #401220)
6042 - revision 10411
6043
6044 -------------------------------------------------------------------
6045 Thu Jun 19 17:35:59 CEST 2008 - ma@suse.de
6046
6047 - Fix wrong parenthesis causing bug 399320
6048 - version
6049 - revision
6050
6051 -------------------------------------------------------------------
6052 Tue Jun 10 09:52:03 CEST 2008 - jreidinger@suse.cz
6053
6054 - improve performance of gsub
6055 - change replace_all to replaceAll (same name convency)
6056 - add tests for gsub and replaceAll
6057 - revision 10366
6058
6059 -------------------------------------------------------------------
6060 Fri Jun  6 13:29:59 CEST 2008 - ma@suse.de
6061
6062 - Handle application/x-redhat-package-manager in package-manager.desktop
6063   (bnc #391183)
6064 - revision 10361
6065
6066 -------------------------------------------------------------------
6067 Thu Jun  5 18:01:15 CEST 2008 - jkupec@suse.cz
6068
6069 - X-SuSE-ControlCenter-System category added
6070   to package-manager.desktop (bnc #302324)
6071 - revision 10353
6072
6073 -------------------------------------------------------------------
6074 Wed Jun  4 14:57:13 CEST 2008 - ma@suse.de
6075
6076 - Fix crash when requesting disk usage without a target loaded. (bnc #396755)
6077 - revision 10340
6078
6079 -------------------------------------------------------------------
6080 Wed Jun  4 14:05:09 CEST 2008 - ma@suse.de
6081
6082 - Fix memory corruption in curl media handler (bnc #396979)
6083 - revision 10338
6084
6085 -------------------------------------------------------------------
6086 Tue Jun  3 20:00:00 CEST 2008 - ma@suse.de
6087
6088 - Take care satsolver recognizes 'Capability( "srcpackage:zypper" )'
6089   as 'source package named zypper'. So these capabilities can be used
6090   together with sat::Whatprovides or in resolver requests. (bnc #369893)
6091 - revision 10335
6092
6093 -------------------------------------------------------------------
6094 Tue Jun  3 15:40:37 CEST 2008 - jreidinger@suse.cz
6095
6096 - allow aborting progress during removing packages. (bnc #389238)
6097 - revision 10331
6098
6099 -------------------------------------------------------------------
6100 Mon Jun  2 15:31:36 CEST 2008 - schubi@suse.de
6101
6102 - New option for ignoring Obsoletes. This is used for installing more than
6103   one pacakges with the same name but different versions.
6104   Often used by kernel.
6105 - r 10299
6106
6107 -------------------------------------------------------------------
6108 Sun Jun  1 23:14:34 CEST 2008 - - ma@suse.de
6109
6110 - Revert inappropriate Selectable cleanup. Fix Selectable
6111   status computation. Unmaintained packages were wrongly
6112   reported as unsinstalled. (bnc #394630)
6113 - version 5.0.0 (4.x continued in SuSE-Linux-11_0-Branch)
6114 - revision 10295
6115
6116 -------------------------------------------------------------------
6117 Fri May 30 12:14:47 CEST 2008 - tgoettlicher@suse.de
6118
6119 - fixed typo
6120
6121 -------------------------------------------------------------------
6122 Wed May 28 18:54:27 CEST 2008 - ma@suse.de
6123
6124 - Reenable diskusage calculation (bnc #395051)
6125 - version 4.25.1
6126 - revision 10273
6127
6128 -------------------------------------------------------------------
6129 Wed May 28 18:50:11 CEST 2008 - jkupec@suse.cz
6130
6131 - RepoManager::packagesPath(RepoInfo) added (bnc #394728)
6132 - revision 10271
6133
6134 -------------------------------------------------------------------
6135 Wed May 28 16:26:09 CEST 2008 - jkupec@suse.cz
6136
6137 - RepoInfo: don't overwrite flags that have already been set externally
6138   (bnc #394728)
6139 - revision 10256
6140
6141 -------------------------------------------------------------------
6142 Wed May 28 15:30:24 CEST 2008 - ma@suse.de
6143
6144 - Create missing directories when saving config files. (bnc #395026)
6145 - Fix undefined behaviour in RepoManager.
6146 - revision 10255
6147
6148 -------------------------------------------------------------------
6149 Wed May 28 15:23:44 CEST 2008 - schubi@suse.de
6150
6151 - SOLVER_ERASE_SOLVABLE_NAME: As we do not know, if this request has come
6152   from resolvePool or resolveQueue we will have to take care for both
6153   cases. (bnc#393969)
6154 - r 10252
6155
6156 -------------------------------------------------------------------
6157 Tue May 27 22:35:37 CEST 2008 - coolo@suse.de
6158
6159 - compile with RPM_OPT_FLAGS
6160
6161 -------------------------------------------------------------------
6162 Mon May 26 17:23:24 CEST 2008 - jkupec@suse.cz
6163
6164 - old2new locks file converter script added to %post (jredinger)
6165 - r 10227
6166
6167 -------------------------------------------------------------------
6168 Mon May 26 11:48:35 CEST 2008 - schubi@suse.de
6169
6170 - Do not regard packages with the same name while upgrading obsoleted
6171   packages (bnc#394367)
6172 - r 10219
6173
6174 -------------------------------------------------------------------
6175 Sat May 24 01:23:44 CEST 2008 - dmacvicar@suse.de
6176
6177 - revert commit don't check for existence of keys,
6178   to avoid a non needed HEAD request. (related bnc#381280)
6179   as it creates popup error callbacks due to the 404's in
6180   the keys. Leave however the OnMediaLocation::optional()
6181   API to look for another fix strategy.
6182
6183 -------------------------------------------------------------------
6184 Fri May 23 15:52:20 CEST 2008 - dmacvicar@suse.de
6185
6186 - define path for messages and scripts and document
6187   them in zypp.conf
6188
6189 -------------------------------------------------------------------
6190 Fri May 23 14:42:34 CEST 2008 - schubi@suse.de
6191
6192 - Added IgnoreAlreadyRecommended flag. So recomments/suggest will
6193   be ignored for already INSTALLED packages (bnc #389694)
6194 - r 10202
6195
6196 -------------------------------------------------------------------
6197 Fri May 23 10:22:47 CEST 2008 - schubi@suse.de
6198
6199 - Packages which obsoletes and do NOT required other installed
6200   packages will be installed if no other packages obsolete the installed package too.
6201 - r 10196
6202
6203 -------------------------------------------------------------------
6204 Thu May 22 02:22:29 CEST 2008 - dmacvicar@suse.de
6205
6206 - fix filelist for installed packages (bnc#392544)
6207 - fix changelog retrieval for installed packages
6208
6209 -------------------------------------------------------------------
6210 Wed May 21 13:50:00 CEST 2008 - dmacvicar@suse.de
6211
6212 - deprecate Repository::name() and use alias() to
6213   be consistent. Related to (bnc#383553)
6214 - don't check for existence of keys, to avoid a non needed
6215   HEAD request. (helps bnc#381280)
6216 - 4.25.0
6217
6218 -------------------------------------------------------------------
6219 Wed May 21 11:37:23 CEST 2008 - schubi@suse.de
6220
6221 - added onlyRequires in the testcase (bnc #389184)
6222
6223 -------------------------------------------------------------------
6224 Tue May 20 12:12:27 CEST 2008 - jreidinger@suse.cz
6225
6226 - allow installation and refreshing from repository with alias that
6227   contains ' or " (bnc #392426)
6228 - r10158
6229
6230 -------------------------------------------------------------------
6231 Mon May 19 21:11:41 CEST 2008 - jkupec@suse.cz
6232
6233 - delta rpm support reenabled
6234 - r10150
6235
6236 -------------------------------------------------------------------
6237 Mon May 19 18:13:19 CEST 2008 - schubi@suse.de
6238
6239 - Resetting Delete Details in ResStatus correctly (bnc #391785)
6240 - r 10145
6241
6242 -------------------------------------------------------------------
6243 Mon May 19 11:47:06 CEST 2008 - dmacvicar@suse.de
6244
6245 - when setting status to non installed for uninstalled packages
6246   set the user transaction so they go to soft locks.
6247   (related to bnc#389739 )
6248
6249 -------------------------------------------------------------------
6250 Fri May 16 16:56:04 CEST 2008 - schubi@suse.de
6251
6252 - Added new calls : isInstalledBy (const PoolItem item);
6253                     installs (const PoolItem item);
6254 - r 10125
6255 - 4.23.0
6256
6257 -------------------------------------------------------------------
6258 Fri May 16 16:49:04 CEST 2008 - jreidinger@suse.cz
6259
6260 - don't run merge in save when toAdd/Remove queue is empty
6261 - throw when locks cannot load its file
6262 - r10124
6263
6264 -------------------------------------------------------------------
6265 Fri May 16 09:59:09 CEST 2008 - jreidinger@suse.cz
6266
6267 - throw more describing exception when repo probing failed
6268   (bnc #389690)
6269 - revision 10118
6270
6271 -------------------------------------------------------------------
6272 Thu May 15 15:15:59 CEST 2008 - jreidinger@suse.cz
6273
6274 - allow call only merge old locks and newly added/removed without
6275   saving it to file
6276 - -revision 10104
6277
6278 -------------------------------------------------------------------
6279 Tue May 13 17:37:11 CEST 2008 - dmacvicar@suse.de
6280
6281 - report non packages as keep installed if satisfied to the
6282   user interace (Selectables)
6283 - 4.21.3
6284
6285 -------------------------------------------------------------------
6286 Tue May 13 15:50:28 CEST 2008 - jkupec@suse.cz
6287
6288 - create /etc/zypp/products.d on install
6289
6290 -------------------------------------------------------------------
6291 Mon May 12 17:21:19 CEST 2008 - jkupec@suse.cz
6292
6293 - /etc/zypp/products.d added to file list (bnc #385868)
6294 - revision 10049
6295 - version 4.21.2
6296
6297 -------------------------------------------------------------------
6298 Mon May 12 17:15:34 CEST 2008 - jkupec@suse.cz
6299
6300 - call RemoveResolvableReport::problem() before finish() on error
6301   (bnc #388810)
6302 - revision 10045
6303
6304 -------------------------------------------------------------------
6305 Sat May 10 21:57:29 CEST 2008 - coolo@suse.de
6306
6307 - fix file list
6308
6309 -------------------------------------------------------------------
6310 Fri May  9 23:15:53 CEST 2008 - ma@suse.de
6311
6312 - Product now retrieves all attributes from the solv file.
6313 - version 4.21.1
6314 - revision 10031
6315
6316 -------------------------------------------------------------------
6317 Fri May  9 21:28:42 CEST 2008 - ma@suse.de
6318
6319 - Add zypp.conf option configdir (/etc/zypp) and arrange
6320   all config files and directories to follow {configdir}
6321   per default.
6322 - Fix zypp-query-pool to print satisfied products and additional
6323   products defined in {configdir}/products.d for registration.
6324   (bnc #385868)
6325 - version 4.21.0
6326 - revision 10029
6327
6328 -------------------------------------------------------------------
6329 Fri May  9 15:30:40 CEST 2008 - jreidinger@suse.cz
6330
6331 - implement remove duplicate entries in lock file (bnc#385967)
6332
6333 -------------------------------------------------------------------
6334 Fri May  9 15:15:32 CEST 2008 - ma@suse.de
6335
6336 - Speedup rpmdb2solv by reusing an existing solv file.
6337 - version 4.20.1
6338 - revision 10012
6339
6340 -------------------------------------------------------------------
6341 Thu May  8 18:13:54 CEST 2008 - ma@suse.de
6342
6343 - Fix failed package download due to unkown repository type (bnc #386386)
6344 - revision 9995
6345
6346 -------------------------------------------------------------------
6347 Thu May  8 16:33:37 CEST 2008 - ma@suse.de
6348
6349 - Support optional root argument to RepoManagerOptions, to prefix all
6350   path names taken from ZConfig. (bnc #388265)
6351 - version 4.20.0
6352 - revision 9993
6353
6354 -------------------------------------------------------------------
6355 Thu May  8 14:21:51 CEST 2008 - schubi@suse.de
6356
6357 - new solution action for removing requirements/conflicts (bnc #387631)
6358 - revision 9988
6359
6360 -------------------------------------------------------------------
6361 Thu May  8 10:56:49 CEST 2008 - ma@suse.de
6362
6363 - Provide enumerated patch category 'Patch::categoryEnum()' (bnc #159100)
6364 - revision 9984
6365
6366 -------------------------------------------------------------------
6367 Wed May  7 13:52:24 CEST 2008 - schubi@suse.de
6368
6369 - DistUpgrade: searching for providers -> regarding name onl
6370 - r 9977
6371
6372 -------------------------------------------------------------------
6373 Tue May  6 17:35:59 CEST 2008 - dmacvicar@suse.de
6374
6375 - add flag --registrable (-r) to query pool to avoid
6376   using system as a filter
6377 - 4.19.1
6378
6379 -------------------------------------------------------------------
6380 Tue May  6 07:37:22 CEST 2008 - coolo@suse.de
6381
6382 - return values in non-void functions
6383
6384 -------------------------------------------------------------------
6385 Mon May  5 14:08:20 CEST 2008 - jkupec@suse.cz
6386
6387 - support multiple search strings in PoolQuery (ORed)
6388 - revision 9945
6389
6390 -------------------------------------------------------------------
6391 Mon May  5 09:55:29 CEST 2008 - schubi@suse.de
6392
6393 - Switch off the upgrade mode of the
6394   SAT solver cause the packages have already been evaluated by
6395   the distupgrade machanism of libzypp. (bnc #386375)
6396 - rev 9943
6397
6398 -------------------------------------------------------------------
6399 Fri May  2 16:36:04 CEST 2008 - jreidinger@suse.cz
6400
6401 - release file after copy to cache as soon as possible.
6402   (bnc #381311)
6403 - r9940
6404
6405 -------------------------------------------------------------------
6406 Fri May  2 16:28:05 CEST 2008 - schubi@suse.de
6407
6408 - Bugfix: keep states by user has been removed it the
6409   package has not been installed BUT has been recommended by another package.
6410   (bnc #385832)
6411 - rev 9938
6412
6413 -------------------------------------------------------------------
6414 Fri May  2 12:19:22 CEST 2008 - jreidinger@suse.cz
6415
6416 - add isLocal function to Url which say if scheme is local or
6417   internet.
6418 - r9932
6419
6420 -------------------------------------------------------------------
6421 Fri May  2 09:36:18 CEST 2008 - jreidinger@suse.cz
6422
6423 - cache decision for repository depend on his url.
6424 - http,ftp and smb cache packages.
6425 - revision 9929
6426
6427 -------------------------------------------------------------------
6428 Thu May  1 00:50:51 CEST 2008 - ma@suse.de
6429
6430 - Load and maintain persistent hard locks stored in /etc/zypp/locks.
6431   Locks are loaded together with the target, and changes are writen
6432   back on commit. zypp.conf option locksfile.apply can be used to turn
6433   this feature on or off. (FATE #120352)
6434 - version 4.18.0
6435 - revision 9927
6436
6437 -------------------------------------------------------------------
6438 Wed Apr 30 16:27:49 CEST 2008 - ma@suse.de
6439
6440 - Add zypp.conf option solvfilesdir: Path where the repo solv files
6441   are created. Default value: {cachedir}/solv.
6442 - Target and repositories now save their solvfiles below {solvfilesdir}
6443   in directories named after the repositories alias.
6444 - version 4.18.0
6445 - revision 9913
6446
6447 -------------------------------------------------------------------
6448 Wed Apr 30 14:19:16 CEST 2008 - jkupec@suse.cz
6449
6450 - fixed filesystem::expandlink(Pathname) (bnc #368477)
6451 - r9906
6452
6453 -------------------------------------------------------------------
6454 Tue Apr 29 16:37:19 CEST 2008 - schubi@suse.de
6455
6456 - cleanup in return values of doUpgrade and doUpdate
6457 - r9886
6458 - 4.17.0
6459
6460 -------------------------------------------------------------------
6461 Mon Apr 28 18:27:54 CEST 2008 - jkupec@suse.cz
6462
6463 - check for valid pool in begin(), improve the code (bnc #384337)
6464 - r9872
6465 - 4.16.0
6466
6467 -------------------------------------------------------------------
6468 Mon Apr 28 15:40:09 CEST 2008 - mvidner@suse.cz
6469
6470 - Updated package-manager-su from xdg-utils-1.0.2-48 (bnc#339549).
6471
6472 -------------------------------------------------------------------
6473 Mon Apr 28 15:25:46 CEST 2008 - schubi@suse.de
6474
6475 - added translations
6476
6477 -------------------------------------------------------------------
6478 Mon Apr 28 11:15:47 CEST 2008 - jkupec@suse.cz
6479
6480 - ostream operator<<(ostream,TriBool) added
6481 - r9833
6482
6483 -------------------------------------------------------------------
6484 Fri Apr 25 16:12:12 CEST 2008 - ma@suse.de
6485
6486 - Prevent target::unload from creating a system repo in order
6487   to unload it. (bnc 382297)
6488 - version 4.15.2
6489 - revision 9822
6490
6491 -------------------------------------------------------------------
6492 Fri Apr 25 14:15:17 CEST 2008 - ma@suse.de
6493
6494 - Prevent deselected or deleted items from being re-selected due to
6495   recommends (aka. persistent soft locks). Unlike hard locked, those
6496   items will be automatically selected if required. The list of soft
6497   locked items is stored in /var/lib/zypp/SoftLocks.
6498 - version 4.15.1
6499 - revision 9818
6500
6501 -------------------------------------------------------------------
6502 Wed Apr 23 22:24:00 CEST 2008 - ma@suse.de
6503
6504 - Remove obsolete AdditionalCapabilities interface from ResPool.
6505   Forward sat::Pool::RepositoryIterator. There's no more need to
6506   maintain an extra Repository list in ResPool.
6507 - revision 9806
6508
6509 -------------------------------------------------------------------
6510 Wed Apr 23 21:12:56 CEST 2008 - ma@suse.de
6511
6512 - Support dependencies requiring a specific architecture:
6513   "name[.arch] [op edition]". See class Capability for details
6514   about how to construct dependencies. (bnc #305445)
6515 - version 4.15.0
6516 - revision 9805
6517
6518 -------------------------------------------------------------------
6519 Tue Apr 22 17:39:28 CEST 2008 - dmacvicar@suse.de
6520
6521 - patch attributes and deprecate old ones
6522 - 4.14.0
6523
6524 -------------------------------------------------------------------
6525 Tue Apr 22 15:44:34 CEST 2008 - jreidinger@suse.cz
6526
6527 - change locks api -
6528 - make more functions const
6529 - replace add/remove by selectable to add/remove by ident or name and kind
6530 - rename iterator to const_iterator to avoid confusion
6531 - revision 9781
6532
6533 -------------------------------------------------------------------
6534 Tue Apr 22 13:55:14 CEST 2008 - schubi@suse.de
6535
6536 - Do architecture changes while "dup" in the external distribution
6537   upgrade ONLY. bnc #382274
6538 - Added "ignore" to the solutions
6539 - Added "self-conflicts" to the solution
6540 - added new solver mechanism "resolveQueue"
6541 - Bugfix broken/satisfied products
6542 - rev 9776
6543
6544 -------------------------------------------------------------------
6545 Tue Apr 22 10:33:03 CEST 2008 - ma@suse.de
6546
6547 - Added Pattern::core returning the packages required by a pattern.
6548   (see also Pattern::depends and Pattern::contents).
6549 - revision 9771
6550
6551 -------------------------------------------------------------------
6552 Mon Apr 21 15:38:10 CEST 2008 - ma@suse.de
6553
6554 - Added Target::release(), returning the targets distribution
6555   release string.
6556 - revision 9761
6557
6558 -------------------------------------------------------------------
6559 Sat Apr 19 01:08:04 CEST 2008 - ma@suse.de
6560
6561 - per default abort if package installation fails. (bnc #381203)
6562 - version 4.13.3
6563 - revision 9725
6564
6565 -------------------------------------------------------------------
6566 Fri Apr 18 15:19:36 CEST 2008 - dmacvicar@suse.de
6567
6568 - add ZYpp and curl version to http agent string
6569   (bnc #381280)
6570
6571 -------------------------------------------------------------------
6572 Thu Apr 17 16:29:15 CEST 2008 - ma@suse.de
6573
6574 - Fixed pools package index wrongly including source packages. (bnc #380283)
6575 - version 4.13.2
6576 - revision 9683
6577
6578 -------------------------------------------------------------------
6579 Wed Apr 16 15:00:19 CEST 2008 - ma@suse.de
6580
6581 - Disable fast creation of @System.solv. It may produce wrong results
6582   e.g. after a rebuilddb.
6583 - version 4.13.1
6584 - revision 9666
6585
6586 -------------------------------------------------------------------
6587 Wed Apr 16 12:50:09 CEST 2008 - ma@suse.de
6588
6589 - initializeTarget now takes an additional option, telling whether to
6590   rebuild an existing rpm database before using it. Default is false.
6591   (bnc #308352)
6592 - version 4.13.0
6593 - revision 9664
6594
6595 -------------------------------------------------------------------
6596 Tue Apr 15 12:57:42 CEST 2008 - jreidinger@suse.cz
6597
6598 - save do nothing if no locks added/removed
6599 - fix bug with multiple save lock
6600 - don't save same query multiple times
6601 - improve tests
6602 - revision 9644
6603
6604 -------------------------------------------------------------------
6605 Tue Apr 15 09:34:29 CEST 2008 - schubi@suse.de
6606
6607 - added new translations
6608 - activate zypp-query-pool
6609 - Revision 9637
6610 - 4.12.1
6611
6612 -------------------------------------------------------------------
6613 Tue Apr 15 00:54:07 CEST 2008 - jkupec@suse.cz
6614
6615 - Locks API cleaned-up, iterator added, light read() added
6616 - PoolQuery::attribute(SolvAttr) getter added
6617 - revision 9609
6618
6619 -------------------------------------------------------------------
6620 Mon Apr 14 17:00:05 CEST 2008 - dmacvicar@suse.de
6621
6622 - reenable zypp-query-pool
6623 - 4.11.1
6624
6625 -------------------------------------------------------------------
6626 Mon Apr 14 12:53:09 CEST 2008 - ma@suse.de
6627
6628 - Enable evaluation of hardware dependencies.
6629 - Enable evaluation of filesystem dependencies.
6630 - revision 9605
6631
6632 -------------------------------------------------------------------
6633 Sun Apr 13 02:17:25 CEST 2008 - jkupec@suse.cz
6634
6635 - RawMetadataRefreshPolicy: CheckIfNeededIgnoreDelay added
6636   needed for explicit refresh request
6637 - revision 9574
6638
6639 -------------------------------------------------------------------
6640 Fri Apr 11 21:55:21 CEST 2008 - ma@suse.de
6641
6642 - Install ResPoolProxy index to speedup Solvable to Selectable
6643   conversion.
6644 - version 4.11.0
6645 - revision 9558
6646
6647 -------------------------------------------------------------------
6648 Fri Apr 11 18:02:14 CEST 2008 - kkaempf@suse.de
6649
6650 - Implement update scripts installed by packages. After every
6651   package install /var/adm/update-scripts is scanned for the first
6652   file starting with "<name>-<version>.<release>-", which is then
6653   executed.
6654 - revision 9547
6655
6656 -------------------------------------------------------------------
6657 Fri Apr 11 14:43:05 CEST 2008 - ma@suse.de
6658
6659 - Fix SolvIterMixin to avioid multiple visits of the same Selectable.
6660 - Add Resolvable::poolItem() providing access to the corresponding
6661   PoolItem. API to query isRelevant/isSatisfied/isBroken was moved
6662   to PoolItem.
6663 - Add ResPool::satisfiedProductsBegin/End iterator over all products
6664   whose dependencies are satisfied. This reflects the status determined
6665   by the last solver run. (#368104)
6666 - revision 9535
6667
6668 -------------------------------------------------------------------
6669 Fri Apr 11 12:07:47 CEST 2008 - jreidinger@suse.cz
6670
6671 - switch to new locks api
6672 - revision 9524
6673
6674 -------------------------------------------------------------------
6675 Wed Apr  9 21:24:54 CEST 2008 - ma@suse.de
6676
6677 - Enable ui::Selectable lookup by Solvable/PoolItem in ResPoolProxy.
6678 - Add SolvIterMixin: Base class providing PoolItem_iterator and
6679   Selectable_iterator iterator types based on a Solvable iterator.
6680 - Enhanced WhatProvides and SolvableSet to PoolItem_iterator to offer
6681   PoolItem_iterator and Selectable_iterator.
6682 - Add Solvable::SplitIdent: Helper class that splits an identifier
6683   into kind and name.
6684 - Provide methods Pattern::contents returning a collection of packages
6685   associated with the pattern/patch.
6686 - revision 9496
6687
6688 -------------------------------------------------------------------
6689 Tue Apr  8 15:50:48 CEST 2008 - jreidinger@suse.cz
6690
6691 - add comparing to PoolQuery
6692 - revision 9466
6693
6694 -------------------------------------------------------------------
6695 Tue Apr  8 13:18:30 CEST 2008 - jreidinger@suse.cz
6696
6697 - move RepoInfo to universal RepoException. This can enable more verbose output - for frontend. (helps with bnc #377137)
6698 - revision 9452
6699
6700 -------------------------------------------------------------------
6701 Tue Apr  8 10:52:30 CEST 2008 - jreidinger@suse.cz
6702
6703 - initial implementation of new locks (FATE #120118 and #120352)
6704 - revision 9442
6705
6706 -------------------------------------------------------------------
6707 Tue Apr  7 15:18:22 CEST 2008 - dmacvicar@suse.de
6708
6709 - selectable API updates and changes
6710 - 4.10.0
6711
6712 -------------------------------------------------------------------
6713 Fri Apr  4 14:01:45 CEST 2008 - jreidinger@suse.cz
6714
6715 - add split with respect to escaped delimeters and also for quotes
6716 - revision 9373
6717
6718 -------------------------------------------------------------------
6719 Thu Apr  3 12:55:50 CEST 2008 - ma@suse.de
6720
6721 - Fixed some missing package and source package attributes.
6722 - revision 9348
6723
6724 -------------------------------------------------------------------
6725 Thu Apr  3 11:59:13 CEST 2008 - ma@suse.de
6726
6727 - Allow to store a media label in MediaSetAccess. This label is
6728   passed to a media change requests to describe which CD is
6729   requested.  (bnc #330094)
6730 - Fixed some missing package and source package attributes.
6731 - revision 9347
6732
6733 -------------------------------------------------------------------
6734 Wed Apr  2 13:48:52 CEST 2008 - schubi@suse.de
6735
6736 - Moved poolItem.status().isSatisfied(),.... to poolItem.isSatisfied()
6737 - Removed establish state in ResStatus
6738 - revision 9337
6739 - version 4.7.0
6740
6741 -------------------------------------------------------------------
6742 Wed Apr  2 10:24:17 CEST 2008 - ma@suse.de
6743
6744 - Add PoolItem::isSatisfied()/isBroken() to test whether
6745   the items requirements are met.
6746 - revision 9334
6747
6748 -------------------------------------------------------------------
6749 Tue Apr  1 21:54:10 CEST 2008 - ma@suse.de
6750
6751 - Extend sat::WhatProvides to allow to query for possible providers
6752   of a collection of capabilies. E.g. all providers of a packages
6753   requirements.
6754 - Fixed retrieval of translated texts from .solv files, provided the
6755   solv file contains them.
6756 - revision 9328
6757
6758 -------------------------------------------------------------------
6759 Tue Apr  1 16:17:44 CEST 2008 - jreidinger@suse.cz
6760
6761 - initial implementation of serialize/recovery PoolQuery
6762   (needed by FATE #120118)
6763 - revision 9325
6764
6765 -------------------------------------------------------------------
6766 Wed Mar 26 16:15:24 CET 2008 - ma@suse.de
6767
6768 - Allow prioritizing repos by adding a line 'priority=N' to the
6769   .repo file. Where N is an integer number from 1 (highest prio)
6770   to 99 (least and default). (bnc #369827, fate #302872)
6771 - version 4.6.1
6772 - revision 9276
6773
6774 -------------------------------------------------------------------
6775 Mon Mar 24 21:17:05 CET 2008 - coolo@suse.de
6776
6777 - support plaindir again (at least the most important parts)
6778
6779 -------------------------------------------------------------------
6780 Fri Mar 21 13:23:13 CET 2008 - jreidinger@suse.cz
6781
6782 - Throwing special exception MediaBadCAException in case of SSL
6783   certificate validation failure.(bnc #223512)
6784 - revision 9250
6785
6786 -------------------------------------------------------------------
6787 Fri Mar 21 12:38:39 CET 2008 - jreidinger@suse.cz
6788
6789 - add new error IO_SOFT to media request callback for temporary
6790   connection problem. (bnc #328822)
6791 - add new media exception timeout when somethink fail due to exceed
6792   timeout
6793 - mediacurl throw timeout exception when timeouted
6794 - revision 9246
6795
6796 -------------------------------------------------------------------
6797 Thu Mar 20 15:00:24 CET 2008 - jreidinger@suse.cz
6798
6799 - return more information from checking if metadata need refresh,
6800   so user can get better info. (bnc #307249)
6801 - revision 9231
6802
6803 -------------------------------------------------------------------
6804 Tue Mar 18 21:59:04 CET 2008 - ma@suse.de
6805
6806 - class sat::LocaleSupport: Convenience methods to manage support
6807   for language specific packages.
6808 - revision 9197
6809
6810 -------------------------------------------------------------------
6811 Tue Mar 18 13:54:16 CET 2008 - jkupec@suse.cz
6812
6813 - removed obsolete capability handling stuff (ma)
6814 - version 4.5.0
6815
6816 -------------------------------------------------------------------
6817 Tue Mar 18 11:42:51 CET 2008 - jreidinger@suse.cz
6818
6819 - Don't mask skip and abort exception in Fetcher
6820 - revision 9188
6821
6822 -------------------------------------------------------------------
6823 Tue Mar 18 11:00:22 CET 2008 - jreidinger@suse.cz
6824
6825 - action is correctly set in mediaRequest callback
6826 - revision 9186
6827
6828 -------------------------------------------------------------------
6829 Mon Mar 17 12:33:44 CET 2008 - ma@suse.de
6830
6831 - Fix SEGV in commit (bnc# 371137)
6832 - version 4.4.3
6833 - revision 9174
6834
6835 -------------------------------------------------------------------
6836 Fri Mar 14 17:28:39 CET 2008 - ma@suse.de
6837
6838 - version 4.4.2
6839
6840 -------------------------------------------------------------------
6841 Fri Mar 14 14:27:43 CET 2008 - dmacvicar@suse.de
6842
6843 - look for openssl in cmake, actually we build require it
6844 - explicitely link against openssl and crypto, required to
6845   compile in all platforms/distros.
6846
6847 -------------------------------------------------------------------
6848 Fri Mar 14 12:07:41 CET 2008 - jreidinger@suse.cz
6849
6850 - Save repo type during refresh if type is NONE (f.e. lazy probing).
6851 - revision 9153
6852
6853 -------------------------------------------------------------------
6854 Fri Mar 14 11:34:24 CET 2008 - jreidinger@suse.cz
6855
6856 - replace gpg escaped semicolon with real semicolon (bnc #355434)
6857 - revision 9151
6858
6859 -------------------------------------------------------------------
6860 Fri Mar 14 10:17:41 CET 2008 - jreidinger@suse.cz
6861
6862 - make strings from RpmDb and Keyring exceptions translatable
6863 - revision 9146
6864
6865 -------------------------------------------------------------------
6866 Thu Mar 13 18:41:26 CET 2008 - dmacvicar@suse.de
6867
6868 - fix retrieving keys (bnc #368099)
6869 - version 4.4.1
6870
6871 -------------------------------------------------------------------
6872 Thu Mar 13 18:40:57 CET 2008 - jreidinger@suse.cz
6873
6874 - enable frontend to rewrite add_probe settings.(bnc #309612)
6875 - Correct adding repo without type to lazy probing.
6876 - revision 9135
6877
6878 -------------------------------------------------------------------
6879 Thu Mar 13 17:59:52 CET 2008 - jreidinger@suse.cz
6880
6881 - get better message if something fail when trying run rpm
6882   (bnc #344584)
6883 - revision 9133
6884
6885 -------------------------------------------------------------------
6886 Thu Mar 13 12:33:13 CET 2008 - ma@suse.de
6887
6888 - Add ExternalProgram::execError and ExternalProgram::command
6889   to improve error reporting.
6890 - revision 9112
6891
6892 -------------------------------------------------------------------
6893 Thu Mar 13 11:45:20 CET 2008 - jkupec@suse.cz
6894
6895 - release all media before requesting another (bnc #336881)
6896 - revision 9110
6897
6898 -------------------------------------------------------------------
6899 Thu Mar 13 11:32:56 CET 2008 - jkupec@suse.cz
6900
6901 - getDetectedDevices added (fate #120298)
6902 - revision 9108
6903
6904 -------------------------------------------------------------------
6905 Wed Mar 12 15:55:14 CET 2008 - jkupec@suse.cz
6906
6907 - media backend release() methods changed to take string & instead
6908   of bool (needed for FATE #120298)
6909 - media label, detected device list and current device arguments
6910   added to the requestMedia callback
6911 - version 4.4.0
6912
6913 -------------------------------------------------------------------
6914 Wed Mar 12 14:16:07 CET 2008 - coolo@suse.de
6915
6916 - fix for bnc#369543
6917
6918 -------------------------------------------------------------------
6919 Mon Mar 10 13:30:04 CET 2008 - jkupec@suse.cz
6920
6921 - provide download rate info (average and curent) in the
6922   media::DownloadProgressReport for ftp/http (bnc #168935)
6923 - r9074
6924
6925 -------------------------------------------------------------------
6926 Mon Mar 10 12:45:03 CET 2008 - jkupec@suse.cz
6927
6928 - cleanCache(): clean also .cookie files
6929 - cleanTargetCache() added
6930 - use escaped_alias() in rawcache_path_for_repoinfo() and
6931   packagescache_path_for_repoinfo()
6932 - r9068
6933
6934 -------------------------------------------------------------------
6935 Fri Mar  7 19:59:10 CET 2008 - jkupec@suse.cz
6936
6937 - fixed location of RPMs in subdirs when parsing plaindir repo
6938   recursively (bnc #368218)
6939 - revision 9060
6940
6941 -------------------------------------------------------------------
6942 Thu Mar  6 13:42:53 CET 2008 - ma@suse.de
6943
6944 - Do not filter any installed solvables.
6945 - revision 9031
6946 - version 4.3.2
6947
6948 -------------------------------------------------------------------
6949 Wed Mar  5 11:33:26 CET 2008 - ma@suse.de
6950
6951 - Try to rebuild broken solv files in Target::load.
6952 - revision 9015
6953
6954 -------------------------------------------------------------------
6955 Tue Mar  4 18:17:41 CET 2008 - ma@suse.de
6956
6957 - Try to rebuild broken solv files in RepoManager::loadFromCache.
6958 - Fix RepoStatus::operator&& and RepoStatus testsuite.
6959 - revision 9008
6960
6961 -------------------------------------------------------------------
6962 Tue Mar  4 16:09:14 CET 2008 - schubi@suse.de
6963
6964 - improved problem description while a vendor change
6965 - improved problem description if a requirement cannot be fulfilled. Bug #358560
6966 - revision 9002
6967
6968 -------------------------------------------------------------------
6969 Tue Mar  4 12:57:58 CET 2008 - ma@suse.de
6970
6971 - Save and restore requested locales on target load/commit.
6972 - revision 8999
6973
6974 -------------------------------------------------------------------
6975 Mon Mar  3 17:10:26 CET 2008 - schubi@suse.de
6976
6977 - (Update) Prevent reinstallation of installed packages.
6978 - revision 8984
6979
6980 -------------------------------------------------------------------
6981 Sun Mar  2 16:13:16 CET 2008 - coolo@suse.de
6982
6983 - refresh metadata if there is no cache to unbreak compat with
6984   kiwi (that relied on "zypper sa <url> <alias>" to create a repo
6985   that "zypper in" could work on)
6986
6987 -------------------------------------------------------------------
6988 Sun Mar  2 10:28:13 CET 2008 - coolo@suse.de
6989
6990 - create cache directory before calling rpmdb2solv (in an empty
6991   chroot)
6992 - version 4.3.1
6993
6994 -------------------------------------------------------------------
6995 Thu Feb 28 16:43:11 CET 2008 - jkupec@suse.cz
6996
6997 - special exception message if server returns 403 response
6998   (forbidden) (port from SP2)
6999 - MediaException messages marked for translation
7000
7001 -------------------------------------------------------------------
7002 Wed Feb 27 10:31:24 CET 2008 - dmacvicar@suse.de
7003
7004 - make sure we have target cache on target initialize
7005 - version 4.3.0
7006
7007 -------------------------------------------------------------------
7008 Tue Feb 26 13:59:03 CET 2008 - lslezak@suse.cz
7009
7010 - DiskUsageCounter.cc - ignore "vfat", "fat", "ntfs" and "ntfs-3g"
7011   file systems (#333166)
7012 - rev. 8915
7013
7014 -------------------------------------------------------------------
7015 Tue Feb 26 13:26:30 CET 2008 - ma@suse.de
7016
7017 - Fixed Capabilites iterator exposing prereq marker.
7018 - revision 8914
7019
7020 -------------------------------------------------------------------
7021 Tue Feb 26 11:29:05 CET 2008 - schubi@suse.de
7022
7023 - postinstall script fixed
7024 - version 4.2.10
7025
7026 -------------------------------------------------------------------
7027 Mon Feb 25 17:06:53 CET 2008 - schubi@suse.de
7028
7029 - Testcases regards modaliases, rpmlib, ... correctly
7030 - Revision 8904
7031
7032 -------------------------------------------------------------------
7033 Mon Feb 25 13:20:26 CET 2008 - ma@suse.de
7034
7035 - Remove obsolete sql database. (bnc#363224)
7036 - revision 8898
7037
7038 -------------------------------------------------------------------
7039 Fri Feb 22 14:03:59 CET 2008 - ma@suse.de
7040
7041 - Take care target uses --root when creating solv files (bnc #363789)
7042 - revision 8881
7043
7044 -------------------------------------------------------------------
7045 Fri Feb 22 10:10:14 CET 2008 - schubi@suse.de
7046
7047 - Unmaintained packages which does not fit to the updated system
7048   (broken dependencies) will be deleted.
7049 - revision 8867
7050
7051 -------------------------------------------------------------------
7052 Fri Feb 22 07:20:35 CET 2008 - coolo@suse.de
7053
7054 - let libzypp-devel require libsatsolver-devel
7055
7056 -------------------------------------------------------------------
7057 Wed Feb 20 13:47:56 CET 2008 - ma@suse.de
7058
7059 - Cleanup unused /var/lib/zypp/cache in migrate_sources (#305160)
7060 - revision 8833
7061
7062 -------------------------------------------------------------------
7063 Tue Feb 19 16:21:12 CET 2008 - jkupec@suse.cz
7064
7065 - media: fixed DownloadProgressReport.finish() url argument in
7066   doGetFileCopy()
7067 - revision 8815
7068
7069 -------------------------------------------------------------------
7070 Tue Feb 19 11:21:59 CET 2008 - dmacvicar@suse.de
7071
7072 - hardlink when possible to optimize data transfer
7073   and space across caches.
7074 - version 4.2.8
7075
7076 -------------------------------------------------------------------
7077 Tue Feb 19 08:15:07 CET 2008 - coolo@suse.de
7078
7079 - added some locale support to sat::Solvable
7080 - version 4.2.7
7081
7082 -------------------------------------------------------------------
7083 Mon Feb 18 14:15:48 CET 2008 - dmacvicar@suse.de
7084
7085 - handle error messages better in doesFileExist too which is
7086   used during probing. (bnc #362608)
7087
7088 -------------------------------------------------------------------
7089 Sun Feb 17 21:44:12 CET 2008 - dmacvicar@suse.de
7090
7091 - Fetcher::reset() should not reset cache directories.
7092   (bnc #348050)
7093 - version 4.2.6
7094
7095 -------------------------------------------------------------------
7096 Fri Feb 16 15:47:00 CET 2008 - dmacvicar@suse.de
7097
7098 - Use CURLOPT_NOBODY instead of a CURLOPT_RANGE of 1 byte
7099   for http and https, but this time set CURLOPT_HTTPGET back to 1
7100   so it actually works. This makes Media::doesFileExist
7101   efficient for http and https.
7102   (related to bnc #348050)
7103 - version 4.2.5
7104
7105 -------------------------------------------------------------------
7106 Fri Feb 15 10:52:59 CET 2008 - coolo@suse.de
7107
7108 - using .solv files only now (fate #303018)
7109 - revision 8699
7110
7111 -------------------------------------------------------------------
7112 Tue Feb 12 17:10:48 CET 2008 - coolo@suse.de
7113
7114 - fix architectures on distupgrade
7115
7116 -------------------------------------------------------------------
7117 Fri Feb  8 12:50:30 CET 2008 - coolo@suse.de
7118
7119 - fixes from trunk merged
7120
7121 -------------------------------------------------------------------
7122 Fri Feb  1 17:45:07 CET 2008 - jkupec@suse.cz
7123
7124 - fixed renaming a repo to an existing one (bnc #228216)
7125 - revision 8431
7126
7127 -------------------------------------------------------------------
7128 Sun Jan 27 21:35:13 CET 2008 - coolo@suse.de
7129
7130 - fix changelog
7131
7132 -------------------------------------------------------------------
7133 Thu Jan 24 18:26:47 CET 2008 - jkupec@suse.cz
7134
7135 - read .curlrc more robustly to obtain user-proxy (#330351)
7136 - revision 8368
7137
7138 -------------------------------------------------------------------
7139 Fri Jan 18 12:19:09 CET 2008 - coolo@suse.de
7140
7141 - always buildrequire openssl-devel
7142 - replacing strange utf-8 chars in changelog
7143 - revision 8317
7144
7145 -------------------------------------------------------------------
7146 Thu Jan 17 15:07:52 CET 2008 - jkupec@suse.cz
7147
7148 - Saner NFS timeo default (#350309)
7149 - revision 8314
7150
7151 -------------------------------------------------------------------
7152 Thu Jan 17 12:03:10 CET 2008 - kkaempf@suse.de
7153
7154 - support 'patterns.pat' and 'patterns.pat.gz' to read all
7155   patterns in one go.
7156 - rev 8309
7157
7158 -------------------------------------------------------------------
7159 Tue Jan 15 14:56:21 CET 2008 - lslezak@suse.cz
7160
7161 - added RpmDb::removePubkey(), call it from
7162   KeyRing::Impl::deleteKey() - remove the GPG key from RPM when it
7163   is removed from the trusted keyring
7164 - revision 8288
7165
7166 -------------------------------------------------------------------
7167 Mon Jan 14 17:11:15 CET 2008 - schubi@suse.de
7168
7169 - Textchanges
7170 - reduced logging in SAT-solver
7171 - ordering solutions
7172 - version 4.1.8
7173 - revision 8276
7174
7175 -------------------------------------------------------------------
7176 Thu Jan 10 16:50:26 CET 2008 - schubi@suse.de
7177
7178 - Enabled SAT solver via default. (removed ZYPP_SAT_SOLVER)
7179   ZYPP_RC_SOLVER=1 will enable the old RedCapet solver
7180 - Revision 8255
7181 - Version 4.1.7
7182
7183 -------------------------------------------------------------------
7184 Wed Jan  2 18:24:34 CET 2008 - jkupec@suse.cz
7185
7186 - Pathname zypp::filesystem::expandlink(const Pathname &) added
7187 - if the provided file is a symlink, expand it (#274651) (this
7188   probably won't work for schemes other than file/dir and cd/dvd)
7189 - revision 8179
7190
7191 -------------------------------------------------------------------
7192 Tue Dec 18 12:28:22 CET 2007 - aschnell@suse.de
7193
7194 - fixed password handling in URLs (bug #347273)
7195 - revision 8118
7196
7197 -------------------------------------------------------------------
7198 Mon Dec 17 13:47:44 CET 2007 - ma@suse.de
7199
7200 - Fixed default text locale detection not to use static variables. (#346872)
7201 - version 4.1.6
7202 - revision 8116
7203
7204 -------------------------------------------------------------------
7205 Mon Dec 10 12:46:26 CET 2007 - ma@suse.de
7206
7207 - Log more details about zypp lock owner. (#294094)
7208 - revision 8088
7209
7210 -------------------------------------------------------------------
7211 Fri Dec  7 15:47:53 CET 2007 - ma@suse.de
7212
7213 - Remove runtime dependency for libboost_filesystem (#345773)
7214 - version 4.1.5
7215 - revision 8061
7216
7217 -------------------------------------------------------------------
7218 Fri Nov 30 14:20:34 CET 2007 - schubi@suse.de
7219
7220 - Enable SAT solver via environment variable ZYPP_SAT_SOLVER.
7221   e.g.: ZYPP_SAT_SOLVER=1 zypper install foo
7222 - version 4.1.4
7223 - revision 7998
7224
7225 -------------------------------------------------------------------
7226 Wed Nov 28 15:12:33 CET 2007 - aschnell@suse.de
7227
7228 - make IniParser more strict (bug #306697)
7229
7230 -------------------------------------------------------------------
7231 Mon Nov 26 13:19:34 CET 2007 - ma@suse.de
7232
7233 - Fix missing packages in patch content list. (#340896)
7234 - revision 7925
7235
7236 -------------------------------------------------------------------
7237 Fri Nov 16 12:46:39 CET 2007 - coolo@suse.de
7238
7239 - fix build
7240
7241 -------------------------------------------------------------------
7242 Wed Nov 14 14:23:23 CET 2007 - ma@suse.de
7243
7244 - Output date strings in UTF-8. (#339423)
7245 - revision 7807
7246
7247 -------------------------------------------------------------------
7248 Tue Nov 13 13:40:03 CET 2007 - schubi@suse.de
7249
7250 - fixes for new gcc
7251 - version 4.1.3
7252 - r7788
7253
7254 -------------------------------------------------------------------
7255 Mon Nov  5 15:22:33 CET 2007 - ma@suse.de
7256
7257 - Don't mark failed patch scripts as installed. (#327523)
7258 - version 4.1.2
7259 - revision 7744
7260
7261 -------------------------------------------------------------------
7262 Wed Oct 31 09:19:59 CET 2007 - dmueller@suse.de
7263
7264 - update rpmlint suppression
7265
7266 -------------------------------------------------------------------
7267 Fri Oct 26 15:12:24 CEST 2007 - aschnell@suse.de
7268
7269 - fixed retrieval of epoch from rpmdb (bug #246680)
7270
7271 -------------------------------------------------------------------
7272 Thu Oct 25 16:29:24 CEST 2007 - aschnell@suse.de
7273
7274 - allow non-existing "packages" file in susetags parser (bug
7275   #309235)
7276
7277 -------------------------------------------------------------------
7278 Fri Oct 12 15:47:37 CEST 2007 - ma@suse.de
7279
7280 - SMBIOS DMI modalias matching added (#333152)
7281 - revision 7494
7282
7283 -------------------------------------------------------------------
7284 Sat Oct  6 16:37:11 CEST 2007 - jkupec@suse.cz
7285 - do not download the same file multiple times in one attach session
7286   (#307098), r7456
7287 - special cdrom detection code for SCSI / Virtual CDROMs on iSeries
7288   removed - should be correctly detected by HAL now
7289   (#167629, #163971), r7452
7290 - version 4.1.1
7291
7292 -------------------------------------------------------------------
7293 Fri Oct 05 10:35:47 CEST 2007 - aschnell@suse.de
7294
7295 - filter architecture in plaindir parser (bug #330791)
7296
7297 -------------------------------------------------------------------
7298 Thu Oct  4 16:31:58 CEST 2007 - ma@suse.de
7299
7300 - Throw constructing malformed checksums. (#189096)
7301 - revision 7441
7302
7303 -------------------------------------------------------------------
7304 Thu Oct  4 14:22:31 CEST 2007 - mvidner@suse.cz
7305
7306 - Renamed templates back because proper qualification makes it work
7307   too.
7308 - 4.1.0
7309
7310 -------------------------------------------------------------------
7311 Thu Oct 04 11:23:19 CEST 2007 - aschnell@suse.de
7312
7313 - only look for repositories in file ending ".repo" (bug #294779)
7314
7315 -------------------------------------------------------------------
7316 Wed Oct  3 13:37:57 CEST 2007 - mvidner@suse.cz
7317
7318 - Fixed compilation errors with GCC 4.3 by adding missing includes
7319   and renaming templates: MaxBits to MaxBitsT, Mask to MaskT,
7320   Compare<Edition> to CompareEd.
7321 - r7426
7322
7323 -------------------------------------------------------------------
7324 Mon Oct  1 20:29:36 CEST 2007 - ma@suse.de
7325
7326 - Incorporated patch from Michael Matz to speedup cache reading.
7327 - revision 7413
7328
7329 -------------------------------------------------------------------
7330 Fri Sep 28 18:40:59 CEST 2007 - schubi@suse.de
7331
7332 - Resolvertestcase:
7333   - log Repository info
7334   - set keep state in the testcase
7335   - handle vendor
7336 - r 4707
7337
7338 -------------------------------------------------------------------
7339 Thu Sep 27 17:13:14 CEST 2007 - ma@suse.de
7340
7341 - Fixed pattern parser SEGV on broken pattern files. (#328546)
7342 - revision 7402
7343
7344 -------------------------------------------------------------------
7345 Wed Sep 26 11:08:14 CEST 2007 - schubi@suse.de
7346
7347 - QueuItemRequire: Filter out all provider which have worser architecture,
7348   are NOT noarch and have not the same name as the requirement. The
7349   last one is needed for updating packages via patch/atoms.
7350   Bug 328081
7351 - Revert changes of r 7340
7352 - r 7386
7353
7354 -------------------------------------------------------------------
7355 Tue Sep 25 15:51:34 CEST 2007 - ma@suse.de
7356
7357 - Add missing '--install' parameter in desktop file. (#308640)
7358 - version 4.0.0
7359 - revision 7369
7360
7361 -------------------------------------------------------------------
7362 Tue Sep 25 11:08:13 CEST 2007 - jkupec@suse.cz
7363
7364 - release all attached media before attempting to eject (#293428)
7365 - fixed parsing of --proxy-user parameter of .curlrc (#309139)
7366 - revision 7352
7367 - version 3.26.0
7368
7369 -------------------------------------------------------------------
7370 Mon Sep 24 16:10:32 CEST 2007 - dmacvicar@suse.de
7371
7372 - provide a way to retrieve the metadata path. Used for
7373   installation, which incorrectly creates a repository in
7374   cache without adding it first, so metadata path is not
7375   set and therefore it is not possible to setup a media
7376   verifier on installation. Part of fix for (#293428)
7377 - 3.25.0
7378
7379 -------------------------------------------------------------------
7380 Mon Sep 24 15:48:47 CEST 2007 - schubi@suse.de
7381
7382 - If more than one resolvables provide a requirements and have different
7383   architecture take thatone with the best architecture. (Not regarding the
7384   name). Bug: Branching too much while an installation of a multi-arch-DVD
7385 - r 7340
7386 - version 3.24.8
7387
7388 -------------------------------------------------------------------
7389 Fri Sep 21 15:50:30 CEST 2007 - schubi@suse.de
7390
7391 - Checking the queue if an item will be deleted. If yes, the requirements
7392   are not needed anymore. Bug 326384
7393 - version 3.24.7
7394 - r 7329
7395
7396 -------------------------------------------------------------------
7397 Thu Sep 20 17:37:30 CEST 2007 - jkupec@suse.cz
7398
7399 - don't probe the repository type upon saving if disabled (#326769)
7400 - version 3.24.6
7401 - revision 7319
7402
7403 -------------------------------------------------------------------
7404 Thu Sep 20 15:19:53 CEST 2007 - ma@suse.de
7405
7406 - Avoid calling rpm repeatedly in case of an error. This is fault-prone,
7407   esp. if the error occurred executing the packages post-install script.
7408 - version 3.24.5
7409 - revision 7317
7410
7411 -------------------------------------------------------------------
7412 Thu Sep 20 11:00:04 CEST 2007 - ma@suse.de
7413
7414 - If a package is deselected by user, apply this soft lock to all
7415   available versions of this package.
7416 - version 3.24.4
7417 - revision 7316
7418
7419 -------------------------------------------------------------------
7420 Wed Sep 19 17:45:12 CEST 2007 - schubi@suse.de
7421
7422 - Update: Do not set an item to installation if there has been already set
7423   one for installation which has the same NVA. Bug  326286
7424 - version 3.24.3
7425 - r 7311
7426
7427 -------------------------------------------------------------------
7428 Wed Sep 19 14:19:49 CEST 2007 - ma@suse.de
7429
7430 - Enable package cache during commit. (#326249)
7431 - revision 7309
7432
7433 -------------------------------------------------------------------
7434 Tue Sep 18 14:01:02 CEST 2007 - schubi@suse.de
7435
7436 - Do not regarding requirements for packages which will be deleted in the
7437   same solver run. Bug 310618
7438 - r 7292
7439 - version 3.24.2
7440
7441 -------------------------------------------------------------------
7442 Mon Sep 17 16:33:14 CEST 2007 - jkupec@suse.cz
7443
7444 - don't download filelists.xml.gz (#307105)
7445 - version 3.24.1
7446 - revision 7269
7447
7448 -------------------------------------------------------------------
7449 Mon Sep 17 15:51:04 CEST 2007 - ma@suse.de
7450
7451 - Improve estimated diskusage while there is no valid
7452   solver result. (#325617)
7453 - revision 7266
7454
7455 -------------------------------------------------------------------
7456 Mon Sep 17 15:22:47 CEST 2007 - schubi@suse.de
7457
7458 -Bugfix in vendor change of a required resolvable (Correct error message)
7459  Bug 310455
7460 - r 7262
7461
7462 -------------------------------------------------------------------
7463 Mon Sep 17 12:36:28 CEST 2007 - lslezak@suse.cz
7464
7465 - fixed DU parsing in inst-sys (#308659)
7466 - revision 7256
7467
7468 -------------------------------------------------------------------
7469 Fri Sep 14 22:57:54 CEST 2007 - ma@suse.de
7470
7471 - Enable using patch and delta rpms. (#309124)
7472 - version 3.24.0
7473 - revision 7253
7474
7475 -------------------------------------------------------------------
7476 Thu Sep 13 17:59:55 CEST 2007 - ma@suse.de
7477
7478 - On update do not delete unmaintained non-SuSE packages.
7479 - version 3.23.2
7480 - revision 7239
7481
7482 -------------------------------------------------------------------
7483 Thu Sep 13 13:02:39 CEST 2007 - lslezak@suse.cz
7484
7485 - ZYppImpl::getPartitions() - don't return the current partitioning
7486   when the partitioning hasn't been set - fixes DU parsing in
7487   inst-sys (#308659)
7488
7489 -------------------------------------------------------------------
7490 Thu Sep 13 11:30:47 CEST 2007 - dmacvicar@suse.de
7491
7492 - Throw specific exceptions during commit (#308511)
7493 - 3.23.1
7494
7495 -------------------------------------------------------------------
7496 Wed Sep 12 18:48:00 CEST 2007 - ma@suse.de
7497
7498 - Various disk space calculation fixes. Susetags, plaindir and rpmdb
7499   now provide more detailed disk usage information.
7500   Yum metadata don't, so we book the package size to '/'. (#308362)
7501 - version 3.23.0
7502 - revision 7225
7503
7504 -------------------------------------------------------------------
7505 Wed Sep 12 15:48:41 CEST 2007 - schubi@suse.de
7506
7507 - Regarding keep state while recycle old valid solver results. Bug 286889
7508 - r 7209
7509
7510 -------------------------------------------------------------------
7511 Wed Sep 12 12:24:49 CEST 2007 - jkupec@suse.cz
7512
7513 - report 100% progress on finishing RPM removal (bug #309431)
7514 - revision 7200
7515
7516 -------------------------------------------------------------------
7517 Tue Sep 11 17:25:35 CEST 2007 - schubi@suse.de
7518
7519 - Update: rename language packages --> take that package which fits to the
7520   selected language Bug 308098
7521 - r 7919
7522
7523 -------------------------------------------------------------------
7524 Tue Sep 11 16:11:20 CEST 2007 - dmacvicar@suse.de
7525
7526 - restore deltas and patch rpms from the cache (#309124)
7527 - 3.22.8
7528
7529 -------------------------------------------------------------------
7530 Tue Sep 11 14:54:44 CEST 2007 - ma@suse.de
7531
7532 - Don't fail if a product is deleted multiple times (e.g. due to
7533   obsoletes and an explicit deleted request). (#308746)
7534 - version 3.22.7
7535 - revision 7184
7536
7537 -------------------------------------------------------------------
7538 Tue Sep 11 13:52:47 CEST 2007 - jkupec@suse.cz
7539
7540 - SYSCONFDIR variable added for modifying /etc
7541
7542 -------------------------------------------------------------------
7543 Tue Sep 11 12:18:11 CEST 2007 - schubi@suse.de
7544
7545 - uninstallable resolvable -->suggested solution: delete; Bug 308164
7546 - r 7177
7547
7548 -------------------------------------------------------------------
7549 Mon Sep 10 16:19:05 CEST 2007 - schubi@suse.de
7550
7551 - new translations added
7552 - r 7166
7553 - version 3.22.6
7554
7555 -------------------------------------------------------------------
7556 Mon Sep 10 15:50:49 CEST 2007 - lslezak@suse.cz
7557
7558 - fixed disk usage counting of updated packages (#308362)
7559
7560 -------------------------------------------------------------------
7561 Mon Sep 10 14:17:29 CEST 2007 - schubi@suse.de
7562
7563 - Splitting packages: Take the package with the best
7564   architecture,edition ONLY; Bug 308591
7565 - r 7160
7566
7567 -------------------------------------------------------------------
7568 Mon Sep 10 10:55:45 CEST 2007 - lslezak@suse.cz
7569
7570 - properly report fallback disk usage size (in kB instead of bytes)
7571   when disk usage is not known (YUM repos) (#308475)
7572
7573 -------------------------------------------------------------------
7574 Fri Sep  7 13:27:26 CEST 2007 - ma@suse.de
7575
7576 - Install a sample /etc/zypp.conf. (#306615)
7577 - Fixed missing soversion symlink in package.
7578 - version 3.22.5
7579 - revision 7150
7580
7581 -------------------------------------------------------------------
7582 Fri Sep  7 13:03:48 CEST 2007 - schubi@suse.de
7583
7584 - RequirementIsMet: return true only if ALL Atoms are NOT incomplete; Bug
7585   308252
7586 - r 7143
7587
7588 -------------------------------------------------------------------
7589 Thu Sep  6 18:22:36 CEST 2007 - schubi@suse.de
7590
7591 - Error: Select two candidate with the same name while update.
7592   Solution: If there is a candidate which is already selected for installation -->
7593   take thatone #308082
7594 - r 7132
7595
7596 -------------------------------------------------------------------
7597 Thu Sep  6 14:11:58 CEST 2007 - ma@suse.de
7598
7599 - Work arround installed patterns providing an empty vendor string. (#307743)
7600 - Let the solver treat vendor suse and opensuse as equivalent.
7601 - version 3.22.4
7602
7603 -------------------------------------------------------------------
7604 Thu Sep  6 12:33:27 CEST 2007 - schubi@suse.de
7605
7606 - Checking item before evaluating the concerning vendor. bug #307941
7607 - r 7119
7608
7609 -------------------------------------------------------------------
7610 Wed Sep  6 02:24:37 CEST 2007 - dmacvicar@suse.de
7611
7612 - Fix for bug #307163 - empty package descriptions
7613   a.k.a shared tag not 100% implemented
7614 - r 7117
7615 - version 3.22.3
7616
7617 -------------------------------------------------------------------
7618 Wed Sep  5 17:52:37 CEST 2007 - schubi@suse.de
7619
7620 - logging "reverse" NEEDED_BY in the detail description of solver
7621   problems.
7622 - improved error message if a requiremnt is not fulfilled Bug 307743
7623 - Add "ignore" option to the solution if a requirement is not fulfilled
7624   Bug 304276
7625 - revision 7113
7626
7627 -------------------------------------------------------------------
7628 Wed Sep  5 14:33:02 CEST 2007 - jkupec@suse.cz
7629
7630 - fixed the order of operands of susetags local metadata status
7631   computation which caused the YaST repositories to always get
7632   refreshed (part of bug #304310)
7633 - revision 7107
7634 - version 3.22.2
7635
7636 -------------------------------------------------------------------
7637 Tue Sep  4 12:09:10 CEST 2007 - schubi@suse.de
7638
7639 - comparing vendor with VendorAttr::equivalent
7640 - revision 7103
7641
7642 -------------------------------------------------------------------
7643 Mon Sep  3 18:43:51 CEST 2007 - schwab@suse.de
7644
7645 - Use $RPM_OPT_FLAGS.
7646
7647 -------------------------------------------------------------------
7648 Mon Sep  3 17:14:02 CEST 2007 - ma@suse.de
7649
7650 - Reset transact bits when switching status from
7651   "update" to "protected" (#246976)
7652 - version 3.22.1
7653 - revision 7094
7654
7655 -------------------------------------------------------------------
7656 Mon Sep  3 13:56:42 CEST 2007 - schubi@suse.de
7657
7658 - new translations added
7659 - rev 7083
7660
7661 -------------------------------------------------------------------
7662 Fri Aug 31 22:10:55 CEST 2007 - ma@suse.de
7663
7664 - Added ability to switch off use of patch and delta rpms via zypp.conf (#305864)
7665    [main]
7666    download.use_patchrpm = no
7667    download.use_deltarpm = no
7668 - version 3.22.0
7669 - revision 7069
7670
7671 -------------------------------------------------------------------
7672 Fri Aug 31 19:56:40 CEST 2007 - ma@suse.de
7673
7674 - On demand translate patch requirements into a list of atoms.
7675   Required by the UI to display packages acssociated with a patch.
7676   (#300612)
7677 - version 3.21.1
7678 - revision 7065
7679
7680 -------------------------------------------------------------------
7681 Fri Aug 31 13:59:54 CEST 2007 - kkaempf@suse.de
7682
7683 - enrich ResolverInfo with the reason if a user-initiated request
7684   fails (#304325, #306240)
7685 - r 7051
7686
7687 -------------------------------------------------------------------
7688 Thu Aug 30 20:10:00 CEST 2007 - jkupec@suse.cz
7689
7690 - added missing implementation of LogControl::setLineFormater()
7691   (lslezak)
7692 - version 3.21.0
7693 - revision 7041
7694
7695 -------------------------------------------------------------------
7696 Thu Aug 30 18:55:15 CEST 2007 - jkupec@suse.cz
7697
7698 - enable changing url in requestMedia callback (#294481)
7699 - revision 7037
7700
7701 -------------------------------------------------------------------
7702 Thu Aug 30 18:22:32 CEST 2007 - ma@suse.de
7703
7704 - Filter readonly mount points in DiskUsageCounter (#297405)
7705 - revision 7030
7706
7707 -------------------------------------------------------------------
7708 Thu Aug 30 17:31:33 CEST 2007 - jkupec@suse.cz
7709
7710 - remember the cause of the RepoException when refreshing metadata
7711   (#301022)
7712 - r7023
7713
7714 -------------------------------------------------------------------
7715 Thu Aug 30 17:25:14 CEST 2007 - ma@suse.de
7716
7717 - Safe fix for bug #299680.
7718 - version 3.20.1
7719 - revision 7026
7720
7721 -------------------------------------------------------------------
7722 Thu Aug 30 15:48:03 CEST 2007 - schubi@suse.de
7723
7724 - Bugfix: If a requirement has been fulfilled by more than one language
7725   resolvables only thatone will be taken which fits to the selected
7726   language.
7727 - r 7018
7728
7729 -------------------------------------------------------------------
7730 Thu Aug 30 15:14:23 CEST 2007 - jkupec@suse.cz
7731
7732 - correct error code for media errors in MediaCurl::doGetFileCopy()
7733   affects only zypper error output, does not affect YaST
7734 - r7013
7735
7736 -------------------------------------------------------------------
7737 Wed Aug 29 18:28:41 CEST 2007 - jkupec@suse.cz
7738
7739 - reverted blocking of requestMedia from r6271 (#301710)
7740 - r6999
7741
7742 -------------------------------------------------------------------
7743 Wed Aug 29 18:09:29 CEST 2007 - kkaempf@suse.de
7744
7745 - prevent progress report in destructor (#299680)
7746 - r6998
7747
7748 -------------------------------------------------------------------
7749 Wed Aug 29 18:02:36 CEST 2007 - jkupec@suse.cz
7750
7751 - treat non-filelists.xml <file> entries as file provides capabilities
7752   in YUM parser (#304701)
7753 - r6992
7754
7755 -------------------------------------------------------------------
7756 Wed Aug 29 16:32:01 CEST 2007 - kkaempf@suse.de
7757
7758 - the media.1/media uniquely identifies a 'susetags' repo, not
7759   the content file (#304200)
7760
7761 -------------------------------------------------------------------
7762 Wed Aug 29 15:42:17 CEST 2007 - jkupec@suse.cz
7763
7764 - fixed locale dir (#304649)
7765 - r6984
7766
7767 -------------------------------------------------------------------
7768 Wed Aug 29 15:39:52 CEST 2007 - kkaempf@suse.de
7769
7770 - don't treat normal package license as "license to confirm"
7771   (#305906)
7772
7773 -------------------------------------------------------------------
7774 Wed Aug 29 15:28:53 CEST 2007 - ma@suse.de
7775
7776 - Fixed fix for #293039. Segfault due to uninitialzed data.
7777 - version 3.19.3
7778 - revision 6980
7779
7780 -------------------------------------------------------------------
7781 Wed Aug 29 15:10:20 CEST 2007 - schubi@suse.de
7782
7783 - reduced too much verbosed ResolverContext logging; Bug 303971
7784 - r 6977
7785
7786 -------------------------------------------------------------------
7787 Wed Aug 29 13:55:28 CEST 2007 - ma@suse.de
7788
7789 - Fixed PlainDir repositories to provide real disk usage data. For
7790   repomd and others that do not provide any detailed disk usage info,
7791   assume the packgage size is required below "/". Peviously they were
7792   treated as being empy.
7793 - version 3.19.2
7794 - revision 6972
7795
7796 -------------------------------------------------------------------
7797 Wed Aug 29 13:36:42 CEST 2007 - schubi@suse.de
7798
7799 - Add a new solver solution in the case of running in a timeout:
7800   ProblemSolutionDoubleTimeout.h
7801   #Bug 302496
7802 - revision 6970
7803
7804 -------------------------------------------------------------------
7805 Wed Aug 29 11:23:26 CEST 2007 - dmacvicar@suse.de
7806
7807 - bug in fix for (#292986)
7808
7809 -------------------------------------------------------------------
7810 Tue Aug 28 18:48:26 CEST 2007 - dmacvicar@suse.de
7811
7812 - (#297001) - libzypp: can't skip broken packages
7813 - re enable importing zypp keyring from rpm.(#302379)
7814 - 3.19.1
7815
7816 -------------------------------------------------------------------
7817 Tue Aug 28 17:30:30 CEST 2007 - kkaempf@suse.de
7818
7819 - rename ResolvableQuery::iterateResolvablesByKindsAndStrings
7820   to ResolvableQuery::iterateResolvablesByKindsAndStringsAndRepos
7821   in order to support query-by-repo (#305384)
7822 - fix iterateResolvablesByKindsAndStringsAndRepos to take any
7823   number of kinds, names, or repos (#305347)
7824 - remove ResolvableQuery::iterateResolvablesByKind, not needed
7825 - version 3.19.0
7826 - rev 6935
7827
7828 -------------------------------------------------------------------
7829 Tue Aug 28 11:27:53 CEST 2007 - dmacvicar@suse.de
7830
7831 - real fix for reading signature ids. (#390535).
7832 - delete metadata when removing repo (#301037).
7833
7834 -------------------------------------------------------------------
7835 Mon Aug 27 23:52:41 CEST 2007 - dmacvicar@suse.de
7836
7837 - following behaviour for setPartitions
7838   - if they are not set, they are detected
7839   - if they are set, that value is used.
7840   - if value set or detected is empty, all disk usage
7841     information is read. Otherwise just values in those
7842     mount points.
7843     Should work for installation as long as detectPartitions
7844     is empty at installation.(#293039)
7845
7846 -------------------------------------------------------------------
7847 Mon Aug 27 17:08:41 CEST 2007 - kkaempf@suse.de
7848
7849 - Add ZConfig::overrideSystemArchitecture() to override zypp arch
7850   from external, e.g. for the testcases
7851 - Honor ZYPP_CONF environment variable to override the buit-in
7852   /etc/zypp/zypp.conf
7853 - Check architecture at handout() to prevent NULL ptr reference.
7854 - Bug 301286
7855 - rev 6908
7856
7857 -------------------------------------------------------------------
7858 Mon Aug 27 15:53:52 CEST 2007 - schubi@suse.de
7859
7860 -The solver generate an establish call for all
7861  resolvables which has filesystemcaps if there is not a valid result from a
7862  former solver run available. This covers:
7863  * Initial solver run
7864  * Changing of filesystem whithin a workflow, cause the solver results will
7865    be reset if the filesystem dependencies have been changed
7866  Bug 271912
7867 - r 6901
7868
7869 -------------------------------------------------------------------
7870 Sun Aug 26 15:49:27 CEST 2007 - kkaempf@suse.de
7871
7872 - pass location to plaindir package (#303751)
7873 - Add name of file in question to checksum/signature related
7874   exceptions.
7875 - pass basename of file to verifyFileSignatureWorkflow (instead of
7876   empty string).
7877 - filter out incompatible architectures when parsing sustags
7878   repos (first half of #301286)
7879 - r 6882
7880
7881 -------------------------------------------------------------------
7882 Fri Aug 24 11:52:27 CEST 2007 - dmacvicar@suse.de
7883
7884 - don't run source migration if yast is running in
7885   intsys mode (#297136)
7886 - signature and checksum verification fixes. Still pending
7887   problem ZYpp getting no output from gpg when running from zypper.
7888   (#302059)
7889
7890 -------------------------------------------------------------------
7891 Thu Aug 23 13:51:41 CEST 2007 - schubi@suse.de
7892
7893 - Do not strip resolvables which have the same name but different kind
7894   (ResolverInfo*)
7895 - Flag info NEEDEDBY correctly if it will be used by freshen/supplement
7896 - r 6830
7897
7898 -------------------------------------------------------------------
7899 Wed Aug 22 18:58:44 CEST 2007 - mvidner@suse.cz
7900
7901 - Do not use "a-z" in regexes. Fixes "Invalid Url scheme 'http'" in
7902   the Estonian locale (#302525).
7903
7904 -------------------------------------------------------------------
7905 Wed Aug 22 17:59:39 CEST 2007 - aschnell@suse.de
7906
7907 - added remembering of exception history at various places
7908
7909 -------------------------------------------------------------------
7910 Wed Aug 22 16:52:09 CEST 2007 - schubi@suse.de
7911
7912 - Bugfixes concerning vendor handling:
7913 - first bug:
7914   Installed A-1.0(vendor SuSE)
7915   Available A-2.0(other vendor)
7916   A will not be regarded as "unmaintained". So it will not be deleted.
7917 - second bug:
7918   A need B-2.0. B-1.0 is installed but has another vendor. Report a
7919   proper errmessage.
7920 - Testcase : solution-tests/vendor-test.xml
7921 - r 6812
7922 - 3.18.4
7923
7924 -------------------------------------------------------------------
7925 Tue Aug 21 15:38:08 CEST 2007 - dmacvicar@suse.de
7926
7927 - ignore HASH key for download (#300982)
7928
7929 -------------------------------------------------------------------
7930 Tue Aug 21 15:17:23 CEST 2007 - schubi@suse.de
7931
7932 - Added explicitly_requested as parameter in ResolverContext::Uninstall
7933   Bug 299819
7934 - revision 6794
7935
7936 -------------------------------------------------------------------
7937 Tue Aug 21 13:06:44 CEST 2007 - dmacvicar@suse.de
7938
7939 - If no mount information is available, parse all DU entries.
7940 - read only hack mode for migrate-sources. We actually do add
7941   repositories with it, but no harm. (#292986)
7942 - fix some typos in exceptions (#301331)
7943 - 3.18.3
7944
7945 -------------------------------------------------------------------
7946 Mon Aug 20 16:06:36 CEST 2007 - schubi@suse.de
7947
7948 - Do not regard explicit request in order to recognize updated packages
7949   correctly. Bug 301676
7950 - Updated translations
7951 - r 6766
7952 - 3.18.2
7953
7954 -------------------------------------------------------------------
7955 Mon Aug 20 15:35:46 CEST 2007 - mvidner@suse.cz
7956
7957 - package-manager script: Call /sbin/yast2 with full path because of
7958   gnomesu (#269873).
7959
7960 -------------------------------------------------------------------
7961 Mon Aug 20 15:23:14 CEST 2007 - dmacvicar@suse.de
7962
7963 - add support for the HASH key. (#300982)
7964 - Use ContentFileParser in Downloader (instead of implementing
7965   the parser again, it has a reason, Downloader was written first)
7966 - update testcases and data to cover the new HASH key
7967 - 3.18.1
7968
7969 -------------------------------------------------------------------
7970 Mon Aug 20 13:21:34 CEST 2007 - kkaempf@suse.de
7971
7972 - unify query API for kind and name, summary, description
7973   (incomplete)
7974 - rev 6761, version 3.18.0
7975
7976 -------------------------------------------------------------------
7977 Fri Aug 17 12:30:55 CEST 2007 - kkaempf@suse.de
7978
7979 - add iterateResolvablesByKindsAndName
7980 - rev 6735, version 3.17.13
7981
7982 -------------------------------------------------------------------
7983 Fri Aug 17 11:45:24 CEST 2007 - kkaempf@suse.de
7984
7985 - rename ResolvableQuery::queryByName to iterateResolvablesByName
7986 - fix reading of kind and repository in ResolvableQuery
7987 - add reverse lookups in CacheTypes
7988 - add iterateResolvablesByKind
7989 - rev 6733
7990
7991 -------------------------------------------------------------------
7992 Fri Aug 17 10:37:56 CEST 2007 - schubi@suse.de
7993
7994 - shorten solver error messages Bug 259894
7995 - rev 6723
7996
7997 -------------------------------------------------------------------
7998 Thu Aug 16 23:43:50 CEST 2007 - kkaempf@suse.de
7999
8000 - fix ResolvableQuery::query(), add ResolvableQuery::queryByName()
8001   install zypp/cache header files.
8002 - rev 6719, version 3.16.13
8003
8004 -------------------------------------------------------------------
8005 Thu Aug 16 17:21:52 CEST 2007 - kkaempf@suse.de
8006
8007 - discard pattern files with incompatbile architecture, both
8008   for download and for parsing. (#298716)
8009 - rev 6711
8010
8011 -------------------------------------------------------------------
8012 Thu Aug 16 17:12:45 CEST 2007 - kkaempf@suse.de
8013
8014 - run sqlite asynchronously and add sql index files where
8015   appropriate, gives 6x performance on certain operations.
8016   Bumping cache schema version to 1004.
8017   (#300998)
8018 - rev 6710
8019
8020 -------------------------------------------------------------------
8021 Thu Aug 16 17:08:58 CEST 2007 - kkaempf@suse.de
8022
8023 - fix String::endsWith (#301038)
8024 - rev 6709
8025
8026 -------------------------------------------------------------------
8027 Thu Aug 16 11:16:25 CEST 2007 - schubi@suse.de
8028
8029 - added an _explicitly_requested in QueueItemConflict ( as already in
8030   QueueItemEstablish, QueueItemInstall, QueueItemUninstall ) in order to
8031   remove the conflicting item without an error message. Bug 299819
8032 - rev 6699
8033
8034 -------------------------------------------------------------------
8035 Thu Aug 16 07:23:31 CEST 2007 - jkupec@suse.cz
8036
8037 - forgot to set default refresh policy in checkIfToRefreshMetadata
8038 - repo.refresh.delay default set to 10 minutes
8039 - 6693
8040
8041 -------------------------------------------------------------------
8042 Wed Aug 15 15:32:36 CEST 2007 - schubi@suse.de
8043
8044 - Bugfix while regarding correct vendor in update
8045 - r6677
8046 - version 3.15.0
8047
8048 -------------------------------------------------------------------
8049 Wed Aug 15 13:57:04 CEST 2007 - jkupec@suse.cz
8050
8051 - repo.refresh.delay=<minutes> (ZConfig, "main" section) support
8052   added to delay next check & refresh until the specified number of
8053   minutes has passed from the last check or refresh (FATE #301991).
8054   Revisions: 6654, 6656, 6666, and 6667.
8055 - filesystem::touch(Pathname) added (r6666)
8056 - RepoManager::touchIndexFile(RepoInfo) added
8057 - RepoManager::checkIfToRefreshMetadata(RepoInfo,Url,policy):
8058   decision to do the refresh moved to this public method.
8059 - r6667
8060
8061 -------------------------------------------------------------------
8062 Wed Aug 15 12:38:26 CEST 2007 - schubi@suse.de
8063
8064 - generate a resolver problem if addRequires does not find a resovable
8065   #299486
8066 - rev 6660
8067
8068 -------------------------------------------------------------------
8069 Tue Aug 14 15:54:15 CEST 2007 - schubi@suse.de
8070
8071 - Prioritized delete request by the user BEFORE delete requests due
8072   missing dependencies or conflicting dependencies. Bug 298322
8073 - rev 6640
8074
8075 -------------------------------------------------------------------
8076 Fri Aug 10 20:49:20 CEST 2007 - jkupec@suse.cz
8077
8078 - support also "Plaindir" as valid repo type name (#298622)
8079 - revision 6616
8080 - version 3.14.0
8081
8082 -------------------------------------------------------------------
8083 Fri Aug 10 18:03:06 CEST 2007 - dmacvicar@suse.de
8084
8085 - fix segfault in Progress reporting
8086 - progress report use name instead of alias (#298035)
8087 - repoinfo returns alias if name is empty
8088
8089 -------------------------------------------------------------------
8090 Fri Aug 10 16:04:42 CEST 2007 - dmacvicar@suse.de
8091
8092 - merge patch by dmueller to get rid of boost-regex
8093
8094 -------------------------------------------------------------------
8095 Fri Aug 10 13:50:40 CEST 2007 - dmacvicar@suse.de
8096
8097 - dont create a second CacheStore in the same scope, will lock...
8098   #297627
8099
8100 -------------------------------------------------------------------
8101 Thu Aug  9 15:04:21 CEST 2007 - jkupec@suse.cz
8102
8103 - fixed some RepoManager exception docs & history
8104 - r6558
8105
8106 -------------------------------------------------------------------
8107 Thu Aug  9 13:33:59 CEST 2007 - dmacvicar@suse.de
8108
8109 - feature #302135: Graceful update of 3rd party packages
8110   Automatic upgrading only sees packages from same vendor
8111   This allows not needed to have those locked.
8112 - Add persistent locks file which allow wildcards. Users
8113   can lock certain packages adding lines like "kde* < 3.5"
8114 - add applyLocks() to apply persistent locks before solving
8115
8116 -------------------------------------------------------------------
8117 Thu Aug  9 13:28:20 CEST 2007 - schubi@suse.de
8118
8119 -  recognize changes in the pool (e.g. changing /etc/sysconfig/storage
8120   #271912 wq
8121 - Added locking resolvables in the testcases
8122 - rev 6544
8123
8124 -------------------------------------------------------------------
8125 Wed Aug  8 16:04:07 CEST 2007 - dmacvicar@suse.de
8126
8127 - add migrate-sources to %post (#292986)
8128 - 3.13.15
8129
8130 -------------------------------------------------------------------
8131 Wed Aug  8 13:32:52 CEST 2007 - jkupec@suse.cz
8132
8133 - fixed bug with using wrong files from raw metadata cache
8134   (bug #297611) (duncanmv) (r6501, already released in 3.13.14)
8135
8136 -------------------------------------------------------------------
8137 Wed Aug  8 12:42:39 CEST 2007 - schubi@suse.de
8138
8139 - fix in "ignore conflicts" if the conflict has been caused by an obsolete
8140   Bug# 297795
8141 - r 6517
8142
8143 -------------------------------------------------------------------
8144 Tue Aug  7 17:04:47 CEST 2007 - dmacvicar@suse.de
8145
8146 - implement susetags support for compressed metadata
8147   and testcases. (feature #301916)
8148 - implement disk usage in cache. For installation requires
8149   some changes in YaST to setup the ZYpp getPartitions()
8150   before repos are cached. (bug #293039)
8151 - added testcases for diskusage
8152 - 3.13.14
8153
8154 -------------------------------------------------------------------
8155 Mon Aug  6 10:19:12 CEST 2007 - jkupec@suse.cz
8156
8157 - fixed YUM parser to properly create source packages
8158 - disabled reading of filelists.xml.gz by default (the data are
8159   currently not stored anyway)
8160 - revision 6481
8161 - version 3.13.13
8162
8163 -------------------------------------------------------------------
8164 Sat Aug  4 01:03:19 CEST 2007 - ma@suse.de
8165
8166 - Don't download unwanted translation files (#293740).
8167 - revision 6470
8168
8169 -------------------------------------------------------------------
8170 Fri Aug  3 23:52:18 CEST 2007 - ma@suse.de
8171
8172 - Fix susetags repo to parse dikusage data (#293039)
8173 - revision 6467
8174 - version 3.13.12
8175
8176 -------------------------------------------------------------------
8177 Fri Aug  3 18:56:47 CEST 2007 - ma@suse.de
8178
8179 - Add product attribute 'type' (aka 'category' which is now
8180   deprecated). Adapted sustags and yum parsers to parse and
8181   provide this value.
8182 - revision 6464
8183 - version 3.13.11
8184
8185 -------------------------------------------------------------------
8186 Fri Aug  3 17:29:56 CEST 2007 - dmacvicar@suse.de
8187
8188 - fix modalias rel column number
8189 - version 3.13.10
8190
8191 -------------------------------------------------------------------
8192 Fri Aug  3 16:35:36 CEST 2007 - dmacvicar@suse.de
8193
8194 - Implemented option repo.add.probe to allow probing
8195   the added repositories
8196 - version 3.13.9
8197
8198 -------------------------------------------------------------------
8199 Fri Aug  3 16:07:46 CEST 2007 - schubi@suse.de
8200
8201 - Fixed detection of renamed packages while update.
8202 - Added new translations
8203 - rev 6445
8204
8205 -------------------------------------------------------------------
8206 Fri Aug  3 15:02:28 CEST 2007 - ma@suse.de
8207
8208 - Speed up retrieving MediaNr attribute, as it slows down install
8209   order calculation. (#297173)
8210 - revision 6442
8211
8212 -------------------------------------------------------------------
8213 Fri Aug  3 14:13:36 CEST 2007 - dmacvicar@suse.de
8214
8215 - Fixed cache schema upgrade
8216
8217 -------------------------------------------------------------------
8218 Fri Aug  3 13:38:17 CEST 2007 - ma@suse.de
8219
8220 - Fixed pattern includes and extends attributes.
8221 - revision 6431
8222 - version 3.13.8
8223
8224 -------------------------------------------------------------------
8225 Fri Aug  3 12:33:41 CEST 2007 - schubi@suse.de
8226
8227 - API for retrieving additional dependencies" solver/detail/Resolver.h
8228 - Handle additional dependencies in the testcases
8229 - Handle system and language dependencies in the testcases correctly.
8230 - r 6418
8231
8232 -------------------------------------------------------------------
8233 Thu Aug  2 18:14:12 CEST 2007 - ma@suse.de
8234
8235 - Indicate changed pool content if /etc/sysconfig/storage USED_FS_LIST
8236   has changed. Resolver must discard any cached filesystem dependencies.
8237   (required for #271912)
8238 - revision 6404
8239
8240 -------------------------------------------------------------------
8241 Thu Aug  2 16:37:06 CEST 2007 - ma@suse.de
8242
8243 - Indicate changed pool content to the resolver. (required for #271912)
8244 - revision 6398
8245 - version 3.13.7
8246
8247 -------------------------------------------------------------------
8248 Thu Aug  2 10:16:16 CEST 2007 - schubi@suse.de
8249
8250 - speedup error handling. Do not log ResolveInfo anymore. Set limit of 20
8251   problems. Bug 280387
8252 - r 6378
8253 - version 3.13.6
8254
8255 -------------------------------------------------------------------
8256 Wed Aug  1 18:51:12 CEST 2007 - ma@suse.de
8257
8258 - Added interface to install source packages via zypper.
8259 - revision 6373
8260 - version 3.13.5
8261
8262 -------------------------------------------------------------------
8263 Tue Jul 31 22:01:08 CEST 2007 - ma@suse.de
8264
8265 - Added package attributes Package::sourcePkgName and
8266   Package::sourcePkgEdition. Name and edition of the source
8267   rpm this package was built from.
8268 - Added ZYpp::installSrcPackage to install a single source package.
8269 - revision 6353
8270 - version 3.13.4
8271
8272 -------------------------------------------------------------------
8273 Tue Jul 31 19:06:54 CEST 2007 - ma@suse.de
8274
8275 - Temorary files and directories created by makeSibling use the
8276   same protection as the original.
8277 - revision 6344
8278 - version 3.13.3
8279
8280 -------------------------------------------------------------------
8281 Tue Jul 31 10:37:13 CEST 2007 - schubi@suse.de
8282
8283 - Removed keepExtras from resolvePool. This will be handled
8284   in the solver internally now. #294727
8285 - Checking if item really exists (#295544; ResolverInfoContainer.cc)
8286 - revision 6317
8287 - version 3.13.2
8288
8289 -------------------------------------------------------------------
8290 Mon Jul 30 17:23:19 CEST 2007 - ma@suse.de
8291
8292 - Remove tribool from RepoInfo's interface.
8293 - revision 6301
8294 - version 3.13.1
8295
8296 -------------------------------------------------------------------
8297 Mon Jul 30 13:59:33 CEST 2007 - ma@suse.de
8298
8299 - Fixed wrong media number reported by script, message and patch.
8300 - Fixed script API to provide the scripts location on media (if not
8301   inlined).
8302 - Introduced ScripProvider to make a script available on the local
8303   disk.
8304 - revision 6288
8305 - version 3.13.0
8306
8307 -------------------------------------------------------------------
8308 Fri Jul 27 18:08:42 CEST 2007 - jkupec@suse.cz
8309
8310 - don't request media chage if the media is not changeable (like
8311   e.g. http)
8312 - revision 6271
8313 - version 3.12.1
8314
8315 -------------------------------------------------------------------
8316 Fri Jul 27 17:40:44 CEST 2007 - dmacvicar@suse.de
8317
8318 - progress ticks for clean cache
8319 - ZConfig: remove default from names.
8320 - re enable reading cache callbacks
8321 - ini parser without boost::regexp
8322   patch by dmueller (#152447)
8323
8324 -------------------------------------------------------------------
8325 Fri Jul 27 17:16:27 CEST 2007 - ma@suse.de
8326
8327 - Fixed package to provide the location media number. (#294496)
8328 - revision 6263
8329
8330 -------------------------------------------------------------------
8331 Fri Jul 27 16:31:38 CEST 2007 - jkupec@suse.cz
8332
8333 - RepoFileReader - ignore empty url keys (baseurl, mirrorlist,
8334   gpgkey) instead of throwing bad url exception
8335 - revision 6259
8336
8337 -------------------------------------------------------------------
8338 Thu Jul 26 16:41:30 CEST 2007 - kkaempf@suse.de
8339
8340 - Make clearing of extra dependencies/conflicts configurable when
8341   resolvePool(). Leave the default as before (clear extras).
8342   Bug # 294727
8343 - revision 6233
8344 - version 3.12.0
8345
8346 -------------------------------------------------------------------
8347 Thu Jul 26 10:58:27 CEST 2007 - dmacvicar@suse.de
8348
8349 - /var/lib/zypp/cache -> /var/cache/zypp
8350   (#292419)
8351 - ini parser without boost::regexp, patch by dmueller
8352   (#152447)
8353
8354 -------------------------------------------------------------------
8355 Wed Jul 25 13:50:06 CEST 2007 - ma@suse.de
8356
8357 - Make temp directory configurable  via environment
8358   variable ZYPPTMPDIR.
8359 - revision 6202
8360 - version 3.11.11
8361
8362 -------------------------------------------------------------------
8363 Tue Jul 24 17:55:49 CEST 2007 - ma@suse.de
8364
8365 - Fixed bug in smart pointer comparison.
8366
8367 -------------------------------------------------------------------
8368 Mon Jul 23 13:05:53 CEST 2007 - ma@suse.de
8369
8370 - Fix failing rename of metadata download directories across
8371   filesystem boundaries.
8372
8373 -------------------------------------------------------------------
8374 Fri Jul 20 16:10:59 CEST 2007 - ma@suse.de
8375
8376 - Fixed malicious gettext include.
8377 - Make ZConfig a singleton.
8378 - revision 6123
8379
8380 -------------------------------------------------------------------
8381 Thu Jul 19 15:52:03 CEST 2007 - ma@suse.de
8382
8383 - Fixed repo::provideFile to set a deleter for downloaded files
8384   (#293004).
8385 - revision 6094
8386 - version 3.11.10
8387
8388 -------------------------------------------------------------------
8389 Thu Jul 19 12:58:12 CEST 2007 - ma@suse.de
8390
8391 - Query ByRepository now takes as well an alias.
8392
8393 -------------------------------------------------------------------
8394 Wed Jul 18 16:40:35 CEST 2007 - dmacvicar@suse.de
8395
8396 - fix retrieval of container attributes in cache
8397   (#292698)
8398
8399 -------------------------------------------------------------------
8400 Wed Jul 18 16:12:06 CEST 2007 - ma@suse.de
8401
8402 - Port zypp-query-pool (#292404)
8403 - revision 6069
8404 - version 3.11.9
8405
8406 -------------------------------------------------------------------
8407 Wed Jul 18 16:09:04 CEST 2007 - schubi@suse.de
8408
8409 - added new calls in Resolver.h: addRequire,addConflict
8410
8411 -------------------------------------------------------------------
8412 Wed Jul 18 14:43:04 CEST 2007 - ma@suse.de
8413
8414 - Fixed IniParser to allow '=' in values (#292669)
8415 - revision 6063
8416
8417 -------------------------------------------------------------------
8418 Wed Jul 18 14:16:59 CEST 2007 - dmacvicar@suse.de
8419
8420 - allow / in alias (#292628)
8421
8422 -------------------------------------------------------------------
8423 Wed Jul 18 12:38:55 CEST 2007 - ma@suse.de
8424
8425 - Fixed repo::provideFile to throw on error.
8426 - Fixed ResolvableQuery to use 0 as default for non existing
8427   numerical values.
8428 - revision 6058
8429
8430 -------------------------------------------------------------------
8431 Tue Jul 17 15:57:03 CEST 2007 - ma@suse.de
8432
8433 - Fixed OnMediLocation to use safe defaults. Added setLocaltion and
8434   additional ctor for convenience.
8435 - revision 6047
8436
8437 -------------------------------------------------------------------
8438 Tue Jul 17 10:45:39 CEST 2007 - schubi@suse.de
8439
8440 - Evalute update canditate:
8441   Take canditates only which are really installable. Bug 292077
8442   r 6034
8443
8444 -------------------------------------------------------------------
8445 Mon Jul 16 15:41:31 CEST 2007 - jkupec@suse.cz
8446
8447 - fixed some tribool bugs in RepoInfo
8448 - revision 6022
8449
8450 -------------------------------------------------------------------
8451 Mon Jul 16 11:43:33 CEST 2007 - dmacvicar@suse.de
8452
8453 - fix reading of non existant repo
8454 - r6018
8455 - first submission to stable
8456 - fix keywords parsing in susetags parser
8457 - version 3.11.8
8458
8459 -------------------------------------------------------------------
8460 Wed Jul 11 19:14:47 CEST 2007 - jkupec@suse.cz
8461
8462 - make resolvable query complete exceptionless with the database
8463 - test that packages have some attributes
8464 - disable progress adaptor for now
8465 - revision 5977
8466 - version 3.11.7
8467
8468 -------------------------------------------------------------------
8469 Wed Jul 11 14:37:02 CEST 2007 - ma@suse.de
8470
8471 - fixed unresolved symbols
8472 - revision 5972
8473 - version 3.11.6
8474
8475 -------------------------------------------------------------------
8476 Wed Jul 11 13:31:39 CEST 2007 - ma@suse.de
8477
8478 - fixed TranslatedText creating unwanted entries.
8479 - fixed capability processing
8480 - revision 5964
8481 - version 3.11.5
8482
8483 -------------------------------------------------------------------
8484 Tue Jul 10 20:01:18 CEST 2007 - jkupec@suse.cz
8485
8486 - MediaSetAccess::release() added
8487 - Use attachDesiredMedia in MediaProducts
8488 - Progress reporting improved
8489 - revision 5959
8490 - version 3.11.4
8491
8492 -------------------------------------------------------------------
8493 Tue Jul 10 14:23:13 CEST 2007 - ma@suse.de
8494
8495 - fixed parsing translated texts.
8496 - added source packages.
8497 - revision 5947
8498 - version 3.11.3
8499
8500 -------------------------------------------------------------------
8501 Tue Jul 10 13:11:31 CEST 2007 - jkupec@suse.cz
8502
8503 - repo callbacks fixed
8504 - Fixed YUM parser progress reporting
8505 - Added CombinedProgressData
8506 - make RepoImpl::resolvables() load lazy
8507 - MediaProducts added for scanning products file
8508 - Implement cache schema versioning and automatic invalidation of
8509   cache when schema changes
8510 - revision 5942
8511 - version 3.11.2
8512
8513 -------------------------------------------------------------------
8514 Fri Jul  6 13:51:50 CEST 2007 - ma@suse.de
8515
8516 - Propagate pools repository_iterator to the UI
8517 - revision 5911
8518 - version 3.11.1
8519
8520 -------------------------------------------------------------------
8521 Thu Jul  5 17:02:08 CEST 2007 - ma@suse.de
8522
8523 - Package::location is now returns an OnMediaLocation
8524 - archivesize() renamed to downloadSize()
8525 - Allow to iterate all Repositories that contribute
8526   Resolvables to the Pool.
8527 - MediaSetAccess::provideDir added
8528 - remove useless url check
8529 - add old-api-style wrapper
8530 - Add MediaProducts class
8531 - revision 5892
8532 - version 3.11.0
8533
8534 -------------------------------------------------------------------
8535 Thu Jul  5 09:31:02 CEST 2007 - schubi@suse.de
8536
8537 - function isInstalledBy/installs
8538   Added an initial installation flag which shows if the item has been
8539   triggered for installation, or the dependency is already satisfied.
8540 - Revision 5884
8541 - Version 3.4.0
8542
8543 -------------------------------------------------------------------
8544 Tue Jul  3 13:07:31 CEST 2007 - jkupec@suse.cz
8545
8546 - removed unused %{prefix}/lib/zypp from %files in spec file
8547 - revision 5870
8548
8549 -------------------------------------------------------------------
8550 Tue Jul  3 10:37:37 CEST 2007 - jkupec@suse.cz
8551
8552 - Old API (SourceManager, metadata parsers) dropped in favor of the
8553   new refactored ones (RepoManager, RepoParser(s), cache subtree,
8554   repo subtree).
8555 - Some new API improvements.
8556 - revision 5868
8557 - version 3.10.0 (bumped minor to 10 to indicate refactoring branch)
8558
8559 -------------------------------------------------------------------
8560 Fri Jun 22 15:28:03 CEST 2007 - schubi@suse.de
8561
8562 - New API calls which provides more information about one
8563   resolvable after a solverrun:
8564   isInstalledBy (const PoolItem_Ref item);
8565   installs (const PoolItem_Ref item);
8566 - Revision 5835
8567
8568 -------------------------------------------------------------------
8569 Thu Jun 21 15:58:16 CEST 2007 - adrian@suse.de
8570
8571 - fix changelog entry order
8572
8573 -------------------------------------------------------------------
8574 Wed Jun 20 11:47:33 CEST 2007 - schubi@suse.de
8575
8576 - Ignore conflicting items which are uninstallable
8577 - Create a "needed by" info if a requirement is still fulfilled.
8578 - Allow only one needed_by and needed_by_capability in QueueItemInstall
8579 - Added capability and type (REQUIRE, RECOMMEND,....) to
8580   ResolverInfoNeededBy
8581 - Evaluate ResolverInfoNeededBy for more information in the error
8582   messages
8583 - Enlarge detail description in the error messages
8584 - Revision 5807
8585
8586 -------------------------------------------------------------------
8587 Tue Jun 19 13:59:09 CEST 2007 - ma@suse.de
8588
8589 - Fixes for gcc-4.2
8590 - revision 5786
8591 - version 3.3.1
8592
8593 -------------------------------------------------------------------
8594 Mon Jun 18 17:20:45 CEST 2007 - mvidner@suse.cz
8595
8596 - fixed so versioning from libtool to cmake
8597 - 3.3.0
8598
8599 -------------------------------------------------------------------
8600 Mon Jun 18 09:47:32 CEST 2007 - dmacvicar@suse.de
8601
8602 - Use gpg2 instead of gpg for keyring and make
8603   the package depend on it (#284211)
8604
8605 -------------------------------------------------------------------
8606 Mon Jun 11 17:02:49 CEST 2007 - schubi@suse.de
8607
8608 - Required kmp packges FOR EACH installed/to_be_installed kernel will be installed.
8609   New dependency "packageand(foo:bar)" which provides an AND dependency by
8610   injecting a supplement/freshen.
8611   e.G. package novell-cluster-services-kmp-smp
8612   supplements: packageand(kernel-smp:novell-cluster-services-kmp)
8613   Bug 255011
8614 - Dont check for architecture changes in atoms (#266178)
8615 - Revision 5720
8616
8617 -------------------------------------------------------------------
8618 Wed May 23 17:03:29 CEST 2007 - ma@suse.de
8619
8620 - Fixed package-manager script (#275847)
8621 - revision 5614
8622
8623 -------------------------------------------------------------------
8624 Wed May 23 13:32:02 CEST 2007 - schubi@suse.de
8625
8626 - fixed cmake
8627 - version 3.2.2
8628
8629 -------------------------------------------------------------------
8630 Wed May 23 11:25:55 CEST 2007 - schubi@suse.de
8631
8632 - Reduced logging in order to speedup solving Bug 275100
8633 - revision 5603
8634 - version 3.2.1
8635
8636 -------------------------------------------------------------------
8637 Tue May 15 14:03:34 CEST 2007 - ma@suse.de
8638
8639 - Fix excess calls to releaseFile. (#274357)
8640 - revision 5545
8641
8642 -------------------------------------------------------------------
8643 Wed May  9 18:44:20 CEST 2007 - dmacvicar@suse.de
8644
8645 - Fix importing keys into rpm. (#270125)
8646 - r5527
8647
8648 -------------------------------------------------------------------
8649 Wed Apr 18 14:56:17 CEST 2007 - ma@suse.de
8650
8651 - Support filesystem dependencies to add needed filesystem RPMs
8652   automatically (Fate 301966).
8653 - revision 5404
8654 - version 3.2.0
8655
8656 -------------------------------------------------------------------
8657 Mon Apr 16 11:23:15 CEST 2007 - jkupec@suse.cz
8658
8659 - avoiding attaching media where not needed (#263207)
8660 - r5381
8661
8662 -------------------------------------------------------------------
8663 Fri Apr 13 17:32:55 CEST 2007 - dmacvicar@suse.de
8664
8665 - fix FileCap with attributes
8666 - r5376
8667
8668 -------------------------------------------------------------------
8669 Thu Apr 12 02:33:18 CEST 2007 - ma@suse.de
8670
8671 - Fixed computation of install order. Take requirements of
8672   an installed packages uninstall scripts into account, if
8673   the package is updated. (#258682)
8674 - revision 5349
8675 - version 3.1.1
8676 -------------------------------------------------------------------
8677 Wed Apr 11 15:24:01 CEST 2007 - ma@suse.de
8678
8679 - Parse and provide package keywords. (Fate 120368)
8680 - revision 5338
8681 - version 3.1.0
8682
8683 -------------------------------------------------------------------
8684 Thu Apr  5 15:50:15 CEST 2007 - schubi@suse.de
8685
8686 - Upgrade: Do NOT delete packages which have unresolved dependencies -->
8687   Ask the user. Bug 258322
8688 - revision 5305
8689 - version 3.0.3
8690
8691 -------------------------------------------------------------------
8692 Wed Apr  4 19:39:12 CEST 2007 - ma@suse.de
8693
8694 - Fix restoring of Sources id root prefix is used. (#238165)
8695 - revision 5299
8696 - version 3.0.2
8697
8698 -------------------------------------------------------------------
8699 Wed Apr  4 15:33:54 CEST 2007 - jkupec@suse.cz
8700
8701 - MediaManager::attachDesiredMedia() added to support multiple
8702   (CD/DVD) drives (fate #3974)
8703 - r5296
8704
8705 -------------------------------------------------------------------
8706 Wed Mar 14 14:33:26 CET 2007 - schubi@suse.de
8707
8708 - If there is no valid solver result and NOT all resolvables ( other
8709   architecture) has been regarded, let the user decide making a new
8710   solver run with ALL available resolvables. Bug 223440
8711 - reducing logging (error -> debug)  bug 252921
8712 - Revision 5219
8713
8714 -------------------------------------------------------------------
8715 Fri Mar  9 00:08:38 CET 2007 - ma@suse.de
8716
8717 - Allow configuration of trusted vendors via
8718   /var/lib/zypp/db/trustedVendors. (#186636)
8719 - revision 5194
8720 - version 3.0.1
8721
8722 -------------------------------------------------------------------
8723 Wed Mar  7 15:20:29 CET 2007 - dmacvicar@suse.de
8724
8725 - libzypp-devel -> libzypp requirement is not versioned
8726   (#251086)
8727 - r5181
8728
8729 -------------------------------------------------------------------
8730 Tue Mar  6 17:25:49 CET 2007 - schubi@suse.de
8731
8732 - Using already existing valid solver results for further solver runs.
8733   (partiell solving)
8734 - r5169
8735
8736 -------------------------------------------------------------------
8737 Fri Mar  2 16:11:16 CET 2007 - dmacvicar@suse.de
8738
8739 - fix link order
8740 - r5165
8741
8742 -------------------------------------------------------------------
8743 Tue Feb 27 15:50:39 CET 2007 - dmacvicar@suse.de
8744
8745 - merging from 10.2 / SP1
8746 - #247459 ftp probing
8747   denied == dont exists in ftp
8748 - r5124
8749
8750 -------------------------------------------------------------------
8751 Tue Feb 27 15:35:06 CET 2007 - schubi@suse.de
8752
8753 - Merging solver related stuff from SuSE-Linux-10_2-Branch ( till r5111):
8754 - Simultaneouqusly establishing of items which are conflicting eachother is
8755   useless. So only one will be established. Fixed in QueueItemInstall.cc
8756   Bug 243595
8757 - Added new upgrade options to fine tune version and patch handling.
8758   (F301990)
8759 - The context of establishPool will be stored in Resolver and will be
8760   regarded for the next solver run everytime. So it will be not reset by
8761   any solver run anymore.
8762   bug 191810 ( A broken patch will not be installed again)
8763
8764 -------------------------------------------------------------------
8765 Fri Feb 23 17:40:23 CET 2007 - jkupec@suse.cz
8766
8767 - adding sotf,timeo=X nfs mount options by default (#235211)
8768 - r5093
8769
8770 -------------------------------------------------------------------
8771 Fri Feb 23 14:16:19 CET 2007 - jkupec@suse.cz
8772
8773 - support for HTTP authentication prompt added (#190609)
8774 - fixed problem with empty path in URL
8775   in MediaCurl::doGetFileCopy()
8776 - r5085
8777
8778 -------------------------------------------------------------------
8779 Mon Feb 12 15:28:08 CET 2007 - jkupec@suse.cz
8780
8781 - Merged revisions 4926-4993,4995,4998-5006 via svnmerge from
8782   SuSE-Linux-10_2-Branch
8783
8784 - verifySystem: Regarding patterns too. Bug 239750 (schubi)
8785 - verifySystem: The result will be set to APPL_HIGH, so it will be not
8786   reset by a second "normal" solver run. #239281 (schubi)
8787 - yast2 reports invalid URL as 'unknown source type'
8788   (#209961) (dmacvicar)
8789 - Added freshen language dependency in supplemements too if there is no
8790   entry in supplements.
8791   #240617;IPA fonts are not installed even if select Japanese
8792   language (schubi)
8793 - Setting allowed authentication methods to "basic,digest" if none
8794   provided in URL (#243006) (jkupec)
8795 - Stopping after 50 valid solver results. Anymore would be useless. Bug
8796   243595 (schubi)
8797 - r 5007
8798
8799 -------------------------------------------------------------------
8800 Mon Feb 12 10:37:02 CET 2007 - mvidner@suse.cz
8801
8802 - package-manager: use a generic su script from XDG (#235303, #244442)
8803
8804 -------------------------------------------------------------------
8805 Fri Feb  9 15:21:55 CET 2007 - jkupec@suse.cz
8806
8807 - Setting allowed authentication methods to "basic,digest" if none
8808   provided in URL (#243006)
8809 - fixed gettext and rpath problems in configure.ac and Makefile.cvs
8810   (mvidner)
8811 - r4999
8812
8813 -------------------------------------------------------------------
8814 Wed Feb  7 15:52:29 CET 2007 - jkupec@suse.cz
8815
8816 - MediaCurlException::dumpOn() adjusted for ncurses dialogue
8817   (#222602)
8818 - 4984
8819
8820 -------------------------------------------------------------------
8821 Mon Jan 29 13:10:37 CET 2007 - dmacvicar@suse.de
8822
8823 - Merged revisions 4907-4926 from SuSE-Linux-10_2-Branch
8824
8825 - update packages: changing architecture is only valid while an
8826   system update and NOT while an update via a patch. Last fix does
8827   not fit for every case.
8828   Bug 230685
8829 - Patch has selected not the concerning package for update but
8830   a package which has provided the required dependencies too.
8831   Algorithmus: If there are exactly two providers which differ in architecture
8832                prefer the better arch.
8833   Fix: Regarding NVRA too. ( only if equal )
8834   Bug 238284
8835 - Download only English and Local translation
8836   (#208457)
8837 - Added solver parameter:
8838    tryAllPossibilities: regarding every solver branch ( not only
8839                         branches with e.G. best architectures
8840    preferHighestVersion: Prefer solver results which have a higher
8841                          version number.
8842   Bug #238087
8843 - update packages: changing architecture is only valid while an
8844   system update and NOT while an update via a patch.
8845   Bug 230685 - x86_64 MozillaFirefox binaries in security update
8846   repository
8847   Fix of version 2.11.2 has not worked if the first founded item
8848   had had another architecture.
8849 - r4927
8850
8851 -------------------------------------------------------------------
8852 Wed Jan 24 14:50:33 CET 2007 - lslezak@suse.cz
8853
8854 - added ZYpp::getPartitions() - return the partitinoning
8855
8856 -------------------------------------------------------------------
8857 Wed Jan 24 14:20:28 CET 2007 - dmacvicar@suse.de
8858
8859 - Merged revisions 4705-4906 via svnmerge from SuSE-Linux-10_2-Branch
8860 - Corrupt download cannot be skipped
8861   (#217425 and #224216)
8862 - Enable package read ahead/caching in commit per default to reduce
8863   interactive media changes. If the environment variable
8864   ZYPP_COMMIT_NO_PACKAGE_CACHE is set, caching will be disabled. (F100182)
8865 - added parameter not to reset resolver results while calling
8866   freshen pool Bug: 235761
8867 - Prepare package read ahead/caching of packages in commit. Adatped the
8868   workflow. Caching details are now hidden inside CommitPackageCache.
8869   The current implementation still performs no read ahead. (for F100182)
8870 - Skip invalid or broken rpm database entries. (#231211)
8871 - verifySystem: check if the solution is valid after calling freshenPool()
8872   Bug: 235761
8873 - Added own call for Resolver::verifySystem with additional
8874   hardware/language check in order to keep binary compatibility
8875   Fate #301224
8876 - Rpm requires additional quoting of special chars in filenames.
8877   (#233967)
8878 - Resolver::verifySystem checks for new hardware now by calling
8879   freshenPool. This is configureable. Fate #301224
8880 - merged texts from proofread
8881 - Don't consider patch/delta rpms if package architecture changes.
8882   (#231254)
8883 - update packages: changing architecture is only valid while an
8884   system update and NOT while an update via a patch.
8885   Bug 230685 - x86_64 MozillaFirefox binaries in security update repository
8886 - verifySystem: Do only regard items which will be on the system after the
8887   commit. Fate 301178
8888 - feature #301369
8889   Import listed GPG Keys from an trusted installation source
8890 - fix return call in new xml parser
8891 - Enable system resolvables in Helix parser (Revision 4787)
8892 - deptestomatic:
8893   Resetting transaction with the correct call;
8894   bugfix; Added kind in keep state (Revision 4788)
8895 - Wrong behaviour in soft install/uninstall. --> Setting Transact with
8896   soft (Revision 4789)
8897 - New call added: maySetToBeUninstalledSoft (Revision 4789)
8898   Both are only functions for the solver (Revision 4789)
8899 - Resetting "by causer" in order to distinguish from state
8900   "keep by user". ( function setLock in order to remove lock)
8901   (Revision 4789)
8902 - Better fix for Bug 217574: Checking if the resolveable CAN be deleted soft
8903   in QueueItemUninstall.cc (Revision 4790)
8904 - Regarding "keep state by user". So avoiding "reselecting" by
8905   other requirements.
8906   Give a corresponding problem solution if a resolvable satisfy
8907   a dependency, but has been set to keep by the user.
8908   Bug : 222531 (Revision 4791)
8909 - Allow to disable autoprotection of foreign vendor items. Required
8910   in zmd-backend. (F301735).
8911 - use sqlite-zmd if using > 10.2 in spec. Use the one available
8912   durin compile.
8913 - Item could has already been selected to soft uninstall (e.G. remove
8914   pattern which recommend this item ). Do not throw an exception anymore.
8915   bug#225278
8916 - Added syscontent::Reader: Parse serialized set of ResObjects.
8917   (for F300729)
8918 - If there has already been selected another item by the solver (e.g. from
8919   another source) we will take thatone in order to avoid parallel
8920   installation and there concerning error messages.
8921   Bug 224698
8922 - In order to handle conflicting resolvable we try to update the
8923   conflicting item. While evaluating these canditates an already selected
8924   candidate will not be regarded. So it could be that an older package
8925   will be selected for update although a newer has already been selected. Revision 4765
8926 - Conflicting items: The resolvable will be obsoleted by another. So it is useless finding an
8927   update candidate and evaluate additional branches.
8928 - r4907
8929
8930 -------------------------------------------------------------------
8931 Mon Dec  4 15:38:12 CET 2006 - mt@suse.de
8932
8933 - Improved realpath() wrapper in media handler class (#222521).
8934 - revision 4758
8935
8936 -------------------------------------------------------------------
8937 Thu Nov 30 09:15:20 CET 2006 - ma@suse.de
8938
8939 - version 3.0.0 (2.x.x now in SuSE-Linux-10_2-Branch)
8940 - revision 4713
8941
8942 -------------------------------------------------------------------
8943 Wed Nov 29 19:20:24 CET 2006 - dmacvicar@suse.de
8944
8945 - use sqlite-zmd package for the non yet shipped zypp2/ stuff
8946   because backend uses this sqlite and it is no fun to
8947   install one and the other to develop (as the -devel packages)
8948   conflict.
8949 - add cmake support for building zypp/ lib.
8950   TODO: soinfo, compile testcases, devel, zypp2,docs
8951   find rpm, curl and others.
8952 - dont serialize interactive, as it is
8953   calculated now.
8954   (it was already fixed as we don't reimplement
8955   the method, but we still serialized, parsed)
8956 - r4709
8957
8958 -------------------------------------------------------------------
8959 Tue Nov 28 22:40:12 CET 2006 - ma@suse.de
8960
8961 - fixed Patch::interactive to return true as well, if the patch
8962   itself has a licence. (#224192)
8963 - revision 4702
8964 - version 2.9.2
8965
8966 -------------------------------------------------------------------
8967 Tue Nov 28 16:36:56 CET 2006 - mt@suse.de
8968
8969 - Added search for /sbin/vol_id tool - that is in /lib/udev/vol_id
8970   on the installation image (#213852).
8971 - revision 4700
8972
8973 -------------------------------------------------------------------
8974 Tue Nov 28 11:44:52 CET 2006 - schubi@suse.de
8975
8976 - Avoid duplicate pool entries; Bug 223750; second part of the fix
8977 - r4698
8978 - Version 2.9.1
8979
8980 -------------------------------------------------------------------
8981 Mon Nov 27 18:29:58 CET 2006 - schubi@suse.de
8982
8983 - Pool has multi instances of an item in the pool. Reduced this error
8984   to items which are identically at least. #217574 and #223750
8985 - r4695
8986
8987 -------------------------------------------------------------------
8988 Mon Nov 27 17:37:44 CET 2006 - dmacvicar@suse.de
8989
8990 - replace spaces to underscores in product names
8991 - 2.8.7
8992 - r4688
8993
8994 -------------------------------------------------------------------
8995 Mon Nov 27 16:54:03 CET 2006 - dmacvicar@suse.de
8996
8997 - Mark some strings for translation (#219783 need it)
8998 - r4682
8999
9000 -------------------------------------------------------------------
9001 Mon Nov 27 16:17:07 CET 2006 - mt@suse.de
9002
9003 - Added translations marks to hal, url and mutex exceptions (#23771)
9004 - revision 4680
9005
9006 -------------------------------------------------------------------
9007 Wed Nov 22 19:24:57 CET 2006 - dmacvicar@suse.de
9008
9009 - don't make libzypp-devel depend on sqlite-devel as
9010   headers from zypp2 are not installed yet
9011 - r4663
9012
9013 -------------------------------------------------------------------
9014 Wed Nov 22 15:23:55 CET 2006 - ma@suse.de
9015
9016 - Return an error if fork failed. (#204807)
9017 - Make Script execution abortable by user request. (#212949, F100233)
9018 - revision 4660
9019 - version 2.8.6
9020
9021 -------------------------------------------------------------------
9022 Tue Nov 21 16:25:03 CET 2006 - mvidner@suse.cz
9023
9024 - Added package-manager wrapper script, with icon and .desktop (#222757).
9025   (Used by gnome-main-menu)
9026 - version 2.8.5
9027 - r4640
9028
9029 -------------------------------------------------------------------
9030 Tue Nov 21 13:11:06 CET 2006 - mt@suse.de
9031
9032 - Fixed target/hal - one more dbus_connection_close found (#216035)
9033 - revision 4636
9034 - version 2.8.4
9035
9036 -------------------------------------------------------------------
9037 Mon Nov 20 14:15:38 CET 2006 - schubi@suse.de
9038
9039 - translation added
9040   rev 4630
9041   version 2.8.3
9042
9043 -------------------------------------------------------------------
9044 Mon Nov 20 11:02:04 CET 2006 - ma@suse.de
9045
9046 - Process obsoletes when installing non-package objects. (#217352)
9047 - revision 4621
9048 - version 2.8.2
9049
9050 -------------------------------------------------------------------
9051 Fri Nov 17 16:57:39 CET 2006 - mt@suse.de
9052
9053 - Implemented volume device check using /sbin/vol_id (#213852).
9054 - Revision 4619
9055
9056 -------------------------------------------------------------------
9057 Fri Nov 17 15:53:58 CET 2006 - schubi@suse.de
9058
9059 - new translation added
9060
9061 -------------------------------------------------------------------
9062 Fri Nov 17 12:42:04 CET 2006 - mt@suse.de
9063
9064 - Implemented an reuse of already existing foreign CD/DVD mount points
9065   (e.g. automounted) - depends on REUSE_FOREIGN_MOUNTS flag (#220206).
9066 - Added a fallback check of the volume.mount_point HAL property to
9067   isAutoMountedMedia(); info.hal_mount.created_mount_point seems
9068   to be not avaliable in newer HAL versions (on 10.2).
9069 - Revision 4615
9070 - Version 2.8.1
9071
9072 -------------------------------------------------------------------
9073 Thu Nov 16 23:39:15 CET 2006 - ma@suse.de
9074
9075 - removed unused methods from Patch and PatchImplIf. Provided
9076   reasonable default implementation for Patch::interactive.
9077   (#221476).
9078 - revision 4610
9079 - Version 2.8.0
9080
9081 -------------------------------------------------------------------
9082 Thu Nov 16 15:32:04 CET 2006 - dmacvicar@suse.de
9083
9084 - Handle media eject failures (#216545)
9085 - r4606
9086
9087 -------------------------------------------------------------------
9088 Wed Nov 15 22:41:51 CET 2006 - ma@suse.de
9089
9090 - Reimplemented RpmDb::checkPackage using librpm API instead
9091   of parsing "rpm --checksig" output. (#163202)
9092 - Version 2.7.4
9093 - revision 4600
9094
9095 -------------------------------------------------------------------
9096 Wed Nov 15 15:39:26 CET 2006 - schubi@suse.de
9097
9098 - NEW behaviour of the solver:
9099   Obsolete virtual provides. E.G.:
9100
9101   Installed:
9102   -----------
9103   Name:           test-1.0-0
9104
9105   Name:           moretest-1.0-0
9106   Provides:       test
9107
9108   To be installed
9109   ------------------
9110   Name:           nomoretest-1.0-0
9111   Obsoletes:      test
9112
9113   Result
9114   --------
9115   test-1.0-0 AND  moretest-1.0-0 will be deleted. In former versions only
9116   test-1.0-0 had been deleted. Bug 220999
9117
9118 - Translations added
9119
9120 Version 2.7.3
9121 rev 4593
9122
9123 -------------------------------------------------------------------
9124 Tue Nov 14 16:32:49 CET 2006 - schubi@suse.de
9125
9126 - Bugfix in generating solver testcases:
9127    - added kind of capabilities in description file
9128    - removed unneded channel from uninstall in command file
9129
9130 -------------------------------------------------------------------
9131 Mon Nov 13 18:35:01 CET 2006 - mt@suse.de
9132
9133 - Try to call /bin/eject utility if the eject-ioctl fails.
9134 - r4568
9135
9136 -------------------------------------------------------------------
9137 Mon Nov 13 17:00:51 CET 2006 - dmacvicar@suse.de
9138
9139 - ignore empty capabilities
9140 - r4565
9141
9142 -------------------------------------------------------------------
9143 Fri Nov 10 17:52:10 CET 2006 - dmacvicar@suse.de
9144
9145 - make progress strings translatable (#219783)
9146 - r4556
9147
9148 -------------------------------------------------------------------
9149 Tue Nov  7 16:40:28 CET 2006 - schubi@suse.de
9150
9151 -  While deleting a selection all concerning recommended
9152    packages will be deleted too.
9153    BUT those packages should not be deleted which have been
9154    set to KEEP by the user. bug 217574
9155    rev 4526
9156    VERSION: 2.7.2
9157
9158 -------------------------------------------------------------------
9159 Tue Nov  7 13:12:49 CET 2006 - schubi@suse.de
9160
9161 - Makefile in zypp2 fixed
9162   Revision 4520
9163
9164 -------------------------------------------------------------------
9165 Tue Nov  7 11:38:10 CET 2006 - schubi@suse.de
9166
9167 - Translations added
9168   Revision 4514
9169   VERSION: 2.7.1
9170
9171 -------------------------------------------------------------------
9172 Mon Nov  6 12:32:22 CET 2006 - dmacvicar@suse.de
9173
9174 - Make the parser more strict, rejecting broken sources
9175   but showing the error line.
9176   Last fix making the parser relax would break multitag
9177   descriptions with empty lines, now we check dependencies
9178   at a higher level. (reference #160607)
9179 - r4501
9180
9181 -------------------------------------------------------------------
9182 Fri Nov  3 11:04:19 CET 2006 - schubi@suse.de
9183
9184 - New problem solution added: Unlock ALL resovables in order to speed up
9185   problem solution. Bug 206453
9186
9187 -------------------------------------------------------------------
9188 Fri Nov  3 10:29:08 CET 2006 - schubi@suse.de
9189
9190 - Translations added
9191
9192 -------------------------------------------------------------------
9193 Thu Nov  2 17:15:19 CET 2006 - mt@suse.de
9194
9195 - Fixed target/hal - removed dbus_connection_close calls, because
9196   the connections are shared; unref the ref-counted handle only.
9197   (#216035)
9198 - r4442
9199
9200 -------------------------------------------------------------------
9201 Thu Nov  2 16:18:27 CET 2006 - dmacvicar@suse.de
9202
9203 - skipping unreachable packages won't work
9204   (#215445)
9205 - r4468
9206
9207 -------------------------------------------------------------------
9208 Wed Oct 25 19:04:51 CEST 2006 - dmacvicar@suse.de
9209
9210 - (#213793) Target store fails to recreate stored install-time (other
9211   Date and ByteCount values as well)
9212
9213 - skip comments and blank lines in multilists
9214   fixes (#214877) - zen-updater is not installed by default
9215
9216 - Automatically fix broken products when reading
9217   the product database.
9218   still pending: honour the read-only flag
9219   Changes to make this possible include
9220   using read_dir instead of boost directory
9221   iterator.
9222
9223 -------------------------------------------------------------------
9224 Wed Oct 25 17:09:06 CEST 2006 - schubi@suse.de
9225
9226 - added new class for generating solver testcases:
9227   Testcase
9228
9229 -------------------------------------------------------------------
9230 Wed Oct 25 15:40:44 CEST 2006 - ma@suse.de
9231
9232 - Finalized ui::PatternContents. (F301229)
9233 - version 2.7.0
9234 - revision 4413
9235
9236 -------------------------------------------------------------------
9237 Wed Oct 25 08:21:52 CEST 2006 - mvidner@suse.cz
9238
9239 - Moved zypper and zypp-checkpatches(-wrapper) to zypper.rpm
9240 - version 2.6.0
9241
9242 -------------------------------------------------------------------
9243 Tue Oct 24 14:33:16 CEST 2006 - ma@suse.de
9244
9245 - Added ui::PatternContents: Helper class that will compute a patterns
9246   expanded install_packages set. (UI interface for F301229)
9247 - revision 4387
9248
9249 -------------------------------------------------------------------
9250 Tue Oct 24 09:06:24 CEST 2006 - mvidner@suse.cz
9251
9252 - removed the last reference to /usr/lib64 to fix the build
9253
9254 -------------------------------------------------------------------
9255 Mon Oct 23 17:44:42 CEST 2006 - mvidner@suse.cz
9256
9257 - added "zypper info" (jkupec)
9258 - version 2.5.2
9259
9260 -------------------------------------------------------------------
9261 Mon Oct 23 11:28:01 CEST 2006 - dmacvicar@suse.de
9262
9263 - fix rpm db timestamp
9264 - add extra urls and optional urls to product API
9265 - r4378
9266
9267 -------------------------------------------------------------------
9268 Fri Oct 20 16:55:44 CEST 2006 - mvidner@suse.cz
9269
9270 - zypper: nicer progress reports, with or without --verbose.
9271
9272 -------------------------------------------------------------------
9273 Fri Oct 20 16:25:50 CEST 2006 - ma@suse.de
9274
9275 - Fixed reloading of target data after commit. Broken since
9276   rev 3880.
9277 - version 2.5.1
9278 - revision 4365
9279
9280 -------------------------------------------------------------------
9281 Fri Oct 20 16:22:09 CEST 2006 - dmacvicar@suse.de
9282
9283 - put query-pool in /usr/lib/zypp and not lib64
9284 - r4363
9285
9286 -------------------------------------------------------------------
9287 Fri Oct 20 12:16:06 CEST 2006 - dmacvicar@suse.de
9288
9289 - revert keyring changes, causes endless loop (obvious)
9290 - add dist-product information, adapt store
9291 - version 2.5.0
9292 - r4355
9293
9294 -------------------------------------------------------------------
9295 Fri Oct 20 11:04:26 CEST 2006 - ma@suse.de
9296
9297 - zypp-query-pool: For products show additionally distributionName
9298   and distributionEdition. (required by #205392)
9299 - revision 4349
9300
9301 -------------------------------------------------------------------
9302 Fri Oct 20 00:13:49 CEST 2006 - ma@suse.de
9303
9304 - Add accessor for Product distributionName and distributionEdition.
9305   (required by #205392)
9306 - revision 4347
9307
9308 -------------------------------------------------------------------
9309 Thu Oct 19 18:40:36 CEST 2006 - dmacvicar@suse.de
9310
9311 - added test case for KeyRing
9312 - fire trustedKeyAdded in all calls to import trusted key
9313   not only in signature check workflow.
9314 - r4342
9315
9316 -------------------------------------------------------------------
9317 Thu Oct 19 18:27:02 CEST 2006 - mvidner@suse.cz
9318
9319 - zypper update: implemented minimal version (patches only)
9320 - zypper list-updates: changed default type from package to patch,
9321   consider patches affecting the package manager separately
9322
9323 -------------------------------------------------------------------
9324 Thu Oct 19 14:09:33 CEST 2006 - dmacvicar@suse.de
9325
9326 - version 2.4.1
9327 - r4338
9328
9329 -------------------------------------------------------------------
9330 Thu Oct 19 14:05:18 CEST 2006 - dmacvicar@suse.de
9331
9332 - add zypp-query-pool, so registration doesn't depend on
9333   libzypp-zmd-backend being installed. Will remove from
9334   backend when suseregister gets updated.
9335
9336 -------------------------------------------------------------------
9337 Thu Oct 19 12:31:08 CEST 2006 - schwab@suse.de
9338
9339 - Make sure config.rpath is present.
9340
9341 -------------------------------------------------------------------
9342 Wed Oct 18 21:40:25 CEST 2006 - mvidner@suse.cz
9343
9344 - zypper search: fixed uninitialized members that made all searches
9345   exact and case sensitve
9346
9347 -------------------------------------------------------------------
9348 Wed Oct 18 13:13:16 CEST 2006 - dmacvicar@suse.de
9349
9350 - zypp-checkpatches, write in the right file
9351 - r4328
9352
9353 -------------------------------------------------------------------
9354 Wed Oct 18 12:45:49 CEST 2006 - schubi@suse.de
9355
9356 - Install resolvables although they are unneeded
9357   if they have NOT the kind patch/atoms
9358   Bug 210538 - freshens/supplements does not work with patterns
9359 - r4326
9360
9361 -------------------------------------------------------------------
9362 Tue Oct 17 19:17:39 CEST 2006 - mvidner@suse.cz
9363
9364 - zypper service-add -r http://example.org/foo.repo (F#300641).
9365
9366 -------------------------------------------------------------------
9367 Tue Oct 17 18:29:34 CEST 2006 - dmacvicar@suse.de
9368
9369 - zypp-checkpatches:
9370   save version of the generated xml to
9371   regenerate it if it changes.
9372   save a random token in case of error to
9373   force recreating xml file
9374 - r4321
9375
9376 -------------------------------------------------------------------
9377 Tue Oct 17 13:49:53 CEST 2006 - dmacvicar@suse.de
9378
9379 - remove permissions for zypp checkpatches from spec
9380 - r4318
9381
9382 -------------------------------------------------------------------
9383 Tue Oct 17 12:36:57 CEST 2006 - dmacvicar@suse.de
9384
9385 - registration fails because of wrong product data
9386   (#205392)
9387   use DISTPRODUCT,DISTVERSION to create the product
9388   resolvable. have this resolvable provide
9389   PRODUCT = VERSION
9390 - r4312
9391
9392 -------------------------------------------------------------------
9393 Mon Oct 16 18:05:56 CEST 2006 - mvidner@suse.cz
9394
9395 - zypper service-add -r ./foo.repo (F#300641).
9396
9397 -------------------------------------------------------------------
9398 Mon Oct 16 15:02:00 CEST 2006 - jkupec@suse.cz
9399
9400 - zypper: added case-sensitive search, search in descriptions and
9401   summaries, search by resolvable type, substring and word
9402   matching, support for wildcards
9403 - Revision 4303
9404
9405 -------------------------------------------------------------------
9406 Mon Oct 16 13:27:50 CEST 2006 - mvidner@suse.cz
9407
9408 - Prevent the user from sending signals to zypp-checkpatches-wrapper
9409   (#211286).
9410
9411 -------------------------------------------------------------------
9412 Mon Oct 16 12:57:56 CEST 2006 - schubi@suse.de
9413
9414 - Dont incomplete an uninstalled resolvable, even not when establishing.
9415   Incomplete only makes sense for installed resolvables (when they have broken
9416   deps), for patches (because they are needed) and for atoms (because they are
9417   used during patch calculation)
9418   Bug 198379
9419
9420 - Do not branch for packages with the same NVE but different architectures.
9421   Take the best architecture.
9422
9423 -------------------------------------------------------------------
9424 Fri Oct 13 16:51:43 CEST 2006 - dmacvicar@suse.de
9425
9426 - implement rename source in sourcemanager
9427 - r4286
9428
9429 -------------------------------------------------------------------
9430 Fri Oct 13 14:32:44 CEST 2006 - dmacvicar@suse.de
9431
9432 - YaST sources: set alias to product summary if empty
9433 - show alias on logs.
9434 - r4281
9435
9436 -------------------------------------------------------------------
9437 Thu Oct 12 16:40:29 CEST 2006 - dmacvicar@suse.de
9438
9439 - version 2.4.0 (bin incompat due to callback fixes)
9440 - r4272
9441
9442 -------------------------------------------------------------------
9443 Thu Oct 12 16:30:55 CEST 2006 - ma@suse.de
9444
9445 - Provide additional solver status information to the UI.
9446   (#162164,F301272)
9447 - Fixed UI satus computation in presence of multiple available
9448   candidates.
9449 - revision 4264
9450 - version 2.3.1
9451
9452 -------------------------------------------------------------------
9453 Thu Oct 12 15:45:12 CEST 2006 - dmacvicar@suse.de
9454
9455 - remove const in MediaChangeReport requestMedia that
9456   broke cd changing.
9457 - r4262
9458
9459 -------------------------------------------------------------------
9460 Wed Oct 11 08:35:48 CEST 2006 - mvidner@suse.cz
9461
9462 - zypper: added search (jkupec)
9463 - removed the suid bit from zypp-checkpatches-wrapper so that the
9464   build passes until permissions.rpm is updated (~#211286).
9465 - r4253
9466
9467 -------------------------------------------------------------------
9468 Tue Oct 10 16:03:40 CEST 2006 - dmacvicar@suse.de
9469
9470 - Log microseconds if ZYPP_PROFILING env var is enabled.
9471 - r4252
9472
9473 -------------------------------------------------------------------
9474 Mon Oct  9 18:15:19 CEST 2006 - dmacvicar@suse.de
9475
9476 - YaST sources:
9477   Factory cannot be set with 'refresh' enabled
9478   (#204957)
9479 - get rid of some const bool signatures in Source classes
9480 - r4247
9481
9482 -------------------------------------------------------------------
9483 Mon Oct  9 15:11:16 CEST 2006 - mvidner@suse.cz
9484
9485 - Added zypp-checkpatches and a suid-root zypp-checkpatches-wrapper.
9486
9487 -------------------------------------------------------------------
9488 Fri Oct  6 13:23:32 CEST 2006 - schubi@suse.de
9489
9490 - select the best solution: prefering the total amount of install/update
9491   packages BEFORE source preferences. Bug 208784
9492
9493 -------------------------------------------------------------------
9494 Fri Oct  6 11:55:11 CEST 2006 - dmacvicar@suse.de
9495
9496 - Introduce a method to see if a source supports a
9497   kind of resolvable at that time, so we can
9498   init a YUM source like factory but avoid parsing
9499   it if it contains no patches.
9500 - add TODO
9501 - zypp-checkpatches xml output
9502 - r4235
9503
9504 -------------------------------------------------------------------
9505 Mon Oct  2 16:34:03 CEST 2006 - mvidner@suse.cz
9506
9507 - added a CLI preview: zypper
9508 - revision 4214
9509 - version 2.2.3
9510
9511 -------------------------------------------------------------------
9512 Mon Oct  2 15:11:26 CEST 2006 - dmacvicar@suse.de
9513
9514 - FATE #100165:
9515   Make Content File Aware of Different Architectures
9516   expand %a in release notes with architecture
9517
9518 -------------------------------------------------------------------
9519 Fri Sep 29 16:10:46 CEST 2006 - ma@suse.de
9520
9521 - Extended pattern parser to support includes/extends tags as hint
9522   for the IO. (F301229)
9523 - revision 4199
9524 - version 2.2.2
9525
9526 -------------------------------------------------------------------
9527 Fri Sep 29 00:31:33 CEST 2006 - ma@suse.de
9528
9529 - Enabled sending of ScriptResolvableReport.
9530 - Changed ScriptResolvableReport::start to send local path
9531   of script to be executed.
9532 - revision 4190
9533 - version 2.2.1
9534
9535 -------------------------------------------------------------------
9536 Wed Sep 27 14:14:33 CEST 2006 - ma@suse.de
9537
9538 - Added ScriptResolvableReport. Callbacks triggered on script
9539   execution during commit. (F100233)
9540 - revision 4187
9541 - version 2.2.0
9542
9543 -------------------------------------------------------------------
9544 Mon Sep 25 13:52:55 CEST 2006 - mvidner@suse.cz
9545
9546 - fix: Url::getRegisteredSchemes() would always return nothing
9547
9548 -------------------------------------------------------------------
9549 Fri Sep 22 15:34:11 CEST 2006 - jkupec@suse.cz
9550
9551 - Made the build dependency on gettext-devel explicit
9552
9553 -------------------------------------------------------------------
9554 Tue Sep 19 10:59:24 CEST 2006 - jsrain@suse.cz
9555
9556 - adapted multi-media YUM sources according to official YUM
9557   specification (F300743)
9558
9559 -------------------------------------------------------------------
9560 Mon Sep 18 17:42:26 CEST 2006 - lslezak@suse.cz
9561
9562 - use RPM_OPT_FLAGS (meissner@suse.de)
9563
9564 -------------------------------------------------------------------
9565 Mon Sep 18 15:19:53 CEST 2006 - lslezak@suse.cz
9566
9567 - SourceFactory::createFrom() - don't loose url,...
9568 - r4160
9569
9570 -------------------------------------------------------------------
9571 Mon Sep 18 12:00:46 CEST 2006 - kkaempf@suse.de
9572
9573 - reduce logging in ResolvableImpl.cc
9574 - rev 4157
9575
9576 -------------------------------------------------------------------
9577 Thu Sep 14 15:59:47 CEST 2006 - schubi@suse.de
9578
9579 - Replaced requirementIsMet by requirementIsInstalledOrUnneeded
9580   in QueueItemInstall and QueueItemRequire
9581   Bug 192535/204913
9582   removed fix:Thu Sep  7 18:31:46 CEST 2006 - schubi@suse.de
9583
9584 -------------------------------------------------------------------
9585 Thu Sep 14 12:44:53 CEST 2006 - lslezak@suse.cz
9586
9587 - fixed SourceFactory::createFrom() - don't loose alias,
9588   cachedir,... parameters
9589
9590 -------------------------------------------------------------------
9591 Thu Sep 14 10:21:02 CEST 2006 - mvidner@suse.cz
9592
9593 - Use RPM Enhances only if detected at configure time, to allow
9594   compilation with older rpm.
9595 - callback params: use const string & instead of string (dmacvicar)
9596
9597 -------------------------------------------------------------------
9598 Thu Sep  7 18:31:46 CEST 2006 - schubi@suse.de
9599
9600 - Do not regarding SATISFIED (regarding UNNEEDED) in isPresent if it is
9601   a package/script/message
9602   Bug: 192535
9603
9604 -------------------------------------------------------------------
9605 Thu Sep  7 16:19:36 CEST 2006 - dmacvicar@suse.de
9606
9607 - add Source_Ref::checksum() which in combination with
9608   timestamp can give an idea of a source change.
9609 - r4106
9610
9611 -------------------------------------------------------------------
9612 Thu Sep  7 14:32:38 CEST 2006 - mvidner@suse.cz
9613
9614 - Implemented fgzstreambuf::compressed_tell and fXstream::getbuf to
9615   enable progress reporting on compressed streams.
9616
9617 -------------------------------------------------------------------
9618 Wed Sep  6 18:31:20 CEST 2006 - dmacvicar@suse.de
9619
9620 - better error propagation
9621 - r4096
9622
9623 -------------------------------------------------------------------
9624 Tue Sep  5 19:22:56 CEST 2006 - mt@suse.de
9625
9626 - Removed libblkid dependency - the workaround using libblkid to
9627   check filesystem on XEN vbd mapped devices is obsolete, because
9628   the info is avaliable via /dev/disk/by-label link now. (#197107)
9629 - revision 4087
9630
9631 -------------------------------------------------------------------
9632 Thu Aug 31 15:16:11 CEST 2006 - ma@suse.de
9633
9634 - PackageProvider: Fixed broken retry. (#202163)
9635 - revision 4071
9636
9637 -------------------------------------------------------------------
9638 Wed Aug 30 23:50:55 CEST 2006 - ma@suse.de
9639
9640 - Fixed RpmDb::makePackageFromHeader: Catch NULL Header passed as argument and refuse
9641   to create a Package from a source package header.
9642 - Added method Pathname::extension: Return all of the characters in name
9643   after and including the last dot in the last element of name.
9644 - PlaindirImpl: Disable rpm signature verification when scaning a directory for
9645   rpms. Otherwise we'd need access to the rpm database to get the keys.
9646 - revision 4069
9647
9648 -------------------------------------------------------------------
9649 Wed Aug 30 17:42:40 CEST 2006 - schubi@suse.de
9650
9651 - Do not regarding SATISFIED/UNNEEDED in isPresent if it is
9652   a package/script/message
9653   Bug: 192535
9654
9655 -------------------------------------------------------------------
9656 Wed Aug 30 14:29:45 CEST 2006 - ma@suse.de
9657
9658 - Speedup computation of number of rpm database entries.
9659 - revision 4058
9660
9661 -------------------------------------------------------------------
9662 Tue Aug 29 16:58:20 CEST 2006 - schubi@suse.de
9663
9664 - Fixed endless loop in transactResObject
9665   Bug 198095 - YaST2 Installaler crashes when selecting Gnome pattern to a KDE installation
9666
9667 -------------------------------------------------------------------
9668 Tue Aug 29 12:05:09 CEST 2006 - dmacvicar@suse.de
9669
9670 - fix some testcases for tar file parser changes
9671 - r4045
9672
9673 -------------------------------------------------------------------
9674 Tue Aug 29 11:19:53 CEST 2006 - dmacvicar@suse.de
9675
9676 - missing includes
9677 - clean old callbacks
9678 - r4041
9679
9680 -------------------------------------------------------------------
9681 Fri Aug 25 14:32:07 CEST 2006 - schubi@suse.de
9682
9683 - zyppPattern->install_packages returns SUGGESTED package too.
9684   Bug 201476
9685   Revision 4036
9686
9687 -------------------------------------------------------------------
9688 Fri Aug 25 13:05:33 CEST 2006 - schubi@suse.de
9689
9690 - New behaviour in the solver: try with 'best' package first, try with 'all'
9691   packages if this fails.
9692   Bug :Bug 191983
9693
9694 -------------------------------------------------------------------
9695 Fri Aug 25 11:35:48 CEST 2006 - dmacvicar@suse.de
9696
9697 - libzypp 2.1.0
9698 - bump version due to incompatible callback changes in KeyRing
9699   Sources
9700
9701 -------------------------------------------------------------------
9702 Thu Aug 24 15:34:45 CEST 2006 - dmacvicar@suse.de
9703
9704 - new keyring callbacks
9705 - separate trust key from import key
9706 - use PublicKey class instead of params, to be able
9707   to add more info like photos later (pending #181682)
9708 - update zmart with those callbacks.
9709 - better error handling (Exception types)
9710 - make tmp file names more readable depending on the context
9711 - r4026
9712
9713 -------------------------------------------------------------------
9714 Tue Aug 22 22:35:30 CEST 2006 - dmacvicar@suse.de
9715
9716 - decouple probing from source creation, using the new
9717   media test for existence functions.
9718 - r4019
9719
9720
9721 -------------------------------------------------------------------
9722 Tue Aug 22 17:56:53 CEST 2006 - mt@suse.de
9723
9724 - Fixed getDoesFileExist to reset the transfer range
9725 - Added logging of curl debug messages to the zypp log.
9726   The env var ZYPP_MEDIA_CURL_DEBUG=1 logs curl infos,
9727   ZYPP_MEDIA_CURL_DEBUG=2 logs the in/out headers.
9728 - r4018
9729
9730 -------------------------------------------------------------------
9731 Fri Aug 18 14:57:35 CEST 2006 - kkaempf@suse.de
9732
9733 - remove the /etc/sysconfig/zypp:REWRITE_KERNEL_DEPS = yes check;
9734   see rev 3810 below. (#190163)
9735 - rev 3998
9736
9737 -------------------------------------------------------------------
9738 Thu Aug 17 18:15:14 CEST 2006 - dmacvicar@suse.de
9739
9740 - fix uninstalling of atoms (noop)
9741 - r3995
9742
9743 -------------------------------------------------------------------
9744 Wed Aug 16 17:41:40 CEST 2006 - dmacvicar@suse.de
9745
9746 - Implement initial verson of Media
9747   doesFileExist, for future source probing.
9748 - r3984
9749
9750 -------------------------------------------------------------------
9751 Tue Aug 15 12:01:31 CEST 2006 - dmacvicar@suse.de
9752
9753 - more dbus_connection_close fixes
9754 - r3974
9755
9756 -------------------------------------------------------------------
9757 Tue Aug 15 11:41:41 CEST 2006 - kkaempf@suse.de
9758
9759 - clean up 'incomplete' handling in QueueItemEstablish.
9760 - rev 3973.
9761
9762 -------------------------------------------------------------------
9763 Tue Aug 15 11:30:50 CEST 2006 - kkaempf@suse.de
9764
9765 - Don't set 'incomplete' for uninstalled patterns or products.
9766   (#198379)
9767 - rev 3970.
9768
9769 -------------------------------------------------------------------
9770 Mon Aug 14 16:50:53 CEST 2006 - schubi@suse.de
9771
9772 - Added new API calls:
9773   setAdditionalProvide
9774   setAdditionalConflict
9775   setAdditionalRequire
9776
9777 -------------------------------------------------------------------
9778 Mon Aug 14 11:26:20 CEST 2006 - dmacvicar@suse.de
9779
9780 - don't link examples to testsuite library.
9781
9782 -------------------------------------------------------------------
9783 Sat Aug 12 17:30:30 CEST 2006 - schwab@suse.de
9784
9785 - Disable profiling to work around compiler bug.
9786
9787 -------------------------------------------------------------------
9788 Fri Aug 11 17:01:33 CEST 2006 - dmacvicar@suse.de
9789
9790 - forward port 3924:3939
9791 - Add explicit finish callbacks for subtasks during ProvidePackage
9792   to avoid UI confusion.
9793 - rev3957
9794
9795 -------------------------------------------------------------------
9796 Fri Aug 11 11:48:44 CEST 2006 - dmacvicar@suse.de
9797
9798 - Introduce examples/
9799 - fix some svn ignores
9800 - fix compilation. Use: dbus_connection_close
9801 - rev 3943
9802
9803 -------------------------------------------------------------------
9804 Thu Aug 10 16:32:36 CEST 2006 - dmacvicar@suse.de
9805
9806 - Initial support for plain directory with rpms as source
9807 - r3935
9808
9809 -------------------------------------------------------------------
9810 Tue Aug  8 16:51:45 CEST 2006 - dmacvicar@suse.de
9811
9812 - Move the target query by kind function to
9813   a iterator, so we dont make a copy of the restore
9814   the iterator works loading by demand too
9815
9816 -------------------------------------------------------------------
9817 Mon Aug  7 17:57:26 CEST 2006 - dmacvicar@suse.de
9818
9819 - rename the new initTarget to initializeTarget,
9820   leave the old one as is, but deprecate it.
9821 - r3903
9822
9823 -------------------------------------------------------------------
9824 Mon Aug  7 15:10:08 CEST 2006 - dmacvicar@suse.de
9825
9826 - forward port from SLES10 branch , till 3888
9827 - Prefer to use available DeltaRpm or PatchRpm instead of downloading
9828   full packages. (#168844)
9829 - rpmdb : Do not use the deprecated POSIX API, but boost::regex
9830 - version 2.0.0
9831 - rev 3893
9832
9833 -------------------------------------------------------------------
9834 Fri Aug  4 15:20:13 CEST 2006 - dmacvicar@suse.de
9835
9836 - Separate target init from adding resolvables, getting rid of the
9837 uggly bool flag.
9838 - dont clear the store each time Target::resolvables is called
9839 - Load target resolvables on demand by kind, keep them cached later
9840 - add Target::resolvablesByKind(kind) to allow query specific kind
9841   without reading all kinds. Used to port TargetProduct, which
9842   was reading the whole rpm database only to displayy base product
9843   name in YaST help.
9844 - commit to pkg-bindings and packager will follow.
9845 - jsrain will port more yast stuff, especially inst_source which
9846   startup time should by reduced by half afterwards.
9847 - rev 3880
9848
9849 -------------------------------------------------------------------
9850 Tue Aug  1 13:37:29 CEST 2006 - dmacvicar@suse.de
9851
9852 - forward port:
9853   rev 3786 fix to stalle tmpfiles broke patches.
9854   SLES was released with this broken. 10.1 has a blocked
9855   zypp update because this.
9856   Attempt to fix this. (#192535)
9857 - fix configure.ac sqlite-source build path
9858 - rev 3858
9859
9860 -------------------------------------------------------------------
9861 Fri Jul 21 10:58:58 CEST 2006 - dmacvicar@suse.de
9862
9863 - link correctly
9864
9865 -------------------------------------------------------------------
9866 Wed Jul 19 13:50:57 CEST 2006 - dmacvicar@suse.de
9867
9868 - dont link sqlite in the main lib.
9869 - rev 3826
9870
9871 -------------------------------------------------------------------
9872 Tue Jul 18 17:42:45 CEST 2006 - dmacvicar@suse.de
9873
9874 - susetags: parse product parser regexp only once
9875 - parse yum factory 5 sec. (from 30) faster using
9876   another string find algorithm
9877 - rev 3824
9878
9879 -------------------------------------------------------------------
9880 Tue Jul 18 12:56:17 CEST 2006 - dmacvicar@suse.de
9881
9882 - Digest: Don't read the stream character wise but reading blocks,
9883   as advised by matz profiling.
9884 - r3819
9885
9886 -------------------------------------------------------------------
9887 Mon Jul 17 12:54:39 CEST 2006 - ma@suse.de
9888
9889 - Add "openSUSE", "ATI Technologies Inc." and "Nvidia" to
9890   trusted vendors. (#189573)
9891 - revision 3804
9892
9893 -------------------------------------------------------------------
9894 Thu Jul 13 12:52:58 CEST 2006 - dmacvicar@suse.de
9895
9896 - backport fix for stalle tmpfile (#191311)
9897 - rev 3788
9898
9899 -------------------------------------------------------------------
9900 Wed Jun 28 13:22:22 CEST 2006 - mt@suse.de
9901
9902 - deactivated media manager code that was disabling the
9903   automounter (#172419)
9904 - rev 3724
9905
9906 -------------------------------------------------------------------
9907 Mon Jun 26 17:14:53 CEST 2006 - dmacvicar@suse.de
9908
9909 - fix autorefresh (#186115)
9910 - revision 3708
9911 -------------------------------------------------------------------
9912 Fri Jun 23 13:41:18 CEST 2006 - ma@suse.de
9913
9914 - forward port from SLE branch
9915 - Set default permission for logfiles to 0640. (#187044)
9916 - revision 3696
9917
9918 -------------------------------------------------------------------
9919 Thu Jun 22 16:01:15 CEST 2006 - ma@suse.de
9920
9921 - forward port from SLE branch
9922 - Fixed installation of SP or Add-On product switching to media 2
9923   too early. (#186607)
9924 - revision 3691
9925
9926 -------------------------------------------------------------------
9927 Wed Jun 21 15:47:39 CEST 2006 - dmacvicar@suse.de
9928
9929 - forward port from SLE branch
9930 - Strip self provides without edition in Resolvable ctor.
9931   (#186079)
9932 - Source::provideResolvables not implemented in yum source type.
9933   Product not set for packages that are available from update source
9934   (#186920)
9935 - Hook modalias() supplements without package to "kernel" (#184840)
9936 - Allow on-demand SourceManager::restore() (#186678)
9937 - Hook modalias() supplements without package to "kernel" (#184840)
9938 - rev 3676
9939
9940 -------------------------------------------------------------------
9941 Mon Jun 19 15:17:17 CEST 2006 - mt@suse.de
9942
9943 - Fix adding resolving of path names for mount points (#181606)
9944 - rev 3658
9945
9946 -------------------------------------------------------------------
9947 Mon Jun 19 13:52:14 CEST 2006 - dmacvicar@suse.de
9948
9949 - merge download algorithm and refactoring from branch
9950   (#181204)
9951
9952 -------------------------------------------------------------------
9953 Thu Jun 15 17:53:40 CEST 2006 - mvidner@suse.cz
9954
9955 - autodocs: use find+xargs to overcome command length limit,
9956   do not call doxygen unnecessarily (#185334).
9957 - rev 3645
9958
9959 -------------------------------------------------------------------
9960 Thu Jun 15 07:26:29 CEST 2006 - kkaempf@suse.de
9961
9962 - Dont use getZYpp in static constructor (#185198)
9963   Bugfix #178292 was wrong.
9964 - Only warn on incompleting installed resolvables (#185197)
9965 - rev 3644
9966
9967 -------------------------------------------------------------------
9968 Wed Jun 14 22:43:40 CEST 2006 - kkaempf@suse.de
9969
9970 - Atoms might only be installed via patches (#184714)
9971 - rev 3642
9972
9973 -------------------------------------------------------------------
9974 Wed Jun 14 17:26:39 CEST 2006 - dmacvicar@suse.de
9975
9976 - fix for the last stall tmpfile (#178292)
9977 - r3637
9978
9979 -------------------------------------------------------------------
9980 Wed Jun 14 12:06:57 CEST 2006 - mt@suse.de
9981
9982 - Implemented transfer timeout inside of the progress callback.
9983   The timeout value can be set using timeout url parameter, the
9984   default transfer timeout is 180 seconds. (#181602)
9985 - Added ssl_verify and ssl_capath url options used in https scheme,
9986   allowing to change or disable the ssl verify options. (#171622)
9987 - Added fallback on read failures of /etc/mtab to /proc/mounts.
9988   Improved verbosity in mount and mount check related failure cases,
9989   incl. /etc/mtab dump. (#181606)
9990 - rev 3623
9991
9992 -------------------------------------------------------------------
9993 Wed Jun 14 10:49:10 CEST 2006 - kkaempf@suse.de
9994
9995 - combine knownAliases and knownUrls in a single function.
9996 - rev 3616
9997
9998 -------------------------------------------------------------------
9999 Mon Jun 12 16:27:46 CEST 2006 - kkaempf@suse.de
10000
10001 - honor parallel installs in resolver context (#181103)
10002 - rev 3592
10003
10004 -------------------------------------------------------------------
10005 Mon Jun 12 15:37:10 CEST 2006 - dmacvicar@suse.de
10006
10007 - right fix for tmpdir initialized in static constructor
10008 - catch around provideJustFile in providePackage
10009 -rev 3654
10010
10011 -------------------------------------------------------------------
10012 Mon Jun 12 15:15:07 CEST 2006 - dmacvicar@suse.de
10013
10014 - fix #182003 YUM packages without size
10015 - rev 3587
10016
10017 -------------------------------------------------------------------
10018 Mon Jun 12 14:58:55 CEST 2006 - kkaempf@suse.de
10019
10020 - Allow to restore and remove by Url
10021 - rev 3583
10022
10023 -------------------------------------------------------------------
10024 Mon Jun 12 13:07:31 CEST 2006 - kkaempf@suse.de
10025
10026 - make atoms parallel installable (#181103)
10027 - rev 3580
10028
10029 -------------------------------------------------------------------
10030 Fri Jun  9 16:28:11 CEST 2006 - dmacvicar@suse.de
10031
10032 - Allow to restore by alias
10033 - r3568
10034
10035 -------------------------------------------------------------------
10036 Fri Jun  9 13:06:16 CEST 2006 - mvidner@suse.cz
10037
10038 - Do not fork in a global destructor, perl dislikes it (#182672).
10039   Fixes hanging ag_ldapserver and yast2-perl-bindings tests.
10040
10041 -------------------------------------------------------------------
10042 Thu Jun  8 16:24:55 CEST 2006 - ma@suse.de
10043
10044 - Installation: Assert product information is stored to libzypp
10045   database before reboot. (#181198)
10046 - Version 1.2.0; revision 3553
10047
10048 -------------------------------------------------------------------
10049 Wed Jun  7 13:55:23 CEST 2006 - visnov@suse.cz
10050
10051 - Synchronize keys with rpm database before
10052   closing access to it (#182338)
10053 - rev 3533
10054
10055 -------------------------------------------------------------------
10056 Wed Jun  7 11:40:46 CEST 2006 - mt@suse.de
10057
10058 - Changed to just prefer DVD drives in "dvd:" scheme, instead of
10059   filter out the non-DVD drives completely. Allows a fallback to
10060   drives without the dvd HAL property e.g. in VMWare. (#177457)
10061 - rev 3530
10062
10063 -------------------------------------------------------------------
10064 Wed Jun  7 01:00:06 CEST 2006 - dmacvicar@suse.de
10065
10066 - Merge fix for stalle tmpdir due to cyclic references, using a master
10067  TmpDir for zypp. (#178292) . There is still 1 tmpdir to fix.
10068 - rev 3521
10069
10070 -------------------------------------------------------------------
10071 Wed Jun  7 01:00:05 CEST 2006 - dmacvicar@suse.de
10072
10073 - Fixes unneeded file download, and add download callbacks
10074   (still need yast side) #181204 and #160206
10075 - Fix stalle tmpdir due to cyclic references, using a master
10076   TmpDir for zypp. # 178292
10077
10078 -------------------------------------------------------------------
10079 Wed Jun  7 00:02:18 CEST 2006 - ma@suse.de
10080
10081 - fixed memory leak in PersistentStorage (#168690)
10082 - revision 3519
10083
10084 -------------------------------------------------------------------
10085 Tue Jun  6 22:24:00 CEST 2006 - ma@suse.de
10086
10087 - fixed memory leak in XMLSourceCacheParser (#168690)
10088 - revision 3517
10089
10090 -------------------------------------------------------------------
10091 Fri Jun  2 16:09:03 CEST 2006 - schubi@suse.de
10092
10093 -latest fi translation added
10094  Revision 3502
10095
10096 -------------------------------------------------------------------
10097 Thu Jun  1 15:11:47 CEST 2006 - schubi@suse.de
10098
10099 -All installed resolvables has been set to "satisfied" in
10100  ResolverContext::unneeded . BUT:
10101  Patch concerning resolvables have to be set to
10102  "unneeded" although they are installed. In order
10103  getting the state "no longer applicable" (Bug 171590)
10104 - rev 3496
10105
10106 -------------------------------------------------------------------
10107 Thu Jun  1 14:54:02 CEST 2006 - kkaempf@suse.de
10108
10109 - compute status for scripts and messages so their freshens get
10110   properly honored (aj with postgresql-server)
10111 - rev 3494
10112
10113 -------------------------------------------------------------------
10114 Thu Jun  1 13:57:48 CEST 2006 - dmacvicar@suse.de
10115
10116 - revert not-used-yet rpmdb timestamp, as
10117   it broke rpmdb::init(). (#180040)
10118 - rev 3490
10119
10120 -------------------------------------------------------------------
10121 Thu Jun  1 11:03:34 CEST 2006 - schubi@suse.de
10122
10123 - updating gmo files, if po files has been changed; bug 164449
10124
10125 -------------------------------------------------------------------
10126 Wed May 31 18:32:58 CEST 2006 - dmacvicar@suse.de
10127
10128 - Dont download twice if starting from 1st time
10129 - fix typo
10130 - rev 3481
10131
10132 -------------------------------------------------------------------
10133 Wed May 31 17:06:48 CEST 2006 - dmacvicar@suse.de
10134
10135 - set cache dir only if storeMetadata is called as a public method.´
10136 - rev 3475
10137
10138 -------------------------------------------------------------------
10139 Wed May 31 15:27:38 CEST 2006 - kkaempf@suse.de
10140
10141 - schedule a package for installation if
10142   - it freshens / supplements something
10143   - it is not installed yet
10144   (#178721)
10145 - rev 3473
10146
10147 -------------------------------------------------------------------
10148 Wed May 31 15:22:43 CEST 2006 - dmacvicar@suse.de
10149
10150 - make susetags also implement download and check first.
10151 - rev 3470
10152
10153 -------------------------------------------------------------------
10154 Tue May 30 12:43:47 CEST 2006 - dmacvicar@suse.de
10155
10156 - make yum more robust. Never parse from provideFile
10157   but only from local disk. Make sure the cache
10158   is consistent before recreating it.
10159   the code is easier to follow and probably
10160   faster. checksum and signatures are
10161   checked on caching not on parsing.
10162   Required to implement refresh for #154990
10163 - rev 3452
10164
10165 -------------------------------------------------------------------
10166 Wed May 24 16:57:54 CEST 2006 - dmacvicar@suse.de
10167
10168 - implement timestamp for YUM and SuseTags
10169 - actually use the license to confirm in yum patches
10170 - add prerequires tag in yum optonally to the bad designed
10171   and nonintuitive pre=1
10172 - rev 3448
10173
10174 -------------------------------------------------------------------
10175 Wed May 24 15:30:32 CEST 2006 - dmacvicar@suse.de
10176
10177 - dont pass root on init but before.
10178 - implement rpm db modification timestamp
10179   not used yet
10180 - move Helix source to testsuite out of the solver
10181   so we can use it for target, storage tests
10182 - add Source_Ref::timestamp(), default to now()
10183   in order to implement smart sync of sources by zmd
10184 - don't parse desc and summary twice
10185 - fix a segfault with tranlated text
10186 - fix broken size tag introduced in rev 3427
10187 - rev 3446
10188
10189 -------------------------------------------------------------------
10190 Tue May 23 20:53:27 CEST 2006 - dmacvicar@suse.de
10191
10192 - dont accept corrupt sources, improve logs
10193
10194 -------------------------------------------------------------------
10195 Tue May 23 17:26:41 CEST 2006 - ma@suse.de
10196
10197 - Added PoolItem_Ref::statusReset. Resets the PoolItem status without
10198   loosing autoprotection (eg. for foreign vendor). (assists #177469)
10199 - rev 3431
10200
10201 -------------------------------------------------------------------
10202 Tue May 23 17:04:04 CEST 2006 - jsrain@suse.cz
10203
10204 - added mediaNr() to PatchRpm and DeltaRpm classes
10205 - rev 3430
10206
10207 -------------------------------------------------------------------
10208 Tue May 23 15:58:04 CEST 2006 - dmacvicar@suse.de
10209
10210 - enable YUM license to confirm.
10211   needed for #174476
10212 - adapt store to serialize and read all new resobject fields
10213 - use install-time to now() when serializing (#174653)
10214 - rev 3427
10215
10216 -------------------------------------------------------------------
10217 Mon May 22 20:51:59 CEST 2006 - ma@suse.de
10218
10219 - Do not violate install order when restricting commit to a certain
10220   mediaNumber. (#170079)
10221 - Version 1.1.0; rev 3423
10222
10223 -------------------------------------------------------------------
10224 Mon May 22 19:03:20 CEST 2006 - mvidner@suse.cz
10225
10226 - Added SourceManager::findSourceByUrl to overcome alias mismatches
10227   (#177543).
10228 - rev 3420
10229
10230 -------------------------------------------------------------------
10231 Mon May 22 17:19:25 CEST 2006 - ma@suse.de
10232
10233 - Order all objects according to prerequirements, not just packages.
10234   (#173690)
10235 - rev 3419
10236
10237 -------------------------------------------------------------------
10238 Mon May 22 15:57:43 CEST 2006 - schubi@suse.de
10239
10240 - Added new translation
10241
10242 -------------------------------------------------------------------
10243 Fri May 19 12:53:44 CEST 2006 - dmacvicar@suse.de
10244
10245 - fix missing homedir option for gpg (#171055)
10246 - rev 3415
10247
10248 -------------------------------------------------------------------
10249 Thu May 18 19:08:52 CEST 2006 - ma@suse.de
10250
10251 - Prevent against daemons launched in rpm %post, that do not close
10252   their filedescriptors. (#174548)
10253 - Version 1.0.1; rev 3413
10254
10255 -------------------------------------------------------------------
10256 Thu May 18 16:51:41 CEST 2006 - jsrain@suse.cz
10257
10258 - fixed media number of package retrieved as a part of a patch
10259   (#174841)
10260 - rev 3409
10261
10262 -------------------------------------------------------------------
10263 Thu May 18 16:16:21 CEST 2006 - dmacvicar@suse.de
10264
10265 - fix missing package descriptions due to filtered packages
10266   by incompatible architectures. (#159109)
10267 - rev 3404
10268
10269 -------------------------------------------------------------------
10270 Thu May 18 16:08:42 CEST 2006 - kkaempf@suse.de
10271
10272 - decrease logging in DiskUsageCounter and Modalias (#163186)
10273 - rev 3406
10274
10275 -------------------------------------------------------------------
10276 Thu May 18 10:43:47 CEST 2006 - ma@suse.de
10277
10278 - Stay backward comapatible.
10279
10280 -------------------------------------------------------------------
10281 Tue May 16 21:35:27 CEST 2006 - ma@suse.de
10282
10283 - Make basic attributes available through ResObject.
10284 - Let ResObjects which do not require media access during
10285   commit return ZERO sourceMediaNr (required for #173690)
10286 - Version 1.0.0
10287 - rev 3390
10288
10289 -------------------------------------------------------------------
10290 Tue May 16 15:11:35 CEST 2006 - kkaempf@suse.de
10291
10292 - reduce logging verbosity (#163186)
10293 - rev 3381
10294
10295 -------------------------------------------------------------------
10296 Tue May 16 14:00:57 CEST 2006 - schubi@suse.de
10297
10298 - setCandidate accept candidates with compatible architectures too. Not
10299   only with the same architecture. Bug 172594 - If update package has
10300   differet arch, UI display is wrong
10301
10302 -------------------------------------------------------------------
10303 Tue May 16 09:30:45 CEST 2006 - mvidner@suse.cz
10304
10305 - Added Source_Ref::resStoreInitialized.
10306   If we know that noone has seen the resolvables yet, we can skip
10307   them too, eg. when deleting a source. (#174840)
10308 - rev 3378
10309
10310 -------------------------------------------------------------------
10311 Mon May 15 12:41:39 CEST 2006 - kkaempf@suse.de
10312
10313 - Honor freshens as conditionals independant from the installed/
10314   uninstalled status (#174797)
10315 - rev 3376
10316
10317 -------------------------------------------------------------------
10318 Mon May 15 11:15:03 CEST 2006 - kkaempf@suse.de
10319
10320 - State modifier "unneeded" is transitive for patches (#171590)
10321 - rev 3375
10322
10323 -------------------------------------------------------------------
10324 Thu May 11 17:42:29 CEST 2006 - schubi@suse.de
10325
10326 - Do not transact itself (update) in the transactResObject mechanism
10327   Bug 174290
10328
10329 -------------------------------------------------------------------
10330 Thu May 11 16:37:51 CEST 2006 - mt@suse.de
10331
10332 - Reenabled improved large file support flags (unintentionally
10333   removed in rev 1544). Fixes bug #173753.
10334 - Added large file support flags to libzypp.pc file allowing
10335   consistence checks in the application using features variable
10336 - rev 3366
10337
10338 -------------------------------------------------------------------
10339 Thu May 11 10:49:36 CEST 2006 - mvidner@suse.cz
10340
10341 - SourceManager: moved source deletion before creation
10342   so that we can recreate a deleted one (#174295)
10343 - removed dead code dealing with known_caches from SourceManager::store
10344   (see r3195)
10345 - r3362
10346
10347 -------------------------------------------------------------------
10348 Thu May 11 10:15:14 CEST 2006 - jsrain@suse.cz
10349
10350 - fixed returning product short name and summary if product read
10351   from target store (#148625)
10352 - rev 3360
10353
10354 -------------------------------------------------------------------
10355 Wed May 10 11:39:06 CEST 2006 - jsrain@suse.cz
10356
10357 - set media verifier on redirected medium (#172599)
10358 - rev 3359
10359
10360 -------------------------------------------------------------------
10361 Mon May  8 17:28:42 CEST 2006 - kkaempf@suse.de
10362
10363 - fix 'transactResKind' to collect best providers by capability
10364   and to recursively transact items of same kind (#170114)
10365 - rev 3355
10366
10367 -------------------------------------------------------------------
10368 Mon May  8 16:45:46 CEST 2006 - dmacvicar@suse.de
10369
10370 - serialize the full URL to avoid missing password and other
10371   url settings (#148108)
10372 - rev 3353
10373
10374 -------------------------------------------------------------------
10375 Fri May  5 17:47:14 CEST 2006 - mt@suse.de
10376
10377 - Added a 60 sec connect timeout to MediaCurl (#172860)
10378 - rev 3348
10379
10380 -------------------------------------------------------------------
10381 Thu May  4 15:15:37 CEST 2006 - kkaempf@suse.de
10382
10383 - re-fetch also .asc and .key files before checking signature
10384   (#172597)
10385 - rev 3350 (3345-10.1)
10386
10387 -------------------------------------------------------------------
10388 Wed May  3 17:40:45 CEST 2006 - dmacvicar@suse.de
10389
10390 - Fix yum key verification, because a double variable declaration
10391
10392 -------------------------------------------------------------------
10393 Wed May  3 15:34:00 CEST 2006 - dmacvicar@suse.de
10394
10395 - use --no-default-keyring to avoid creating a
10396   default gpg dir in / (#171055)
10397 - rev 3335
10398
10399 -------------------------------------------------------------------
10400 Wed May  3 14:40:25 CEST 2006 - dmacvicar@suse.de
10401
10402 - Fix YUM signature checking, we were passing the key instead of the
10403   signature.
10404 - When the user trust a key, sync again. Bye to the session trusted
10405   keys and user being asked all the time. (#171213)
10406 - r3332
10407
10408 -------------------------------------------------------------------
10409 Wed May  3 14:22:02 CEST 2006 - ma@suse.de
10410
10411 - Cleanup index tables when removing items from pool (#170564).
10412
10413 -------------------------------------------------------------------
10414 Wed May  3 12:23:36 CEST 2006 - kkaempf@suse.de
10415
10416 - backout rev 3246->3275 of TargetImpl.cc
10417 - add missing testsuite/utils/TestUtils.h
10418 - rev 3330
10419
10420 -------------------------------------------------------------------
10421 Wed May  3 12:13:38 CEST 2006 - dmacvicar@suse.de
10422
10423 - more fixes for #171062, there were some files still not being
10424   read from cache.
10425 - r3327
10426
10427 -------------------------------------------------------------------
10428 Tue May  2 18:41:44 CEST 2006 - dmacvicar@suse.de
10429
10430 - cache keys and signature. Remove lot of duplicated code. (#171062)
10431 - r3320
10432
10433 -------------------------------------------------------------------
10434 Tue May  2 18:02:46 CEST 2006 - mt@suse.de
10435
10436 - Disabled isUseableAttachPoint check in MediaDIR -- we do not
10437   mount here anything, so it is OK to use any dir (171351).
10438 - rev 3318
10439
10440 -------------------------------------------------------------------
10441 Tue May  2 14:58:03 CEST 2006 - kkaempf@suse.de
10442
10443 - parse "license-to-confirm" in primary.xml (#168437)
10444 - rev 3312
10445
10446 -------------------------------------------------------------------
10447 Mon May  1 17:44:29 CEST 2006 - kkaempf@suse.de
10448
10449 - Don't try to store 'Atom', not needed and the backend store
10450   rejects them anyways (addtion to #168610)
10451 - rev 3306
10452
10453 -------------------------------------------------------------------
10454 Mon May  1 04:43:01 CEST 2006 - mt@suse.de
10455
10456 - Improved device check in MediaDISK using libblkid (Bug #158529)
10457 - Allow to provide sysfs path via $SYSFS_PATH in MediaCD.cc and
10458   added a check if it is a directory
10459 - Added libcurl and libblkid checks to configure.ac
10460 - Added e2fsprogs(-devel) requires to the spec file
10461 - rev 3303
10462
10463 -------------------------------------------------------------------
10464 Sat Apr 29 21:46:22 CEST 2006 - kkaempf@suse.de
10465
10466 - dont download "other" during key check (#171041)
10467 - rev 3294
10468
10469 -------------------------------------------------------------------
10470 Sat Apr 29 11:05:15 CEST 2006 - kkaempf@suse.de
10471
10472 - allow parallel installs of atoms (used to fulfill patch require-
10473   ments, atoms aren't installed anyways) (#170098)
10474 - some testsuite improvements.
10475 - rev 3288
10476
10477 -------------------------------------------------------------------
10478 Fri Apr 28 20:15:06 CEST 2006 - dmacvicar@suse.de
10479
10480 - get rid of autobuild check when throwing exceptions without throw
10481   but with a macro, returning a null pointer at the end (never reached).
10482
10483 -------------------------------------------------------------------
10484 Fri Apr 28 19:50:28 CEST 2006 - ma@suse.de
10485
10486 - Do not violate install order when restricting commit to a certain
10487   mediaNumber. (#170079)
10488
10489 -------------------------------------------------------------------
10490 Fri Apr 28 18:12:26 CEST 2006 - dmacvicar@suse.de
10491
10492 - Don't use throw directly!
10493   use ZYPP_THROW with a Exception class, otherwise package bindings
10494   will not catch them.
10495   Should fix crashes when reading broken sources with yast.
10496 - rev 3272
10497
10498 -------------------------------------------------------------------
10499 Fri Apr 28 15:29:32 CEST 2006 - schubi@suse.de
10500
10501 - Bug 162064 - font packages are not installed for locale, e.g. khmer font not installed after CD1
10502   revision 3269
10503
10504 -------------------------------------------------------------------
10505 Fri Apr 28 14:55:04 CEST 2006 - kkaempf@suse.de
10506
10507 - revert bugfix #168906 (fom rev 3219), it filters too many errors.
10508 - further improve on #168840 (from rev 3231), match on name-edition
10509   when filtering by best arch. (#170098)
10510 - rev 3268
10511
10512 -------------------------------------------------------------------
10513 Fri Apr 28 13:01:58 CEST 2006 - dmacvicar@suse.de
10514
10515 - #170093 , lot of package descriptions missing
10516 - rev 3263
10517
10518 -------------------------------------------------------------------
10519 Thu Apr 27 20:28:01 CEST 2006 - dmacvicar@suse.de
10520
10521 - try to fix wrong permissions of /var/lib/zypp created
10522   by old zypp, only when running as root they are fixed
10523   (#169094)
10524 - YUM: Verify signatures on factoryInit.
10525   Dont provide other.xml. Cleanups, better logging.
10526   When refreshing signed soruces, don't refresh is source
10527   has not changed.
10528 - YaST sources: don't refresh if media file has not changed.
10529 - Show full url of index files in sources for signature validation
10530   (mentioned in #170139 comment #3)-
10531
10532 -------------------------------------------------------------------
10533 Thu Apr 27 18:41:02 CEST 2006 - jsrain@suse.de
10534
10535 - udpated media ID syntax for external scripts (to be consistent
10536   with packages) (#170247)
10537 - rev 3256
10538
10539 -------------------------------------------------------------------
10540 Thu Apr 27 18:33:48 CEST 2006 - jsrain@suse.de
10541
10542 - set media ID to 1 if not specified in YUM metadata (#167452)
10543 - rev 3255
10544
10545 -------------------------------------------------------------------
10546 Thu Apr 27 11:55:05 CEST 2006 - kkaempf@suse.de
10547
10548 - If freshen and supplement are fulfilled, install any kind of
10549   resolvable if not yet installed (#165746)
10550 - rev 3249
10551
10552 -------------------------------------------------------------------
10553 Wed Apr 26 18:00:42 CEST 2006 - kkaempf@suse.de
10554
10555 - make downloaded script executable. (#169191)
10556 - rev 3247
10557
10558 -------------------------------------------------------------------
10559 Wed Apr 26 10:43:03 CEST 2006 - kkaempf@suse.de
10560
10561 - Improve on last fix, compare only compatible archs.
10562 - rev 3233
10563
10564 -------------------------------------------------------------------
10565 Tue Apr 25 19:36:13 CEST 2006 - kkaempf@suse.de
10566
10567 - Only choose best arch of multiple package atoms with identical
10568   name (#168840)
10569 - rev 3231
10570
10571 -------------------------------------------------------------------
10572 Tue Apr 25 16:59:51 CEST 2006 - dmacvicar@suse.de
10573
10574 - pass empty strings to UI as key properties if unknown key
10575   (#169114)
10576 - rev 3228
10577
10578 -------------------------------------------------------------------
10579 Tue Apr 25 16:47:35 CEST 2006 - kkaempf@suse.de
10580
10581 - refrain from parsing 'other.xml' (#159316)
10582 - rev 3226
10583
10584 -------------------------------------------------------------------
10585 Tue Apr 25 16:34:50 CEST 2006 - visnov@suse.cz
10586
10587 - in source refresh, clean up the cache dir if fails
10588 - do not require repomd.xml.asc when creating a cache (#163765)
10589 - rev 3224
10590
10591 -------------------------------------------------------------------
10592 Tue Apr 25 15:17:15 CEST 2006 - dmacvicar@suse.de
10593
10594 - Check if a file exists before providing it, and just handling the
10595   exception is not sufficient, because it can release the media.
10596   it nows get all possible packages.X translations an then
10597   it selects the candidate from the existing ones (#168654)
10598 - rev 3221
10599
10600 -------------------------------------------------------------------
10601 Tue Apr 25 12:28:17 CEST 2006 - kkaempf@suse.de
10602
10603 - dont report conflicts if item is neither installed
10604   nor to-be-installed (#168906)
10605 - rev 3219
10606
10607 -------------------------------------------------------------------
10608 Tue Apr 25 11:27:09 CEST 2006 - dmacvicar@suse.de
10609
10610 - #168060 , propagate the file description or original
10611   name to the UI and not the checked filename path,
10612   which could be a tmp file.
10613   Requires changes in pkg-manager, and probably zmd-helpers.
10614 - rev 3215
10615
10616 -------------------------------------------------------------------
10617 Mon Apr 24 18:27:59 CEST 2006 - dmacvicar@suse.de
10618
10619 - /var/lib/zypp/db/languages/* are empty files (##168355)
10620 - r3206
10621
10622 -------------------------------------------------------------------
10623 Mon Apr 24 17:45:07 CEST 2006 - dmacvicar@suse.de
10624
10625 - All resolvables must honor arch, so Arch_noarch in
10626   target/store/XMLFilesBackend.cc is wrong (#160792)
10627 - Introduced code to honour shared package descriptions
10628   (#159109)
10629 - r3204
10630
10631 -------------------------------------------------------------------
10632 Mon Apr 24 16:43:48 CEST 2006 - jsrain@suse.de
10633
10634 - replace '_' in YUM elements/attributes with '-' (#168762)
10635 - rev 3201
10636
10637 -------------------------------------------------------------------
10638 Mon Apr 24 16:15:02 CEST 2006 - mt@suse.de
10639
10640 - Fixed iseries workaround - interchanged variables for scsi
10641   devices, added debug messages about the steps (#163971).
10642 - Added getenv NULL ptr check and verify of the $HOME dir's
10643   and ~/.curlrc file's ownership (#163203).
10644 - rev 3199
10645
10646 -------------------------------------------------------------------
10647 Mon Apr 24 15:44:18 CEST 2006 - ma@suse.de
10648
10649 - Use filesystem::TmpDir to create unique and unused Source cache
10650   directories. (#168051)
10651
10652 -------------------------------------------------------------------
10653 Mon Apr 24 14:30:41 CEST 2006 - ma@suse.de
10654
10655 - Enable signature checks per default. (#168525)
10656
10657 -------------------------------------------------------------------
10658 Mon Apr 24 11:20:17 CEST 2006 - visnov@suse.cz
10659
10660 - fix callbacks for providing a single file (#160206)
10661
10662 -------------------------------------------------------------------
10663 Sun Apr 23 12:28:21 CEST 2006 - kkaempf@suse.de
10664
10665 - If an installed package looses a dependency, the solver tries
10666   to upgrade it. Limit the upgrade candidates to best arch, best
10667   edition.
10668 - filter 'other' entries with incompatible arch in yum parser.
10669 - rev 3177
10670
10671 -------------------------------------------------------------------
10672 Fri Apr 21 22:47:18 CEST 2006 - jsrain@suse.de
10673
10674 - initialize the product category according to source (#168061)
10675 - rev 3172
10676
10677 -------------------------------------------------------------------
10678 Fri Apr 21 18:32:00 CEST 2006 - mvidner@suse.cz
10679
10680 - delete only one older version of a xml-store resolvable
10681   (half-baked, but the previous attempt was charred)
10682
10683 -------------------------------------------------------------------
10684 Fri Apr 21 17:49:18 CEST 2006 - jsrain@suse.de
10685
10686 - moved license_to_confirm to primary.xml
10687 - rev 3170
10688
10689 -------------------------------------------------------------------
10690 Fri Apr 21 16:36:14 CEST 2006 - ma@suse.de
10691
10692 - Removed deprecated oldstyle commit methods.
10693
10694 -------------------------------------------------------------------
10695 Fri Apr 21 15:58:14 CEST 2006 - mvidner@suse.cz
10696
10697 - when installing a xml-store resolvable (all except package,
10698   message, script), delete older versions (#160792).
10699 - read selection edition from the XML store
10700 - rev 3167
10701
10702 -------------------------------------------------------------------
10703 Thu Apr 20 14:10:41 CEST 2006 - kkaempf@suse.de
10704
10705 - properly clear transaction flag after successful commit
10706   (see rev 3122, #164365, #167285)
10707 - rev 3157
10708
10709 -------------------------------------------------------------------
10710 Thu Apr 20 13:14:25 CEST 2006 - kkaempf@suse.de
10711
10712 - recursively soft-uninstall recommended package on real uninstall,
10713   not on update (#167603)
10714 - rev 3155
10715
10716 -------------------------------------------------------------------
10717 Thu Apr 20 13:01:28 CEST 2006 - dmacvicar@suse.de
10718
10719 - fix #167605 (importing keys to rpm multiple times due to
10720   wrong interpretation of rpm gpg versioning.
10721 - add support for reading the rpm keys, with full id and fingerprint
10722 - rev 3153
10723
10724 -------------------------------------------------------------------
10725 Wed Apr 19 16:47:34 CEST 2006 - kkaempf@suse.de
10726
10727 - don't add duplicate error infos to ResolverContext (#167309)
10728 - rev 3146
10729
10730 -------------------------------------------------------------------
10731 Wed Apr 19 14:10:10 CEST 2006 - kkaempf@suse.de
10732
10733 - fix Resolver::transactReset() (see rev 3122) (#167285)
10734 - rev 3140
10735
10736 -------------------------------------------------------------------
10737 Wed Apr 19 13:48:26 CEST 2006 - ma@suse.de
10738
10739 - Introduced $ZYPP_KEYRING_DEFAULT_ACCEPT_ALL. If this environment
10740   variable is present, all signature checking callbacks will default
10741   to 'accept', in case no recipient is present.
10742
10743 -------------------------------------------------------------------
10744 Wed Apr 19 11:37:47 CEST 2006 - dmacvicar@suse.de
10745
10746 - read content file on construction, and make
10747   provideProduct only insert the already
10748   read product object into the store (#165826)
10749   (dmacvicar)
10750 - When the signature is not found, warn the
10751   user about a unsigned source. When the
10752   key is not found, do nothing, it can be in the
10753   keyring already. (#166016) (dmacvicar)
10754 - enable key verification only if
10755   ZYPP_CHECKSIG env var is set (dmacvicar)
10756 - r1529
10757
10758 -------------------------------------------------------------------
10759 Tue Apr 18 20:41:48 CEST 2006 - kkaempf@suse.de
10760
10761 - fix bugfix 164365, fix bug 167285
10762   Actually clear the transcation state instead of locking it
10763   to 'dont transact'
10764 - rev 3122
10765
10766 -------------------------------------------------------------------
10767 Tue Apr 18 15:46:59 CEST 2006 - visnov@suse.cz
10768
10769 - revert the signature/digest checking callbacks
10770 - rev 3115
10771
10772 -------------------------------------------------------------------
10773 Tue Apr 18 15:14:35 CEST 2006 - kkaempf@suse.de
10774
10775 - Bugfix #165670
10776   - Honor keep requests.
10777   - Dont flag "locked uninstall" as error if a keep request was
10778     issued before.
10779 - rev 3114
10780
10781 -------------------------------------------------------------------
10782 Tue Apr 18 12:04:35 CEST 2006 - kkaempf@suse.de
10783
10784 - rule out locked items during distribution upgrade as early
10785   as possible. (#165670)
10786 - rev 3110
10787
10788 -------------------------------------------------------------------
10789 Mon Apr 17 16:04:35 CEST 2006 - kkaempf@suse.de
10790
10791 - Bugfix #166212
10792   - use APPL_LOW as 'ui initiated, by solver' in transactKind() and
10793     transactResObject().
10794   - resetTransaction(APPL_LOW) before resolving
10795   - enhance transactCaps by using the same algorithm as in
10796     QueueItemRequire
10797     (before: transact all requires and recommends by name
10798      now: transact best requires and recommends by provides)
10799 - rev 3107
10800
10801 -------------------------------------------------------------------
10802 Fri Apr 14 16:04:35 CEST 2006 - visnov@suse.cz
10803
10804 - new callbacks for failing digest
10805 - rev 3098
10806
10807 -------------------------------------------------------------------
10808 Thu Apr 13 17:01:41 CEST 2006 - visnov@suse.cz
10809
10810 - ask for file without a checksum (#165125)
10811
10812 -------------------------------------------------------------------
10813 Thu Apr 13 16:59:38 CEST 2006 - kkaempf@suse.de
10814
10815 - dont install satisfied resolvables (#165843)
10816 - rev 3095
10817
10818 -------------------------------------------------------------------
10819 Thu Apr 13 16:00:21 CEST 2006 - kkaempf@suse.de
10820
10821 - dont abort on failed "dry_run" (#164583)
10822 - rev 3091
10823
10824 -------------------------------------------------------------------
10825 Thu Apr 13 15:19:20 CEST 2006 - visnov@suse.cz
10826
10827 - Ask user if signature file does not exist (#163765)
10828 - handle repomd.xml.asc as optional file (#163765)
10829 - rev 3089
10830
10831 -------------------------------------------------------------------
10832 Thu Apr 13 13:52:08 CEST 2006 - schubi@suse.de
10833
10834 - Bug 164365 - build 906: Deselecting a selection, all packages are still selected
10835 - rev 3087
10836
10837 -------------------------------------------------------------------
10838 Thu Apr 13 11:57:58 CEST 2006 - kkaempf@suse.de
10839
10840 - Dont do transitive uninstalls on uninstalled or upgraded items.
10841   (#165798)
10842 - rev 3083
10843
10844 -------------------------------------------------------------------
10845 Wed Apr 12 17:57:21 CEST 2006 - ma@suse.de
10846
10847 - Added 'rpmNoSignature' to ZYppCommitPolicy (#163862)
10848
10849 -------------------------------------------------------------------
10850 Wed Apr 12 16:44:57 CEST 2006 - mvidner@suse.cz
10851
10852 - Product::updateUrls: restore it from the XML store;
10853   fixed content parsing (#163192).
10854 - restore product flags fro the XML store
10855 - rev 3074
10856
10857 -------------------------------------------------------------------
10858 Wed Apr 12 13:48:25 CEST 2006 - kkaempf@suse.de
10859
10860 - Only consider best arch/version (#165477)
10861 - rev 3069
10862
10863 -------------------------------------------------------------------
10864 Wed Apr 12 10:57:50 CEST 2006 - ma@suse.de
10865
10866 - No need to parse tags at all if there is no item to store values
10867   (e.g. data for unwanted arch). Fixed segv trying to store data in
10868   NULL item. (#165479)
10869 - rev3065
10870
10871 -------------------------------------------------------------------
10872 Tue Apr 11 19:48:51 CEST 2006 - mt@suse.de
10873
10874 - Improved Url path name "//" vs. "/%2f" handling; now if the
10875   url has an authority, "/%2f" is used for ftp only (#163784)
10876 - rev 3062
10877
10878 -------------------------------------------------------------------
10879 Tue Apr 11 16:41:02 CEST 2006 - jsrain@suse.de
10880
10881 - fixed storing patch scripts to target store (#159928)
10882 - rev 3058
10883
10884 -------------------------------------------------------------------
10885 Tue Apr 11 16:24:26 CEST 2006 - kkaempf@suse.de
10886
10887 - if a patch is bad, only skip this patch, not everything
10888   (#165200)
10889 - rev 3057
10890
10891 -------------------------------------------------------------------
10892 Tue Apr 11 15:42:32 CEST 2006 - ma@suse.de
10893
10894 - Susetags:Selections: Allow parsing older .sel file formats. (#159851)
10895 - Susetags:Pattern: Fixed parser.
10896
10897 -------------------------------------------------------------------
10898 Tue Apr 11 15:21:48 CEST 2006 - kkaempf@suse.de
10899
10900 - when uninstalling, only re-establish installed items
10901   supplementing the to-be-uninstalled one. (variant of #165111)
10902 - rev 3054
10903
10904 -------------------------------------------------------------------
10905 Tue Apr 11 14:17:00 CEST 2006 - ma@suse.de
10906
10907 - Susetags:Package: Parse and provide ins/delnotify texts.
10908
10909 -------------------------------------------------------------------
10910 Tue Apr 11 13:01:31 CEST 2006 - kkaempf@suse.de
10911
10912 - when checking freshens/supplements at install, only consider
10913   best architecture/edition (#164453)
10914 - rev 3051
10915
10916 -------------------------------------------------------------------
10917 Tue Apr 11 10:31:41 CEST 2006 - kkaempf@suse.de
10918
10919 - when checking for supplements, only consider best arch, best
10920   edition for installation (#165111)
10921 - rev 3047
10922
10923 -------------------------------------------------------------------
10924 Tue Apr 11 10:23:14 CEST 2006 - schubi@suse.de
10925
10926 - Bug 165117: build 910: Update: Splitted packages are selected for
10927   all archs
10928
10929 -------------------------------------------------------------------
10930 Tue Apr 11 09:30:14 CEST 2006 - visnov@suse.cz
10931
10932 - ask user if a file exists but does not have a checksum (#162797)
10933 - rev 3044
10934
10935 -------------------------------------------------------------------
10936 Mon Apr 10 22:39:34 CEST 2006 - jsrain@suse.de
10937
10938 - parse time and size elements from delta and patch RPM
10939 - rev 3043
10940
10941 -------------------------------------------------------------------
10942 Mon Apr 10 18:55:03 CEST 2006 - mt@suse.de
10943
10944 - Added detection of iSeries virtual CD (/dev/iseries/vcd[a-h])
10945   devices - on powerpc only (#163971)
10946 - rev 3042
10947
10948 -------------------------------------------------------------------
10949 Mon Apr 10 18:05:51 CEST 2006 - kkaempf@suse.de
10950
10951 - fix endless loop in patches parsing.
10952 - rev 3039
10953
10954 -------------------------------------------------------------------
10955 Mon Apr 10 17:00:05 CEST 2006 - jsrain@suse.de
10956
10957 - fixed media handling in SuSEtags source (#164879)
10958 - rev 3037
10959
10960 -------------------------------------------------------------------
10961 Mon Apr 10 16:30:54 CEST 2006 - kkaempf@suse.de
10962
10963 - honor 'dry_run' on package remove (#164732)
10964 - rev 3036
10965
10966 -------------------------------------------------------------------
10967 Mon Apr 10 13:12:49 CEST 2006 - kkaempf@suse.de
10968
10969 - add files from yum filelist as provides to package (#164731)
10970 - rev 3032
10971
10972 -------------------------------------------------------------------
10973 Mon Apr 10 11:10:37 CEST 2006 - kkaempf@suse.de
10974
10975 - honor "+Enh:/-Enh:" in packages file (#156513)
10976
10977 -------------------------------------------------------------------
10978 Mon Apr 10 10:56:24 CEST 2006 - visnov@suse.cz
10979
10980 - fix callback receiver signature to match the callback for removing
10981   package
10982
10983 -------------------------------------------------------------------
10984 Mon Apr 10 10:32:22 CEST 2006 - mvidner@suse.cz
10985
10986 - Added Product::updateUrls, from content/UPDATEURLS (#163192).
10987 - rev 3024
10988
10989 -------------------------------------------------------------------
10990 Sat Apr  8 12:03:37 CEST 2006 - schubi@suse.de
10991
10992 - Bug 164440; Taking wrong architecture while updating obsoletes
10993   splitted packages
10994 - rev 3022
10995
10996 -------------------------------------------------------------------
10997 Sat Apr  8 10:07:06 CEST 2006 - kkaempf@suse.de
10998
10999 - allow relative paths with url file:
11000 - dont filter atoms from going into pool, multi-arch patch
11001   requirements need them. Instead, treat atoms with incompatible
11002   architecture as unneeded.
11003 - rev 3018
11004
11005 -------------------------------------------------------------------
11006 Fri Apr  7 23:57:37 CEST 2006 - jsrain@suse.de
11007
11008 - product now provides short name
11009 - rev 3013
11010
11011 -------------------------------------------------------------------
11012 Fri Apr  7 20:42:09 CEST 2006 - jsrain@suse.de
11013
11014 - read metadata for packages from correct tags in patches (#163220)
11015 - rev 3011
11016
11017 -------------------------------------------------------------------
11018 Fri Apr  7 19:57:41 CEST 2006 - kkaempf@suse.de
11019
11020 - more detailed resolver error reports (#162994)
11021 - rev 3010
11022
11023 -------------------------------------------------------------------
11024 Fri Apr  7 17:35:07 CEST 2006 - visnov@suse.cz
11025
11026 - report package download progress (#160966)
11027 - rev 3007
11028
11029 -------------------------------------------------------------------
11030 Fri Apr  7 16:27:35 CEST 2006 - kkaempf@suse.de
11031
11032 - transact also for languages (#163819)
11033 - rev 3004
11034
11035 -------------------------------------------------------------------
11036 Fri Apr  7 15:08:06 CEST 2006 - kkaempf@suse.de
11037
11038 - loop through all affected ResObjects in transactResKind (#163819)
11039 - rev 3002
11040
11041 -------------------------------------------------------------------
11042 Fri Apr  7 12:42:35 CEST 2006 - kkaempf@suse.de
11043
11044 - allow re-installation of non-packages (#162906)
11045 - rev 2998
11046
11047 -------------------------------------------------------------------
11048 Fri Apr  7 11:50:22 CEST 2006 - mt@suse.de
11049
11050 - Added loop checking for scsi cdroms (/sys/block/srX) in case
11051   HAL does not provide any drives like on iSeries (#163971).
11052 - rev 2995
11053
11054 -------------------------------------------------------------------
11055 Fri Apr  7 11:05:30 CEST 2006 - kkaempf@suse.de
11056
11057 - add 'licenceToConfirm()' to Product. (#164375)
11058
11059 -------------------------------------------------------------------
11060 Fri Apr  7 10:36:05 CEST 2006 - ma@suse.de
11061
11062 - Avoid excessive CD hopping on commit. But still far from
11063   being perfect. (#159679)
11064 - Fixed Target::commit: Despite dry_run set True, packages
11065   were depeted.
11066
11067 -------------------------------------------------------------------
11068 Fri Apr  7 08:32:32 CEST 2006 - visnov@suse.cz
11069
11070 - honour if user decides to skip a package in commit (#156031)
11071
11072 -------------------------------------------------------------------
11073 Thu Apr  6 18:14:30 CEST 2006 - jsrain@suse.de
11074
11075 - fixed parsing external reference to script in patch (#163221)
11076 - r2981
11077
11078 -------------------------------------------------------------------
11079 Thu Apr  6 17:07:10 CEST 2006 - dmacvicar@suse.de
11080
11081 - cache and provide content.asc/key optionally. Dont show a
11082   popup if they dont exists. (dmacvicar)
11083 - Actually abort when verify signature workflow is false. (dmacvicar)
11084 - r2978
11085
11086 -------------------------------------------------------------------
11087 Thu Apr  6 16:37:49 CEST 2006 - jsrain@suse.de
11088
11089 - fixed setting autorefresh flag for installation sources
11090
11091 -------------------------------------------------------------------
11092 Thu Apr  6 15:53:02 CEST 2006 - kkaempf@suse.de
11093
11094 - drop patches with incompatible architecture.
11095 - rev 2972
11096
11097 -------------------------------------------------------------------
11098 Thu Apr  6 15:33:11 CEST 2006 - mt@suse.de
11099
11100 - Added info method to media verifier base and more debug info
11101 - rev 2970
11102
11103 -------------------------------------------------------------------
11104 Wed Apr  5 19:27:46 CEST 2006 - kkaempf@suse.de
11105
11106 - Dont deny the "/" attach point in MediaDIR, since this is used
11107   for all "file:" urls, esp. local packages.
11108 - rev 2962
11109
11110 -------------------------------------------------------------------
11111 Wed Apr  5 18:21:58 CEST 2006 - schubi@suse.de
11112
11113 - Bug 159673 - only one conflict solvable per page
11114
11115 -------------------------------------------------------------------
11116 Wed Apr  5 18:01:37 CEST 2006 - kkaempf@suse.de
11117
11118 - parse all dependencies of 'packages' file (#163773)
11119 - rev 2957
11120
11121 -------------------------------------------------------------------
11122 Wed Apr  5 17:47:04 CEST 2006 - dmacvicar@suse.de
11123
11124 - Use the original media descr_dir on refresh for
11125   suse tags source (#163196)
11126 - r2952
11127
11128 -------------------------------------------------------------------
11129 Wed Apr  5 16:44:08 CEST 2006 - kkaempf@suse.de
11130
11131 - add Source::setUrl() for zmd backend helper.
11132 - rev 2946
11133
11134 -------------------------------------------------------------------
11135 Wed Apr  5 16:44:01 CEST 2006 - dmacvicar@suse.de
11136
11137 - implement rpm keyring / zypp tmp keyring two-way syncronization at rpm
11138 target init. (dmacvicar)
11139 - r2949
11140
11141 -------------------------------------------------------------------
11142 Wed Apr  5 16:28:42 CEST 2006 - mt@suse.de
11143
11144 - Fixed MediaDISK to use a mount -oro,bind id the disk
11145   partition is already attached e.g. by the automounter.
11146   Try to mount it a second time may fail (#163486).
11147 - rev 2944
11148
11149 -------------------------------------------------------------------
11150 Wed Apr  5 15:04:31 CEST 2006 - kkaempf@suse.de
11151
11152 - honor optional 3rd parameter to "=Loc:" key of packages (#154337)
11153 - rev 2940
11154
11155 -------------------------------------------------------------------
11156 Wed Apr  5 12:48:19 CEST 2006 - visnov@suse.cz
11157
11158 - only try to create a source of a given type when restoring
11159   from the persistent store (#162111)
11160
11161 -------------------------------------------------------------------
11162 Wed Apr  5 11:36:54 CEST 2006 - kkaempf@suse.de
11163
11164 - parse all dependencies for patterns (.pat) files (#160602)
11165 - drop YOUPATH and YOUURL from content file.
11166 - rev 2924
11167
11168 -------------------------------------------------------------------
11169 Wed Apr  5 09:27:08 CEST 2006 - visnov@suse.cz
11170
11171 - properly initialize autorefresh for non-remote sources (#154990)
11172 - rev 2919
11173
11174 -------------------------------------------------------------------
11175 Tue Apr  4 19:19:39 CEST 2006 - mt@suse.de
11176
11177 - Added flag to MediaManager::isUseableAttachPoint, whether
11178   to check against system mount entries or not.
11179 - Disallow to use the attachpoints of another media handlers
11180   as source path in MediaDIR.
11181 - rev 2917
11182
11183 -------------------------------------------------------------------
11184 Tue Apr  4 18:47:01 CEST 2006 - dmacvicar@suse.de
11185
11186 -implement callbacks for when package verification (checksum)
11187  fails, offer to retry or abort
11188
11189 -------------------------------------------------------------------
11190 Tue Apr  4 16:57:51 CEST 2006 - dmacvicar@suse.de
11191
11192 - Fix construction of checksum objects when using non-standard
11193   checksum algorithms
11194 - Fix broken YUM cache
11195 - r2913
11196
11197 -------------------------------------------------------------------
11198 Tue Apr  4 16:54:44 CEST 2006 - kkaempf@suse.de
11199
11200 - Keep packages with no version upgrade installed during
11201   distribution upgrade (#162972)
11202 - add 'transactReset()' helper function for UI.
11203 - rev 2908
11204
11205 -------------------------------------------------------------------
11206 Tue Apr  4 14:47:14 CEST 2006 - dmacvicar@suse.de
11207
11208 - r2906
11209
11210 -------------------------------------------------------------------
11211 Tue Apr  4 14:43:15 CEST 2006 - ma@suse.de
11212
11213 - Fixed candidate handling in ui::Selectable. (#156589)
11214
11215 -------------------------------------------------------------------
11216 Tue Apr  4 14:06:23 CEST 2006 - dmacvicar@suse.de
11217
11218 - fix #162984 , gpg hangs because the matching data file
11219   for the key cannot be find. (dmacvicar)
11220 - Fix restore of YUM source using the same cache dir semantics as
11221  susetags instead of assuming there is a cache if a cache_dir
11222   was given. (dmacvicar)
11223
11224 -------------------------------------------------------------------
11225 Tue Apr  4 12:37:51 CEST 2006 - kkaempf@suse.de
11226
11227 - use DISTPRODUCT/DISTVERSION from content file to generate the
11228   product name, version, and release.
11229 - rev 2902
11230
11231 -------------------------------------------------------------------
11232 Mon Apr  3 20:45:55 CEST 2006 - mt@suse.de
11233
11234 - Removed broken forcing of absolute ftp paths added in rev2705 to
11235   MediaCurl, refined cleanupPathName/setPathName in url (#154197).
11236 - rev 2900
11237
11238 -------------------------------------------------------------------
11239 Mon Apr  3 19:30:35 CEST 2006 - kkaempf@suse.de
11240
11241 - add Resolver::freshenPool() (#156980)
11242 - rev 2893
11243
11244 -------------------------------------------------------------------
11245 Mon Apr  3 08:33:12 CEST 2006 - kkaempf@suse.de
11246
11247 - skip incompatible archs in filelist parsing.
11248 - restrict pathes to 'interesting' ones (/bin/, /sbin/, /lib/,
11249   /lib64/, ...)
11250 - rev 2886
11251
11252 -------------------------------------------------------------------
11253 Sun Apr  2 22:18:06 CEST 2006 - kkaempf@suse.de
11254
11255 - skip incompatible archs in primary parsing.
11256 - rev 2883
11257
11258 -------------------------------------------------------------------
11259 Sun Apr  2 11:17:56 CEST 2006 - kkaempf@suse.de
11260
11261 - allow setting of source when parsing local .rpm (#147765)
11262 - rev 2880
11263
11264 -------------------------------------------------------------------
11265 Fri Mar 31 18:53:55 CEST 2006 - schubi@suse.de
11266
11267 - Do not update packages over other architectures
11268
11269 -------------------------------------------------------------------
11270 Fri Mar 31 18:28:59 CEST 2006 - sh@suse.de
11271
11272 - Added zypp/ui/UserWantedPackages to support the UI's
11273   "automatic changes" dialog (bug #152700)
11274
11275 -------------------------------------------------------------------
11276 Fri Mar 31 18:02:05 CEST 2006 - jsrain@suse.de
11277
11278 - use KeyRing class to validate repomd.xml (#160909)
11279
11280 -------------------------------------------------------------------
11281 Fri Mar 31 17:33:21 CEST 2006 - dmacvicar@suse.de
11282
11283 - Product resolvables should be readable by normal users.
11284   (#162474) (dmacvicar)
11285 - implemented keyring and metadata signature verification
11286   in susetags source
11287 - dont delete the lock if we did not acquire it
11288 - r2847
11289
11290 -------------------------------------------------------------------
11291 Fri Mar 31 16:34:51 CEST 2006 - mt@suse.de
11292
11293 - Added disabling of the automounter while MediaManager
11294   init and restoring of the old state on exit (#154326).
11295 - Implemented check if media (CD) is automounted or not
11296 - rev 2840
11297
11298 -------------------------------------------------------------------
11299 Fri Mar 31 13:27:09 CEST 2006 - mt@suse.de
11300
11301 - Implemented several hal get/set/removeDeviceProperty wrappers
11302 - Improved HalException to allow to fetch HAL/DBUS error componets
11303 - rev 2830
11304
11305 -------------------------------------------------------------------
11306 Fri Mar 31 12:44:25 CEST 2006 - kkaempf@suse.de
11307
11308 - honor subscription status of catalogs (#162350)
11309 - rev 2827
11310
11311 -------------------------------------------------------------------
11312 Fri Mar 31 11:29:05 CEST 2006 - mt@suse.de
11313
11314 - Enabled CD eject error reporting exceptions (#154326)
11315 - rev 2822
11316
11317 -------------------------------------------------------------------
11318 Fri Mar 31 06:40:51 CEST 2006 - kkaempf@suse.de
11319
11320 - support "dry run" (#159467)
11321 - implement "transactResKind" (#161400)
11322 - rev 2817
11323
11324 -------------------------------------------------------------------
11325 Thu Mar 30 17:22:49 CEST 2006 - jsrain@suse.de
11326
11327 - add checksum for external patches (#159928)
11328
11329 -------------------------------------------------------------------
11330 Thu Mar 30 16:48:01 CEST 2006 - kkaempf@suse.de
11331
11332 - calculate product architecture (#158198)
11333
11334 -------------------------------------------------------------------
11335 Wed Mar 29 23:28:13 CEST 2006 - jsrain@suse.de
11336
11337 - fixed checking checksum of YUM metadata, added sha1 vs. sha256
11338   detection
11339
11340 -------------------------------------------------------------------
11341 Wed Mar 29 23:12:30 CEST 2006 - ma@suse.de
11342
11343 - Auto protect installed packages from unknown vendor. (#157446)
11344
11345 -------------------------------------------------------------------
11346 Wed Mar 29 09:13:51 CEST 2006 - visnov@suse.de
11347
11348 - added support for external scripts to metadata (#159928) (jsrain)
11349 - fixed handling of Language resolvables (ma)
11350 - fix leak in rpmdb (dmacvicar)
11351 - added softlock for autoyast (#159466) (ma)
11352 - Fixed exceptions in doGetFileCopy() to show full url
11353   including the file instead of just the media base url. (mt)
11354 - Provide Language::summary (ma)
11355 - check patterns and selections file exist
11356   before veryfing them (#161300) (dmacvicar)
11357 - added YUM metadata checksum computation (jsrain)
11358 - added interface to patch of a message (jsrain)
11359 - r2734
11360
11361 -------------------------------------------------------------------
11362 Mon Mar 27 23:57:16 CEST 2006 - jsrain@suse.de
11363
11364 - added support for external scripts to metadata (#159928)
11365 - r2709
11366
11367 -------------------------------------------------------------------
11368 Sat Mar 25 22:08:26 CET 2006 - jsrain@suse.de
11369
11370 - report separate exception when trying to start source cache again to
11371   suppress incorrect error message in XEN installation
11372 - r2682
11373
11374 -------------------------------------------------------------------
11375 Fri Mar 24 18:16:22 CET 2006 - schubi@suse.de
11376
11377 - Implement inter process locking in zypp.
11378 - Added No medium found output
11379 - splitting modaliases in supplements TOO
11380 - parse also the available signing keys
11381
11382 -------------------------------------------------------------------
11383 Fri Mar 24 10:44:10 CET 2006 - visnov@suse.cz
11384
11385 - release all media when removing source (#159754) (visnov)
11386 - more testsuites (schubi)
11387 - updated translations (schubi)
11388 - added MediaNotEjectedException (mt)
11389 - rev 2652
11390
11391 -------------------------------------------------------------------
11392 Thu Mar 23 14:10:54 CET 2006 - dmacvicar@suse.de
11393
11394 - fix patches descriptions (dmacvicar)
11395 - fix source serialization (dmacvicar)
11396 - metadata for kernel test (schubi)
11397 - Arch tests updated (ma)
11398 - classify NULL Ptr as unique (ma)
11399 - Added host check, because file Url allows it now. (mt)
11400 - prepare modalias fix (#159766) (ma)
11401 - Provide iterator based access to SourceManager data. (ma)
11402 - Fixed "file:" Url scheme config to allow relative paths; (mt)
11403   RFC1738 says, it may contain a hostname as well...
11404 - revision 2633
11405
11406 -------------------------------------------------------------------
11407 Wed Mar 22 19:58:37 CET 2006 - visnov@suse.cz
11408
11409 - pkg-config support (mvidner)
11410 - close all medias when destructing MediaSet (jsrain)
11411 - rev 2622
11412
11413 -------------------------------------------------------------------
11414 Wed Mar 22 15:48:05 CET 2006 - dmacvicar@suse.de
11415
11416 - Bug 159976 - build 804: Adding AddOn CD via ftp gives error (dmacvicar)
11417 - Message callback implemented to show patch messages (visnov)
11418 - Bug 159696 (schubi)
11419 - provide transform_iterators to iterate over a maps keys or values (ma)
11420 - added 'bool Arch::empty() const' test for an empty Arch string (ma)
11421 - added script and message installation (jsrain)
11422 - chooses the 'right' kernel now (kkaempf)
11423 - Use noarch if no arch is specified in patches (dmacvicar)
11424 - rev 2611
11425
11426 -------------------------------------------------------------------
11427 Tue Mar 21 19:06:56 CET 2006 - mvidner@suse.cz
11428
11429 - Added some debug output including the access id (mt)
11430 - Bug #154326: Enabled FORCE_RELEASE_FOREIGN flag causing
11431   release with eject=true on attached media, to umount
11432   other mounts as well. (mt)
11433 - 159483 - solver does not blame missing dependency (schubi)
11434 - Added a variant of MediaHandler::forceRelaseAllMedia (ma)
11435 - Fixed MediaCD::forceEject() to handle DELAYED_VERIFY
11436   and use forceRelaseAllMedia if FORCE_RELEASE_FOREIGN=1 (ma)
11437 - fixed ZYPP_RETHROW (#156430) (ma)
11438 - patch for #156114 (visnov)
11439 - fixed container.erase loops (ma)
11440 - Fixed to reset desired (cached) flag before the action (mt)
11441 - Removed return in forceRelaseAllMedia (void function) (mt)
11442 - Parse nonexisting architecture to noarch so patches dont get
11443   filtered by the pool (dmacvicar)
11444 - 159512 - yast2-qt does not show label of to be installed products
11445   anymore (dmacvicar)
11446 - 159765 - Hidden patterns still visible (dmacvicar)
11447 - Use noarch if no arch is specified. (dmacvicar)
11448 - r2594
11449
11450 -------------------------------------------------------------------
11451 Tue Mar 21 09:04:06 CET 2006 - visnov@suse.de
11452
11453 - properly report error for media change callback
11454 - rev 2579
11455
11456 -------------------------------------------------------------------
11457 Mon Mar 20 23:02:07 CET 2006 - ma@suse.de
11458
11459 - fixed memory leak in XMLNodeIterator (#157474)
11460 - disabled storing filelist (YUMFileListParser) and changelog (YUMOtherParser)
11461 - Renamed private MediaManager::forceMediaRelease
11462   function to forceReleaseShared (more exact name)
11463 - Implemented forceRelaseAllMedia() that can be
11464   used to release also foreign (user) mounts.
11465 - Added use of forceRelaseAllMedia for CD/DVDs
11466   if FORCE_RELEASE_FOREIGN is 1 (default 0)
11467 - little cleanup of the checkAttached function
11468 - r2578
11469
11470 -------------------------------------------------------------------
11471 Mon Mar 20 17:04:28 CET 2006 - mvidner@suse.cz
11472
11473 - don't try to attach without exception handling (#158620)
11474 - fix descriptions, as a new tag Des for selections exists now.
11475 - fix #157683: failure after adding add-on product to install
11476   sources
11477 - added more files for translation
11478 - resolve-dependencies.cc: establish pool
11479 - parse-metadata.cc: catch bad URL
11480 - set zmdid for atoms
11481 - r2574
11482
11483 -------------------------------------------------------------------
11484 Sun Mar 19 19:24:44 CET 2006 - kkaempf@suse.de
11485
11486 - fix testsuite.
11487 - provide edition and architecture for all kinds of yum
11488   resolvables.
11489 - fix ResStatus output.
11490 - establish atoms correctly.
11491 - treat requires to unneeded resolvables as fulfilled.
11492 - rev 2559
11493
11494 -------------------------------------------------------------------
11495 Sun Mar 19 00:05:17 CET 2006 - kkaempf@suse.de
11496
11497 - fix the build
11498 - only consider best architecture/version (#157594)
11499 - prefer providers which supplement/enhance installed or
11500   to-be-installed packages (fixes the tpctl-kmp issue)
11501 - rev 2546
11502
11503 -------------------------------------------------------------------
11504 Sat Mar 18 02:22:22 CET 2006 - kkaempf@suse.de
11505
11506 - provide more filters for pkg-bindings (#158602)
11507 - add SystemResObject to provide system (modalias, hal, ...)
11508   capabilities.
11509 - handle this during resolving.
11510 - make the modalias and hal capability match the SystemResObject
11511   by default, thereyby triggering a modalias (resp. hal)
11512   evaluation.
11513 - xmlstore: decouple target store from YUM schema.
11514 - clean up moving of hal() and modalias() from provides to
11515   supplements in ResolvableImpl.
11516 - add PatchContents() for UI.
11517 - handle Edition::noedition as empty string.
11518 - r2537
11519
11520 -------------------------------------------------------------------
11521 Tue Mar 14 23:32:44 CET 2006 - jsrain@suse.de
11522
11523 - releasing all medias when asking for CD (#156981)
11524 - r2471
11525
11526 -------------------------------------------------------------------
11527 Tue Mar 14 19:38:43 CET 2006 - mvidner@suse.cz
11528
11529 - ResStatus::resetTransact must return a value.
11530 - Fixed random build failures in LanguageCode.cc.
11531   (Rewrote the CodeMaps constructor so that gcc does not
11532   optimize a 500-statement basic block.)
11533 - Fix constructions of patch objects. Actually insert atoms in atoms
11534   list. Insert atoms for package even if the package does not exists
11535   in the source. Fixes #157628 (dmacvicar).
11536 - Fixed license reading from susetags, #151834 (dmacvicar).
11537 - r2468
11538
11539 -------------------------------------------------------------------
11540 Tue Mar 14 16:59:42 CET 2006 - mvidner@suse.cz
11541
11542 - added ResStatus::resetTransact (ma)
11543 - bugfix for #156439 (schubi)
11544 - Added Source_Ref::setAlias (#154913).
11545 - Do not assume there is a product file when scanning for products
11546   (visnov)
11547 - function to disable all sources in the persistent store (visnov)
11548 - dependency errors go to stdout, not stderr; output resolver info
11549   directly to stderr (kkaempf)
11550 - rev 2464
11551
11552 -------------------------------------------------------------------
11553 Tue Mar 14 01:34:38 CET 2006 - kkaempf@suse.de
11554
11555 - fix merging of resolver info (needed for #157684).
11556 - errors are also important in ResolverInfo.
11557 - improve debug output in ResolverContext.
11558 - rev 2455
11559
11560 -------------------------------------------------------------------
11561 Mon Mar 13 22:54:01 CET 2006 - jsrain@suse.de
11562
11563 - delete RPMs downloaded via HTTP/FTP after installnig them
11564   (#157011)
11565 - fixed product registration (reverted autorefresh patch) (#157566)
11566
11567 -------------------------------------------------------------------
11568 Mon Mar 13 11:53:52 CET 2006 - kkaempf@suse.de
11569
11570 - if root!="/", always prefer the upgrade candidate (#155472)
11571 - implement license confirmed api for UI.
11572 - prefer architecture over version in distribution upgrade
11573   (#157501)
11574 - clean up media handling.
11575 - rev 2448
11576
11577 -------------------------------------------------------------------
11578 Sun Mar 12 22:31:09 CET 2006 - kkaempf@suse.de
11579
11580 - init Modalias properly.
11581 - fix warnings in testcases.
11582 - rev 2432
11583
11584 -------------------------------------------------------------------
11585 Sat Mar 11 21:25:18 CET 2006 - kkaempf@suse.de
11586
11587 - drop libjpeg-devel and sqlite-devel from build requires.
11588
11589 -------------------------------------------------------------------
11590 Sat Mar 11 08:16:53 CET 2006 - kkaempf@suse.de
11591
11592 - implement 'modalias()' capability (#157406)
11593 - make dependencies consistent, its 'freshens'.
11594 - cope with user umounts of devices.
11595 - add debug to SourceManager.
11596 - rev 2418
11597
11598 -------------------------------------------------------------------
11599 Fri Mar 10 16:20:41 CET 2006 - kkaempf@suse.de
11600
11601 - allow version downgrade during distribution upgrade if the
11602   newer package is coming from a trusted vendor (#155472)
11603 - implement locale fallback
11604 - 'freshen' -> 'freshens' in schema definitions to make it
11605   consistent with all other dependency definitions.
11606 - better error reporting for .pat and .sel files.
11607 - rule out packages from dependency resolutions which are
11608   de-selected by user (#155368)
11609 - use locale fallbacks in package translations.
11610 - refresh source when re-enabling it.
11611 - rev 2406
11612
11613 -------------------------------------------------------------------
11614 Tue Mar  7 21:18:19 CET 2006 - kkaempf@suse.de
11615
11616 - split of libzypp-zmd-backend subpackage as a stand-alone
11617   leaf package.
11618 - encapsulate bool test for Source_Ref better.
11619 - fixed stack overflow (ma).
11620 - make testsuite build again.
11621 - rev 2346
11622
11623 -------------------------------------------------------------------
11624 Tue Mar  7 16:17:07 CET 2006 - kkaempf@suse.de
11625
11626 - fixed URL rewriting for CD2 and following (#154762)
11627 - fixed ResPoolProxy diffState (for proper ok/cancel support
11628   in UI)
11629 - added special exception class for aborting installation
11630   (#154936)
11631 - only auto-change directories if they end in CDn or DVDn.
11632 - rev 2320.
11633
11634 -------------------------------------------------------------------
11635 Tue Mar  7 15:37:51 CET 2006 - kkaempf@suse.de
11636
11637 - silently ignore multiple installs of the same package.
11638 - fix disk usage for installs and uninstalls.
11639 - rev 2308
11640
11641 -------------------------------------------------------------------
11642 Mon Mar  6 22:22:57 CET 2006 - kkaempf@suse.de
11643
11644 - zmd-backend: filter out incompatible architectures from
11645   repository.
11646 - rev 2298
11647
11648 -------------------------------------------------------------------
11649 Mon Mar  6 21:35:24 CET 2006 - kkaempf@suse.de
11650
11651 - sync libzypp media data with mtab.
11652 - improve resolver error and solution reports.
11653 - fix source cache reading (#155459).
11654 - default cached sources to enabled (#155459).
11655 - let each source provide public keys.
11656 - rev 2297
11657
11658 -------------------------------------------------------------------
11659 Sun Mar  5 15:48:29 CET 2006 - kkaempf@suse.de
11660
11661 - only write by-sovler transactions back (#154976)
11662 - rev 2278
11663
11664 -------------------------------------------------------------------
11665 Sat Mar  4 12:36:40 CET 2006 - kkaempf@suse.de
11666
11667 - release last used source at end of commit (#155002)
11668 - rev 2277
11669
11670 -------------------------------------------------------------------
11671 Fri Mar  3 23:14:50 CET 2006 - kkaempf@suse.de
11672
11673 - cope with NULL values in zmd catalogs table (#153584)
11674 - set YAST_IS_RUNNING in transact zmd helper (#154820)
11675 - run SuSEconfig after transact zmd helper (#154820)
11676 - add softTransact to honor user vs. soft requirements (#154650)
11677 - honor all build keys provided by a package source.
11678 - add source metadata refresh.
11679 - add progress callbacks to zmd helpers.
11680 - rev 2276
11681
11682 -------------------------------------------------------------------
11683 Thu Mar  2 21:59:07 CET 2006 - kkaempf@suse.de
11684
11685 - include .diffs into main source.
11686 - catch exception when ejecting media which was unmounted externally
11687   (#154697).
11688 - init source in zmd-backend correctly (#154667)
11689 - implement disk usage info for YaST.
11690 - clean up XML schema files.
11691 - catch CPUs identifying as 'i686' but being 'i586'.
11692 - allow definition of preferred attach (mount) point for media.
11693 - make resolver results more readable.
11694 - use language fallbacks if none of multiple language providers
11695   matches.
11696 - get rid of ignoring wrong arch in resolver, having the wrong
11697   architecture is prevented by other means.
11698 - prepare for translations in exceptions.
11699 - fix 'abort does not abort'
11700 - implement 'flag' I/O in target cache backend.
11701 - skip incompatibles architectures in packages.<lang>
11702 - rev 2228
11703
11704 -------------------------------------------------------------------
11705 Thu Mar  2 13:44:34 CET 2006 - kkaempf@suse.de
11706
11707 - dont even provide src/nosrc from the source.
11708 - rev 2169 + diffs
11709
11710 -------------------------------------------------------------------
11711 Wed Mar  1 17:23:23 CET 2006 - kkaempf@suse.de
11712
11713 - Initialize commit result (#154409)
11714 - release media if its wrong (#154326)
11715 - dont copy src/nosrc packages to the pool (#154627)
11716 - reduce XML logging.
11717 - rev 2169 + diffs
11718
11719 -------------------------------------------------------------------
11720 Tue Feb 28 16:10:14 CET 2006 - kkaempf@suse.de
11721
11722 - fix path of .po files (#154074).
11723 - parse the correct package.<lang> file (kinda #154074).
11724 - complain about bad "=Sel:" or "=Pat:" lines (#153065).
11725 - reattach all released medias.
11726 - raise exception instead of abort() on XML errors (#154104).
11727 - update translations.
11728 - PathInfo: implemented a copy_dir_content (variant of copy_dir)
11729   and is_empty_dir utility function
11730 - rev 2169
11731
11732 -------------------------------------------------------------------
11733 Tue Feb 28 14:51:46 CET 2006 - kkaempf@suse.de
11734
11735 - check freshens and supplements for packages (#154074).
11736 - only complain about incomplete installed resolvables,
11737   if they are uninstalled, schedule them for installation.
11738   (#154074)
11739 - add testcases for locale() provides.
11740 - add lang_country -> lang fallback.
11741 - have locale(parent:...) deps match any provides of 'parent'
11742   also when uninstalling a package.
11743 - rev 2148
11744
11745 -------------------------------------------------------------------
11746 Tue Feb 28 10:35:15 CET 2006 - kkaempf@suse.de
11747
11748 - change the locale(...) separator to ";" (#153791)
11749 - complete "find-files" of zmd-backend.
11750 - rev 2140
11751
11752 -------------------------------------------------------------------
11753 Tue Feb 28 10:28:06 CET 2006 - visnov@suse.de
11754
11755 - avoid attaching media when initializing source
11756 - rev 2139
11757
11758 -------------------------------------------------------------------
11759 Mon Feb 27 21:26:00 CET 2006 - kkaempf@suse.de
11760
11761 - warn about misspelled 'locale(...)' provides
11762 - add testcases
11763 - rev 2134
11764
11765 -------------------------------------------------------------------
11766 Mon Feb 27 20:19:40 CET 2006 - kkaempf@suse.de
11767
11768 - fix the build
11769 - rev 2129
11770
11771 -------------------------------------------------------------------
11772 Mon Feb 27 18:15:16 CET 2006 - kkaempf@suse.de
11773
11774 - provide available locales to application (#153583)
11775 - honor 'requestedLocales' (language dependant packages)
11776 - honor release requests for all holders of a device.
11777 - silently re-attach after a forced release.
11778 - solver improvements.
11779 - handle source caches.
11780 - proper logging in zmd backend helpers.
11781 - rev 2127
11782
11783 -------------------------------------------------------------------
11784 Mon Feb 27 13:44:39 CET 2006 - kkaempf@suse.de
11785
11786 - upgrade always to best version and arch (#153577)
11787 - reset 'transact' state for obsoleted packages (#153578)
11788 - translation updates
11789 - rev 2113
11790
11791 -------------------------------------------------------------------
11792 Mon Feb 27 10:42:33 CET 2006 - kkaempf@suse.de
11793
11794 - add support for 'local' .rpm packages to zmd-backend.
11795 - rev 2101
11796
11797 -------------------------------------------------------------------
11798 Sun Feb 26 20:24:10 CET 2006 - kkaempf@suse.de
11799
11800 - fix build of zmd/backend.
11801 - actually fill 'files' table in package-files.
11802 - rev 2094
11803
11804 -------------------------------------------------------------------
11805 Sun Feb 26 17:43:06 CET 2006 - kkaempf@suse.de
11806
11807 - improve testcases.
11808 - add 'setPossibleLocales()' to ZYpp, this defines the set
11809   of possible locales to choose from (#153583)
11810 - provide LanguageImpl and create 'Language' resolvables for
11811   each 'possible' locale.
11812 - fix YUM parsing of patches, insert 'atoms' to link patches
11813   with packages.
11814 - replace gzstream/ with own, existing implementation.
11815 - honor locks in solver (#150231)
11816 - sync pool with target after commit() properly (#150565, #153066)
11817 - new zmd helper 'package-files'
11818 - rev 2093
11819
11820 -------------------------------------------------------------------
11821 Thu Feb 23 21:45:06 CET 2006 - kkaempf@suse.de
11822
11823 - prevent multiple initializations of the target (#153124)
11824 - implement 'loopback mounted ISO images'
11825 - retain old package sources on upgrade.
11826 - support compressed .xml files in 'repodata' type repositories.
11827 - rev 2025
11828
11829 -------------------------------------------------------------------
11830 Thu Feb 23 15:16:58 CET 2006 - kkaempf@suse.de
11831
11832 - parse locale(...) provides and construct correct dependencies.
11833
11834 -------------------------------------------------------------------
11835 Thu Feb 23 14:16:44 CET 2006 - kkaempf@suse.de
11836
11837 - always upgrade to candidate (#152760).
11838 - fix typo in package sorting.
11839 - prepare handling of locale provides.
11840 - rev 1995
11841
11842 -------------------------------------------------------------------
11843 Thu Feb 23 10:53:51 CET 2006 - kkaempf@suse.de
11844
11845 - sort src/nosrc package to right list during commit.
11846 - revert installtime/buildtime in susetags parser (#152760)
11847 - rev 1990
11848
11849 -------------------------------------------------------------------
11850 Thu Feb 23 10:22:08 CET 2006 - kkaempf@suse.de
11851
11852 - reset state after successful commit (#153030)
11853 - run "rpm -e" always with "--nodeps" (#153026)
11854 - provide separate resolvable kind for src packages.
11855 - extend status field for LOCK and LICENSE.
11856 - add sameState()/diffState() for UI.
11857 - provide 'best' candidate for UI.
11858 - set 60 sec timeout for curl access.
11859 - don't cross-compare solver results, takes too much time.
11860 - provide sizes of installed packages.
11861 - extend REQUIRES semantics in content file.
11862 - add "parse-metadata" helper to zmd-backend.
11863 - rev 1987
11864
11865 -------------------------------------------------------------------
11866 Wed Feb 22 14:51:46 CET 2006 - kkaempf@suse.de
11867
11868 - provide complete disk usage data (#152761)
11869 - include upgrade flag when copying solver solution
11870   back to pool (#152717)
11871 - rev 1959
11872
11873 -------------------------------------------------------------------
11874 Wed Feb 22 13:16:48 CET 2006 - kkaempf@suse.de
11875
11876 - don't insert incompatible architectures to the pool (#151933)
11877 - don't accept incompatible architectures from a repository
11878   (#151933)
11879 - separate rpm log (#151431).
11880 - allow extended product requires.
11881 - rev 1954
11882
11883 -------------------------------------------------------------------
11884 Tue Feb 21 22:02:59 CET 2006 - kkaempf@suse.de
11885
11886 - provide the XML schema files in the main package. (#152593)
11887
11888 -------------------------------------------------------------------
11889 Tue Feb 21 20:05:34 CET 2006 - kkaempf@suse.de
11890
11891 - provide arch compat handling.
11892 - implement data upload to zmd.
11893 - fix source metadata caching on target.
11894 - add 'supplements' dependencies to 'yum' parser.
11895 - provide user agent identification to curl calls.
11896 - move resolver branches (multiple alternatives) back in queue
11897   (resolve known things first, then the unknown ones).
11898 - clean up 'packages' parser.
11899 - rev 1947
11900
11901 -------------------------------------------------------------------
11902 Tue Feb 21 09:18:53 CET 2006 - kkaempf@suse.de
11903
11904 - improve media mount/umount interface
11905 - prepare class ArchCompat for proper architecture ordering
11906   and compatibility handling.
11907 - add returns to dummy functions in DbAccess.
11908 - rev 1913
11909
11910 -------------------------------------------------------------------
11911 Mon Feb 20 21:08:22 CET 2006 - kkaempf@suse.de
11912
11913 - don't explictly delete to-be-upgraded packages.
11914 - finish query-system, resolve-dependencies, and transact for
11915   libzypp-zmd-backend.
11916 - provide Pattern::category.
11917 - move system architecture to toplevel.
11918 - make target store pathname settable.
11919 - speed up rpmdb reading by properly filtering unwanted file
11920   provides.
11921 - rev 1905
11922
11923 -------------------------------------------------------------------
11924 Sun Feb 19 20:35:03 CET 2006 - kkaempf@suse.de
11925
11926 - new translations.
11927 - proofread texts.
11928 - when comparing solutions, prefer higher versions.
11929 - provide generic 'SafeBool' for bool conversions.
11930 - add PtrTypes testsuites.
11931 - rev 1876
11932
11933 -------------------------------------------------------------------
11934 Fri Feb 17 21:43:51 CET 2006 - kkaempf@suse.de
11935
11936 - integrate all diffs
11937 - move Target::commit to toplevel API
11938 - generalize dependency iterators and hash dependency
11939   information in pool (for speedup)
11940 - add 'supplements' as dependency
11941 - make more pattern attributes available
11942 - drop "smbfs" in favour of "cifs" (#151476)
11943 - add metadata cache to sources (Beta4 bug)
11944 - run "rpm -e"  with name-version-release
11945 - fix update conflicts
11946 - rev 1864
11947
11948 -------------------------------------------------------------------
11949 Thu Feb 16 20:02:19 CET 2006 - kkaempf@suse.de
11950
11951 - fix-mediachange.diff: dont skip CD but retry after media change
11952 - cd-eject-button.diff: fix CD url so YaST recognizes it and shows
11953   'eject' button
11954 - release-forced-eject-no-ptrfix.diff: fix refcounting in ptrs
11955   so media handle gets actually released and media unmounted.
11956
11957 -------------------------------------------------------------------
11958 Thu Feb 16 14:40:31 CET 2006 - kkaempf@suse.de
11959
11960 - implement arch scoring
11961 - prefer better arch (#151427)
11962 - transitive depedencies of weak requirements are non-weak
11963   (#151446)
11964 - rev 1778 + diff
11965
11966 -------------------------------------------------------------------
11967 Wed Feb 15 18:19:12 CET 2006 - kkaempf@suse.de
11968
11969 - ignore self and to-be-updated conflicts (#150844)
11970 - fix enable of target store (for non-packages)
11971 - rev 1778
11972
11973 -------------------------------------------------------------------
11974 Wed Feb 15 13:11:28 CET 2006 - kkaempf@suse.de
11975
11976 - fix "cd:" url (#151121)
11977 - provide location() in public Package api
11978 - allow running distribution upgrade in testmode
11979 - extend HAL interface
11980 - rev 1762
11981
11982 -------------------------------------------------------------------
11983 Wed Feb 15 10:10:48 CET 2006 - kkaempf@suse.de
11984
11985 - pass normal and locale packages from selections correctly.
11986 - its "baseconf" for base selections.
11987 - Make 'ZYpp' an obvious singleton.
11988 - provide releasenotesUrl.
11989 - dont continue upgrade without target.
11990 - implement 'fake' hal for testing.
11991 - fix package sizes.
11992 - more solver testcases.
11993 - rev 1754
11994
11995 -------------------------------------------------------------------
11996 Tue Feb 14 20:52:02 CET 2006 - kkaempf@suse.de
11997
11998 - extend requires of libzypp-devel
11999 - provide package sizes for UI
12000 - provide more UI helpers
12001 - implement Product and related functions
12002 - fix split provides in distribution upgrade
12003 - provide locale information to system
12004 - ask HAL for available devices
12005 - reduce debug information in solver
12006 - filter architectures in source, not in solver
12007 - rev 1743
12008
12009 -------------------------------------------------------------------
12010 Tue Feb 14 07:27:39 CET 2006 - visnov@suse.de
12011
12012 - disable another testsuite for now
12013 - fetch the default locale from environment
12014 - support user-defined formatting of log
12015 - rev 1710
12016
12017 -------------------------------------------------------------------
12018 Mon Feb 13 20:41:36 CET 2006 - visnov@suse.de
12019
12020 - providing basic product information from susetags source
12021 - public API for preferred language
12022 - implemented redirect of logging (#149001)
12023 - report start/finish of source data parsing (#150211)
12024 - store/restore source aliases properly (#150256)
12025 - disable a lot of debug logging to speed up solver
12026 - properly rewrite URL for CDn directory layouts (#149870)
12027 - rev 1706
12028
12029 -------------------------------------------------------------------
12030 Sun Feb 12 16:59:48 CET 2006 - kkaempf@suse.de
12031
12032 - add save/restore state to facilitate UI 'cancel'
12033 - enable target/store
12034 - add 'forceResolve' call and flag to resolver to switch between
12035   task-oriented ZMD and interactive YaST behaviour.
12036 - Fix resolver problem solution texts.
12037 - improve solver problem solution offerings.
12038 - fix media access handling to better support multiple
12039   requestors to single media.
12040 - move the media number checking to the source (media requestor)
12041   which knows how to verify the correct media.
12042 - Fix CD ordering (#149871), adding testcases.
12043 - Move 'PoolItemList' and 'PoolItemSet' typedefs inside classes.
12044 - Add selections to testcases.
12045 - rev 1673
12046
12047 -------------------------------------------------------------------
12048 Sat Feb 11 10:17:15 CET 2006 - kukuk@suse.de
12049
12050 - Fix missing return in Source.cc:124
12051
12052 -------------------------------------------------------------------
12053 Fri Feb 10 18:41:29 CET 2006 - kkaempf@suse.de
12054
12055 - cope with empty arch field in selections
12056 - enable dummy "enableStorage" function
12057 - rev 1610-branch
12058
12059 -------------------------------------------------------------------
12060 Fri Feb 10 15:36:43 CET 2006 - kkaempf@suse.de
12061
12062 - fix random data return in Source.cc
12063 - rev 1610
12064
12065 -------------------------------------------------------------------
12066 Fri Feb 10 15:00:45 CET 2006 - kkaempf@suse.de
12067
12068 - adapt zmd-backend to SourceImpl API change
12069 - rev 1608
12070
12071 -------------------------------------------------------------------
12072 Fri Feb 10 13:54:43 CET 2006 - kkaempf@suse.de
12073
12074 - fix the packages parser bug. Now all packages are parsed
12075   including (english) translations.
12076   source/susetags is back to svn head.
12077 - rev 1600
12078
12079 -------------------------------------------------------------------
12080 Fri Feb 10 10:30:12 CET 2006 - kkaempf@suse.de
12081
12082 - fix off-by-one bug in bitfield handling
12083 - revert source/susetags to rev 1411
12084 - rev 1586
12085
12086 -------------------------------------------------------------------
12087 Thu Feb  9 22:21:43 CET 2006 - kkaempf@suse.de
12088
12089 - dont prereq-sort non-packages
12090 - rev 1584
12091
12092 -------------------------------------------------------------------
12093 Thu Feb  9 21:29:00 CET 2006 - kkaempf@suse.de
12094
12095 - rev 1582
12096
12097 -------------------------------------------------------------------
12098 Thu Feb  9 11:10:54 CET 2006 - kkaempf@suse.de
12099
12100 - update to rev 1543
12101
12102 -------------------------------------------------------------------
12103 Thu Feb  9 00:49:23 CET 2006 - ro@suse.de
12104
12105 - require hal-devel in libzypp-devel
12106 - re-merge fixes (RPM_OPT_FLAGS)
12107
12108 -------------------------------------------------------------------
12109 Wed Feb  8 23:53:58 CET 2006 - kkaempf@suse.de
12110
12111 - make solver behaviour a bit more interactive
12112 - rev 1537
12113
12114 -------------------------------------------------------------------
12115 Wed Feb  8 18:45:21 CET 2006 - schwab@suse.de
12116
12117 - Fix syntax error in configure script.
12118 - Use RPM_OPT_FLAGS.
12119
12120 -------------------------------------------------------------------
12121 Wed Feb  8 17:03:37 CET 2006 - kkaempf@suse.de
12122
12123 - update for qt ui integration
12124 - rev 1504
12125
12126 -------------------------------------------------------------------
12127 Tue Feb  7 23:18:09 CET 2006 - kkaempf@suse.de
12128
12129 - split off libzypp-zmd-backend
12130 - rev 1466
12131
12132 -------------------------------------------------------------------
12133 Tue Feb  7 23:10:59 CET 2006 - kkaempf@suse.de
12134
12135 - another update to svn
12136
12137 -------------------------------------------------------------------
12138 Mon Feb  6 20:42:22 CET 2006 - kkaempf@suse.de
12139
12140 - finish rpm callbacks
12141 - finish UI API
12142 - fix state change resolver<->pool
12143 - zmd backend stuff
12144 - speed up tag file parsing
12145 - rev 1405
12146
12147 -------------------------------------------------------------------
12148 Mon Feb  6 16:53:03 CET 2006 - schubi@suse.de
12149
12150 - disabling failing tests of s390 and ppc
12151
12152 -------------------------------------------------------------------
12153 Mon Feb  6 11:14:16 CET 2006 - schubi@suse.de
12154
12155 - Snapshoot rev 1367
12156
12157 -------------------------------------------------------------------
12158 Mon Feb  6 01:42:48 CET 2006 - kkaempf@suse.de
12159
12160 - use hashes for pool
12161 - rev 1343
12162
12163 -------------------------------------------------------------------
12164 Fri Feb  3 14:21:47 CET 2006 - schubi@suse.de
12165
12166 - removed Obsoletes:    yast2-packagemanager
12167
12168 -------------------------------------------------------------------
12169 Fri Feb  3 11:36:19 CET 2006 - schubi@suse.de
12170
12171 - Snapshoot 3 Feb 2005 (11:30)
12172
12173 -------------------------------------------------------------------
12174 Thu Feb  2 14:27:02 CET 2006 - schubi@suse.de
12175
12176 - Snapshoot 2 Feb 2005 (14:00)
12177
12178 -------------------------------------------------------------------
12179 Thu Feb  2 12:23:03 CET 2006 - schubi@suse.de
12180
12181 - Snapshoot 2 Feb 2005 ( integrating YaST )
12182
12183 -------------------------------------------------------------------
12184 Wed Jan 25 21:37:50 CET 2006 - mls@suse.de
12185
12186 - converted neededforbuild to BuildRequires
12187
12188 -------------------------------------------------------------------
12189 Sat Jan 14 08:51:55 CET 2006 - kkaempf@suse.de
12190
12191 - Initial version
12192