backup
[platform/upstream/libzypp.git] / package / libzypp.changes
1 -------------------------------------------------------------------
2 Tue Jan 27 13:35:44 CET 2009 - ma@suse.de
3
4 - Respect content-file DATDIR when downloading packages. (bnc #468612)
5
6 -------------------------------------------------------------------
7 Tue Jan 27 13:28:54 CET 2009 - jkupec@suse.cz
8
9 - Enabled CredentialManager for MediaSMB (bnc #460970).
10 - Ignore URL's username, password, and query string in AuthData
11   comparator in CredentialManager.
12
13 -------------------------------------------------------------------
14 Mon Jan 26 12:41:07 CET 2009 - ma@suse.de
15
16 - Let vendor checks per default differ between 'openSUSE Build Service' 
17   and 'openSUSE' (bnc #467262).
18
19 -------------------------------------------------------------------
20 Fri Jan 23 12:34:44 CET 2009 - ma@suse.de
21
22 - Fix handling of plaindir repos on mounted devices (e.g. USB) (bnc #464778)
23 - Fix plaindir checksum computation not to to follow symlinks (bnc #464778)
24
25 -------------------------------------------------------------------
26 Thu Jan 22 10:41:27 CET 2009 - ma@suse.de
27
28 - Tell satsolver about product buddies (bnc #466565)
29
30 -------------------------------------------------------------------
31 Fri Jan  9 17:01:10 CET 2009 - jkupec@suse.cz
32
33 - handle HTTP 503 reponses as temporary errors (bnc #462545)
34
35 -------------------------------------------------------------------
36 Thu Dec 18 22:26:18 CET 2008 - ma@suse.de
37
38 - Fixed lost user request to abort during commit. (bnc #388810, bnc #450273)
39 - revision 11954
40 - version 5.25.0 (23)
41
42 -------------------------------------------------------------------
43 Thu Dec 18 13:02:27 CET 2008 - ma@suse.de
44
45 - Add Package::filelist, faster and less memory consuming 
46   implementation of Package::filenames (now deprecated).
47 - revision 11949
48
49 -------------------------------------------------------------------
50 Thu Dec 11 21:39:50 CET 2008 - ma@suse.de
51
52 - Add str::hexencode and str::hexdecode to encode special characters 
53   in a string as %XX.
54 - Hexdecode modalias strings in rpm dependencies because rpm does not 
55   allow comma, blank and other special chars. (bnc #456695)
56 - revision 11927
57
58 -------------------------------------------------------------------
59 Thu Dec 11 17:13:06 CET 2008 - ma@suse.de
60
61 - Catch and report media errors when proving packages. (bnc #457652)
62 - revision 11926
63
64 -------------------------------------------------------------------
65 Wed Dec 10 16:09:08 CET 2008 - ma@suse.de
66
67 - Remove obsolete zypp.conf::productsdir and deprecate 
68   ZConfig::productsPath().
69 - Monitor /etc/products.d to determine if @system.solv needs to be 
70   rebuilt. (bnc #457933)
71 - revision 11923
72 - version 5.24.7 (23)
73
74 -------------------------------------------------------------------
75 Mon Dec  8 15:31:18 CET 2008 - ma@suse.de
76
77 - Execute patch scripts chroot to the installed system. (bnc #456795)
78 - revision 11908
79
80 -------------------------------------------------------------------
81 Mon Dec  8 10:39:30 CET 2008 - schubi@suse.de
82
83 - Make the solver reset function public (bnc #439373)
84 - Revision 11904
85
86 -------------------------------------------------------------------
87 Sun Dec  7 20:21:09 CET 2008 - coolo@suse.de
88
89 - note for coolo: do not trust bash advisory from TPM colleagues
90
91 -------------------------------------------------------------------
92 Fri Dec  5 14:22:11 CET 2008 - ma@suse.de
93
94 - Fix solvers inappropriate selection as byUSER (bnc 455965)
95 - revision 11891
96 - version 5.24.6 (23)
97
98 -------------------------------------------------------------------
99 Thu Dec  4 11:10:35 CET 2008 - coolo@suse.de
100
101 - fix %post script to not warn on fresh install
102
103 -------------------------------------------------------------------
104 Mon Dec  1 19:38:24 CET 2008 - ma@suse.de
105
106 - Fix install order computation losing some installed packages
107   pre-requirements. (bnc #439802)
108 - revision 11845
109 - version 5.24.5 (23)
110
111 -------------------------------------------------------------------
112 Fri Nov 28 16:33:56 CET 2008 - ma@suse.de
113
114 - Prune soft locks to prevent installation but not update of 
115   already installed packages.
116 - revision 11829
117 - version 5.24.4 (23)
118
119 -------------------------------------------------------------------
120 Fri Nov 28 11:36:03 CET 2008 - schubi@suse.de
121
122 - Taking solutions which based on user requirements/conflict
123   "by User" solutions (bnc #442718)
124 - revision 11825 
125
126 -------------------------------------------------------------------
127 Fri Nov 28 00:05:17 CET 2008 - ma@suse.de
128
129 - Take into account the requirements of all obsoleted packages uninstall 
130   scripts when computing the installation order. (bnc #439802)
131 - revision 11823
132 - version 5.24.3 (23)
133
134 -------------------------------------------------------------------
135 Thu Nov 27 14:45:07 CET 2008 - dmacvicar@suse.de
136
137 - fix maybeUnsuported() method returning wrong result
138 - add testcase for future coverage
139 - don't force time based uuid for anonymous id string (bnc #449654)
140 - RELEASE: 5.24.2 (23)
141
142 -------------------------------------------------------------------
143 Wed Nov 26 17:18:00 CET 2008 - ma@suse.de
144
145 - Call 'repo2solv -R' (recursive scan) for plaindir repos. (bnc #443350)
146 - revision 11810
147
148 -------------------------------------------------------------------
149 Wed Nov 26 17:09:12 CET 2008 - dmacvicar@suse.de
150
151 - SHA1SUMS.key is not imported by zypp as known key (bnc #446188)
152 - path and url in add_on_products.xml is evaluated wrong
153   (bnc #446170)
154
155 -------------------------------------------------------------------
156 Mon Nov 24 17:47:35 CET 2008 - schubi@suse.de
157
158 - activate locking for doUpdate (bnc #447684)
159 - revision 11792
160 - RELEASE: 5.24.1 (23)
161  
162 -------------------------------------------------------------------
163 Fri Nov 21 16:56:10 CET 2008 - dmacvicar@suse.de
164
165 - remove unused updaterepokey, replaced by repo
166   product information
167
168 -------------------------------------------------------------------
169 Fri Nov 21 15:12:52 CET 2008 - jkupec@suse.cz
170
171 - fixed uninitialized value in OnMediaLocation (bnc #447010)
172 - revision 11770
173
174 -------------------------------------------------------------------
175 Thu Nov 20 23:59:16 CET 2008 - ma@suse.de
176
177 - Fix retrieval of deltarpm info.
178 - revision 11764
179 - version 5.24.0 (23)
180
181 -------------------------------------------------------------------
182 Thu Nov 20 22:15:28 CET 2008 - ma@suse.de
183
184 - Fix retrieval of Repository attributes like timestamps, keywords
185   and product info.
186 - revision 11760
187
188 -------------------------------------------------------------------
189 Thu Nov 20 19:30:05 CET 2008 - ma@suse.de
190
191 - Enhance class LookupAttr and add convenience class LookupRepoAttr to
192   iterate those solv file attributes which are not acssociated with a 
193   solvable. E.g. product or deltarpm info.
194 - revision 11754
195
196 -------------------------------------------------------------------
197 Wed Nov 19 15:49:38 CET 2008 - jkupec@suse.cz
198
199 - encode user-supplied URL strings before using them in the Url object
200   (bnc #446395, bnc #444267)
201 - revision 11720
202
203 -------------------------------------------------------------------
204 Wed Nov 19 15:15:14 CET 2008 - ma@suse.de
205
206 - Support loading helix files.
207 - revision 11719
208
209 -------------------------------------------------------------------
210 Tue Nov 18 18:37:30 CET 2008 - ma@suse.de
211
212 - Add class filesystem::Glob to find pathnames matching a pattern
213   by using ::glob.
214 - revision 11708
215
216 -------------------------------------------------------------------
217 Thu Nov 13 11:07:56 CET 2008 - schubi@suse.de
218
219 - Taking care for ppc64 while distupgrade (bnc #443685)
220 - revision 11670 
221
222 -------------------------------------------------------------------
223 Wed Nov 12 18:53:03 CET 2008 - ma@suse.de
224
225 - Add Capability ctor from Arch and Name: (Arch_i386, "name") or
226   (Arch_i386, "name == 1.0").
227 - revision 11669
228
229 -------------------------------------------------------------------
230 Wed Nov 12 14:31:20 CET 2008 - ma@suse.de
231
232 - Take care to always reset CURLOPT_TIMECONDITION to prevent incomplete 
233   downloads. (bnc #444109)
234 - revision 11656
235 - version 5.23.0 (23)
236
237 -------------------------------------------------------------------
238 Wed Nov 12 13:19:02 CET 2008 - ma@suse.de
239
240 - Check for modaliases below /sys (bnc #430179)
241 - revision 11653
242
243 -------------------------------------------------------------------
244 Tue Nov 11 18:36:33 CET 2008 - ma@suse.de
245
246 - Avoid superfluous file copying and gpg invocation in keyring handling.
247 - revision 11650
248
249 -------------------------------------------------------------------
250 Tue Nov 11 14:48:52 CET 2008 - ma@suse.de
251
252 - Prevent fetcher from processing the same index file twice. (bnc #443644)
253 - revision 11648
254 - version 5.22.0 (21)
255
256 -------------------------------------------------------------------
257 Fri Nov  7 23:55:47 CET 2008 - ma@suse.de
258
259 - Fix retrieval of patch contents and references attributes. (bnc #442200)
260 - revision 11641
261 - version 5.21.0 (21)
262
263 -------------------------------------------------------------------
264 Fri Nov  7 19:51:00 CET 2008 - ma@suse.de
265
266 - Add CheckSum::asString.
267 - revision 11634
268
269 -------------------------------------------------------------------
270 Fri Nov  7 17:55:48 CET 2008 - ma@suse.de
271
272 - revision 11631
273 - version 5.20.0 (20)
274
275 -------------------------------------------------------------------
276 Thu Nov  6 18:35:25 CET 2008 - dmacvicar@suse.de
277
278 - re-add the flavor to the http header now using a flavor
279   cache that is updated on every target load.
280   Target::dstributionFlavor provides access to this cache
281   in case you need the last used flavor without loading
282   the target.
283
284 -------------------------------------------------------------------
285 Thu Nov  6 16:23:03 CET 2008 - schubi@suse.de
286
287 - added flag: ignorealreadyrecommended to the testcases (bnc #432136)
288 - revsion 11539 
289
290 -------------------------------------------------------------------
291 Thu Nov  6 09:41:48 CET 2008 - schubi@suse.de
292
293 - Adding rule rpm-arch for installed rpm package in order to avoid 
294   unneeded architecture change. (bnc #441004)
295 - revision 11585
296
297 -------------------------------------------------------------------
298 Tue Nov  4 13:21:35 CET 2008 - jkupec@suse.cz
299
300 - handle MediaTimeoutException also in MediaSetAccess::provideFile()
301   (bnc #439983)
302 - revision 11568
303
304 -------------------------------------------------------------------
305 Mon Nov  3 15:30:53 CET 2008 - dmacvicar@suse.de
306
307 - merge contributions by Jon Nelson, the patches resolve 
308   the following issues:
309 - disable the "Pragma: nocache" header which is automatically 
310   used by curl.
311   re-enables the use of a caching http proxy (like squid or others) 
312   and corrects (bnc #326208)
313 - don't generate an If-Modified-Since header if we don't have a
314   previous file to work with
315 - don't generate a Proxy-Authenticate header if one is not called 
316   for.
317
318 -------------------------------------------------------------------
319 Fri Oct 31 14:01:57 CET 2008 - ma@suse.de
320
321 - Do not save solver locks (by APPL_HIGH).
322 - revision 11558
323
324 -------------------------------------------------------------------
325 Fri Oct 31 13:53:39 CET 2008 - dmacvicar@suse.de
326
327 - fetcher.setOptions( Fetcher::AutoAddIndexes ) allows
328   for automatic signed index discovery.
329 - enqueueDir with checksum checking s now enqueueDigestedDir
330
331 -------------------------------------------------------------------
332 Thu Oct 30 14:24:57 CET 2008 - schubi@suse.de
333
334 - solutions: keep/lock will be done by APPL_HIGH. So they will not be
335   saved in the lockfiles
336 - "keep obsolete" will be handled with lock by APPL_HIGH (bnc #439134)
337 - revision  11549 
338
339 -------------------------------------------------------------------
340 Wed Oct 29 14:14:16 CET 2008 - jkupec@suse.cz
341
342 - throw a MediaTimeoutException also on http 504 (gateway timeout)
343   (bnc #425035)
344 - revision 11535
345
346 -------------------------------------------------------------------
347 Wed Oct 29 12:51:55 CET 2008 - ma@suse.de
348
349 - Add 'sh4' architectures.
350 - revision 11534
351
352 -------------------------------------------------------------------
353 Tue Oct 28 22:01:40 CET 2008 - dmacvicar@suse.de
354
355 - don't free the header before curl_perform as curl does not
356   copy it. (bnc#439532)
357
358 -------------------------------------------------------------------
359 Tue Oct 28 16:47:36 CET 2008 - ma@suse.de
360
361 - Add 'arm' architectures.
362 - revision 11525
363
364 -------------------------------------------------------------------
365 Tue Oct 28 10:07:13 CET 2008 - schubi@suse.de
366
367 - regarding "keep obsolete" in the solutions (bnc #439134)
368 - revision 11517 
369
370 -------------------------------------------------------------------
371 Mon Oct 27 10:51:01 CET 2008 - dmacvicar@suse.de
372
373 - fix broken aria2c command line (bnc#438971) 
374
375 -------------------------------------------------------------------
376 Sun Oct 26 14:53:56 CET 2008 - coolo@suse.de
377
378 - adding svn r11488 to fix compile of PackageKit
379
380 -------------------------------------------------------------------
381 Fri Oct 24 18:12:34 CEST 2008 - ma@suse.de
382
383 - Remove error prone methods from OnMediaLocation API to prevent 
384   accidental missuse. (bnc #437328)
385 - revision 11487
386 - version 5.19.0 (19)
387
388 -------------------------------------------------------------------
389 Fri Oct 24 16:07:45 CEST 2008 - ma@suse.de
390
391 - Provide the /etc/products.d enties filename as Product::referenceFilename.
392   Use it to remove orphan products. (bnc #432932)
393 - Fix media exception handling in commit (bnc #395704)
394 - revision 11485
395 - version 5.18.0 (17)
396
397 -------------------------------------------------------------------
398 Fri Oct 24 10:29:19 CEST 2008 - schubi@suse.de
399
400 - Taking "unlock" instead of setTransact(false) in the solutions (bnc #436923)
401 - revision 11468
402 - version 5.17.0 (17)
403
404 -------------------------------------------------------------------
405 Wed Oct 22 14:33:10 CEST 2008 - ma@suse.de
406
407 - For retrieving a product license fall back to license.tar.gz. (bnc #372386)
408 - revision 11447
409
410 -------------------------------------------------------------------
411 Wed Oct 22 14:16:33 CEST 2008 - dmacvicar@suse.de
412
413 - move anonymous unique id to a private http header
414   X-ZYpp-AnonymousUniqueId (bnc#431571 )
415
416 -------------------------------------------------------------------
417 Wed Oct 22 12:58:35 CEST 2008 - ma@suse.de
418
419 - Adapt to satsolver-0.12 API.
420 - Add Locale:: bestMatch to find the best match within a set of 
421   available Locales.
422 - revision 11441
423
424 -------------------------------------------------------------------
425 Mon Oct 20 16:44:58 CEST 2008 - ma@suse.de
426
427 - RepoInfo: Add methods to handle repository licenses. (bnc #372386)
428 - revision 11419
429
430 -------------------------------------------------------------------
431 Mon Oct 20 16:39:41 CEST 2008 - ma@suse.de
432
433 - Adapt to changed satsolver dataiterator API.
434 - revision 11418
435
436 -------------------------------------------------------------------
437 Fri Oct 17 18:31:47 CEST 2008 - ma@suse.de
438
439 - Secure download of license file on repo refresh (bnc #372386)
440 - revision 11398
441
442 -------------------------------------------------------------------
443 Fri Oct 17 17:26:25 CEST 2008 - ma@suse.de
444
445 - Call 'repo2solv.sh -o' instead of using output redirection. (bnc #420046)
446 - revision 11397
447
448 -------------------------------------------------------------------
449 Thu Oct 16 17:57:15 CEST 2008 - jkupec@suse.cz
450
451 - repository license methods added to RepoManager (bnc #372386)
452 - revision 11377
453
454 -------------------------------------------------------------------
455 Thu Oct 16 16:26:01 CEST 2008 - dmacvicar@suse.de
456
457 - don't take into account stat information when looking
458   for remote SHA1SUMS (part of bnc#409927)
459
460 -------------------------------------------------------------------
461 Wed Oct 15 18:01:48 CEST 2008 - jkupec@suse.cz
462
463 - MediaSetAccess::provideOptionalFile() added
464 - revision 11369
465
466 -------------------------------------------------------------------
467 Wed Oct 15 18:01:48 CEST 2008 - jkupec@suse.cz
468 - version 5.16.1 (16)
469
470 -------------------------------------------------------------------
471 Tue Oct 14 16:15:09 CEST 2008 - jkupec@suse.cz
472
473 - don't initialize servicesTargetDistro via global ZYpp instance in
474   RepoManagerOptions() constructor (bnc #435184)
475 - revision 11342
476
477 -------------------------------------------------------------------
478 Mon Oct 13 19:12:40 CEST 2008 - jkupec@suse.cz
479
480 - repository probing: check for other types of repo even on
481   MediaException, throw only if all fail (bnc #335906)
482 - revision 11332
483
484 -------------------------------------------------------------------
485 Mon Oct 13 14:16:25 CEST 2008 - ma@suse.de
486
487 - Adapt to satsolver changes.
488 - revision 11331
489 - version 5.16.0 (16)
490
491 -------------------------------------------------------------------
492 Mon Oct 13 13:28:48 CEST 2008 - ma@suse.de
493
494 - Fix reading delta rpm checksum from solv file.
495 - revision 11313
496
497 -------------------------------------------------------------------
498 Mon Oct 13 12:12:39 CEST 2008 - ma@suse.de
499
500 - Fix package-manager script to properly quote arguments. (bnc #30903)
501 - revision 11311
502
503 -------------------------------------------------------------------
504 Mon Oct 13 11:03:04 CEST 2008 - schubi@suse.de
505
506 - regarding orphaned resolvables
507 - removed old distupgrade algorithm
508 - revision 11307 
509
510 -------------------------------------------------------------------
511 Sun Oct 12 13:55:51 CEST 2008 - jkupec@suse.cz
512
513 - handle ftp response 530 (login failed) like http 403
514   (bnc #433537)
515 - revision 11305
516
517 -------------------------------------------------------------------
518 Thu Oct  9 17:37:18 CEST 2008 - ma@suse.de
519
520 - Adapt to satsolvers 'big solv data change'.
521 - revision 11294
522
523 -------------------------------------------------------------------
524 Thu Oct  9 17:18:18 CEST 2008 - schubi@suse.de
525
526 - Taking the right solution actions for locked resolvables (bnc #400840)
527 - revision 11289 
528
529 -------------------------------------------------------------------
530 Thu Oct  9 13:52:03 CEST 2008 - ma@suse.de
531
532 - Add required copy-ctor and assignment operator to WhatProvides.
533   (bnc #433087)
534 - revision 11276
535
536 -------------------------------------------------------------------
537 Wed Oct  8 16:24:25 CEST 2008 - jkupec@suse.cz
538
539 - detect and use unused loop device for mounting ISO images
540   (bnc #428009)
541 - revision 11262
542 - version 5.15.1 (13)
543
544 -------------------------------------------------------------------
545 Wed Oct  8 15:39:08 CEST 2008 - jkupec@suse.cz
546
547 - fixed segfault when saving the probed repo type in
548   RepoManager::refreshMetadata() (bnc #431963)
549 - revision 11261
550
551 -------------------------------------------------------------------
552 Wed Oct  8 11:33:00 CEST 2008 - dmacvicar@suse.de
553
554 - improve log message (bnc#429114) 
555
556 -------------------------------------------------------------------
557 Wed Oct  8 11:15:20 CEST 2008 - lslezak@suse.cz
558
559 - disk usage - ignore /proc filesystem (bnc#418783)
560 - revision 11258
561
562 -------------------------------------------------------------------
563 Tue Oct  7 13:24:10 CEST 2008 - ma@suse.de
564
565 - Fixed detection of loopback mounted iso-files. The mtab entry does
566   not necessarily mention the iso-file. (bnc #432504) 
567 - revision 11252
568 - version 5.15.0 (13)
569
570 -------------------------------------------------------------------
571 Thu Oct  2 19:46:13 CEST 2008 - ma@suse.de
572
573 - Add zypp.conf option 'download.use_deltarpmr.always' to enable using 
574   delta rpms even if the package is available on a local source.
575   (Axel C. Frinke)
576 - revision 11235
577 - version 5.14.0 (13)
578
579 -------------------------------------------------------------------
580 Thu Oct  2 18:50:11 CEST 2008 - ma@suse.de
581
582 - Add product attribute: PRODUCTLINE.
583 - revision 11234
584
585 -------------------------------------------------------------------
586 Thu Oct  2 17:18:19 CEST 2008 - ma@suse.de
587
588 - Do not consider self provided requirements whan computing the 
589   installation order.
590 - revision 11231
591
592 -------------------------------------------------------------------
593 Wed Oct  1 16:07:36 CEST 2008 - ma@suse.de
594
595 - Rephrase missleading error message. (bnc #431229)
596 - revision 11222
597
598 -------------------------------------------------------------------
599 Tue Sep 30 17:23:48 CEST 2008 - ma@suse.de
600
601 - Allow computation of disk usage per solvable.
602 - revision 11218
603
604 -------------------------------------------------------------------
605 Mon Sep 29 23:59:10 CEST 2008 - dmacvicar@suse.de
606
607 - Merge aria2c Media handler code from Google SOC 2008
608   (Gerard Farras)
609 - Only activated by making env var ZYPP_ARIA=1
610
611 -------------------------------------------------------------------
612 Mon Sep 29 15:56:17 CEST 2008 - jkupec@suse.cz
613
614 - history: tell which package failed before logging rpm output or
615   error message (bnc #430585)
616 - no localization for history log comments
617 - revision 11202
618
619 -------------------------------------------------------------------
620 Mon Sep 29 13:43:08 CEST 2008 - ma@suse.de
621
622 - Fix zypp::WhatProvides::empty returning inverse result.
623 - revision 11200
624 - version 5.13.1 (13)
625
626 -------------------------------------------------------------------
627 Sat Sep 27 23:36:19 CEST 2008 - jkupec@suse.cz
628
629 - fixed endless loop when CredentialManager returns bad password
630 - CredentialManager now correctly updates password of existing
631   credentials
632 - revision 11187
633
634 -------------------------------------------------------------------
635 Fri Sep 26 15:37:50 CEST 2008 - ma@suse.de
636
637 - Fix computation of Product::flavor.
638 - Add Product::productLine. A vendor specific string denoting the 
639   product line.
640 - revision 11182
641 - version 5.13.0 (13)
642
643 -------------------------------------------------------------------
644 Fri Sep 26 15:25:33 CEST 2008 - jkupec@suse.cz
645
646 - save user credentials after asking for them
647 - revision 11181
648
649 -------------------------------------------------------------------
650 Thu Sep 25 23:19:55 CEST 2008 - jkupec@suse.cz
651
652 - ZConfig::credentialsGlobal{File,Dir}() added
653   (/etc/zypp/credentials.{cat,d})
654 - revision 11176
655
656 -------------------------------------------------------------------
657 Thu Sep 25 17:09:44 CEST 2008 - jkupec@suse.cz
658
659 - Target::setInstallationLogfile() removed from zypp/Target.h
660 - revision 11171
661
662 -------------------------------------------------------------------
663 Thu Sep 25 13:11:43 CEST 2008 - ma@suse.de
664
665 - Remove obsolete zypp-query-pool binary. zypper provides all
666   the information one needs.
667 - revision 11160
668
669 -------------------------------------------------------------------
670 Wed Sep 24 19:11:19 CEST 2008 - jkupec@suse.cz
671
672 - HistoryLog added and used to log package installs/removes and
673   repository adds, removes, url and alias changes into
674   history.logfile (/var/log/zypp/history) (fate #110205)
675 - str::escape(string, char) added
676 - revision 11150
677 - version 5.12.1 (12)
678
679 -------------------------------------------------------------------
680 Tue Sep 23 14:02:08 CEST 2008 - jkupec@suse.cz
681
682 - CredentialManager: look for credentials with
683   wanted_url.startsWith(stored_url)
684 - RepoManager: don't pass service credentials down to repos if
685   their urls are not based on service's url.
686 - revision 11134
687
688 -------------------------------------------------------------------
689 Mon Sep 22 16:27:41 CEST 2008 - ma@suse.de
690
691 - Remove superfluous PRODUCT_REFERENCES attribute.
692 - revision 11127
693
694 -------------------------------------------------------------------
695 Mon Sep 22 16:13:08 CEST 2008 - ma@suse.de
696
697 - Add Url::hasCredentialsInAuthority test for username or password 
698   being encoded in the authority component. I.e. user:pass@host.
699 - Handle repos to be disabled disable in service refresh.
700 - revision 11126
701
702 -------------------------------------------------------------------
703 Mon Sep 22 12:10:34 CEST 2008 - jkupec@suse.cz
704
705 - provided context to keyring callbacks (bnc #370223)
706 - merged trust & import callbacks (bnc #366467)
707   (don't worry, still allows to trust && !import)
708 - revision 11113
709
710 -------------------------------------------------------------------
711 Fri Sep 19 13:17:38 CEST 2008 - ma@suse.de
712
713 - Moved DefaultAcceptBits enum to class KeyRing (formerly KeyRingReort).
714 - revision 11102
715
716 -------------------------------------------------------------------
717 Thu Sep 18 16:11:23 CEST 2008 - ma@suse.de
718
719 - Use service alias as namespace for it's repositories aliases.
720 - revision 11097
721 - version 5.11.0 (11)
722
723 -------------------------------------------------------------------
724 Thu Sep 18 12:45:25 CEST 2008 - jkupec@suse.cz
725
726 - pass service's credentials down to repos
727 - support ?credentials=filepath in URL to specify credentials
728 - revision 11092
729
730 -------------------------------------------------------------------
731 Thu Sep 18 09:57:49 CEST 2008 - ma@suse.de
732
733 - Add Product::isTargetDistribution to identify the systems installed
734   baseproduct. This should replace tests for Product::type is "base".
735 - revision 11089
736
737 -------------------------------------------------------------------
738 Wed Sep 17 18:05:44 CEST 2008 - jkupec@suse.cz
739
740 - save user credentials when adding repos/services with URLs containing
741   the credentials (bnc #425462)
742 - revision 11085
743
744 -------------------------------------------------------------------
745 Wed Sep 17 15:08:54 CEST 2008 - ma@suse.de
746
747 - Adapt to rpms new way of quoting whitespace in pathnames.(bnc #426924)
748 - revision 11082
749
750 -------------------------------------------------------------------
751 Tue Sep 16 18:41:39 CEST 2008 - ma@suse.de
752
753 - Service handling fixes. Added ServiceException. 
754 - revision 11077
755
756 -------------------------------------------------------------------
757 Mon Sep 15 11:40:04 CEST 2008 - ma@suse.de
758
759 - Fix building of transaltions.
760 - revision 11064
761
762 -------------------------------------------------------------------
763 Sun Sep 14 00:10:21 CEST 2008 - jkupec@suse.cz
764
765 - ServiceInfo.clearReposTo{Enable,Disable}() methods added
766 - revision 11060
767
768 -------------------------------------------------------------------
769 Fri Sep 12 18:24:28 CEST 2008 - ma@suse.de
770
771 - Create new Service repos in disbaled sate.
772 - revision 11056
773 - version 5.10.0 (10)
774
775 -------------------------------------------------------------------
776 Fri Sep 12 16:04:54 CEST 2008 - ma@suse.de
777
778 - Make registerTarget and registerRelease abvailable for installed 
779   product. Required for registration.
780 - revision 11043
781
782 -------------------------------------------------------------------
783 Fri Sep 12 12:59:50 CEST 2008 - ma@suse.de
784
785 - Add url lists query to Product interface. A generic query and 
786   convenience methods to query urls for "releasenotes", "register", 
787   "updateurls", "extraurls",  "optionalurls" and "smolt" (bnc #413444)
788 - revision 11029
789
790 -------------------------------------------------------------------
791 Fri Sep 12 01:38:25 CEST 2008 - jkupec@suse.cz
792
793 - ServiceType and ServiceInfo::type() added (contains only RIS for
794   now), service type probing added.
795 - Avoiding the use of 'path' for services (appending
796   the repoindex.xml's 'path' to the baseurl of created repos)
797 - renamed ServiceInfo::*catalog*() methods to *repo*() methods
798 - revision 11022
799
800 -------------------------------------------------------------------
801 Thu Sep 11 16:01:57 CEST 2008 - dmacvicar@suse.de
802
803 - add Repostiroy::updateKeys and 
804   Repository::providesUpdatesForKey(string) for repo and
805   product matching
806 - Provide Repository::isUpdateRepo
807
808 -------------------------------------------------------------------
809 Thu Sep 11 14:41:28 CEST 2008 - ma@suse.de
810
811 - Fix evaluation of vendor support flags.
812 - Adapt retrieval of registration data (targetDistribution, 
813   targetDistributionRelease and targetDistributionFlavor).
814 - revision 11013
815
816 -------------------------------------------------------------------
817 Wed Sep 10 18:23:52 CEST 2008 - ma@suse.de
818
819 - Follow gpgcheck tag in .repo file and do no check if disabled.
820 - revision 11010
821 - version 5.9.0 (8)
822
823 -------------------------------------------------------------------
824 Wed Sep 10 17:54:20 CEST 2008 - jkupec@suse.cz
825
826 - added dumpAsXMLOn(stream,string) to ServiceInfo to print services
827   with content (repos)
828 - revision 11004
829
830 -------------------------------------------------------------------
831 Wed Sep 10 17:31:41 CEST 2008 - ma@suse.de
832
833 - Remove obsolete product attributes.
834 - Store less packages in /var/lib/zypp/SoftLocks (bnc #418050)
835 - revision 11001
836
837 -------------------------------------------------------------------
838 Wed Sep 10 16:40:00 CEST 2008 - ma@suse.de
839
840 - Provide product::updaterepoKey: Update repository indicator string.
841 - revision 11000
842
843 -------------------------------------------------------------------
844 Tue Sep  9 17:33:03 CEST 2008 - dmacvicar@suse.de
845
846 - provide context about the repository (name/alias) if available when
847   checking signatures (bnc#370223)
848 - 5.8.0
849
850 -------------------------------------------------------------------
851 Tue Sep  9 13:04:11 CEST 2008 - ma@suse.de
852
853 - Add ServiceInfo interface to define a set of catalogs (repository 
854   aliases) to be enabled on next refresh.
855 - revision 10970
856
857 -------------------------------------------------------------------
858 Tue Sep  9 11:40:42 CEST 2008 - ma@suse.de
859
860 - Fix reading of Traget::targetDistribution.
861 - Allow to configure default answers in signature verification workflow.
862 - revision 10968
863
864 -------------------------------------------------------------------
865 Mon Sep  8 17:11:02 CEST 2008 - jkupec@suse.cz
866
867 - CredentialManager added to manage stored credentials
868 - MediaCurl adapted to use CredentialManager to read credentials
869 - revision 10958
870
871 -------------------------------------------------------------------
872 Fri Sep  5 11:40:05 CEST 2008 - jkupec@suse.cz
873
874 - operator ==, !=, < definition moved to RepoInfoBase from
875   the derived classes
876 - fixed RepoInfo::dumpAsIniOn() to not print 'type' if it is unknown
877   (bnc #407515)
878 - {Repo,Service}Info::dumpAsXMLOn(ostream) added
879 - RepoInfo::dumpRepoOn() deprecated in favor of dumpAsIniOn()
880 - use shared_ptr instead of itrusive for {Repo,Service}Info
881 - revision 10931:10942
882
883 -------------------------------------------------------------------
884 Thu Sep  4 16:47:07 CEST 2008 - jkupec@suse.cz
885
886 - RepoInfo{,Base} setters made void
887 - revision 10931
888
889 -------------------------------------------------------------------
890 Wed Sep  3 14:53:06 CEST 2008 - jkupec@suse.cz
891
892 - skip repositories with non-matching target distro when reading
893   repoindex
894 - revision 10926
895
896 -------------------------------------------------------------------
897 Tue Sep  2 11:04:52 CEST 2008 - schubi@suse.de
898
899 - Enabled distupgrade of the SAT solver. In order to use the old
900   distupgrade you can set the environment variable ZYPP_NO_SAT_UPDATE.
901   This variable will can be used until the old distupgrade mechanism will 
902   be removed from libzypp. Have a look to above changelogs.
903 - revision 10911
904 - version 5.7.0 (5)
905
906 -------------------------------------------------------------------
907 Tue Aug 19 16:36:47 CEST 2008 - dmacvicar@suse.de
908
909 - add Package::maybeUnsupported to remove duplicated
910   code in clients dealing with Package::vendorSupport
911
912 -------------------------------------------------------------------
913 Tue Aug 19 11:04:52 CEST 2008 - schubi@suse.de
914
915 - Reset transaction only if this solvable has no buddy (bnc #417799)
916   e.g. do not reset Products cause the concerning release package
917   could not already be installed.
918 - revision 10883
919 - version 5.6.1 (5)
920
921 -------------------------------------------------------------------
922 Mon Aug 18 17:31:02 CEST 2008 - dmacvicar@suse.de
923
924 - don't report "may be outdated" for @System repo.
925
926 -------------------------------------------------------------------
927 Fri Aug 15 20:20:07 CEST 2008 - ma@suse.de
928
929 - Add Target::targetDistribution. Returns "distribution-arch" of 
930   the installed base product. Used for registration and Service
931   refresh. (for Fate #304915)
932 - revision 10877
933 - version 5.6.0 (5)
934
935 -------------------------------------------------------------------
936 Fri Aug 15 17:42:58 CEST 2008 - ma@suse.de
937
938 - Add method Product::replacedProducts to identify installed 
939   Products that would be replaced by installing a new Product.
940   (for Fate #301997)
941 - revision 10876
942
943 -------------------------------------------------------------------
944 Fri Aug 15 15:30:32 CEST 2008 - ma@suse.de
945
946 - Fixes to Selectable doing staus manipulation on non-USER level.
947 - revision 10873
948
949 -------------------------------------------------------------------
950 Fri Aug 15 14:23:02 CEST 2008 - ma@suse.de
951
952 - Add method ZYpp::getTarget that returns the Target or a NULL pointer,
953   if it is not yet initialized. This is to avoid try/catch blocks just 
954   to test whether the Target is initialized. (bnc #417556)
955 - Add method Target::assertRootPrefix. Pass a pathname and get back the
956   path prefixed with the tragets root, unless it already had that prefix.
957 - revision 10870
958
959 -------------------------------------------------------------------
960 Thu Aug 14 18:44:45 CEST 2008 - schubi@suse.de
961
962 - Regarding error messages for Products correctly (FATE #304502)
963 - rev 10863 
964
965 -------------------------------------------------------------------
966 Thu Aug 14 14:03:27 CEST 2008 - ma@suse.de
967
968 - Let Selectable default to USER level.
969 - revision 10850
970 - version 5.5.1 (5)
971
972 -------------------------------------------------------------------
973 Wed Aug 13 21:01:25 CEST 2008 - ma@suse.de
974
975 - Change Selectable API to support doing staus manipulation on
976   non-USER level. 
977 - revision 10847
978 - version 5.5.0 (5) 
979
980 -------------------------------------------------------------------
981 Wed Aug 13 16:48:49 CEST 2008 - dmacvicar@suse.de
982
983 - support sat solver API for searching files
984
985 -------------------------------------------------------------------
986 Wed Aug 13 15:12:45 CEST 2008 - ma@suse.de
987
988 - Add ResPool::reposFind to get repositories by alias.
989 - revision 10835
990
991 -------------------------------------------------------------------
992 Tue Aug 12 19:37:36 CEST 2008 - ma@suse.de
993
994 - Advise rpmdb2solv to parse the product database.
995 - revision 10824
996 - version 5.4.0 (4)
997
998 -------------------------------------------------------------------
999 Tue Aug 12 12:05:49 CEST 2008 - ma@suse.de
1000
1001 - Offer a simpler, fate based status manipulation in ui::Selectable.
1002   This is easier to handle, as the ui::Status always distinguishes
1003   wheter an object is installed or not.
1004 - revision 10814
1005
1006 -------------------------------------------------------------------
1007 Mon Aug 11 18:00:40 CEST 2008 - ma@suse.de
1008
1009 - Propagate default rpm install flags from zypp.conf via ZConfig and
1010   ZYppCommitPolicy down to the installer. (FATE #302952) 
1011 - revision 10813
1012
1013 -------------------------------------------------------------------
1014 Mon Aug 11 16:28:07 CEST 2008 - ma@suse.de
1015
1016 - Add base::Flags (like qt's QFlags) a type-safe way of storing 
1017   OR-combinations of enum values.
1018 - revision 10811
1019
1020 -------------------------------------------------------------------
1021 Fri Aug  8 17:01:00 CEST 2008 - ma@suse.de
1022
1023 - Add static ui::Selectable::get methods as convenient ctor
1024   substitute. 
1025 - revision 10806
1026
1027 -------------------------------------------------------------------
1028 Fri Aug  8 15:41:17 CEST 2008 - ma@suse.de
1029
1030 - Adapt zypp-query-pool to new product handling.
1031 - revision 10803
1032
1033 -------------------------------------------------------------------
1034 Fri Aug  8 14:11:03 CEST 2008 - ma@suse.de
1035
1036 - Don't pass epoch to 'rpm -e', it does not support it.
1037 - revision 10800
1038
1039 -------------------------------------------------------------------
1040 Fri Aug  8 13:27:42 CEST 2008 - ma@suse.de
1041
1042 - Adapt to new product handling. Products are no longer pseudo
1043   installed objects verified by the solver, but actually installed. 
1044   Thus removed satisfiedProduct iterator, fixed Selctables. 
1045 - Removed class ProductInfo as we keep Product.
1046 - revision 10797
1047
1048 -------------------------------------------------------------------
1049 Thu Aug  7 22:00:55 CEST 2008 - dmacvicar@suse.de
1050
1051 - implement relogin suggested support (fate#304889)
1052
1053 -------------------------------------------------------------------
1054 Wed Aug  6 18:21:30 CEST 2008 - ma@suse.de
1055
1056 - Detect correct download path even if repository type 
1057   is not set. (bnc #386386)
1058 - revision 10768
1059
1060 -------------------------------------------------------------------
1061 Wed Aug  6 17:15:48 CEST 2008 - ma@suse.de
1062
1063 - Cleanup, mostly by removing, unused parser code and related classes.
1064 - revision 10765
1065
1066 -------------------------------------------------------------------
1067 Wed Aug  6 16:23:27 CEST 2008 - ma@suse.de
1068
1069 - Don't let exception escape MediaSetAccess dtor (bnc #415017)
1070 - revision 10763
1071
1072 -------------------------------------------------------------------
1073 Mon Aug  4 19:34:27 CEST 2008 - ma@suse.de
1074
1075 - Add new product attributes (flavor,referencePackage).
1076 - Add PoolItem buddies, i.e. two PoolItems sharing the same status
1077   object. This is used to keep the product resolvable and the
1078   package providing the product metadata in sync.
1079 - revision 10742
1080
1081 -------------------------------------------------------------------
1082 Sat Aug  2 19:26:52 CEST 2008 - jkupec@suse.cz
1083
1084 - support an optional url attribute in repoindex.xml's <repo>
1085 - revision 10729
1086
1087 -------------------------------------------------------------------
1088 Thu Jul 31 21:52:11 CEST 2008 - ma@suse.de
1089
1090 - New class ProductInfo to provide product related metadata that
1091   might be associated with a package. This will replace the Product
1092   resolvable.
1093 - revision 10715
1094
1095 -------------------------------------------------------------------
1096 Thu Jul 31 19:01:54 CEST 2008 - dmacvicar@suse.de
1097
1098 - generate a unique anonymous unique string per target
1099   and add it to the agent string for better statistics
1100
1101 -------------------------------------------------------------------
1102 Thu Jul 31 19:01:14 CEST 2008 - ma@suse.de
1103
1104 - Follow solver policy and make repository priority the highest
1105   key, when ordering packages. Then architecture, and edition last.
1106 - revision 10710
1107
1108 -------------------------------------------------------------------
1109 Wed Jul 30 19:12:00 CEST 2008 - ma@suse.de
1110
1111 - /var/lib/zypp and /var/cache/zypp should be owned by libzypp 
1112   (bnc #412094)
1113 - revision 10702
1114
1115 -------------------------------------------------------------------
1116 Wed Jul 30 12:47:48 CEST 2008 - jkupec@suse.cz
1117
1118 - Service renamed to ServiceInfo
1119 - RepoInfoBase added; RepoInfo and ServiceInfo now derive from it
1120 - revision 10695
1121
1122 -------------------------------------------------------------------
1123 Tue Jul 29 12:59:46 CEST 2008 - jkupec@suse.cz
1124
1125 - fixed yum repos to work with non '/' base url post fix
1126   (bnc #341617)
1127 - revision 10662
1128
1129 -------------------------------------------------------------------
1130 Mon Jul 28 18:13:24 CEST 2008 - ma@suse.de
1131
1132 - Fixed SolvIterMixin::Selectable_iterator eating some solvables
1133   (bnc #411339)
1134 - revision 10680
1135
1136 -------------------------------------------------------------------
1137 Fri Jul 25 20:12:55 CEST 2008 - ma@suse.de
1138
1139 - Several changes to make libzypp-bindings compile using the original
1140   header files and no private copies. (bnc #391831)
1141 - revision 10668
1142 - version 5.3.0
1143
1144 -------------------------------------------------------------------
1145 Wed Jul 23 17:17:47 CEST 2008 - jkupec@suse.cz
1146
1147 - Service::enabled() added
1148 - revision 10657
1149
1150 -------------------------------------------------------------------
1151 Tue Jul 22 17:18:28 CEST 2008 - jkupec@suse.cz
1152
1153 - Removed FRESHENS dependency type
1154 - revision 10643
1155
1156 -------------------------------------------------------------------
1157 Thu Jul 17 09:49:40 CEST 2008 - schubi@suse.de
1158
1159 - Allow parallel installation of packages which have been defined
1160   in zypp.conf (parameter "multiversion") Fate #302050
1161 - Additional check for broken system.
1162   (defined in zypp.conv: solver.checkSystemFile)
1163 - revision 10600
1164
1165 -------------------------------------------------------------------
1166 Wed Jul 16 14:39:50 CEST 2008 - ma@suse.de
1167
1168 - Add ui::Selectable::isNeeded to indicate patch relevance (bnc #409150)
1169 - revision 10596
1170
1171 -------------------------------------------------------------------
1172 Wed Jul 16 01:10:37 CEST 2008 - ma@suse.de
1173
1174 - Remove Atom, Script, Message and other obsolete classes.
1175 - revision 10592
1176
1177 -------------------------------------------------------------------
1178 Mon Jul 14 13:36:26 CEST 2008 - ma@suse.de
1179
1180 - Also report the name of the locking process in ZYppFactoryException
1181   (bnc #280537)
1182 - revision 10572
1183
1184 -------------------------------------------------------------------
1185 Mon Jul 14 11:26:30 CEST 2008 - schubi@suse.de
1186
1187 - corrected logging of solver settings
1188 - regard locking while doUpdate (bnc #405427)
1189 - revision 10564
1190
1191 -------------------------------------------------------------------
1192 Sat Jul 12 22:14:32 CEST 2008 - jkupec@suse.cz
1193
1194 - make curl use the right transfer mode
1195   (CURLOPT_PROXY_TRANSFER_MODE) when proxy is used (bnc #306272)
1196 - revision 10559
1197
1198 -------------------------------------------------------------------
1199 Sat Jul 12 11:19:56 CEST 2008 - jkupec@suse.cz
1200
1201 - reuse existing disk mounts (applied Marius' patch) (bnc #208222)
1202 - revision 10557
1203
1204 -------------------------------------------------------------------
1205 Wed Jul  9 18:13:58 CEST 2008 - ma@suse.de
1206
1207 - Provide Package::url() if available in solv file. (bnc #402434)
1208 - A missing cookie file must not be treated as an error. Simply
1209   rebuild the cache (bnc #405867)
1210 - Add 22x22 and 24x24 icons (bnc #329635)
1211 - revision 10528
1212
1213 -------------------------------------------------------------------
1214 Mon Jul  7 13:39:09 CEST 2008 - schubi@suse.de
1215
1216 - Do not update an already updated package (bnc #400422)
1217 - revision 10504
1218
1219 -------------------------------------------------------------------
1220 Fri Jul  4 17:19:24 CEST 2008 - ma@suse.de
1221
1222 - Also check if the fingerprint matches before importing updated keys.
1223   (bnc #393160)
1224 - revision 10500
1225
1226 -------------------------------------------------------------------
1227 Mon Jun 30 23:55:20 CEST 2008 - dmacvicar@suse.de
1228
1229 - forward port add message attribute to patches.
1230 - port import newer keys if a trusted key is updated
1231 - (bnc#393160)
1232 - version 5.0.2
1233
1234 -------------------------------------------------------------------
1235 Mon Jun 30 10:28:27 CEST 2008 - ma@suse.de
1236
1237 - Fix permanent duplication of gpg keys in the rpm database. Also
1238   retrieve correct creation and expire dates. (bnc #401259)
1239 - Invoke gpg with --homdir, otherwise command fails if executed
1240   within a wrapper. (bnc #401259)
1241 - revision 10487
1242
1243 -------------------------------------------------------------------
1244 Thu Jun 26 12:07:33 CEST 2008 - schubi@suse.de
1245
1246 - version 5.0.1
1247 - revision 10464
1248
1249 -------------------------------------------------------------------
1250 Thu Jun 19 17:55:35 CEST 2008 - ma@suse.de
1251
1252 - Handle new patch messages and scripts in commit. Provide callbacks
1253   to display the patch messages and give visual feedback on script
1254   execution. (bnc #401220)
1255 - revision 10411
1256
1257 -------------------------------------------------------------------
1258 Thu Jun 19 17:35:59 CEST 2008 - ma@suse.de
1259
1260 - Fix wrong parenthesis causing bug 399320
1261 - version
1262 - revision
1263
1264 -------------------------------------------------------------------
1265 Tue Jun 10 09:52:03 CEST 2008 - jreidinger@suse.cz
1266
1267 - improve performance of gsub
1268 - change replace_all to replaceAll (same name convency)
1269 - add tests for gsub and replaceAll
1270 - revision 10366
1271
1272 -------------------------------------------------------------------
1273 Fri Jun  6 13:29:59 CEST 2008 - ma@suse.de
1274
1275 - Handle application/x-redhat-package-manager in package-manager.desktop
1276   (bnc #391183)
1277 - revision 10361
1278
1279 -------------------------------------------------------------------
1280 Thu Jun  5 18:01:15 CEST 2008 - jkupec@suse.cz
1281
1282 - X-SuSE-ControlCenter-System category added
1283   to package-manager.desktop (bnc #302324)
1284 - revision 10353
1285
1286 -------------------------------------------------------------------
1287 Wed Jun  4 14:57:13 CEST 2008 - ma@suse.de
1288
1289 - Fix crash when requesting disk usage without a target loaded. (bnc #396755)
1290 - revision 10340
1291
1292 -------------------------------------------------------------------
1293 Wed Jun  4 14:05:09 CEST 2008 - ma@suse.de
1294
1295 - Fix memory corruption in curl media handler (bnc #396979)
1296 - revision 10338
1297
1298 -------------------------------------------------------------------
1299 Tue Jun  3 20:00:00 CEST 2008 - ma@suse.de
1300
1301 - Take care satsolver recognizes 'Capability( "srcpackage:zypper" )'
1302   as 'source package named zypper'. So these capabilities can be used
1303   together with sat::Whatprovides or in resolver requests. (bnc #369893)
1304 - revision 10335
1305
1306 -------------------------------------------------------------------
1307 Tue Jun  3 15:40:37 CEST 2008 - jreidinger@suse.cz
1308
1309 - allow aborting progress during removing packages. (bnc #389238)
1310 - revision 10331
1311
1312 -------------------------------------------------------------------
1313 Mon Jun  2 15:31:36 CEST 2008 - schubi@suse.de
1314
1315 - New option for ignoring Obsoletes. This is used for installing more than
1316   one pacakges with the same name but different versions.
1317   Often used by kernel.
1318 - r 10299
1319
1320 -------------------------------------------------------------------
1321 Sun Jun  1 23:14:34 CEST 2008 - - ma@suse.de
1322
1323 - Revert inappropriate Selectable cleanup. Fix Selectable
1324   status computation. Unmaintained packages were wrongly
1325   reported as unsinstalled. (bnc #394630)
1326 - version 5.0.0 (4.x continued in SuSE-Linux-11_0-Branch)
1327 - revision 10295
1328
1329 -------------------------------------------------------------------
1330 Fri May 30 12:14:47 CEST 2008 - tgoettlicher@suse.de
1331
1332 - fixed typo
1333
1334 -------------------------------------------------------------------
1335 Wed May 28 18:54:27 CEST 2008 - ma@suse.de
1336
1337 - Reenable diskusage calculation (bnc #395051)
1338 - version 4.25.1
1339 - revision 10273
1340
1341 -------------------------------------------------------------------
1342 Wed May 28 18:50:11 CEST 2008 - jkupec@suse.cz
1343
1344 - RepoManager::packagesPath(RepoInfo) added (bnc #394728)
1345 - revision 10271
1346
1347 -------------------------------------------------------------------
1348 Wed May 28 16:26:09 CEST 2008 - jkupec@suse.cz
1349
1350 - RepoInfo: don't overwrite flags that have already been set externally
1351   (bnc #394728)
1352 - revision 10256
1353
1354 -------------------------------------------------------------------
1355 Wed May 28 15:30:24 CEST 2008 - ma@suse.de
1356
1357 - Create missing directories when saving config files. (bnc #395026)
1358 - Fix undefined behaviour in RepoManager.
1359 - revision 10255
1360
1361 -------------------------------------------------------------------
1362 Wed May 28 15:23:44 CEST 2008 - schubi@suse.de
1363
1364 - SOLVER_ERASE_SOLVABLE_NAME: As we do not know, if this request has come
1365   from resolvePool or resolveQueue we will have to take care for both
1366   cases. (bnc#393969)
1367 - r 10252
1368
1369 -------------------------------------------------------------------
1370 Tue May 27 22:35:37 CEST 2008 - coolo@suse.de
1371
1372 - compile with RPM_OPT_FLAGS
1373
1374 -------------------------------------------------------------------
1375 Mon May 26 17:23:24 CEST 2008 - jkupec@suse.cz
1376
1377 - old2new locks file converter script added to %post (jredinger)
1378 - r 10227
1379
1380 -------------------------------------------------------------------
1381 Mon May 26 11:48:35 CEST 2008 - schubi@suse.de
1382
1383 - Do not regard packages with the same name while upgrading obsoleted
1384   packages (bnc#394367)
1385 - r 10219
1386
1387 -------------------------------------------------------------------
1388 Sat May 24 01:23:44 CEST 2008 - dmacvicar@suse.de
1389
1390 - revert commit don't check for existence of keys,
1391   to avoid a non needed HEAD request. (related bnc#381280)
1392   as it creates popup error callbacks due to the 404's in
1393   the keys. Leave however the OnMediaLocation::optional()
1394   API to look for another fix strategy.
1395
1396 -------------------------------------------------------------------
1397 Fri May 23 15:52:20 CEST 2008 - dmacvicar@suse.de
1398
1399 - define path for messages and scripts and document
1400   them in zypp.conf
1401
1402 -------------------------------------------------------------------
1403 Fri May 23 14:42:34 CEST 2008 - schubi@suse.de
1404
1405 - Added IgnoreAlreadyRecommended flag. So recomments/suggest will
1406   be ignored for already INSTALLED packages (bnc #389694)
1407 - r 10202
1408
1409 -------------------------------------------------------------------
1410 Fri May 23 10:22:47 CEST 2008 - schubi@suse.de
1411
1412 - Packages which obsoletes and do NOT required other installed
1413   packages will be installed if no other packages obsolete the installed package too.
1414 - r 10196
1415
1416 -------------------------------------------------------------------
1417 Thu May 22 02:22:29 CEST 2008 - dmacvicar@suse.de
1418
1419 - fix filelist for installed packages (bnc#392544)
1420 - fix changelog retrieval for installed packages
1421
1422 -------------------------------------------------------------------
1423 Wed May 21 13:50:00 CEST 2008 - dmacvicar@suse.de
1424
1425 - deprecate Repository::name() and use alias() to
1426   be consistent. Related to (bnc#383553)
1427 - don't check for existence of keys, to avoid a non needed
1428   HEAD request. (helps bnc#381280)
1429 - 4.25.0
1430
1431 -------------------------------------------------------------------
1432 Wed May 21 11:37:23 CEST 2008 - schubi@suse.de
1433
1434 - added onlyRequires in the testcase (bnc #389184)
1435
1436 -------------------------------------------------------------------
1437 Tue May 20 12:12:27 CEST 2008 - jreidinger@suse.cz
1438
1439 - allow installation and refreshing from repository with alias that
1440   contains ' or " (bnc #392426)
1441 - r10158
1442
1443 -------------------------------------------------------------------
1444 Mon May 19 21:11:41 CEST 2008 - jkupec@suse.cz
1445
1446 - delta rpm support reenabled
1447 - r10150
1448
1449 -------------------------------------------------------------------
1450 Mon May 19 18:13:19 CEST 2008 - schubi@suse.de
1451
1452 - Resetting Delete Details in ResStatus correctly (bnc #391785)
1453 - r 10145
1454
1455 -------------------------------------------------------------------
1456 Mon May 19 11:47:06 CEST 2008 - dmacvicar@suse.de
1457
1458 - when setting status to non installed for uninstalled packages
1459   set the user transaction so they go to soft locks.
1460   (related to bnc#389739 )
1461
1462 -------------------------------------------------------------------
1463 Fri May 16 16:56:04 CEST 2008 - schubi@suse.de
1464
1465 - Added new calls : isInstalledBy (const PoolItem item);
1466                     installs (const PoolItem item);
1467 - r 10125
1468 - 4.23.0
1469
1470 -------------------------------------------------------------------
1471 Fri May 16 16:49:04 CEST 2008 - jreidinger@suse.cz
1472
1473 - don't run merge in save when toAdd/Remove queue is empty
1474 - throw when locks cannot load its file
1475 - r10124
1476
1477 -------------------------------------------------------------------
1478 Fri May 16 09:59:09 CEST 2008 - jreidinger@suse.cz
1479
1480 - throw more describing exception when repo probing failed
1481   (bnc #389690)
1482 - revision 10118
1483
1484 -------------------------------------------------------------------
1485 Thu May 15 15:15:59 CEST 2008 - jreidinger@suse.cz
1486
1487 - allow call only merge old locks and newly added/removed without
1488   saving it to file
1489 - -revision 10104
1490
1491 -------------------------------------------------------------------
1492 Tue May 13 17:37:11 CEST 2008 - dmacvicar@suse.de
1493
1494 - report non packages as keep installed if satisfied to the
1495   user interace (Selectables)
1496 - 4.21.3
1497
1498 -------------------------------------------------------------------
1499 Tue May 13 15:50:28 CEST 2008 - jkupec@suse.cz
1500
1501 - create /etc/zypp/products.d on install
1502
1503 -------------------------------------------------------------------
1504 Mon May 12 17:21:19 CEST 2008 - jkupec@suse.cz
1505
1506 - /etc/zypp/products.d added to file list (bnc #385868)
1507 - revision 10049
1508 - version 4.21.2
1509
1510 -------------------------------------------------------------------
1511 Mon May 12 17:15:34 CEST 2008 - jkupec@suse.cz
1512
1513 - call RemoveResolvableReport::problem() before finish() on error
1514   (bnc #388810)
1515 - revision 10045
1516
1517 -------------------------------------------------------------------
1518 Sat May 10 21:57:29 CEST 2008 - coolo@suse.de
1519
1520 - fix file list
1521
1522 -------------------------------------------------------------------
1523 Fri May  9 23:15:53 CEST 2008 - ma@suse.de
1524
1525 - Product now retrieves all attributes from the solv file.
1526 - version 4.21.1
1527 - revision 10031
1528
1529 -------------------------------------------------------------------
1530 Fri May  9 21:28:42 CEST 2008 - ma@suse.de
1531
1532 - Add zypp.conf option configdir (/etc/zypp) and arrange
1533   all config files and directories to follow {configdir}
1534   per default.
1535 - Fix zypp-query-pool to print satisfied products and additional
1536   products defined in {configdir}/products.d for registration.
1537   (bnc #385868)
1538 - version 4.21.0
1539 - revision 10029
1540
1541 -------------------------------------------------------------------
1542 Fri May  9 15:30:40 CEST 2008 - jreidinger@suse.cz
1543
1544 - implement remove duplicate entries in lock file (bnc#385967)
1545
1546 -------------------------------------------------------------------
1547 Fri May  9 15:15:32 CEST 2008 - ma@suse.de
1548
1549 - Speedup rpmdb2solv by reusing an existing solv file.
1550 - version 4.20.1
1551 - revision 10012
1552
1553 -------------------------------------------------------------------
1554 Thu May  8 18:13:54 CEST 2008 - ma@suse.de
1555
1556 - Fix failed package download due to unkown repository type (bnc #386386)
1557 - revision 9995
1558
1559 -------------------------------------------------------------------
1560 Thu May  8 16:33:37 CEST 2008 - ma@suse.de
1561
1562 - Support optional root argument to RepoManagerOptions, to prefix all
1563   path names taken from ZConfig. (bnc #388265)
1564 - version 4.20.0
1565 - revision 9993
1566
1567 -------------------------------------------------------------------
1568 Thu May  8 14:21:51 CEST 2008 - schubi@suse.de
1569
1570 - new solution action for removing requirements/conflicts (bnc #387631)
1571 - revision 9988
1572
1573 -------------------------------------------------------------------
1574 Thu May  8 10:56:49 CEST 2008 - ma@suse.de
1575
1576 - Provide enumerated patch category 'Patch::categoryEnum()' (bnc #159100)
1577 - revision 9984
1578
1579 -------------------------------------------------------------------
1580 Wed May  7 13:52:24 CEST 2008 - schubi@suse.de
1581
1582 - DistUpgrade: searching for providers -> regarding name onl
1583 - r 9977
1584
1585 -------------------------------------------------------------------
1586 Tue May  6 17:35:59 CEST 2008 - dmacvicar@suse.de
1587
1588 - add flag --registrable (-r) to query pool to avoid
1589   using system as a filter
1590 - 4.19.1
1591
1592 -------------------------------------------------------------------
1593 Tue May  6 07:37:22 CEST 2008 - coolo@suse.de
1594
1595 - return values in non-void functions
1596
1597 -------------------------------------------------------------------
1598 Mon May  5 14:08:20 CEST 2008 - jkupec@suse.cz
1599
1600 - support multiple search strings in PoolQuery (ORed)
1601 - revision 9945
1602
1603 -------------------------------------------------------------------
1604 Mon May  5 09:55:29 CEST 2008 - schubi@suse.de
1605
1606 - Switch off the upgrade mode of the
1607   SAT solver cause the packages have already been evaluated by
1608   the distupgrade machanism of libzypp. (bnc #386375)
1609 - rev 9943
1610
1611 -------------------------------------------------------------------
1612 Fri May  2 16:36:04 CEST 2008 - jreidinger@suse.cz
1613
1614 - release file after copy to cache as soon as possible.
1615   (bnc #381311)
1616 - r9940
1617
1618 -------------------------------------------------------------------
1619 Fri May  2 16:28:05 CEST 2008 - schubi@suse.de
1620
1621 - Bugfix: keep states by user has been removed it the
1622   package has not been installed BUT has been recommended by another package.
1623   (bnc #385832)
1624 - rev 9938
1625
1626 -------------------------------------------------------------------
1627 Fri May  2 12:19:22 CEST 2008 - jreidinger@suse.cz
1628
1629 - add isLocal function to Url which say if scheme is local or
1630   internet.
1631 - r9932
1632
1633 -------------------------------------------------------------------
1634 Fri May  2 09:36:18 CEST 2008 - jreidinger@suse.cz
1635
1636 - cache decision for repository depend on his url.
1637 - http,ftp and smb cache packages.
1638 - revision 9929
1639
1640 -------------------------------------------------------------------
1641 Thu May  1 00:50:51 CEST 2008 - ma@suse.de
1642
1643 - Load and maintain persistent hard locks stored in /etc/zypp/locks.
1644   Locks are loaded together with the target, and changes are writen
1645   back on commit. zypp.conf option locksfile.apply can be used to turn
1646   this feature on or off. (FATE #120352)
1647 - version 4.18.0
1648 - revision 9927
1649
1650 -------------------------------------------------------------------
1651 Wed Apr 30 16:27:49 CEST 2008 - ma@suse.de
1652
1653 - Add zypp.conf option solvfilesdir: Path where the repo solv files
1654   are created. Default value: {cachedir}/solv.
1655 - Target and repositories now save their solvfiles below {solvfilesdir}
1656   in directories named after the repositories alias.
1657 - version 4.18.0
1658 - revision 9913
1659
1660 -------------------------------------------------------------------
1661 Wed Apr 30 14:19:16 CEST 2008 - jkupec@suse.cz
1662
1663 - fixed filesystem::expandlink(Pathname) (bnc #368477)
1664 - r9906
1665
1666 -------------------------------------------------------------------
1667 Tue Apr 29 16:37:19 CEST 2008 - schubi@suse.de
1668
1669 - cleanup in return values of doUpgrade and doUpdate
1670 - r9886
1671 - 4.17.0
1672
1673 -------------------------------------------------------------------
1674 Mon Apr 28 18:27:54 CEST 2008 - jkupec@suse.cz
1675
1676 - check for valid pool in begin(), improve the code (bnc #384337)
1677 - r9872
1678 - 4.16.0
1679
1680 -------------------------------------------------------------------
1681 Mon Apr 28 15:40:09 CEST 2008 - mvidner@suse.cz
1682
1683 - Updated package-manager-su from xdg-utils-1.0.2-48 (bnc#339549).
1684
1685 -------------------------------------------------------------------
1686 Mon Apr 28 15:25:46 CEST 2008 - schubi@suse.de
1687
1688 - added translations
1689
1690 -------------------------------------------------------------------
1691 Mon Apr 28 11:15:47 CEST 2008 - jkupec@suse.cz
1692
1693 - ostream operator<<(ostream,TriBool) added
1694 - r9833
1695
1696 -------------------------------------------------------------------
1697 Fri Apr 25 16:12:12 CEST 2008 - ma@suse.de
1698
1699 - Prevent target::unload from creating a system repo in order
1700   to unload it. (bnc 382297)
1701 - version 4.15.2
1702 - revision 9822
1703
1704 -------------------------------------------------------------------
1705 Fri Apr 25 14:15:17 CEST 2008 - ma@suse.de
1706
1707 - Prevent deselected or deleted items from being re-selected due to
1708   recommends (aka. persistent soft locks). Unlike hard locked, those
1709   items will be automatically selected if required. The list of soft
1710   locked items is stored in /var/lib/zypp/SoftLocks.
1711 - version 4.15.1
1712 - revision 9818
1713
1714 -------------------------------------------------------------------
1715 Wed Apr 23 22:24:00 CEST 2008 - ma@suse.de
1716
1717 - Remove obsolete AdditionalCapabilities interface from ResPool.
1718   Forward sat::Pool::RepositoryIterator. There's no more need to
1719   maintain an extra Repository list in ResPool.
1720 - revision 9806
1721
1722 -------------------------------------------------------------------
1723 Wed Apr 23 21:12:56 CEST 2008 - ma@suse.de
1724
1725 - Support dependencies requiring a specific architecture:
1726   "name[.arch] [op edition]". See class Capability for details
1727   about how to construct dependencies. (bnc #305445)
1728 - version 4.15.0
1729 - revision 9805
1730
1731 -------------------------------------------------------------------
1732 Tue Apr 22 17:39:28 CEST 2008 - dmacvicar@suse.de
1733
1734 - patch attributes and deprecate old ones
1735 - 4.14.0
1736
1737 -------------------------------------------------------------------
1738 Tue Apr 22 15:44:34 CEST 2008 - jreidinger@suse.cz
1739
1740 - change locks api -
1741 - make more functions const
1742 - replace add/remove by selectable to add/remove by ident or name and kind
1743 - rename iterator to const_iterator to avoid confusion
1744 - revision 9781
1745
1746 -------------------------------------------------------------------
1747 Tue Apr 22 13:55:14 CEST 2008 - schubi@suse.de
1748
1749 - Do architecture changes while "dup" in the external distribution
1750   upgrade ONLY. bnc #382274
1751 - Added "ignore" to the solutions
1752 - Added "self-conflicts" to the solution
1753 - added new solver mechanism "resolveQueue"
1754 - Bugfix broken/satisfied products
1755 - rev 9776
1756
1757 -------------------------------------------------------------------
1758 Tue Apr 22 10:33:03 CEST 2008 - ma@suse.de
1759
1760 - Added Pattern::core returning the packages required by a pattern.
1761   (see also Pattern::depends and Pattern::contents).
1762 - revision 9771
1763
1764 -------------------------------------------------------------------
1765 Mon Apr 21 15:38:10 CEST 2008 - ma@suse.de
1766
1767 - Added Target::release(), returning the targets distribution
1768   release string.
1769 - revision 9761
1770
1771 -------------------------------------------------------------------
1772 Sat Apr 19 01:08:04 CEST 2008 - ma@suse.de
1773
1774 - per default abort if package installation fails. (bnc #381203)
1775 - version 4.13.3
1776 - revision 9725
1777
1778 -------------------------------------------------------------------
1779 Fri Apr 18 15:19:36 CEST 2008 - dmacvicar@suse.de
1780
1781 - add ZYpp and curl version to http agent string
1782   (bnc #381280)
1783
1784 -------------------------------------------------------------------
1785 Thu Apr 17 16:29:15 CEST 2008 - ma@suse.de
1786
1787 - Fixed pools package index wrongly including source packages. (bnc #380283)
1788 - version 4.13.2
1789 - revision 9683
1790
1791 -------------------------------------------------------------------
1792 Wed Apr 16 15:00:19 CEST 2008 - ma@suse.de
1793
1794 - Disable fast creation of @System.solv. It may produce wrong results
1795   e.g. after a rebuilddb.
1796 - version 4.13.1
1797 - revision 9666
1798
1799 -------------------------------------------------------------------
1800 Wed Apr 16 12:50:09 CEST 2008 - ma@suse.de
1801
1802 - initializeTarget now takes an additional option, telling whether to
1803   rebuild an existing rpm database before using it. Default is false.
1804   (bnc #308352)
1805 - version 4.13.0
1806 - revision 9664
1807
1808 -------------------------------------------------------------------
1809 Tue Apr 15 12:57:42 CEST 2008 - jreidinger@suse.cz
1810
1811 - save do nothing if no locks added/removed
1812 - fix bug with multiple save lock
1813 - don't save same query multiple times
1814 - improve tests
1815 - revision 9644
1816
1817 -------------------------------------------------------------------
1818 Tue Apr 15 09:34:29 CEST 2008 - schubi@suse.de
1819
1820 - added new translations
1821 - activate zypp-query-pool
1822 - Revision 9637
1823 - 4.12.1
1824
1825 -------------------------------------------------------------------
1826 Tue Apr 15 00:54:07 CEST 2008 - jkupec@suse.cz
1827
1828 - Locks API cleaned-up, iterator added, light read() added
1829 - PoolQuery::attribute(SolvAttr) getter added
1830 - revision 9609
1831
1832 -------------------------------------------------------------------
1833 Mon Apr 14 17:00:05 CEST 2008 - dmacvicar@suse.de
1834
1835 - reenable zypp-query-pool
1836 - 4.11.1
1837
1838 -------------------------------------------------------------------
1839 Mon Apr 14 12:53:09 CEST 2008 - ma@suse.de
1840
1841 - Enable evaluation of hardware dependencies.
1842 - Enable evaluation of filesystem dependencies.
1843 - revision 9605
1844
1845 -------------------------------------------------------------------
1846 Sun Apr 13 02:17:25 CEST 2008 - jkupec@suse.cz
1847
1848 - RawMetadataRefreshPolicy: CheckIfNeededIgnoreDelay added
1849   needed for explicit refresh request
1850 - revision 9574
1851
1852 -------------------------------------------------------------------
1853 Fri Apr 11 21:55:21 CEST 2008 - ma@suse.de
1854
1855 - Install ResPoolProxy index to speedup Solvable to Selectable
1856   conversion.
1857 - version 4.11.0
1858 - revision 9558
1859
1860 -------------------------------------------------------------------
1861 Fri Apr 11 18:02:14 CEST 2008 - kkaempf@suse.de
1862
1863 - Implement update scripts installed by packages. After every
1864   package install /var/adm/update-scripts is scanned for the first
1865   file starting with "<name>-<version>.<release>-", which is then
1866   executed.
1867 - revision 9547
1868
1869 -------------------------------------------------------------------
1870 Fri Apr 11 14:43:05 CEST 2008 - ma@suse.de
1871
1872 - Fix SolvIterMixin to avioid multiple visits of the same Selectable.
1873 - Add Resolvable::poolItem() providing access to the corresponding
1874   PoolItem. API to query isRelevant/isSatisfied/isBroken was moved
1875   to PoolItem.
1876 - Add ResPool::satisfiedProductsBegin/End iterator over all products
1877   whose dependencies are satisfied. This reflects the status determined
1878   by the last solver run. (#368104)
1879 - revision 9535
1880
1881 -------------------------------------------------------------------
1882 Fri Apr 11 12:07:47 CEST 2008 - jreidinger@suse.cz
1883
1884 - switch to new locks api
1885 - revision 9524
1886
1887 -------------------------------------------------------------------
1888 Wed Apr  9 21:24:54 CEST 2008 - ma@suse.de
1889
1890 - Enable ui::Selectable lookup by Solvable/PoolItem in ResPoolProxy.
1891 - Add SolvIterMixin: Base class providing PoolItem_iterator and
1892   Selectable_iterator iterator types based on a Solvable iterator.
1893 - Enhanced WhatProvides and SolvableSet to PoolItem_iterator to offer
1894   PoolItem_iterator and Selectable_iterator.
1895 - Add Solvable::SplitIdent: Helper class that splits an identifier
1896   into kind and name.
1897 - Provide methods Pattern::contents returning a collection of packages
1898   associated with the pattern/patch.
1899 - revision 9496
1900
1901 -------------------------------------------------------------------
1902 Tue Apr  8 15:50:48 CEST 2008 - jreidinger@suse.cz
1903
1904 - add comparing to PoolQuery
1905 - revision 9466
1906
1907 -------------------------------------------------------------------
1908 Tue Apr  8 13:18:30 CEST 2008 - jreidinger@suse.cz
1909
1910 - move RepoInfo to universal RepoException. This can enable more verbose output - for frontend. (helps with bnc #377137)
1911 - revision 9452
1912
1913 -------------------------------------------------------------------
1914 Tue Apr  8 10:52:30 CEST 2008 - jreidinger@suse.cz
1915
1916 - initial implementation of new locks (FATE #120118 and #120352)
1917 - revision 9442
1918
1919 -------------------------------------------------------------------
1920 Tue Apr  7 15:18:22 CEST 2008 - dmacvicar@suse.de
1921
1922 - selectable API updates and changes
1923 - 4.10.0
1924
1925 -------------------------------------------------------------------
1926 Fri Apr  4 14:01:45 CEST 2008 - jreidinger@suse.cz
1927
1928 - add split with respect to escaped delimeters and also for quotes
1929 - revision 9373
1930
1931 -------------------------------------------------------------------
1932 Thu Apr  3 12:55:50 CEST 2008 - ma@suse.de
1933
1934 - Fixed some missing package and source package attributes.
1935 - revision 9348
1936
1937 -------------------------------------------------------------------
1938 Thu Apr  3 11:59:13 CEST 2008 - ma@suse.de
1939
1940 - Allow to store a media label in MediaSetAccess. This label is
1941   passed to a media change requests to describe which CD is
1942   requested.  (bnc #330094)
1943 - Fixed some missing package and source package attributes.
1944 - revision 9347
1945
1946 -------------------------------------------------------------------
1947 Wed Apr  2 13:48:52 CEST 2008 - schubi@suse.de
1948
1949 - Moved poolItem.status().isSatisfied(),.... to poolItem.isSatisfied()
1950 - Removed establish state in ResStatus
1951 - revision 9337
1952 - version 4.7.0
1953
1954 -------------------------------------------------------------------
1955 Wed Apr  2 10:24:17 CEST 2008 - ma@suse.de
1956
1957 - Add PoolItem::isSatisfied()/isBroken() to test whether
1958   the items requirements are met.
1959 - revision 9334
1960
1961 -------------------------------------------------------------------
1962 Tue Apr  1 21:54:10 CEST 2008 - ma@suse.de
1963
1964 - Extend sat::WhatProvides to allow to query for possible providers
1965   of a collection of capabilies. E.g. all providers of a packages
1966   requirements.
1967 - Fixed retrieval of translated texts from .solv files, provided the
1968   solv file contains them.
1969 - revision 9328
1970
1971 -------------------------------------------------------------------
1972 Tue Apr  1 16:17:44 CEST 2008 - jreidinger@suse.cz
1973
1974 - initial implementation of serialize/recovery PoolQuery
1975   (needed by FATE #120118)
1976 - revision 9325
1977
1978 -------------------------------------------------------------------
1979 Wed Mar 26 16:15:24 CET 2008 - ma@suse.de
1980
1981 - Allow prioritizing repos by adding a line 'priority=N' to the
1982   .repo file. Where N is an integer number from 1 (highest prio)
1983   to 99 (least and default). (bnc #369827, fate #302872)
1984 - version 4.6.1
1985 - revision 9276
1986
1987 -------------------------------------------------------------------
1988 Mon Mar 24 21:17:05 CET 2008 - coolo@suse.de
1989
1990 - support plaindir again (at least the most important parts)
1991
1992 -------------------------------------------------------------------
1993 Fri Mar 21 13:23:13 CET 2008 - jreidinger@suse.cz
1994
1995 - Throwing special exception MediaBadCAException in case of SSL
1996   certificate validation failure.(bnc #223512)
1997 - revision 9250
1998
1999 -------------------------------------------------------------------
2000 Fri Mar 21 12:38:39 CET 2008 - jreidinger@suse.cz
2001
2002 - add new error IO_SOFT to media request callback for temporary
2003   connection problem. (bnc #328822)
2004 - add new media exception timeout when somethink fail due to exceed
2005   timeout
2006 - mediacurl throw timeout exception when timeouted
2007 - revision 9246
2008
2009 -------------------------------------------------------------------
2010 Thu Mar 20 15:00:24 CET 2008 - jreidinger@suse.cz
2011
2012 - return more information from checking if metadata need refresh,
2013   so user can get better info. (bnc #307249)
2014 - revision 9231
2015
2016 -------------------------------------------------------------------
2017 Tue Mar 18 21:59:04 CET 2008 - ma@suse.de
2018
2019 - class sat::LocaleSupport: Convenience methods to manage support
2020   for language specific packages.
2021 - revision 9197
2022
2023 -------------------------------------------------------------------
2024 Tue Mar 18 13:54:16 CET 2008 - jkupec@suse.cz
2025
2026 - removed obsolete capability handling stuff (ma)
2027 - version 4.5.0
2028
2029 -------------------------------------------------------------------
2030 Tue Mar 18 11:42:51 CET 2008 - jreidinger@suse.cz
2031
2032 - Don't mask skip and abort exception in Fetcher
2033 - revision 9188
2034
2035 -------------------------------------------------------------------
2036 Tue Mar 18 11:00:22 CET 2008 - jreidinger@suse.cz
2037
2038 - action is correctly set in mediaRequest callback
2039 - revision 9186
2040
2041 -------------------------------------------------------------------
2042 Mon Mar 17 12:33:44 CET 2008 - ma@suse.de
2043
2044 - Fix SEGV in commit (bnc# 371137)
2045 - version 4.4.3
2046 - revision 9174
2047
2048 -------------------------------------------------------------------
2049 Fri Mar 14 17:28:39 CET 2008 - ma@suse.de
2050
2051 - version 4.4.2
2052
2053 -------------------------------------------------------------------
2054 Fri Mar 14 14:27:43 CET 2008 - dmacvicar@suse.de
2055
2056 - look for openssl in cmake, actually we build require it
2057 - explicitely link against openssl and crypto, required to
2058   compile in all platforms/distros.
2059
2060 -------------------------------------------------------------------
2061 Fri Mar 14 12:07:41 CET 2008 - jreidinger@suse.cz
2062
2063 - Save repo type during refresh if type is NONE (f.e. lazy probing).
2064 - revision 9153
2065
2066 -------------------------------------------------------------------
2067 Fri Mar 14 11:34:24 CET 2008 - jreidinger@suse.cz
2068
2069 - replace gpg escaped semicolon with real semicolon (bnc #355434)
2070 - revision 9151
2071
2072 -------------------------------------------------------------------
2073 Fri Mar 14 10:17:41 CET 2008 - jreidinger@suse.cz
2074
2075 - make strings from RpmDb and Keyring exceptions translatable
2076 - revision 9146
2077
2078 -------------------------------------------------------------------
2079 Thu Mar 13 18:41:26 CET 2008 - dmacvicar@suse.de
2080
2081 - fix retrieving keys (bnc #368099)
2082 - version 4.4.1
2083
2084 -------------------------------------------------------------------
2085 Thu Mar 13 18:40:57 CET 2008 - jreidinger@suse.cz
2086
2087 - enable frontend to rewrite add_probe settings.(bnc #309612)
2088 - Correct adding repo without type to lazy probing.
2089 - revision 9135
2090
2091 -------------------------------------------------------------------
2092 Thu Mar 13 17:59:52 CET 2008 - jreidinger@suse.cz
2093
2094 - get better message if something fail when trying run rpm
2095   (bnc #344584)
2096 - revision 9133
2097
2098 -------------------------------------------------------------------
2099 Thu Mar 13 12:33:13 CET 2008 - ma@suse.de
2100
2101 - Add ExternalProgram::execError and ExternalProgram::command
2102   to improve error reporting.
2103 - revision 9112
2104
2105 -------------------------------------------------------------------
2106 Thu Mar 13 11:45:20 CET 2008 - jkupec@suse.cz
2107
2108 - release all media before requesting another (bnc #336881)
2109 - revision 9110
2110
2111 -------------------------------------------------------------------
2112 Thu Mar 13 11:32:56 CET 2008 - jkupec@suse.cz
2113
2114 - getDetectedDevices added (fate #120298)
2115 - revision 9108
2116
2117 -------------------------------------------------------------------
2118 Wed Mar 12 15:55:14 CET 2008 - jkupec@suse.cz
2119
2120 - media backend release() methods changed to take string & instead
2121   of bool (needed for FATE #120298)
2122 - media label, detected device list and current device arguments
2123   added to the requestMedia callback
2124 - version 4.4.0
2125
2126 -------------------------------------------------------------------
2127 Wed Mar 12 14:16:07 CET 2008 - coolo@suse.de
2128
2129 - fix for bnc#369543
2130
2131 -------------------------------------------------------------------
2132 Mon Mar 10 13:30:04 CET 2008 - jkupec@suse.cz
2133
2134 - provide download rate info (average and curent) in the
2135   media::DownloadProgressReport for ftp/http (bnc #168935)
2136 - r9074
2137
2138 -------------------------------------------------------------------
2139 Mon Mar 10 12:45:03 CET 2008 - jkupec@suse.cz
2140
2141 - cleanCache(): clean also .cookie files
2142 - cleanTargetCache() added
2143 - use escaped_alias() in rawcache_path_for_repoinfo() and
2144   packagescache_path_for_repoinfo()
2145 - r9068
2146
2147 -------------------------------------------------------------------
2148 Fri Mar  7 19:59:10 CET 2008 - jkupec@suse.cz
2149
2150 - fixed location of RPMs in subdirs when parsing plaindir repo
2151   recursively (bnc #368218)
2152 - revision 9060
2153
2154 -------------------------------------------------------------------
2155 Thu Mar  6 13:42:53 CET 2008 - ma@suse.de
2156
2157 - Do not filter any installed solvables.
2158 - revision 9031
2159 - version 4.3.2
2160
2161 -------------------------------------------------------------------
2162 Wed Mar  5 11:33:26 CET 2008 - ma@suse.de
2163
2164 - Try to rebuild broken solv files in Target::load.
2165 - revision 9015
2166
2167 -------------------------------------------------------------------
2168 Tue Mar  4 18:17:41 CET 2008 - ma@suse.de
2169
2170 - Try to rebuild broken solv files in RepoManager::loadFromCache.
2171 - Fix RepoStatus::operator&& and RepoStatus testsuite.
2172 - revision 9008
2173
2174 -------------------------------------------------------------------
2175 Tue Mar  4 16:09:14 CET 2008 - schubi@suse.de
2176
2177 - improved problem description while a vendor change
2178 - improved problem description if a requirement cannot be fulfilled. Bug #358560
2179 - revision 9002
2180
2181 -------------------------------------------------------------------
2182 Tue Mar  4 12:57:58 CET 2008 - ma@suse.de
2183
2184 - Save and restore requested locales on target load/commit.
2185 - revision 8999
2186
2187 -------------------------------------------------------------------
2188 Mon Mar  3 17:10:26 CET 2008 - schubi@suse.de
2189
2190 - (Update) Prevent reinstallation of installed packages.
2191 - revision 8984
2192
2193 -------------------------------------------------------------------
2194 Sun Mar  2 16:13:16 CET 2008 - coolo@suse.de
2195
2196 - refresh metadata if there is no cache to unbreak compat with
2197   kiwi (that relied on "zypper sa <url> <alias>" to create a repo
2198   that "zypper in" could work on)
2199
2200 -------------------------------------------------------------------
2201 Sun Mar  2 10:28:13 CET 2008 - coolo@suse.de
2202
2203 - create cache directory before calling rpmdb2solv (in an empty
2204   chroot)
2205 - version 4.3.1
2206
2207 -------------------------------------------------------------------
2208 Thu Feb 28 16:43:11 CET 2008 - jkupec@suse.cz
2209
2210 - special exception message if server returns 403 response
2211   (forbidden) (port from SP2)
2212 - MediaException messages marked for translation
2213
2214 -------------------------------------------------------------------
2215 Wed Feb 27 10:31:24 CET 2008 - dmacvicar@suse.de
2216
2217 - make sure we have target cache on target initialize
2218 - version 4.3.0
2219
2220 -------------------------------------------------------------------
2221 Tue Feb 26 13:59:03 CET 2008 - lslezak@suse.cz
2222
2223 - DiskUsageCounter.cc - ignore "vfat", "fat", "ntfs" and "ntfs-3g"
2224   file systems (#333166)
2225 - rev. 8915
2226
2227 -------------------------------------------------------------------
2228 Tue Feb 26 13:26:30 CET 2008 - ma@suse.de
2229
2230 - Fixed Capabilites iterator exposing prereq marker.
2231 - revision 8914
2232
2233 -------------------------------------------------------------------
2234 Tue Feb 26 11:29:05 CET 2008 - schubi@suse.de
2235
2236 - postinstall script fixed
2237 - version 4.2.10
2238
2239 -------------------------------------------------------------------
2240 Mon Feb 25 17:06:53 CET 2008 - schubi@suse.de
2241
2242 - Testcases regards modaliases, rpmlib, ... correctly
2243 - Revision 8904
2244
2245 -------------------------------------------------------------------
2246 Mon Feb 25 13:20:26 CET 2008 - ma@suse.de
2247
2248 - Remove obsolete sql database. (bnc#363224)
2249 - revision 8898
2250
2251 -------------------------------------------------------------------
2252 Fri Feb 22 14:03:59 CET 2008 - ma@suse.de
2253
2254 - Take care target uses --root when creating solv files (bnc #363789)
2255 - revision 8881
2256
2257 -------------------------------------------------------------------
2258 Fri Feb 22 10:10:14 CET 2008 - schubi@suse.de
2259
2260 - Unmaintained packages which does not fit to the updated system
2261   (broken dependencies) will be deleted.
2262 - revision 8867
2263
2264 -------------------------------------------------------------------
2265 Fri Feb 22 07:20:35 CET 2008 - coolo@suse.de
2266
2267 - let libzypp-devel require libsatsolver-devel
2268
2269 -------------------------------------------------------------------
2270 Wed Feb 20 13:47:56 CET 2008 - ma@suse.de
2271
2272 - Cleanup unused /var/lib/zypp/cache in migrate_sources (#305160)
2273 - revision 8833
2274
2275 -------------------------------------------------------------------
2276 Tue Feb 19 16:21:12 CET 2008 - jkupec@suse.cz
2277
2278 - media: fixed DownloadProgressReport.finish() url argument in
2279   doGetFileCopy()
2280 - revision 8815
2281
2282 -------------------------------------------------------------------
2283 Tue Feb 19 11:21:59 CET 2008 - dmacvicar@suse.de
2284
2285 - hardlink when possible to optimize data transfer
2286   and space across caches.
2287 - version 4.2.8
2288
2289 -------------------------------------------------------------------
2290 Tue Feb 19 08:15:07 CET 2008 - coolo@suse.de
2291
2292 - added some locale support to sat::Solvable
2293 - version 4.2.7
2294
2295 -------------------------------------------------------------------
2296 Mon Feb 18 14:15:48 CET 2008 - dmacvicar@suse.de
2297
2298 - handle error messages better in doesFileExist too which is
2299   used during probing. (bnc #362608)
2300
2301 -------------------------------------------------------------------
2302 Sun Feb 17 21:44:12 CET 2008 - dmacvicar@suse.de
2303
2304 - Fetcher::reset() should not reset cache directories.
2305   (bnc #348050)
2306 - version 4.2.6
2307
2308 -------------------------------------------------------------------
2309 Fri Feb 16 15:47:00 CET 2008 - dmacvicar@suse.de
2310
2311 - Use CURLOPT_NOBODY instead of a CURLOPT_RANGE of 1 byte
2312   for http and https, but this time set CURLOPT_HTTPGET back to 1
2313   so it actually works. This makes Media::doesFileExist
2314   efficient for http and https.
2315   (related to bnc #348050)
2316 - version 4.2.5
2317
2318 -------------------------------------------------------------------
2319 Fri Feb 15 10:52:59 CET 2008 - coolo@suse.de
2320
2321 - using .solv files only now (fate #303018)
2322 - revision 8699
2323
2324 -------------------------------------------------------------------
2325 Tue Feb 12 17:10:48 CET 2008 - coolo@suse.de
2326
2327 - fix architectures on distupgrade
2328
2329 -------------------------------------------------------------------
2330 Fri Feb  8 12:50:30 CET 2008 - coolo@suse.de
2331
2332 - fixes from trunk merged
2333
2334 -------------------------------------------------------------------
2335 Fri Feb  1 17:45:07 CET 2008 - jkupec@suse.cz
2336
2337 - fixed renaming a repo to an existing one (bnc #228216)
2338 - revision 8431
2339
2340 -------------------------------------------------------------------
2341 Sun Jan 27 21:35:13 CET 2008 - coolo@suse.de
2342
2343 - fix changelog
2344
2345 -------------------------------------------------------------------
2346 Thu Jan 24 18:26:47 CET 2008 - jkupec@suse.cz
2347
2348 - read .curlrc more robustly to obtain user-proxy (#330351)
2349 - revision 8368
2350
2351 -------------------------------------------------------------------
2352 Fri Jan 18 12:19:09 CET 2008 - coolo@suse.de
2353
2354 - always buildrequire openssl-devel
2355 - replacing strange utf-8 chars in changelog
2356 - revision 8317
2357
2358 -------------------------------------------------------------------
2359 Thu Jan 17 15:07:52 CET 2008 - jkupec@suse.cz
2360
2361 - Saner NFS timeo default (#350309)
2362 - revision 8314
2363
2364 -------------------------------------------------------------------
2365 Thu Jan 17 12:03:10 CET 2008 - kkaempf@suse.de
2366
2367 - support 'patterns.pat' and 'patterns.pat.gz' to read all
2368   patterns in one go.
2369 - rev 8309
2370
2371 -------------------------------------------------------------------
2372 Tue Jan 15 14:56:21 CET 2008 - lslezak@suse.cz
2373
2374 - added RpmDb::removePubkey(), call it from
2375   KeyRing::Impl::deleteKey() - remove the GPG key from RPM when it
2376   is removed from the trusted keyring
2377 - revision 8288
2378
2379 -------------------------------------------------------------------
2380 Mon Jan 14 17:11:15 CET 2008 - schubi@suse.de
2381
2382 - Textchanges
2383 - reduced logging in SAT-solver
2384 - ordering solutions
2385 - version 4.1.8
2386 - revision 8276
2387
2388 -------------------------------------------------------------------
2389 Thu Jan 10 16:50:26 CET 2008 - schubi@suse.de
2390
2391 - Enabled SAT solver via default. (removed ZYPP_SAT_SOLVER)
2392   ZYPP_RC_SOLVER=1 will enable the old RedCapet solver
2393 - Revision 8255
2394 - Version 4.1.7
2395
2396 -------------------------------------------------------------------
2397 Wed Jan  2 18:24:34 CET 2008 - jkupec@suse.cz
2398
2399 - Pathname zypp::filesystem::expandlink(const Pathname &) added
2400 - if the provided file is a symlink, expand it (#274651) (this
2401   probably won't work for schemes other than file/dir and cd/dvd)
2402 - revision 8179
2403
2404 -------------------------------------------------------------------
2405 Tue Dec 18 12:28:22 CET 2007 - aschnell@suse.de
2406
2407 - fixed password handling in URLs (bug #347273)
2408 - revision 8118
2409
2410 -------------------------------------------------------------------
2411 Mon Dec 17 13:47:44 CET 2007 - ma@suse.de
2412
2413 - Fixed default text locale detection not to use static variables. (#346872)
2414 - version 4.1.6
2415 - revision 8116
2416
2417 -------------------------------------------------------------------
2418 Mon Dec 10 12:46:26 CET 2007 - ma@suse.de
2419
2420 - Log more details about zypp lock owner. (#294094)
2421 - revision 8088
2422
2423 -------------------------------------------------------------------
2424 Fri Dec  7 15:47:53 CET 2007 - ma@suse.de
2425
2426 - Remove runtime dependency for libboost_filesystem (#345773)
2427 - version 4.1.5
2428 - revision 8061
2429
2430 -------------------------------------------------------------------
2431 Fri Nov 30 14:20:34 CET 2007 - schubi@suse.de
2432
2433 - Enable SAT solver via environment variable ZYPP_SAT_SOLVER.
2434   e.g.: ZYPP_SAT_SOLVER=1 zypper install foo
2435 - version 4.1.4
2436 - revision 7998
2437
2438 -------------------------------------------------------------------
2439 Wed Nov 28 15:12:33 CET 2007 - aschnell@suse.de
2440
2441 - make IniParser more strict (bug #306697)
2442
2443 -------------------------------------------------------------------
2444 Mon Nov 26 13:19:34 CET 2007 - ma@suse.de
2445
2446 - Fix missing packages in patch content list. (#340896)
2447 - revision 7925
2448
2449 -------------------------------------------------------------------
2450 Fri Nov 16 12:46:39 CET 2007 - coolo@suse.de
2451
2452 - fix build
2453
2454 -------------------------------------------------------------------
2455 Wed Nov 14 14:23:23 CET 2007 - ma@suse.de
2456
2457 - Output date strings in UTF-8. (#339423)
2458 - revision 7807
2459
2460 -------------------------------------------------------------------
2461 Tue Nov 13 13:40:03 CET 2007 - schubi@suse.de
2462
2463 - fixes for new gcc
2464 - version 4.1.3
2465 - r7788
2466
2467 -------------------------------------------------------------------
2468 Mon Nov  5 15:22:33 CET 2007 - ma@suse.de
2469
2470 - Don't mark failed patch scripts as installed. (#327523)
2471 - version 4.1.2
2472 - revision 7744
2473
2474 -------------------------------------------------------------------
2475 Wed Oct 31 09:19:59 CET 2007 - dmueller@suse.de
2476
2477 - update rpmlint suppression
2478
2479 -------------------------------------------------------------------
2480 Fri Oct 26 15:12:24 CEST 2007 - aschnell@suse.de
2481
2482 - fixed retrieval of epoch from rpmdb (bug #246680)
2483
2484 -------------------------------------------------------------------
2485 Thu Oct 25 16:29:24 CEST 2007 - aschnell@suse.de
2486
2487 - allow non-existing "packages" file in susetags parser (bug
2488   #309235)
2489
2490 -------------------------------------------------------------------
2491 Fri Oct 12 15:47:37 CEST 2007 - ma@suse.de
2492
2493 - SMBIOS DMI modalias matching added (#333152)
2494 - revision 7494
2495
2496 -------------------------------------------------------------------
2497 Sat Oct  6 16:37:11 CEST 2007 - jkupec@suse.cz
2498 - do not download the same file multiple times in one attach session
2499   (#307098), r7456
2500 - special cdrom detection code for SCSI / Virtual CDROMs on iSeries
2501   removed - should be correctly detected by HAL now
2502   (#167629, #163971), r7452
2503 - version 4.1.1
2504
2505 -------------------------------------------------------------------
2506 Fri Oct 05 10:35:47 CEST 2007 - aschnell@suse.de
2507
2508 - filter architecture in plaindir parser (bug #330791)
2509
2510 -------------------------------------------------------------------
2511 Thu Oct  4 16:31:58 CEST 2007 - ma@suse.de
2512
2513 - Throw constructing malformed checksums. (#189096)
2514 - revision 7441
2515
2516 -------------------------------------------------------------------
2517 Thu Oct  4 14:22:31 CEST 2007 - mvidner@suse.cz
2518
2519 - Renamed templates back because proper qualification makes it work
2520   too.
2521 - 4.1.0
2522
2523 -------------------------------------------------------------------
2524 Thu Oct 04 11:23:19 CEST 2007 - aschnell@suse.de
2525
2526 - only look for repositories in file ending ".repo" (bug #294779)
2527
2528 -------------------------------------------------------------------
2529 Wed Oct  3 13:37:57 CEST 2007 - mvidner@suse.cz
2530
2531 - Fixed compilation errors with GCC 4.3 by adding missing includes
2532   and renaming templates: MaxBits to MaxBitsT, Mask to MaskT,
2533   Compare<Edition> to CompareEd.
2534 - r7426
2535
2536 -------------------------------------------------------------------
2537 Mon Oct  1 20:29:36 CEST 2007 - ma@suse.de
2538
2539 - Incorporated patch from Michael Matz to speedup cache reading.
2540 - revision 7413
2541
2542 -------------------------------------------------------------------
2543 Fri Sep 28 18:40:59 CEST 2007 - schubi@suse.de
2544
2545 - Resolvertestcase:
2546   - log Repository info
2547   - set keep state in the testcase
2548   - handle vendor
2549 - r 4707
2550
2551 -------------------------------------------------------------------
2552 Thu Sep 27 17:13:14 CEST 2007 - ma@suse.de
2553
2554 - Fixed pattern parser SEGV on broken pattern files. (#328546)
2555 - revision 7402
2556
2557 -------------------------------------------------------------------
2558 Wed Sep 26 11:08:14 CEST 2007 - schubi@suse.de
2559
2560 - QueuItemRequire: Filter out all provider which have worser architecture,
2561   are NOT noarch and have not the same name as the requirement. The
2562   last one is needed for updating packages via patch/atoms.
2563   Bug 328081
2564 - Revert changes of r 7340
2565 - r 7386
2566
2567 -------------------------------------------------------------------
2568 Tue Sep 25 15:51:34 CEST 2007 - ma@suse.de
2569
2570 - Add missing '--install' parameter in desktop file. (#308640)
2571 - version 4.0.0
2572 - revision 7369
2573
2574 -------------------------------------------------------------------
2575 Tue Sep 25 11:08:13 CEST 2007 - jkupec@suse.cz
2576
2577 - release all attached media before attempting to eject (#293428)
2578 - fixed parsing of --proxy-user parameter of .curlrc (#309139)
2579 - revision 7352
2580 - version 3.26.0
2581
2582 -------------------------------------------------------------------
2583 Mon Sep 24 16:10:32 CEST 2007 - dmacvicar@suse.de
2584
2585 - provide a way to retrieve the metadata path. Used for
2586   installation, which incorrectly creates a repository in
2587   cache without adding it first, so metadata path is not
2588   set and therefore it is not possible to setup a media
2589   verifier on installation. Part of fix for (#293428)
2590 - 3.25.0
2591
2592 -------------------------------------------------------------------
2593 Mon Sep 24 15:48:47 CEST 2007 - schubi@suse.de
2594
2595 - If more than one resolvables provide a requirements and have different
2596   architecture take thatone with the best architecture. (Not regarding the
2597   name). Bug: Branching too much while an installation of a multi-arch-DVD
2598 - r 7340
2599 - version 3.24.8
2600
2601 -------------------------------------------------------------------
2602 Fri Sep 21 15:50:30 CEST 2007 - schubi@suse.de
2603
2604 - Checking the queue if an item will be deleted. If yes, the requirements
2605   are not needed anymore. Bug 326384
2606 - version 3.24.7
2607 - r 7329
2608
2609 -------------------------------------------------------------------
2610 Thu Sep 20 17:37:30 CEST 2007 - jkupec@suse.cz
2611
2612 - don't probe the repository type upon saving if disabled (#326769)
2613 - version 3.24.6
2614 - revision 7319
2615
2616 -------------------------------------------------------------------
2617 Thu Sep 20 15:19:53 CEST 2007 - ma@suse.de
2618
2619 - Avoid calling rpm repeatedly in case of an error. This is fault-prone,
2620   esp. if the error occurred executing the packages post-install script.
2621 - version 3.24.5
2622 - revision 7317
2623
2624 -------------------------------------------------------------------
2625 Thu Sep 20 11:00:04 CEST 2007 - ma@suse.de
2626
2627 - If a package is deselected by user, apply this soft lock to all
2628   available versions of this package.
2629 - version 3.24.4
2630 - revision 7316
2631
2632 -------------------------------------------------------------------
2633 Wed Sep 19 17:45:12 CEST 2007 - schubi@suse.de
2634
2635 - Update: Do not set an item to installation if there has been already set
2636   one for installation which has the same NVA. Bug  326286
2637 - version 3.24.3
2638 - r 7311
2639
2640 -------------------------------------------------------------------
2641 Wed Sep 19 14:19:49 CEST 2007 - ma@suse.de
2642
2643 - Enable package cache during commit. (#326249)
2644 - revision 7309
2645
2646 -------------------------------------------------------------------
2647 Tue Sep 18 14:01:02 CEST 2007 - schubi@suse.de
2648
2649 - Do not regarding requirements for packages which will be deleted in the
2650   same solver run. Bug 310618
2651 - r 7292
2652 - version 3.24.2
2653
2654 -------------------------------------------------------------------
2655 Mon Sep 17 16:33:14 CEST 2007 - jkupec@suse.cz
2656
2657 - don't download filelists.xml.gz (#307105)
2658 - version 3.24.1
2659 - revision 7269
2660
2661 -------------------------------------------------------------------
2662 Mon Sep 17 15:51:04 CEST 2007 - ma@suse.de
2663
2664 - Improve estimated diskusage while there is no valid
2665   solver result. (#325617)
2666 - revision 7266
2667
2668 -------------------------------------------------------------------
2669 Mon Sep 17 15:22:47 CEST 2007 - schubi@suse.de
2670
2671 -Bugfix in vendor change of a required resolvable (Correct error message)
2672  Bug 310455
2673 - r 7262
2674
2675 -------------------------------------------------------------------
2676 Mon Sep 17 12:36:28 CEST 2007 - lslezak@suse.cz
2677
2678 - fixed DU parsing in inst-sys (#308659)
2679 - revision 7256
2680
2681 -------------------------------------------------------------------
2682 Fri Sep 14 22:57:54 CEST 2007 - ma@suse.de
2683
2684 - Enable using patch and delta rpms. (#309124)
2685 - version 3.24.0
2686 - revision 7253
2687
2688 -------------------------------------------------------------------
2689 Thu Sep 13 17:59:55 CEST 2007 - ma@suse.de
2690
2691 - On update do not delete unmaintained non-SuSE packages.
2692 - version 3.23.2
2693 - revision 7239
2694
2695 -------------------------------------------------------------------
2696 Thu Sep 13 13:02:39 CEST 2007 - lslezak@suse.cz
2697
2698 - ZYppImpl::getPartitions() - don't return the current partitioning
2699   when the partitioning hasn't been set - fixes DU parsing in
2700   inst-sys (#308659)
2701
2702 -------------------------------------------------------------------
2703 Thu Sep 13 11:30:47 CEST 2007 - dmacvicar@suse.de
2704
2705 - Throw specific exceptions during commit (#308511)
2706 - 3.23.1
2707
2708 -------------------------------------------------------------------
2709 Wed Sep 12 18:48:00 CEST 2007 - ma@suse.de
2710
2711 - Various disk space calculation fixes. Susetags, plaindir and rpmdb
2712   now provide more detailed disk usage information.
2713   Yum metadata don't, so we book the package size to '/'. (#308362)
2714 - version 3.23.0
2715 - revision 7225
2716
2717 -------------------------------------------------------------------
2718 Wed Sep 12 15:48:41 CEST 2007 - schubi@suse.de
2719
2720 - Regarding keep state while recycle old valid solver results. Bug 286889
2721 - r 7209
2722
2723 -------------------------------------------------------------------
2724 Wed Sep 12 12:24:49 CEST 2007 - jkupec@suse.cz
2725
2726 - report 100% progress on finishing RPM removal (bug #309431)
2727 - revision 7200
2728
2729 -------------------------------------------------------------------
2730 Tue Sep 11 17:25:35 CEST 2007 - schubi@suse.de
2731
2732 - Update: rename language packages --> take that package which fits to the
2733   selected language Bug 308098
2734 - r 7919
2735
2736 -------------------------------------------------------------------
2737 Tue Sep 11 16:11:20 CEST 2007 - dmacvicar@suse.de
2738
2739 - restore deltas and patch rpms from the cache (#309124)
2740 - 3.22.8
2741
2742 -------------------------------------------------------------------
2743 Tue Sep 11 14:54:44 CEST 2007 - ma@suse.de
2744
2745 - Don't fail if a product is deleted multiple times (e.g. due to
2746   obsoletes and an explicit deleted request). (#308746)
2747 - version 3.22.7
2748 - revision 7184
2749
2750 -------------------------------------------------------------------
2751 Tue Sep 11 13:52:47 CEST 2007 - jkupec@suse.cz
2752
2753 - SYSCONFDIR variable added for modifying /etc
2754
2755 -------------------------------------------------------------------
2756 Tue Sep 11 12:18:11 CEST 2007 - schubi@suse.de
2757
2758 - uninstallable resolvable -->suggested solution: delete; Bug 308164
2759 - r 7177
2760
2761 -------------------------------------------------------------------
2762 Mon Sep 10 16:19:05 CEST 2007 - schubi@suse.de
2763
2764 - new translations added
2765 - r 7166
2766 - version 3.22.6
2767
2768 -------------------------------------------------------------------
2769 Mon Sep 10 15:50:49 CEST 2007 - lslezak@suse.cz
2770
2771 - fixed disk usage counting of updated packages (#308362)
2772
2773 -------------------------------------------------------------------
2774 Mon Sep 10 14:17:29 CEST 2007 - schubi@suse.de
2775
2776 - Splitting packages: Take the package with the best
2777   architecture,edition ONLY; Bug 308591
2778 - r 7160
2779
2780 -------------------------------------------------------------------
2781 Mon Sep 10 10:55:45 CEST 2007 - lslezak@suse.cz
2782
2783 - properly report fallback disk usage size (in kB instead of bytes)
2784   when disk usage is not known (YUM repos) (#308475)
2785
2786 -------------------------------------------------------------------
2787 Fri Sep  7 13:27:26 CEST 2007 - ma@suse.de
2788
2789 - Install a sample /etc/zypp.conf. (#306615)
2790 - Fixed missing soversion symlink in package.
2791 - version 3.22.5
2792 - revision 7150
2793
2794 -------------------------------------------------------------------
2795 Fri Sep  7 13:03:48 CEST 2007 - schubi@suse.de
2796
2797 - RequirementIsMet: return true only if ALL Atoms are NOT incomplete; Bug
2798   308252
2799 - r 7143
2800
2801 -------------------------------------------------------------------
2802 Thu Sep  6 18:22:36 CEST 2007 - schubi@suse.de
2803
2804 - Error: Select two candidate with the same name while update.
2805   Solution: If there is a candidate which is already selected for installation -->
2806   take thatone #308082
2807 - r 7132
2808
2809 -------------------------------------------------------------------
2810 Thu Sep  6 14:11:58 CEST 2007 - ma@suse.de
2811
2812 - Work arround installed patterns providing an empty vendor string. (#307743)
2813 - Let the solver treat vendor suse and opensuse as equivalent.
2814 - version 3.22.4
2815
2816 -------------------------------------------------------------------
2817 Thu Sep  6 12:33:27 CEST 2007 - schubi@suse.de
2818
2819 - Checking item before evaluating the concerning vendor. bug #307941
2820 - r 7119
2821
2822 -------------------------------------------------------------------
2823 Wed Sep  6 02:24:37 CEST 2007 - dmacvicar@suse.de
2824
2825 - Fix for bug #307163 - empty package descriptions
2826   a.k.a shared tag not 100% implemented
2827 - r 7117
2828 - version 3.22.3
2829
2830 -------------------------------------------------------------------
2831 Wed Sep  5 17:52:37 CEST 2007 - schubi@suse.de
2832
2833 - logging "reverse" NEEDED_BY in the detail description of solver
2834   problems.
2835 - improved error message if a requiremnt is not fulfilled Bug 307743
2836 - Add "ignore" option to the solution if a requirement is not fulfilled
2837   Bug 304276
2838 - revision 7113
2839
2840 -------------------------------------------------------------------
2841 Wed Sep  5 14:33:02 CEST 2007 - jkupec@suse.cz
2842
2843 - fixed the order of operands of susetags local metadata status
2844   computation which caused the YaST repositories to always get
2845   refreshed (part of bug #304310)
2846 - revision 7107
2847 - version 3.22.2
2848
2849 -------------------------------------------------------------------
2850 Tue Sep  4 12:09:10 CEST 2007 - schubi@suse.de
2851
2852 - comparing vendor with VendorAttr::equivalent
2853 - revision 7103
2854
2855 -------------------------------------------------------------------
2856 Mon Sep  3 18:43:51 CEST 2007 - schwab@suse.de
2857
2858 - Use $RPM_OPT_FLAGS.
2859
2860 -------------------------------------------------------------------
2861 Mon Sep  3 17:14:02 CEST 2007 - ma@suse.de
2862
2863 - Reset transact bits when switching status from
2864   "update" to "protected" (#246976)
2865 - version 3.22.1
2866 - revision 7094
2867
2868 -------------------------------------------------------------------
2869 Mon Sep  3 13:56:42 CEST 2007 - schubi@suse.de
2870
2871 - new translations added
2872 - rev 7083
2873
2874 -------------------------------------------------------------------
2875 Fri Aug 31 22:10:55 CEST 2007 - ma@suse.de
2876
2877 - Added ability to switch off use of patch and delta rpms via zypp.conf (#305864)
2878    [main]
2879    download.use_patchrpm = no
2880    download.use_deltarpm = no
2881 - version 3.22.0
2882 - revision 7069
2883
2884 -------------------------------------------------------------------
2885 Fri Aug 31 19:56:40 CEST 2007 - ma@suse.de
2886
2887 - On demand translate patch requirements into a list of atoms.
2888   Required by the UI to display packages acssociated with a patch.
2889   (#300612)
2890 - version 3.21.1
2891 - revision 7065
2892
2893 -------------------------------------------------------------------
2894 Fri Aug 31 13:59:54 CEST 2007 - kkaempf@suse.de
2895
2896 - enrich ResolverInfo with the reason if a user-initiated request
2897   fails (#304325, #306240)
2898 - r 7051
2899
2900 -------------------------------------------------------------------
2901 Thu Aug 30 20:10:00 CEST 2007 - jkupec@suse.cz
2902
2903 - added missing implementation of LogControl::setLineFormater()
2904   (lslezak)
2905 - version 3.21.0
2906 - revision 7041
2907
2908 -------------------------------------------------------------------
2909 Thu Aug 30 18:55:15 CEST 2007 - jkupec@suse.cz
2910
2911 - enable changing url in requestMedia callback (#294481)
2912 - revision 7037
2913
2914 -------------------------------------------------------------------
2915 Thu Aug 30 18:22:32 CEST 2007 - ma@suse.de
2916
2917 - Filter readonly mount points in DiskUsageCounter (#297405)
2918 - revision 7030
2919
2920 -------------------------------------------------------------------
2921 Thu Aug 30 17:31:33 CEST 2007 - jkupec@suse.cz
2922
2923 - remember the cause of the RepoException when refreshing metadata
2924   (#301022)
2925 - r7023
2926
2927 -------------------------------------------------------------------
2928 Thu Aug 30 17:25:14 CEST 2007 - ma@suse.de
2929
2930 - Safe fix for bug #299680.
2931 - version 3.20.1
2932 - revision 7026
2933
2934 -------------------------------------------------------------------
2935 Thu Aug 30 15:48:03 CEST 2007 - schubi@suse.de
2936
2937 - Bugfix: If a requirement has been fulfilled by more than one language
2938   resolvables only thatone will be taken which fits to the selected
2939   language.
2940 - r 7018
2941
2942 -------------------------------------------------------------------
2943 Thu Aug 30 15:14:23 CEST 2007 - jkupec@suse.cz
2944
2945 - correct error code for media errors in MediaCurl::doGetFileCopy()
2946   affects only zypper error output, does not affect YaST
2947 - r7013
2948
2949 -------------------------------------------------------------------
2950 Wed Aug 29 18:28:41 CEST 2007 - jkupec@suse.cz
2951
2952 - reverted blocking of requestMedia from r6271 (#301710)
2953 - r6999
2954
2955 -------------------------------------------------------------------
2956 Wed Aug 29 18:09:29 CEST 2007 - kkaempf@suse.de
2957
2958 - prevent progress report in destructor (#299680)
2959 - r6998
2960
2961 -------------------------------------------------------------------
2962 Wed Aug 29 18:02:36 CEST 2007 - jkupec@suse.cz
2963
2964 - treat non-filelists.xml <file> entries as file provides capabilities
2965   in YUM parser (#304701)
2966 - r6992
2967
2968 -------------------------------------------------------------------
2969 Wed Aug 29 16:32:01 CEST 2007 - kkaempf@suse.de
2970
2971 - the media.1/media uniquely identifies a 'susetags' repo, not
2972   the content file (#304200)
2973
2974 -------------------------------------------------------------------
2975 Wed Aug 29 15:42:17 CEST 2007 - jkupec@suse.cz
2976
2977 - fixed locale dir (#304649)
2978 - r6984
2979
2980 -------------------------------------------------------------------
2981 Wed Aug 29 15:39:52 CEST 2007 - kkaempf@suse.de
2982
2983 - don't treat normal package license as "license to confirm"
2984   (#305906)
2985
2986 -------------------------------------------------------------------
2987 Wed Aug 29 15:28:53 CEST 2007 - ma@suse.de
2988
2989 - Fixed fix for #293039. Segfault due to uninitialzed data.
2990 - version 3.19.3
2991 - revision 6980
2992
2993 -------------------------------------------------------------------
2994 Wed Aug 29 15:10:20 CEST 2007 - schubi@suse.de
2995
2996 - reduced too much verbosed ResolverContext logging; Bug 303971
2997 - r 6977
2998
2999 -------------------------------------------------------------------
3000 Wed Aug 29 13:55:28 CEST 2007 - ma@suse.de
3001
3002 - Fixed PlainDir repositories to provide real disk usage data. For
3003   repomd and others that do not provide any detailed disk usage info,
3004   assume the packgage size is required below "/". Peviously they were
3005   treated as being empy.
3006 - version 3.19.2
3007 - revision 6972
3008
3009 -------------------------------------------------------------------
3010 Wed Aug 29 13:36:42 CEST 2007 - schubi@suse.de
3011
3012 - Add a new solver solution in the case of running in a timeout:
3013   ProblemSolutionDoubleTimeout.h
3014   #Bug 302496
3015 - revision 6970
3016
3017 -------------------------------------------------------------------
3018 Wed Aug 29 11:23:26 CEST 2007 - dmacvicar@suse.de
3019
3020 - bug in fix for (#292986)
3021
3022 -------------------------------------------------------------------
3023 Tue Aug 28 18:48:26 CEST 2007 - dmacvicar@suse.de
3024
3025 - (#297001) - libzypp: can't skip broken packages
3026 - re enable importing zypp keyring from rpm.(#302379)
3027 - 3.19.1
3028
3029 -------------------------------------------------------------------
3030 Tue Aug 28 17:30:30 CEST 2007 - kkaempf@suse.de
3031
3032 - rename ResolvableQuery::iterateResolvablesByKindsAndStrings
3033   to ResolvableQuery::iterateResolvablesByKindsAndStringsAndRepos
3034   in order to support query-by-repo (#305384)
3035 - fix iterateResolvablesByKindsAndStringsAndRepos to take any
3036   number of kinds, names, or repos (#305347)
3037 - remove ResolvableQuery::iterateResolvablesByKind, not needed
3038 - version 3.19.0
3039 - rev 6935
3040
3041 -------------------------------------------------------------------
3042 Tue Aug 28 11:27:53 CEST 2007 - dmacvicar@suse.de
3043
3044 - real fix for reading signature ids. (#390535).
3045 - delete metadata when removing repo (#301037).
3046
3047 -------------------------------------------------------------------
3048 Mon Aug 27 23:52:41 CEST 2007 - dmacvicar@suse.de
3049
3050 - following behaviour for setPartitions
3051   - if they are not set, they are detected
3052   - if they are set, that value is used.
3053   - if value set or detected is empty, all disk usage
3054     information is read. Otherwise just values in those
3055     mount points.
3056     Should work for installation as long as detectPartitions
3057     is empty at installation.(#293039)
3058
3059 -------------------------------------------------------------------
3060 Mon Aug 27 17:08:41 CEST 2007 - kkaempf@suse.de
3061
3062 - Add ZConfig::overrideSystemArchitecture() to override zypp arch
3063   from external, e.g. for the testcases
3064 - Honor ZYPP_CONF environment variable to override the buit-in
3065   /etc/zypp/zypp.conf
3066 - Check architecture at handout() to prevent NULL ptr reference.
3067 - Bug 301286
3068 - rev 6908
3069
3070 -------------------------------------------------------------------
3071 Mon Aug 27 15:53:52 CEST 2007 - schubi@suse.de
3072
3073 -The solver generate an establish call for all
3074  resolvables which has filesystemcaps if there is not a valid result from a
3075  former solver run available. This covers:
3076  * Initial solver run
3077  * Changing of filesystem whithin a workflow, cause the solver results will
3078    be reset if the filesystem dependencies have been changed
3079  Bug 271912
3080 - r 6901
3081
3082 -------------------------------------------------------------------
3083 Sun Aug 26 15:49:27 CEST 2007 - kkaempf@suse.de
3084
3085 - pass location to plaindir package (#303751)
3086 - Add name of file in question to checksum/signature related
3087   exceptions.
3088 - pass basename of file to verifyFileSignatureWorkflow (instead of
3089   empty string).
3090 - filter out incompatible architectures when parsing sustags
3091   repos (first half of #301286)
3092 - r 6882
3093
3094 -------------------------------------------------------------------
3095 Fri Aug 24 11:52:27 CEST 2007 - dmacvicar@suse.de
3096
3097 - don't run source migration if yast is running in
3098   intsys mode (#297136)
3099 - signature and checksum verification fixes. Still pending
3100   problem ZYpp getting no output from gpg when running from zypper.
3101   (#302059)
3102
3103 -------------------------------------------------------------------
3104 Thu Aug 23 13:51:41 CEST 2007 - schubi@suse.de
3105
3106 - Do not strip resolvables which have the same name but different kind
3107   (ResolverInfo*)
3108 - Flag info NEEDEDBY correctly if it will be used by freshen/supplement
3109 - r 6830
3110
3111 -------------------------------------------------------------------
3112 Wed Aug 22 18:58:44 CEST 2007 - mvidner@suse.cz
3113
3114 - Do not use "a-z" in regexes. Fixes "Invalid Url scheme 'http'" in
3115   the Estonian locale (#302525).
3116
3117 -------------------------------------------------------------------
3118 Wed Aug 22 17:59:39 CEST 2007 - aschnell@suse.de
3119
3120 - added remembering of exception history at various places
3121
3122 -------------------------------------------------------------------
3123 Wed Aug 22 16:52:09 CEST 2007 - schubi@suse.de
3124
3125 - Bugfixes concerning vendor handling:
3126 - first bug:
3127   Installed A-1.0(vendor SuSE)
3128   Available A-2.0(other vendor)
3129   A will not be regarded as "unmaintained". So it will not be deleted.
3130 - second bug:
3131   A need B-2.0. B-1.0 is installed but has another vendor. Report a
3132   proper errmessage.
3133 - Testcase : solution-tests/vendor-test.xml
3134 - r 6812
3135 - 3.18.4
3136
3137 -------------------------------------------------------------------
3138 Tue Aug 21 15:38:08 CEST 2007 - dmacvicar@suse.de
3139
3140 - ignore HASH key for download (#300982)
3141
3142 -------------------------------------------------------------------
3143 Tue Aug 21 15:17:23 CEST 2007 - schubi@suse.de
3144
3145 - Added explicitly_requested as parameter in ResolverContext::Uninstall
3146   Bug 299819
3147 - revision 6794
3148
3149 -------------------------------------------------------------------
3150 Tue Aug 21 13:06:44 CEST 2007 - dmacvicar@suse.de
3151
3152 - If no mount information is available, parse all DU entries.
3153 - read only hack mode for migrate-sources. We actually do add
3154   repositories with it, but no harm. (#292986)
3155 - fix some typos in exceptions (#301331)
3156 - 3.18.3
3157
3158 -------------------------------------------------------------------
3159 Mon Aug 20 16:06:36 CEST 2007 - schubi@suse.de
3160
3161 - Do not regard explicit request in order to recognize updated packages
3162   correctly. Bug 301676
3163 - Updated translations
3164 - r 6766
3165 - 3.18.2
3166
3167 -------------------------------------------------------------------
3168 Mon Aug 20 15:35:46 CEST 2007 - mvidner@suse.cz
3169
3170 - package-manager script: Call /sbin/yast2 with full path because of
3171   gnomesu (#269873).
3172
3173 -------------------------------------------------------------------
3174 Mon Aug 20 15:23:14 CEST 2007 - dmacvicar@suse.de
3175
3176 - add support for the HASH key. (#300982)
3177 - Use ContentFileParser in Downloader (instead of implementing
3178   the parser again, it has a reason, Downloader was written first)
3179 - update testcases and data to cover the new HASH key
3180 - 3.18.1
3181
3182 -------------------------------------------------------------------
3183 Mon Aug 20 13:21:34 CEST 2007 - kkaempf@suse.de
3184
3185 - unify query API for kind and name, summary, description
3186   (incomplete)
3187 - rev 6761, version 3.18.0
3188
3189 -------------------------------------------------------------------
3190 Fri Aug 17 12:30:55 CEST 2007 - kkaempf@suse.de
3191
3192 - add iterateResolvablesByKindsAndName
3193 - rev 6735, version 3.17.13
3194
3195 -------------------------------------------------------------------
3196 Fri Aug 17 11:45:24 CEST 2007 - kkaempf@suse.de
3197
3198 - rename ResolvableQuery::queryByName to iterateResolvablesByName
3199 - fix reading of kind and repository in ResolvableQuery
3200 - add reverse lookups in CacheTypes
3201 - add iterateResolvablesByKind
3202 - rev 6733
3203
3204 -------------------------------------------------------------------
3205 Fri Aug 17 10:37:56 CEST 2007 - schubi@suse.de
3206
3207 - shorten solver error messages Bug 259894
3208 - rev 6723
3209
3210 -------------------------------------------------------------------
3211 Thu Aug 16 23:43:50 CEST 2007 - kkaempf@suse.de
3212
3213 - fix ResolvableQuery::query(), add ResolvableQuery::queryByName()
3214   install zypp/cache header files.
3215 - rev 6719, version 3.16.13
3216
3217 -------------------------------------------------------------------
3218 Thu Aug 16 17:21:52 CEST 2007 - kkaempf@suse.de
3219
3220 - discard pattern files with incompatbile architecture, both
3221   for download and for parsing. (#298716)
3222 - rev 6711
3223
3224 -------------------------------------------------------------------
3225 Thu Aug 16 17:12:45 CEST 2007 - kkaempf@suse.de
3226
3227 - run sqlite asynchronously and add sql index files where
3228   appropriate, gives 6x performance on certain operations.
3229   Bumping cache schema version to 1004.
3230   (#300998)
3231 - rev 6710
3232
3233 -------------------------------------------------------------------
3234 Thu Aug 16 17:08:58 CEST 2007 - kkaempf@suse.de
3235
3236 - fix String::endsWith (#301038)
3237 - rev 6709
3238
3239 -------------------------------------------------------------------
3240 Thu Aug 16 11:16:25 CEST 2007 - schubi@suse.de
3241
3242 - added an _explicitly_requested in QueueItemConflict ( as already in
3243   QueueItemEstablish, QueueItemInstall, QueueItemUninstall ) in order to
3244   remove the conflicting item without an error message. Bug 299819
3245 - rev 6699
3246
3247 -------------------------------------------------------------------
3248 Thu Aug 16 07:23:31 CEST 2007 - jkupec@suse.cz
3249
3250 - forgot to set default refresh policy in checkIfToRefreshMetadata
3251 - repo.refresh.delay default set to 10 minutes
3252 - 6693
3253
3254 -------------------------------------------------------------------
3255 Wed Aug 15 15:32:36 CEST 2007 - schubi@suse.de
3256
3257 - Bugfix while regarding correct vendor in update
3258 - r6677
3259 - version 3.15.0
3260
3261 -------------------------------------------------------------------
3262 Wed Aug 15 13:57:04 CEST 2007 - jkupec@suse.cz
3263
3264 - repo.refresh.delay=<minutes> (ZConfig, "main" section) support
3265   added to delay next check & refresh until the specified number of
3266   minutes has passed from the last check or refresh (FATE #301991).
3267   Revisions: 6654, 6656, 6666, and 6667.
3268 - filesystem::touch(Pathname) added (r6666)
3269 - RepoManager::touchIndexFile(RepoInfo) added
3270 - RepoManager::checkIfToRefreshMetadata(RepoInfo,Url,policy):
3271   decision to do the refresh moved to this public method.
3272 - r6667
3273
3274 -------------------------------------------------------------------
3275 Wed Aug 15 12:38:26 CEST 2007 - schubi@suse.de
3276
3277 - generate a resolver problem if addRequires does not find a resovable
3278   #299486
3279 - rev 6660
3280
3281 -------------------------------------------------------------------
3282 Tue Aug 14 15:54:15 CEST 2007 - schubi@suse.de
3283
3284 - Prioritized delete request by the user BEFORE delete requests due
3285   missing dependencies or conflicting dependencies. Bug 298322
3286 - rev 6640
3287
3288 -------------------------------------------------------------------
3289 Fri Aug 10 20:49:20 CEST 2007 - jkupec@suse.cz
3290
3291 - support also "Plaindir" as valid repo type name (#298622)
3292 - revision 6616
3293 - version 3.14.0
3294
3295 -------------------------------------------------------------------
3296 Fri Aug 10 18:03:06 CEST 2007 - dmacvicar@suse.de
3297
3298 - fix segfault in Progress reporting
3299 - progress report use name instead of alias (#298035)
3300 - repoinfo returns alias if name is empty
3301
3302 -------------------------------------------------------------------
3303 Fri Aug 10 16:04:42 CEST 2007 - dmacvicar@suse.de
3304
3305 - merge patch by dmueller to get rid of boost-regex
3306
3307 -------------------------------------------------------------------
3308 Fri Aug 10 13:50:40 CEST 2007 - dmacvicar@suse.de
3309
3310 - dont create a second CacheStore in the same scope, will lock...
3311   #297627
3312
3313 -------------------------------------------------------------------
3314 Thu Aug  9 15:04:21 CEST 2007 - jkupec@suse.cz
3315
3316 - fixed some RepoManager exception docs & history
3317 - r6558
3318
3319 -------------------------------------------------------------------
3320 Thu Aug  9 13:33:59 CEST 2007 - dmacvicar@suse.de
3321
3322 - feature #302135: Graceful update of 3rd party packages
3323   Automatic upgrading only sees packages from same vendor
3324   This allows not needed to have those locked.
3325 - Add persistent locks file which allow wildcards. Users
3326   can lock certain packages adding lines like "kde* < 3.5"
3327 - add applyLocks() to apply persistent locks before solving
3328
3329 -------------------------------------------------------------------
3330 Thu Aug  9 13:28:20 CEST 2007 - schubi@suse.de
3331
3332 -  recognize changes in the pool (e.g. changing /etc/sysconfig/storage
3333   #271912 wq
3334 - Added locking resolvables in the testcases
3335 - rev 6544
3336
3337 -------------------------------------------------------------------
3338 Wed Aug  8 16:04:07 CEST 2007 - dmacvicar@suse.de
3339
3340 - add migrate-sources to %post (#292986)
3341 - 3.13.15
3342
3343 -------------------------------------------------------------------
3344 Wed Aug  8 13:32:52 CEST 2007 - jkupec@suse.cz
3345
3346 - fixed bug with using wrong files from raw metadata cache
3347   (bug #297611) (duncanmv) (r6501, already released in 3.13.14)
3348
3349 -------------------------------------------------------------------
3350 Wed Aug  8 12:42:39 CEST 2007 - schubi@suse.de
3351
3352 - fix in "ignore conflicts" if the conflict has been caused by an obsolete
3353   Bug# 297795
3354 - r 6517
3355
3356 -------------------------------------------------------------------
3357 Tue Aug  7 17:04:47 CEST 2007 - dmacvicar@suse.de
3358
3359 - implement susetags support for compressed metadata
3360   and testcases. (feature #301916)
3361 - implement disk usage in cache. For installation requires
3362   some changes in YaST to setup the ZYpp getPartitions()
3363   before repos are cached. (bug #293039)
3364 - added testcases for diskusage
3365 - 3.13.14
3366
3367 -------------------------------------------------------------------
3368 Mon Aug  6 10:19:12 CEST 2007 - jkupec@suse.cz
3369
3370 - fixed YUM parser to properly create source packages
3371 - disabled reading of filelists.xml.gz by default (the data are
3372   currently not stored anyway)
3373 - revision 6481
3374 - version 3.13.13
3375
3376 -------------------------------------------------------------------
3377 Sat Aug  4 01:03:19 CEST 2007 - ma@suse.de
3378
3379 - Don't download unwanted translation files (#293740).
3380 - revision 6470
3381
3382 -------------------------------------------------------------------
3383 Fri Aug  3 23:52:18 CEST 2007 - ma@suse.de
3384
3385 - Fix susetags repo to parse dikusage data (#293039)
3386 - revision 6467
3387 - version 3.13.12
3388
3389 -------------------------------------------------------------------
3390 Fri Aug  3 18:56:47 CEST 2007 - ma@suse.de
3391
3392 - Add product attribute 'type' (aka 'category' which is now
3393   deprecated). Adapted sustags and yum parsers to parse and
3394   provide this value.
3395 - revision 6464
3396 - version 3.13.11
3397
3398 -------------------------------------------------------------------
3399 Fri Aug  3 17:29:56 CEST 2007 - dmacvicar@suse.de
3400
3401 - fix modalias rel column number
3402 - version 3.13.10
3403
3404 -------------------------------------------------------------------
3405 Fri Aug  3 16:35:36 CEST 2007 - dmacvicar@suse.de
3406
3407 - Implemented option repo.add.probe to allow probing
3408   the added repositories
3409 - version 3.13.9
3410
3411 -------------------------------------------------------------------
3412 Fri Aug  3 16:07:46 CEST 2007 - schubi@suse.de
3413
3414 - Fixed detection of renamed packages while update.
3415 - Added new translations
3416 - rev 6445
3417
3418 -------------------------------------------------------------------
3419 Fri Aug  3 15:02:28 CEST 2007 - ma@suse.de
3420
3421 - Speed up retrieving MediaNr attribute, as it slows down install
3422   order calculation. (#297173)
3423 - revision 6442
3424
3425 -------------------------------------------------------------------
3426 Fri Aug  3 14:13:36 CEST 2007 - dmacvicar@suse.de
3427
3428 - Fixed cache schema upgrade
3429
3430 -------------------------------------------------------------------
3431 Fri Aug  3 13:38:17 CEST 2007 - ma@suse.de
3432
3433 - Fixed pattern includes and extends attributes.
3434 - revision 6431
3435 - version 3.13.8
3436
3437 -------------------------------------------------------------------
3438 Fri Aug  3 12:33:41 CEST 2007 - schubi@suse.de
3439
3440 - API for retrieving additional dependencies" solver/detail/Resolver.h
3441 - Handle additional dependencies in the testcases
3442 - Handle system and language dependencies in the testcases correctly.
3443 - r 6418
3444
3445 -------------------------------------------------------------------
3446 Thu Aug  2 18:14:12 CEST 2007 - ma@suse.de
3447
3448 - Indicate changed pool content if /etc/sysconfig/storage USED_FS_LIST
3449   has changed. Resolver must discard any cached filesystem dependencies.
3450   (required for #271912)
3451 - revision 6404
3452
3453 -------------------------------------------------------------------
3454 Thu Aug  2 16:37:06 CEST 2007 - ma@suse.de
3455
3456 - Indicate changed pool content to the resolver. (required for #271912)
3457 - revision 6398
3458 - version 3.13.7
3459
3460 -------------------------------------------------------------------
3461 Thu Aug  2 10:16:16 CEST 2007 - schubi@suse.de
3462
3463 - speedup error handling. Do not log ResolveInfo anymore. Set limit of 20
3464   problems. Bug 280387
3465 - r 6378
3466 - version 3.13.6
3467
3468 -------------------------------------------------------------------
3469 Wed Aug  1 18:51:12 CEST 2007 - ma@suse.de
3470
3471 - Added interface to install source packages via zypper.
3472 - revision 6373
3473 - version 3.13.5
3474
3475 -------------------------------------------------------------------
3476 Tue Jul 31 22:01:08 CEST 2007 - ma@suse.de
3477
3478 - Added package attributes Package::sourcePkgName and
3479   Package::sourcePkgEdition. Name and edition of the source
3480   rpm this package was built from.
3481 - Added ZYpp::installSrcPackage to install a single source package.
3482 - revision 6353
3483 - version 3.13.4
3484
3485 -------------------------------------------------------------------
3486 Tue Jul 31 19:06:54 CEST 2007 - ma@suse.de
3487
3488 - Temorary files and directories created by makeSibling use the
3489   same protection as the original.
3490 - revision 6344
3491 - version 3.13.3
3492
3493 -------------------------------------------------------------------
3494 Tue Jul 31 10:37:13 CEST 2007 - schubi@suse.de
3495
3496 - Removed keepExtras from resolvePool. This will be handled
3497   in the solver internally now. #294727
3498 - Checking if item really exists (#295544; ResolverInfoContainer.cc)
3499 - revision 6317
3500 - version 3.13.2
3501
3502 -------------------------------------------------------------------
3503 Mon Jul 30 17:23:19 CEST 2007 - ma@suse.de
3504
3505 - Remove tribool from RepoInfo's interface.
3506 - revision 6301
3507 - version 3.13.1
3508
3509 -------------------------------------------------------------------
3510 Mon Jul 30 13:59:33 CEST 2007 - ma@suse.de
3511
3512 - Fixed wrong media number reported by script, message and patch.
3513 - Fixed script API to provide the scripts location on media (if not
3514   inlined).
3515 - Introduced ScripProvider to make a script available on the local
3516   disk.
3517 - revision 6288
3518 - version 3.13.0
3519
3520 -------------------------------------------------------------------
3521 Fri Jul 27 18:08:42 CEST 2007 - jkupec@suse.cz
3522
3523 - don't request media chage if the media is not changeable (like
3524   e.g. http)
3525 - revision 6271
3526 - version 3.12.1
3527
3528 -------------------------------------------------------------------
3529 Fri Jul 27 17:40:44 CEST 2007 - dmacvicar@suse.de
3530
3531 - progress ticks for clean cache
3532 - ZConfig: remove default from names.
3533 - re enable reading cache callbacks
3534 - ini parser without boost::regexp
3535   patch by dmueller (#152447)
3536
3537 -------------------------------------------------------------------
3538 Fri Jul 27 17:16:27 CEST 2007 - ma@suse.de
3539
3540 - Fixed package to provide the location media number. (#294496)
3541 - revision 6263
3542
3543 -------------------------------------------------------------------
3544 Fri Jul 27 16:31:38 CEST 2007 - jkupec@suse.cz
3545
3546 - RepoFileReader - ignore empty url keys (baseurl, mirrorlist,
3547   gpgkey) instead of throwing bad url exception
3548 - revision 6259
3549
3550 -------------------------------------------------------------------
3551 Thu Jul 26 16:41:30 CEST 2007 - kkaempf@suse.de
3552
3553 - Make clearing of extra dependencies/conflicts configurable when
3554   resolvePool(). Leave the default as before (clear extras).
3555   Bug # 294727
3556 - revision 6233
3557 - version 3.12.0
3558
3559 -------------------------------------------------------------------
3560 Thu Jul 26 10:58:27 CEST 2007 - dmacvicar@suse.de
3561
3562 - /var/lib/zypp/cache -> /var/cache/zypp
3563   (#292419)
3564 - ini parser without boost::regexp, patch by dmueller
3565   (#152447)
3566
3567 -------------------------------------------------------------------
3568 Wed Jul 25 13:50:06 CEST 2007 - ma@suse.de
3569
3570 - Make temp directory configurable  via environment
3571   variable ZYPPTMPDIR.
3572 - revision 6202
3573 - version 3.11.11
3574
3575 -------------------------------------------------------------------
3576 Tue Jul 24 17:55:49 CEST 2007 - ma@suse.de
3577
3578 - Fixed bug in smart pointer comparison.
3579
3580 -------------------------------------------------------------------
3581 Mon Jul 23 13:05:53 CEST 2007 - ma@suse.de
3582
3583 - Fix failing rename of metadata download directories across
3584   filesystem boundaries.
3585
3586 -------------------------------------------------------------------
3587 Fri Jul 20 16:10:59 CEST 2007 - ma@suse.de
3588
3589 - Fixed malicious gettext include.
3590 - Make ZConfig a singleton.
3591 - revision 6123
3592
3593 -------------------------------------------------------------------
3594 Thu Jul 19 15:52:03 CEST 2007 - ma@suse.de
3595
3596 - Fixed repo::provideFile to set a deleter for downloaded files
3597   (#293004).
3598 - revision 6094
3599 - version 3.11.10
3600
3601 -------------------------------------------------------------------
3602 Thu Jul 19 12:58:12 CEST 2007 - ma@suse.de
3603
3604 - Query ByRepository now takes as well an alias.
3605
3606 -------------------------------------------------------------------
3607 Wed Jul 18 16:40:35 CEST 2007 - dmacvicar@suse.de
3608
3609 - fix retrieval of container attributes in cache
3610   (#292698)
3611
3612 -------------------------------------------------------------------
3613 Wed Jul 18 16:12:06 CEST 2007 - ma@suse.de
3614
3615 - Port zypp-query-pool (#292404)
3616 - revision 6069
3617 - version 3.11.9
3618
3619 -------------------------------------------------------------------
3620 Wed Jul 18 16:09:04 CEST 2007 - schubi@suse.de
3621
3622 - added new calls in Resolver.h: addRequire,addConflict
3623
3624 -------------------------------------------------------------------
3625 Wed Jul 18 14:43:04 CEST 2007 - ma@suse.de
3626
3627 - Fixed IniParser to allow '=' in values (#292669)
3628 - revision 6063
3629
3630 -------------------------------------------------------------------
3631 Wed Jul 18 14:16:59 CEST 2007 - dmacvicar@suse.de
3632
3633 - allow / in alias (#292628)
3634
3635 -------------------------------------------------------------------
3636 Wed Jul 18 12:38:55 CEST 2007 - ma@suse.de
3637
3638 - Fixed repo::provideFile to throw on error.
3639 - Fixed ResolvableQuery to use 0 as default for non existing
3640   numerical values.
3641 - revision 6058
3642
3643 -------------------------------------------------------------------
3644 Tue Jul 17 15:57:03 CEST 2007 - ma@suse.de
3645
3646 - Fixed OnMediLocation to use safe defaults. Added setLocaltion and
3647   additional ctor for convenience.
3648 - revision 6047
3649
3650 -------------------------------------------------------------------
3651 Tue Jul 17 10:45:39 CEST 2007 - schubi@suse.de
3652
3653 - Evalute update canditate:
3654   Take canditates only which are really installable. Bug 292077
3655   r 6034
3656
3657 -------------------------------------------------------------------
3658 Mon Jul 16 15:41:31 CEST 2007 - jkupec@suse.cz
3659
3660 - fixed some tribool bugs in RepoInfo
3661 - revision 6022
3662
3663 -------------------------------------------------------------------
3664 Mon Jul 16 11:43:33 CEST 2007 - dmacvicar@suse.de
3665
3666 - fix reading of non existant repo
3667 - r6018
3668 - first submission to stable
3669 - fix keywords parsing in susetags parser
3670 - version 3.11.8
3671
3672 -------------------------------------------------------------------
3673 Wed Jul 11 19:14:47 CEST 2007 - jkupec@suse.cz
3674
3675 - make resolvable query complete exceptionless with the database
3676 - test that packages have some attributes
3677 - disable progress adaptor for now
3678 - revision 5977
3679 - version 3.11.7
3680
3681 -------------------------------------------------------------------
3682 Wed Jul 11 14:37:02 CEST 2007 - ma@suse.de
3683
3684 - fixed unresolved symbols
3685 - revision 5972
3686 - version 3.11.6
3687
3688 -------------------------------------------------------------------
3689 Wed Jul 11 13:31:39 CEST 2007 - ma@suse.de
3690
3691 - fixed TranslatedText creating unwanted entries.
3692 - fixed capability processing
3693 - revision 5964
3694 - version 3.11.5
3695
3696 -------------------------------------------------------------------
3697 Tue Jul 10 20:01:18 CEST 2007 - jkupec@suse.cz
3698
3699 - MediaSetAccess::release() added
3700 - Use attachDesiredMedia in MediaProducts
3701 - Progress reporting improved
3702 - revision 5959
3703 - version 3.11.4
3704
3705 -------------------------------------------------------------------
3706 Tue Jul 10 14:23:13 CEST 2007 - ma@suse.de
3707
3708 - fixed parsing translated texts.
3709 - added source packages.
3710 - revision 5947
3711 - version 3.11.3
3712
3713 -------------------------------------------------------------------
3714 Tue Jul 10 13:11:31 CEST 2007 - jkupec@suse.cz
3715
3716 - repo callbacks fixed
3717 - Fixed YUM parser progress reporting
3718 - Added CombinedProgressData
3719 - make RepoImpl::resolvables() load lazy
3720 - MediaProducts added for scanning products file
3721 - Implement cache schema versioning and automatic invalidation of
3722   cache when schema changes
3723 - revision 5942
3724 - version 3.11.2
3725
3726 -------------------------------------------------------------------
3727 Fri Jul  6 13:51:50 CEST 2007 - ma@suse.de
3728
3729 - Propagate pools repository_iterator to the UI
3730 - revision 5911
3731 - version 3.11.1
3732
3733 -------------------------------------------------------------------
3734 Thu Jul  5 17:02:08 CEST 2007 - ma@suse.de
3735
3736 - Package::location is now returns an OnMediaLocation
3737 - archivesize() renamed to downloadSize()
3738 - Allow to iterate all Repositories that contribute
3739   Resolvables to the Pool.
3740 - MediaSetAccess::provideDir added
3741 - remove useless url check
3742 - add old-api-style wrapper
3743 - Add MediaProducts class
3744 - revision 5892
3745 - version 3.11.0
3746
3747 -------------------------------------------------------------------
3748 Thu Jul  5 09:31:02 CEST 2007 - schubi@suse.de
3749
3750 - function isInstalledBy/installs
3751   Added an initial installation flag which shows if the item has been
3752   triggered for installation, or the dependency is already satisfied.
3753 - Revision 5884
3754 - Version 3.4.0
3755
3756 -------------------------------------------------------------------
3757 Tue Jul  3 13:07:31 CEST 2007 - jkupec@suse.cz
3758
3759 - removed unused %{prefix}/lib/zypp from %files in spec file
3760 - revision 5870
3761
3762 -------------------------------------------------------------------
3763 Tue Jul  3 10:37:37 CEST 2007 - jkupec@suse.cz
3764
3765 - Old API (SourceManager, metadata parsers) dropped in favor of the
3766   new refactored ones (RepoManager, RepoParser(s), cache subtree,
3767   repo subtree).
3768 - Some new API improvements.
3769 - revision 5868
3770 - version 3.10.0 (bumped minor to 10 to indicate refactoring branch)
3771
3772 -------------------------------------------------------------------
3773 Fri Jun 22 15:28:03 CEST 2007 - schubi@suse.de
3774
3775 - New API calls which provides more information about one
3776   resolvable after a solverrun:
3777   isInstalledBy (const PoolItem_Ref item);
3778   installs (const PoolItem_Ref item);
3779 - Revision 5835
3780
3781 -------------------------------------------------------------------
3782 Thu Jun 21 15:58:16 CEST 2007 - adrian@suse.de
3783
3784 - fix changelog entry order
3785
3786 -------------------------------------------------------------------
3787 Wed Jun 20 11:47:33 CEST 2007 - schubi@suse.de
3788
3789 - Ignore conflicting items which are uninstallable
3790 - Create a "needed by" info if a requirement is still fulfilled.
3791 - Allow only one needed_by and needed_by_capability in QueueItemInstall
3792 - Added capability and type (REQUIRE, RECOMMEND,....) to
3793   ResolverInfoNeededBy
3794 - Evaluate ResolverInfoNeededBy for more information in the error
3795   messages
3796 - Enlarge detail description in the error messages
3797 - Revision 5807
3798
3799 -------------------------------------------------------------------
3800 Tue Jun 19 13:59:09 CEST 2007 - ma@suse.de
3801
3802 - Fixes for gcc-4.2
3803 - revision 5786
3804 - version 3.3.1
3805
3806 -------------------------------------------------------------------
3807 Mon Jun 18 17:20:45 CEST 2007 - mvidner@suse.cz
3808
3809 - fixed so versioning from libtool to cmake
3810 - 3.3.0
3811
3812 -------------------------------------------------------------------
3813 Mon Jun 18 09:47:32 CEST 2007 - dmacvicar@suse.de
3814
3815 - Use gpg2 instead of gpg for keyring and make
3816   the package depend on it (#284211)
3817
3818 -------------------------------------------------------------------
3819 Mon Jun 11 17:02:49 CEST 2007 - schubi@suse.de
3820
3821 - Required kmp packges FOR EACH installed/to_be_installed kernel will be installed.
3822   New dependency "packageand(foo:bar)" which provides an AND dependency by
3823   injecting a supplement/freshen.
3824   e.G. package novell-cluster-services-kmp-smp
3825   supplements: packageand(kernel-smp:novell-cluster-services-kmp)
3826   Bug 255011
3827 - Dont check for architecture changes in atoms (#266178)
3828 - Revision 5720
3829
3830 -------------------------------------------------------------------
3831 Wed May 23 17:03:29 CEST 2007 - ma@suse.de
3832
3833 - Fixed package-manager script (#275847)
3834 - revision 5614
3835
3836 -------------------------------------------------------------------
3837 Wed May 23 13:32:02 CEST 2007 - schubi@suse.de
3838
3839 - fixed cmake
3840 - version 3.2.2
3841
3842 -------------------------------------------------------------------
3843 Wed May 23 11:25:55 CEST 2007 - schubi@suse.de
3844
3845 - Reduced logging in order to speedup solving Bug 275100
3846 - revision 5603
3847 - version 3.2.1
3848
3849 -------------------------------------------------------------------
3850 Tue May 15 14:03:34 CEST 2007 - ma@suse.de
3851
3852 - Fix excess calls to releaseFile. (#274357)
3853 - revision 5545
3854
3855 -------------------------------------------------------------------
3856 Wed May  9 18:44:20 CEST 2007 - dmacvicar@suse.de
3857
3858 - Fix importing keys into rpm. (#270125)
3859 - r5527
3860
3861 -------------------------------------------------------------------
3862 Wed Apr 18 14:56:17 CEST 2007 - ma@suse.de
3863
3864 - Support filesystem dependencies to add needed filesystem RPMs
3865   automatically (Fate 301966).
3866 - revision 5404
3867 - version 3.2.0
3868
3869 -------------------------------------------------------------------
3870 Mon Apr 16 11:23:15 CEST 2007 - jkupec@suse.cz
3871
3872 - avoiding attaching media where not needed (#263207)
3873 - r5381
3874
3875 -------------------------------------------------------------------
3876 Fri Apr 13 17:32:55 CEST 2007 - dmacvicar@suse.de
3877
3878 - fix FileCap with attributes
3879 - r5376
3880
3881 -------------------------------------------------------------------
3882 Thu Apr 12 02:33:18 CEST 2007 - ma@suse.de
3883
3884 - Fixed computation of install order. Take requirements of
3885   an installed packages uninstall scripts into account, if
3886   the package is updated. (#258682)
3887 - revision 5349
3888 - version 3.1.1
3889 -------------------------------------------------------------------
3890 Wed Apr 11 15:24:01 CEST 2007 - ma@suse.de
3891
3892 - Parse and provide package keywords. (Fate 120368)
3893 - revision 5338
3894 - version 3.1.0
3895
3896 -------------------------------------------------------------------
3897 Thu Apr  5 15:50:15 CEST 2007 - schubi@suse.de
3898
3899 - Upgrade: Do NOT delete packages which have unresolved dependencies -->
3900   Ask the user. Bug 258322
3901 - revision 5305
3902 - version 3.0.3
3903
3904 -------------------------------------------------------------------
3905 Wed Apr  4 19:39:12 CEST 2007 - ma@suse.de
3906
3907 - Fix restoring of Sources id root prefix is used. (#238165)
3908 - revision 5299
3909 - version 3.0.2
3910
3911 -------------------------------------------------------------------
3912 Wed Apr  4 15:33:54 CEST 2007 - jkupec@suse.cz
3913
3914 - MediaManager::attachDesiredMedia() added to support multiple
3915   (CD/DVD) drives (fate #3974)
3916 - r5296
3917
3918 -------------------------------------------------------------------
3919 Wed Mar 14 14:33:26 CET 2007 - schubi@suse.de
3920
3921 - If there is no valid solver result and NOT all resolvables ( other
3922   architecture) has been regarded, let the user decide making a new
3923   solver run with ALL available resolvables. Bug 223440
3924 - reducing logging (error -> debug)  bug 252921
3925 - Revision 5219
3926
3927 -------------------------------------------------------------------
3928 Fri Mar  9 00:08:38 CET 2007 - ma@suse.de
3929
3930 - Allow configuration of trusted vendors via
3931   /var/lib/zypp/db/trustedVendors. (#186636)
3932 - revision 5194
3933 - version 3.0.1
3934
3935 -------------------------------------------------------------------
3936 Wed Mar  7 15:20:29 CET 2007 - dmacvicar@suse.de
3937
3938 - libzypp-devel -> libzypp requirement is not versioned
3939   (#251086)
3940 - r5181
3941
3942 -------------------------------------------------------------------
3943 Tue Mar  6 17:25:49 CET 2007 - schubi@suse.de
3944
3945 - Using already existing valid solver results for further solver runs.
3946   (partiell solving)
3947 - r5169
3948
3949 -------------------------------------------------------------------
3950 Fri Mar  2 16:11:16 CET 2007 - dmacvicar@suse.de
3951
3952 - fix link order
3953 - r5165
3954
3955 -------------------------------------------------------------------
3956 Tue Feb 27 15:50:39 CET 2007 - dmacvicar@suse.de
3957
3958 - merging from 10.2 / SP1
3959 - #247459 ftp probing
3960   denied == dont exists in ftp
3961 - r5124
3962
3963 -------------------------------------------------------------------
3964 Tue Feb 27 15:35:06 CET 2007 - schubi@suse.de
3965
3966 - Merging solver related stuff from SuSE-Linux-10_2-Branch ( till r5111):
3967 - Simultaneouqusly establishing of items which are conflicting eachother is
3968   useless. So only one will be established. Fixed in QueueItemInstall.cc
3969   Bug 243595
3970 - Added new upgrade options to fine tune version and patch handling.
3971   (F301990)
3972 - The context of establishPool will be stored in Resolver and will be
3973   regarded for the next solver run everytime. So it will be not reset by
3974   any solver run anymore.
3975   bug 191810 ( A broken patch will not be installed again)
3976
3977 -------------------------------------------------------------------
3978 Fri Feb 23 17:40:23 CET 2007 - jkupec@suse.cz
3979
3980 - adding sotf,timeo=X nfs mount options by default (#235211)
3981 - r5093
3982
3983 -------------------------------------------------------------------
3984 Fri Feb 23 14:16:19 CET 2007 - jkupec@suse.cz
3985
3986 - support for HTTP authentication prompt added (#190609)
3987 - fixed problem with empty path in URL
3988   in MediaCurl::doGetFileCopy()
3989 - r5085
3990
3991 -------------------------------------------------------------------
3992 Mon Feb 12 15:28:08 CET 2007 - jkupec@suse.cz
3993
3994 - Merged revisions 4926-4993,4995,4998-5006 via svnmerge from
3995   SuSE-Linux-10_2-Branch
3996
3997 - verifySystem: Regarding patterns too. Bug 239750 (schubi)
3998 - verifySystem: The result will be set to APPL_HIGH, so it will be not
3999   reset by a second "normal" solver run. #239281 (schubi)
4000 - yast2 reports invalid URL as 'unknown source type'
4001   (#209961) (dmacvicar)
4002 - Added freshen language dependency in supplemements too if there is no
4003   entry in supplements.
4004   #240617;IPA fonts are not installed even if select Japanese
4005   language (schubi)
4006 - Setting allowed authentication methods to "basic,digest" if none
4007   provided in URL (#243006) (jkupec)
4008 - Stopping after 50 valid solver results. Anymore would be useless. Bug
4009   243595 (schubi)
4010 - r 5007
4011
4012 -------------------------------------------------------------------
4013 Mon Feb 12 10:37:02 CET 2007 - mvidner@suse.cz
4014
4015 - package-manager: use a generic su script from XDG (#235303, #244442)
4016
4017 -------------------------------------------------------------------
4018 Fri Feb  9 15:21:55 CET 2007 - jkupec@suse.cz
4019
4020 - Setting allowed authentication methods to "basic,digest" if none
4021   provided in URL (#243006)
4022 - fixed gettext and rpath problems in configure.ac and Makefile.cvs
4023   (mvidner)
4024 - r4999
4025
4026 -------------------------------------------------------------------
4027 Wed Feb  7 15:52:29 CET 2007 - jkupec@suse.cz
4028
4029 - MediaCurlException::dumpOn() adjusted for ncurses dialogue
4030   (#222602)
4031 - 4984
4032
4033 -------------------------------------------------------------------
4034 Mon Jan 29 13:10:37 CET 2007 - dmacvicar@suse.de
4035
4036 - Merged revisions 4907-4926 from SuSE-Linux-10_2-Branch
4037
4038 - update packages: changing architecture is only valid while an
4039   system update and NOT while an update via a patch. Last fix does
4040   not fit for every case.
4041   Bug 230685
4042 - Patch has selected not the concerning package for update but
4043   a package which has provided the required dependencies too.
4044   Algorithmus: If there are exactly two providers which differ in architecture
4045                prefer the better arch.
4046   Fix: Regarding NVRA too. ( only if equal )
4047   Bug 238284
4048 - Download only English and Local translation
4049   (#208457)
4050 - Added solver parameter:
4051    tryAllPossibilities: regarding every solver branch ( not only
4052                         branches with e.G. best architectures
4053    preferHighestVersion: Prefer solver results which have a higher
4054                          version number.
4055   Bug #238087
4056 - update packages: changing architecture is only valid while an
4057   system update and NOT while an update via a patch.
4058   Bug 230685 - x86_64 MozillaFirefox binaries in security update
4059   repository
4060   Fix of version 2.11.2 has not worked if the first founded item
4061   had had another architecture.
4062 - r4927
4063
4064 -------------------------------------------------------------------
4065 Wed Jan 24 14:50:33 CET 2007 - lslezak@suse.cz
4066
4067 - added ZYpp::getPartitions() - return the partitinoning
4068
4069 -------------------------------------------------------------------
4070 Wed Jan 24 14:20:28 CET 2007 - dmacvicar@suse.de
4071
4072 - Merged revisions 4705-4906 via svnmerge from SuSE-Linux-10_2-Branch
4073 - Corrupt download cannot be skipped
4074   (#217425 and #224216)
4075 - Enable package read ahead/caching in commit per default to reduce
4076   interactive media changes. If the environment variable
4077   ZYPP_COMMIT_NO_PACKAGE_CACHE is set, caching will be disabled. (F100182)
4078 - added parameter not to reset resolver results while calling
4079   freshen pool Bug: 235761
4080 - Prepare package read ahead/caching of packages in commit. Adatped the
4081   workflow. Caching details are now hidden inside CommitPackageCache.
4082   The current implementation still performs no read ahead. (for F100182)
4083 - Skip invalid or broken rpm database entries. (#231211)
4084 - verifySystem: check if the solution is valid after calling freshenPool()
4085   Bug: 235761
4086 - Added own call for Resolver::verifySystem with additional
4087   hardware/language check in order to keep binary compatibility
4088   Fate #301224
4089 - Rpm requires additional quoting of special chars in filenames.
4090   (#233967)
4091 - Resolver::verifySystem checks for new hardware now by calling
4092   freshenPool. This is configureable. Fate #301224
4093 - merged texts from proofread
4094 - Don't consider patch/delta rpms if package architecture changes.
4095   (#231254)
4096 - update packages: changing architecture is only valid while an
4097   system update and NOT while an update via a patch.
4098   Bug 230685 - x86_64 MozillaFirefox binaries in security update repository
4099 - verifySystem: Do only regard items which will be on the system after the
4100   commit. Fate 301178
4101 - feature #301369
4102   Import listed GPG Keys from an trusted installation source
4103 - fix return call in new xml parser
4104 - Enable system resolvables in Helix parser (Revision 4787)
4105 - deptestomatic:
4106   Resetting transaction with the correct call;
4107   bugfix; Added kind in keep state (Revision 4788)
4108 - Wrong behaviour in soft install/uninstall. --> Setting Transact with
4109   soft (Revision 4789)
4110 - New call added: maySetToBeUninstalledSoft (Revision 4789)
4111   Both are only functions for the solver (Revision 4789)
4112 - Resetting "by causer" in order to distinguish from state
4113   "keep by user". ( function setLock in order to remove lock)
4114   (Revision 4789)
4115 - Better fix for Bug 217574: Checking if the resolveable CAN be deleted soft
4116   in QueueItemUninstall.cc (Revision 4790)
4117 - Regarding "keep state by user". So avoiding "reselecting" by
4118   other requirements.
4119   Give a corresponding problem solution if a resolvable satisfy
4120   a dependency, but has been set to keep by the user.
4121   Bug : 222531 (Revision 4791)
4122 - Allow to disable autoprotection of foreign vendor items. Required
4123   in zmd-backend. (F301735).
4124 - use sqlite-zmd if using > 10.2 in spec. Use the one available
4125   durin compile.
4126 - Item could has already been selected to soft uninstall (e.G. remove
4127   pattern which recommend this item ). Do not throw an exception anymore.
4128   bug#225278
4129 - Added syscontent::Reader: Parse serialized set of ResObjects.
4130   (for F300729)
4131 - If there has already been selected another item by the solver (e.g. from
4132   another source) we will take thatone in order to avoid parallel
4133   installation and there concerning error messages.
4134   Bug 224698
4135 - In order to handle conflicting resolvable we try to update the
4136   conflicting item. While evaluating these canditates an already selected
4137   candidate will not be regarded. So it could be that an older package
4138   will be selected for update although a newer has already been selected. Revision 4765
4139 - Conflicting items: The resolvable will be obsoleted by another. So it is useless finding an
4140   update candidate and evaluate additional branches.
4141 - r4907
4142
4143 -------------------------------------------------------------------
4144 Mon Dec  4 15:38:12 CET 2006 - mt@suse.de
4145
4146 - Improved realpath() wrapper in media handler class (#222521).
4147 - revision 4758
4148
4149 -------------------------------------------------------------------
4150 Thu Nov 30 09:15:20 CET 2006 - ma@suse.de
4151
4152 - version 3.0.0 (2.x.x now in SuSE-Linux-10_2-Branch)
4153 - revision 4713
4154
4155 -------------------------------------------------------------------
4156 Wed Nov 29 19:20:24 CET 2006 - dmacvicar@suse.de
4157
4158 - use sqlite-zmd package for the non yet shipped zypp2/ stuff
4159   because backend uses this sqlite and it is no fun to
4160   install one and the other to develop (as the -devel packages)
4161   conflict.
4162 - add cmake support for building zypp/ lib.
4163   TODO: soinfo, compile testcases, devel, zypp2,docs
4164   find rpm, curl and others.
4165 - dont serialize interactive, as it is
4166   calculated now.
4167   (it was already fixed as we don't reimplement
4168   the method, but we still serialized, parsed)
4169 - r4709
4170
4171 -------------------------------------------------------------------
4172 Tue Nov 28 22:40:12 CET 2006 - ma@suse.de
4173
4174 - fixed Patch::interactive to return true as well, if the patch
4175   itself has a licence. (#224192)
4176 - revision 4702
4177 - version 2.9.2
4178
4179 -------------------------------------------------------------------
4180 Tue Nov 28 16:36:56 CET 2006 - mt@suse.de
4181
4182 - Added search for /sbin/vol_id tool - that is in /lib/udev/vol_id
4183   on the installation image (#213852).
4184 - revision 4700
4185
4186 -------------------------------------------------------------------
4187 Tue Nov 28 11:44:52 CET 2006 - schubi@suse.de
4188
4189 - Avoid duplicate pool entries; Bug 223750; second part of the fix
4190 - r4698
4191 - Version 2.9.1
4192
4193 -------------------------------------------------------------------
4194 Mon Nov 27 18:29:58 CET 2006 - schubi@suse.de
4195
4196 - Pool has multi instances of an item in the pool. Reduced this error
4197   to items which are identically at least. #217574 and #223750
4198 - r4695
4199
4200 -------------------------------------------------------------------
4201 Mon Nov 27 17:37:44 CET 2006 - dmacvicar@suse.de
4202
4203 - replace spaces to underscores in product names
4204 - 2.8.7
4205 - r4688
4206
4207 -------------------------------------------------------------------
4208 Mon Nov 27 16:54:03 CET 2006 - dmacvicar@suse.de
4209
4210 - Mark some strings for translation (#219783 need it)
4211 - r4682
4212
4213 -------------------------------------------------------------------
4214 Mon Nov 27 16:17:07 CET 2006 - mt@suse.de
4215
4216 - Added translations marks to hal, url and mutex exceptions (#23771)
4217 - revision 4680
4218
4219 -------------------------------------------------------------------
4220 Wed Nov 22 19:24:57 CET 2006 - dmacvicar@suse.de
4221
4222 - don't make libzypp-devel depend on sqlite-devel as
4223   headers from zypp2 are not installed yet
4224 - r4663
4225
4226 -------------------------------------------------------------------
4227 Wed Nov 22 15:23:55 CET 2006 - ma@suse.de
4228
4229 - Return an error if fork failed. (#204807)
4230 - Make Script execution abortable by user request. (#212949, F100233)
4231 - revision 4660
4232 - version 2.8.6
4233
4234 -------------------------------------------------------------------
4235 Tue Nov 21 16:25:03 CET 2006 - mvidner@suse.cz
4236
4237 - Added package-manager wrapper script, with icon and .desktop (#222757).
4238   (Used by gnome-main-menu)
4239 - version 2.8.5
4240 - r4640
4241
4242 -------------------------------------------------------------------
4243 Tue Nov 21 13:11:06 CET 2006 - mt@suse.de
4244
4245 - Fixed target/hal - one more dbus_connection_close found (#216035)
4246 - revision 4636
4247 - version 2.8.4
4248
4249 -------------------------------------------------------------------
4250 Mon Nov 20 14:15:38 CET 2006 - schubi@suse.de
4251
4252 - translation added
4253   rev 4630
4254   version 2.8.3
4255
4256 -------------------------------------------------------------------
4257 Mon Nov 20 11:02:04 CET 2006 - ma@suse.de
4258
4259 - Process obsoletes when installing non-package objects. (#217352)
4260 - revision 4621
4261 - version 2.8.2
4262
4263 -------------------------------------------------------------------
4264 Fri Nov 17 16:57:39 CET 2006 - mt@suse.de
4265
4266 - Implemented volume device check using /sbin/vol_id (#213852).
4267 - Revision 4619
4268
4269 -------------------------------------------------------------------
4270 Fri Nov 17 15:53:58 CET 2006 - schubi@suse.de
4271
4272 - new translation added
4273
4274 -------------------------------------------------------------------
4275 Fri Nov 17 12:42:04 CET 2006 - mt@suse.de
4276
4277 - Implemented an reuse of already existing foreign CD/DVD mount points
4278   (e.g. automounted) - depends on REUSE_FOREIGN_MOUNTS flag (#220206).
4279 - Added a fallback check of the volume.mount_point HAL property to
4280   isAutoMountedMedia(); info.hal_mount.created_mount_point seems
4281   to be not avaliable in newer HAL versions (on 10.2).
4282 - Revision 4615
4283 - Version 2.8.1
4284
4285 -------------------------------------------------------------------
4286 Thu Nov 16 23:39:15 CET 2006 - ma@suse.de
4287
4288 - removed unused methods from Patch and PatchImplIf. Provided
4289   reasonable default implementation for Patch::interactive.
4290   (#221476).
4291 - revision 4610
4292 - Version 2.8.0
4293
4294 -------------------------------------------------------------------
4295 Thu Nov 16 15:32:04 CET 2006 - dmacvicar@suse.de
4296
4297 - Handle media eject failures (#216545)
4298 - r4606
4299
4300 -------------------------------------------------------------------
4301 Wed Nov 15 22:41:51 CET 2006 - ma@suse.de
4302
4303 - Reimplemented RpmDb::checkPackage using librpm API instead
4304   of parsing "rpm --checksig" output. (#163202)
4305 - Version 2.7.4
4306 - revision 4600
4307
4308 -------------------------------------------------------------------
4309 Wed Nov 15 15:39:26 CET 2006 - schubi@suse.de
4310
4311 - NEW behaviour of the solver:
4312   Obsolete virtual provides. E.G.:
4313
4314   Installed:
4315   -----------
4316   Name:           test-1.0-0
4317
4318   Name:           moretest-1.0-0
4319   Provides:       test
4320
4321   To be installed
4322   ------------------
4323   Name:           nomoretest-1.0-0
4324   Obsoletes:      test
4325
4326   Result
4327   --------
4328   test-1.0-0 AND  moretest-1.0-0 will be deleted. In former versions only
4329   test-1.0-0 had been deleted. Bug 220999
4330
4331 - Translations added
4332
4333 Version 2.7.3
4334 rev 4593
4335
4336 -------------------------------------------------------------------
4337 Tue Nov 14 16:32:49 CET 2006 - schubi@suse.de
4338
4339 - Bugfix in generating solver testcases:
4340    - added kind of capabilities in description file
4341    - removed unneded channel from uninstall in command file
4342
4343 -------------------------------------------------------------------
4344 Mon Nov 13 18:35:01 CET 2006 - mt@suse.de
4345
4346 - Try to call /bin/eject utility if the eject-ioctl fails.
4347 - r4568
4348
4349 -------------------------------------------------------------------
4350 Mon Nov 13 17:00:51 CET 2006 - dmacvicar@suse.de
4351
4352 - ignore empty capabilities
4353 - r4565
4354
4355 -------------------------------------------------------------------
4356 Fri Nov 10 17:52:10 CET 2006 - dmacvicar@suse.de
4357
4358 - make progress strings translatable (#219783)
4359 - r4556
4360
4361 -------------------------------------------------------------------
4362 Tue Nov  7 16:40:28 CET 2006 - schubi@suse.de
4363
4364 -  While deleting a selection all concerning recommended
4365    packages will be deleted too.
4366    BUT those packages should not be deleted which have been
4367    set to KEEP by the user. bug 217574
4368    rev 4526
4369    VERSION: 2.7.2
4370
4371 -------------------------------------------------------------------
4372 Tue Nov  7 13:12:49 CET 2006 - schubi@suse.de
4373
4374 - Makefile in zypp2 fixed
4375   Revision 4520
4376
4377 -------------------------------------------------------------------
4378 Tue Nov  7 11:38:10 CET 2006 - schubi@suse.de
4379
4380 - Translations added
4381   Revision 4514
4382   VERSION: 2.7.1
4383
4384 -------------------------------------------------------------------
4385 Mon Nov  6 12:32:22 CET 2006 - dmacvicar@suse.de
4386
4387 - Make the parser more strict, rejecting broken sources
4388   but showing the error line.
4389   Last fix making the parser relax would break multitag
4390   descriptions with empty lines, now we check dependencies
4391   at a higher level. (reference #160607)
4392 - r4501
4393
4394 -------------------------------------------------------------------
4395 Fri Nov  3 11:04:19 CET 2006 - schubi@suse.de
4396
4397 - New problem solution added: Unlock ALL resovables in order to speed up
4398   problem solution. Bug 206453
4399
4400 -------------------------------------------------------------------
4401 Fri Nov  3 10:29:08 CET 2006 - schubi@suse.de
4402
4403 - Translations added
4404
4405 -------------------------------------------------------------------
4406 Thu Nov  2 17:15:19 CET 2006 - mt@suse.de
4407
4408 - Fixed target/hal - removed dbus_connection_close calls, because
4409   the connections are shared; unref the ref-counted handle only.
4410   (#216035)
4411 - r4442
4412
4413 -------------------------------------------------------------------
4414 Thu Nov  2 16:18:27 CET 2006 - dmacvicar@suse.de
4415
4416 - skipping unreachable packages won't work
4417   (#215445)
4418 - r4468
4419
4420 -------------------------------------------------------------------
4421 Wed Oct 25 19:04:51 CEST 2006 - dmacvicar@suse.de
4422
4423 - (#213793) Target store fails to recreate stored install-time (other
4424   Date and ByteCount values as well)
4425
4426 - skip comments and blank lines in multilists
4427   fixes (#214877) - zen-updater is not installed by default
4428
4429 - Automatically fix broken products when reading
4430   the product database.
4431   still pending: honour the read-only flag
4432   Changes to make this possible include
4433   using read_dir instead of boost directory
4434   iterator.
4435
4436 -------------------------------------------------------------------
4437 Wed Oct 25 17:09:06 CEST 2006 - schubi@suse.de
4438
4439 - added new class for generating solver testcases:
4440   Testcase
4441
4442 -------------------------------------------------------------------
4443 Wed Oct 25 15:40:44 CEST 2006 - ma@suse.de
4444
4445 - Finalized ui::PatternContents. (F301229)
4446 - version 2.7.0
4447 - revision 4413
4448
4449 -------------------------------------------------------------------
4450 Wed Oct 25 08:21:52 CEST 2006 - mvidner@suse.cz
4451
4452 - Moved zypper and zypp-checkpatches(-wrapper) to zypper.rpm
4453 - version 2.6.0
4454
4455 -------------------------------------------------------------------
4456 Tue Oct 24 14:33:16 CEST 2006 - ma@suse.de
4457
4458 - Added ui::PatternContents: Helper class that will compute a patterns
4459   expanded install_packages set. (UI interface for F301229)
4460 - revision 4387
4461
4462 -------------------------------------------------------------------
4463 Tue Oct 24 09:06:24 CEST 2006 - mvidner@suse.cz
4464
4465 - removed the last reference to /usr/lib64 to fix the build
4466
4467 -------------------------------------------------------------------
4468 Mon Oct 23 17:44:42 CEST 2006 - mvidner@suse.cz
4469
4470 - added "zypper info" (jkupec)
4471 - version 2.5.2
4472
4473 -------------------------------------------------------------------
4474 Mon Oct 23 11:28:01 CEST 2006 - dmacvicar@suse.de
4475
4476 - fix rpm db timestamp
4477 - add extra urls and optional urls to product API
4478 - r4378
4479
4480 -------------------------------------------------------------------
4481 Fri Oct 20 16:55:44 CEST 2006 - mvidner@suse.cz
4482
4483 - zypper: nicer progress reports, with or without --verbose.
4484
4485 -------------------------------------------------------------------
4486 Fri Oct 20 16:25:50 CEST 2006 - ma@suse.de
4487
4488 - Fixed reloading of target data after commit. Broken since
4489   rev 3880.
4490 - version 2.5.1
4491 - revision 4365
4492
4493 -------------------------------------------------------------------
4494 Fri Oct 20 16:22:09 CEST 2006 - dmacvicar@suse.de
4495
4496 - put query-pool in /usr/lib/zypp and not lib64
4497 - r4363
4498
4499 -------------------------------------------------------------------
4500 Fri Oct 20 12:16:06 CEST 2006 - dmacvicar@suse.de
4501
4502 - revert keyring changes, causes endless loop (obvious)
4503 - add dist-product information, adapt store
4504 - version 2.5.0
4505 - r4355
4506
4507 -------------------------------------------------------------------
4508 Fri Oct 20 11:04:26 CEST 2006 - ma@suse.de
4509
4510 - zypp-query-pool: For products show additionally distributionName
4511   and distributionEdition. (required by #205392)
4512 - revision 4349
4513
4514 -------------------------------------------------------------------
4515 Fri Oct 20 00:13:49 CEST 2006 - ma@suse.de
4516
4517 - Add accessor for Product distributionName and distributionEdition.
4518   (required by #205392)
4519 - revision 4347
4520
4521 -------------------------------------------------------------------
4522 Thu Oct 19 18:40:36 CEST 2006 - dmacvicar@suse.de
4523
4524 - added test case for KeyRing
4525 - fire trustedKeyAdded in all calls to import trusted key
4526   not only in signature check workflow.
4527 - r4342
4528
4529 -------------------------------------------------------------------
4530 Thu Oct 19 18:27:02 CEST 2006 - mvidner@suse.cz
4531
4532 - zypper update: implemented minimal version (patches only)
4533 - zypper list-updates: changed default type from package to patch,
4534   consider patches affecting the package manager separately
4535
4536 -------------------------------------------------------------------
4537 Thu Oct 19 14:09:33 CEST 2006 - dmacvicar@suse.de
4538
4539 - version 2.4.1
4540 - r4338
4541
4542 -------------------------------------------------------------------
4543 Thu Oct 19 14:05:18 CEST 2006 - dmacvicar@suse.de
4544
4545 - add zypp-query-pool, so registration doesn't depend on
4546   libzypp-zmd-backend being installed. Will remove from
4547   backend when suseregister gets updated.
4548
4549 -------------------------------------------------------------------
4550 Thu Oct 19 12:31:08 CEST 2006 - schwab@suse.de
4551
4552 - Make sure config.rpath is present.
4553
4554 -------------------------------------------------------------------
4555 Wed Oct 18 21:40:25 CEST 2006 - mvidner@suse.cz
4556
4557 - zypper search: fixed uninitialized members that made all searches
4558   exact and case sensitve
4559
4560 -------------------------------------------------------------------
4561 Wed Oct 18 13:13:16 CEST 2006 - dmacvicar@suse.de
4562
4563 - zypp-checkpatches, write in the right file
4564 - r4328
4565
4566 -------------------------------------------------------------------
4567 Wed Oct 18 12:45:49 CEST 2006 - schubi@suse.de
4568
4569 - Install resolvables although they are unneeded
4570   if they have NOT the kind patch/atoms
4571   Bug 210538 - freshens/supplements does not work with patterns
4572 - r4326
4573
4574 -------------------------------------------------------------------
4575 Tue Oct 17 19:17:39 CEST 2006 - mvidner@suse.cz
4576
4577 - zypper service-add -r http://example.org/foo.repo (F#300641).
4578
4579 -------------------------------------------------------------------
4580 Tue Oct 17 18:29:34 CEST 2006 - dmacvicar@suse.de
4581
4582 - zypp-checkpatches:
4583   save version of the generated xml to
4584   regenerate it if it changes.
4585   save a random token in case of error to
4586   force recreating xml file
4587 - r4321
4588
4589 -------------------------------------------------------------------
4590 Tue Oct 17 13:49:53 CEST 2006 - dmacvicar@suse.de
4591
4592 - remove permissions for zypp checkpatches from spec
4593 - r4318
4594
4595 -------------------------------------------------------------------
4596 Tue Oct 17 12:36:57 CEST 2006 - dmacvicar@suse.de
4597
4598 - registration fails because of wrong product data
4599   (#205392)
4600   use DISTPRODUCT,DISTVERSION to create the product
4601   resolvable. have this resolvable provide
4602   PRODUCT = VERSION
4603 - r4312
4604
4605 -------------------------------------------------------------------
4606 Mon Oct 16 18:05:56 CEST 2006 - mvidner@suse.cz
4607
4608 - zypper service-add -r ./foo.repo (F#300641).
4609
4610 -------------------------------------------------------------------
4611 Mon Oct 16 15:02:00 CEST 2006 - jkupec@suse.cz
4612
4613 - zypper: added case-sensitive search, search in descriptions and
4614   summaries, search by resolvable type, substring and word
4615   matching, support for wildcards
4616 - Revision 4303
4617
4618 -------------------------------------------------------------------
4619 Mon Oct 16 13:27:50 CEST 2006 - mvidner@suse.cz
4620
4621 - Prevent the user from sending signals to zypp-checkpatches-wrapper
4622   (#211286).
4623
4624 -------------------------------------------------------------------
4625 Mon Oct 16 12:57:56 CEST 2006 - schubi@suse.de
4626
4627 - Dont incomplete an uninstalled resolvable, even not when establishing.
4628   Incomplete only makes sense for installed resolvables (when they have broken
4629   deps), for patches (because they are needed) and for atoms (because they are
4630   used during patch calculation)
4631   Bug 198379
4632
4633 - Do not branch for packages with the same NVE but different architectures.
4634   Take the best architecture.
4635
4636 -------------------------------------------------------------------
4637 Fri Oct 13 16:51:43 CEST 2006 - dmacvicar@suse.de
4638
4639 - implement rename source in sourcemanager
4640 - r4286
4641
4642 -------------------------------------------------------------------
4643 Fri Oct 13 14:32:44 CEST 2006 - dmacvicar@suse.de
4644
4645 - YaST sources: set alias to product summary if empty
4646 - show alias on logs.
4647 - r4281
4648
4649 -------------------------------------------------------------------
4650 Thu Oct 12 16:40:29 CEST 2006 - dmacvicar@suse.de
4651
4652 - version 2.4.0 (bin incompat due to callback fixes)
4653 - r4272
4654
4655 -------------------------------------------------------------------
4656 Thu Oct 12 16:30:55 CEST 2006 - ma@suse.de
4657
4658 - Provide additional solver status information to the UI.
4659   (#162164,F301272)
4660 - Fixed UI satus computation in presence of multiple available
4661   candidates.
4662 - revision 4264
4663 - version 2.3.1
4664
4665 -------------------------------------------------------------------
4666 Thu Oct 12 15:45:12 CEST 2006 - dmacvicar@suse.de
4667
4668 - remove const in MediaChangeReport requestMedia that
4669   broke cd changing.
4670 - r4262
4671
4672 -------------------------------------------------------------------
4673 Wed Oct 11 08:35:48 CEST 2006 - mvidner@suse.cz
4674
4675 - zypper: added search (jkupec)
4676 - removed the suid bit from zypp-checkpatches-wrapper so that the
4677   build passes until permissions.rpm is updated (~#211286).
4678 - r4253
4679
4680 -------------------------------------------------------------------
4681 Tue Oct 10 16:03:40 CEST 2006 - dmacvicar@suse.de
4682
4683 - Log microseconds if ZYPP_PROFILING env var is enabled.
4684 - r4252
4685
4686 -------------------------------------------------------------------
4687 Mon Oct  9 18:15:19 CEST 2006 - dmacvicar@suse.de
4688
4689 - YaST sources:
4690   Factory cannot be set with 'refresh' enabled
4691   (#204957)
4692 - get rid of some const bool signatures in Source classes
4693 - r4247
4694
4695 -------------------------------------------------------------------
4696 Mon Oct  9 15:11:16 CEST 2006 - mvidner@suse.cz
4697
4698 - Added zypp-checkpatches and a suid-root zypp-checkpatches-wrapper.
4699
4700 -------------------------------------------------------------------
4701 Fri Oct  6 13:23:32 CEST 2006 - schubi@suse.de
4702
4703 - select the best solution: prefering the total amount of install/update
4704   packages BEFORE source preferences. Bug 208784
4705
4706 -------------------------------------------------------------------
4707 Fri Oct  6 11:55:11 CEST 2006 - dmacvicar@suse.de
4708
4709 - Introduce a method to see if a source supports a
4710   kind of resolvable at that time, so we can
4711   init a YUM source like factory but avoid parsing
4712   it if it contains no patches.
4713 - add TODO
4714 - zypp-checkpatches xml output
4715 - r4235
4716
4717 -------------------------------------------------------------------
4718 Mon Oct  2 16:34:03 CEST 2006 - mvidner@suse.cz
4719
4720 - added a CLI preview: zypper
4721 - revision 4214
4722 - version 2.2.3
4723
4724 -------------------------------------------------------------------
4725 Mon Oct  2 15:11:26 CEST 2006 - dmacvicar@suse.de
4726
4727 - FATE #100165:
4728   Make Content File Aware of Different Architectures
4729   expand %a in release notes with architecture
4730
4731 -------------------------------------------------------------------
4732 Fri Sep 29 16:10:46 CEST 2006 - ma@suse.de
4733
4734 - Extended pattern parser to support includes/extends tags as hint
4735   for the IO. (F301229)
4736 - revision 4199
4737 - version 2.2.2
4738
4739 -------------------------------------------------------------------
4740 Fri Sep 29 00:31:33 CEST 2006 - ma@suse.de
4741
4742 - Enabled sending of ScriptResolvableReport.
4743 - Changed ScriptResolvableReport::start to send local path
4744   of script to be executed.
4745 - revision 4190
4746 - version 2.2.1
4747
4748 -------------------------------------------------------------------
4749 Wed Sep 27 14:14:33 CEST 2006 - ma@suse.de
4750
4751 - Added ScriptResolvableReport. Callbacks triggered on script
4752   execution during commit. (F100233)
4753 - revision 4187
4754 - version 2.2.0
4755
4756 -------------------------------------------------------------------
4757 Mon Sep 25 13:52:55 CEST 2006 - mvidner@suse.cz
4758
4759 - fix: Url::getRegisteredSchemes() would always return nothing
4760
4761 -------------------------------------------------------------------
4762 Fri Sep 22 15:34:11 CEST 2006 - jkupec@suse.cz
4763
4764 - Made the build dependency on gettext-devel explicit
4765
4766 -------------------------------------------------------------------
4767 Tue Sep 19 10:59:24 CEST 2006 - jsrain@suse.cz
4768
4769 - adapted multi-media YUM sources according to official YUM
4770   specification (F300743)
4771
4772 -------------------------------------------------------------------
4773 Mon Sep 18 17:42:26 CEST 2006 - lslezak@suse.cz
4774
4775 - use RPM_OPT_FLAGS (meissner@suse.de)
4776
4777 -------------------------------------------------------------------
4778 Mon Sep 18 15:19:53 CEST 2006 - lslezak@suse.cz
4779
4780 - SourceFactory::createFrom() - don't loose url,...
4781 - r4160
4782
4783 -------------------------------------------------------------------
4784 Mon Sep 18 12:00:46 CEST 2006 - kkaempf@suse.de
4785
4786 - reduce logging in ResolvableImpl.cc
4787 - rev 4157
4788
4789 -------------------------------------------------------------------
4790 Thu Sep 14 15:59:47 CEST 2006 - schubi@suse.de
4791
4792 - Replaced requirementIsMet by requirementIsInstalledOrUnneeded
4793   in QueueItemInstall and QueueItemRequire
4794   Bug 192535/204913
4795   removed fix:Thu Sep  7 18:31:46 CEST 2006 - schubi@suse.de
4796
4797 -------------------------------------------------------------------
4798 Thu Sep 14 12:44:53 CEST 2006 - lslezak@suse.cz
4799
4800 - fixed SourceFactory::createFrom() - don't loose alias,
4801   cachedir,... parameters
4802
4803 -------------------------------------------------------------------
4804 Thu Sep 14 10:21:02 CEST 2006 - mvidner@suse.cz
4805
4806 - Use RPM Enhances only if detected at configure time, to allow
4807   compilation with older rpm.
4808 - callback params: use const string & instead of string (dmacvicar)
4809
4810 -------------------------------------------------------------------
4811 Thu Sep  7 18:31:46 CEST 2006 - schubi@suse.de
4812
4813 - Do not regarding SATISFIED (regarding UNNEEDED) in isPresent if it is
4814   a package/script/message
4815   Bug: 192535
4816
4817 -------------------------------------------------------------------
4818 Thu Sep  7 16:19:36 CEST 2006 - dmacvicar@suse.de
4819
4820 - add Source_Ref::checksum() which in combination with
4821   timestamp can give an idea of a source change.
4822 - r4106
4823
4824 -------------------------------------------------------------------
4825 Thu Sep  7 14:32:38 CEST 2006 - mvidner@suse.cz
4826
4827 - Implemented fgzstreambuf::compressed_tell and fXstream::getbuf to
4828   enable progress reporting on compressed streams.
4829
4830 -------------------------------------------------------------------
4831 Wed Sep  6 18:31:20 CEST 2006 - dmacvicar@suse.de
4832
4833 - better error propagation
4834 - r4096
4835
4836 -------------------------------------------------------------------
4837 Tue Sep  5 19:22:56 CEST 2006 - mt@suse.de
4838
4839 - Removed libblkid dependency - the workaround using libblkid to
4840   check filesystem on XEN vbd mapped devices is obsolete, because
4841   the info is avaliable via /dev/disk/by-label link now. (#197107)
4842 - revision 4087
4843
4844 -------------------------------------------------------------------
4845 Thu Aug 31 15:16:11 CEST 2006 - ma@suse.de
4846
4847 - PackageProvider: Fixed broken retry. (#202163)
4848 - revision 4071
4849
4850 -------------------------------------------------------------------
4851 Wed Aug 30 23:50:55 CEST 2006 - ma@suse.de
4852
4853 - Fixed RpmDb::makePackageFromHeader: Catch NULL Header passed as argument and refuse
4854   to create a Package from a source package header.
4855 - Added method Pathname::extension: Return all of the characters in name
4856   after and including the last dot in the last element of name.
4857 - PlaindirImpl: Disable rpm signature verification when scaning a directory for
4858   rpms. Otherwise we'd need access to the rpm database to get the keys.
4859 - revision 4069
4860
4861 -------------------------------------------------------------------
4862 Wed Aug 30 17:42:40 CEST 2006 - schubi@suse.de
4863
4864 - Do not regarding SATISFIED/UNNEEDED in isPresent if it is
4865   a package/script/message
4866   Bug: 192535
4867
4868 -------------------------------------------------------------------
4869 Wed Aug 30 14:29:45 CEST 2006 - ma@suse.de
4870
4871 - Speedup computation of number of rpm database entries.
4872 - revision 4058
4873
4874 -------------------------------------------------------------------
4875 Tue Aug 29 16:58:20 CEST 2006 - schubi@suse.de
4876
4877 - Fixed endless loop in transactResObject
4878   Bug 198095 - YaST2 Installaler crashes when selecting Gnome pattern to a KDE installation
4879
4880 -------------------------------------------------------------------
4881 Tue Aug 29 12:05:09 CEST 2006 - dmacvicar@suse.de
4882
4883 - fix some testcases for tar file parser changes
4884 - r4045
4885
4886 -------------------------------------------------------------------
4887 Tue Aug 29 11:19:53 CEST 2006 - dmacvicar@suse.de
4888
4889 - missing includes
4890 - clean old callbacks
4891 - r4041
4892
4893 -------------------------------------------------------------------
4894 Fri Aug 25 14:32:07 CEST 2006 - schubi@suse.de
4895
4896 - zyppPattern->install_packages returns SUGGESTED package too.
4897   Bug 201476
4898   Revision 4036
4899
4900 -------------------------------------------------------------------
4901 Fri Aug 25 13:05:33 CEST 2006 - schubi@suse.de
4902
4903 - New behaviour in the solver: try with 'best' package first, try with 'all'
4904   packages if this fails.
4905   Bug :Bug 191983
4906
4907 -------------------------------------------------------------------
4908 Fri Aug 25 11:35:48 CEST 2006 - dmacvicar@suse.de
4909
4910 - libzypp 2.1.0
4911 - bump version due to incompatible callback changes in KeyRing
4912   Sources
4913
4914 -------------------------------------------------------------------
4915 Thu Aug 24 15:34:45 CEST 2006 - dmacvicar@suse.de
4916
4917 - new keyring callbacks
4918 - separate trust key from import key
4919 - use PublicKey class instead of params, to be able
4920   to add more info like photos later (pending #181682)
4921 - update zmart with those callbacks.
4922 - better error handling (Exception types)
4923 - make tmp file names more readable depending on the context
4924 - r4026
4925
4926 -------------------------------------------------------------------
4927 Tue Aug 22 22:35:30 CEST 2006 - dmacvicar@suse.de
4928
4929 - decouple probing from source creation, using the new
4930   media test for existence functions.
4931 - r4019
4932
4933
4934 -------------------------------------------------------------------
4935 Tue Aug 22 17:56:53 CEST 2006 - mt@suse.de
4936
4937 - Fixed getDoesFileExist to reset the transfer range
4938 - Added logging of curl debug messages to the zypp log.
4939   The env var ZYPP_MEDIA_CURL_DEBUG=1 logs curl infos,
4940   ZYPP_MEDIA_CURL_DEBUG=2 logs the in/out headers.
4941 - r4018
4942
4943 -------------------------------------------------------------------
4944 Fri Aug 18 14:57:35 CEST 2006 - kkaempf@suse.de
4945
4946 - remove the /etc/sysconfig/zypp:REWRITE_KERNEL_DEPS = yes check;
4947   see rev 3810 below. (#190163)
4948 - rev 3998
4949
4950 -------------------------------------------------------------------
4951 Thu Aug 17 18:15:14 CEST 2006 - dmacvicar@suse.de
4952
4953 - fix uninstalling of atoms (noop)
4954 - r3995
4955
4956 -------------------------------------------------------------------
4957 Wed Aug 16 17:41:40 CEST 2006 - dmacvicar@suse.de
4958
4959 - Implement initial verson of Media
4960   doesFileExist, for future source probing.
4961 - r3984
4962
4963 -------------------------------------------------------------------
4964 Tue Aug 15 12:01:31 CEST 2006 - dmacvicar@suse.de
4965
4966 - more dbus_connection_close fixes
4967 - r3974
4968
4969 -------------------------------------------------------------------
4970 Tue Aug 15 11:41:41 CEST 2006 - kkaempf@suse.de
4971
4972 - clean up 'incomplete' handling in QueueItemEstablish.
4973 - rev 3973.
4974
4975 -------------------------------------------------------------------
4976 Tue Aug 15 11:30:50 CEST 2006 - kkaempf@suse.de
4977
4978 - Don't set 'incomplete' for uninstalled patterns or products.
4979   (#198379)
4980 - rev 3970.
4981
4982 -------------------------------------------------------------------
4983 Mon Aug 14 16:50:53 CEST 2006 - schubi@suse.de
4984
4985 - Added new API calls:
4986   setAdditionalProvide
4987   setAdditionalConflict
4988   setAdditionalRequire
4989
4990 -------------------------------------------------------------------
4991 Mon Aug 14 11:26:20 CEST 2006 - dmacvicar@suse.de
4992
4993 - don't link examples to testsuite library.
4994
4995 -------------------------------------------------------------------
4996 Sat Aug 12 17:30:30 CEST 2006 - schwab@suse.de
4997
4998 - Disable profiling to work around compiler bug.
4999
5000 -------------------------------------------------------------------
5001 Fri Aug 11 17:01:33 CEST 2006 - dmacvicar@suse.de
5002
5003 - forward port 3924:3939
5004 - Add explicit finish callbacks for subtasks during ProvidePackage
5005  Â to avoid UI confusion.
5006 - rev3957
5007
5008 -------------------------------------------------------------------
5009 Fri Aug 11 11:48:44 CEST 2006 - dmacvicar@suse.de
5010
5011 - Introduce examples/
5012 - fix some svn ignores
5013 - fix compilation. Use: dbus_connection_close
5014 - rev 3943
5015
5016 -------------------------------------------------------------------
5017 Thu Aug 10 16:32:36 CEST 2006 - dmacvicar@suse.de
5018
5019 - Initial support for plain directory with rpms as source
5020 - r3935
5021
5022 -------------------------------------------------------------------
5023 Tue Aug  8 16:51:45 CEST 2006 - dmacvicar@suse.de
5024
5025 - Move the target query by kind function to
5026   a iterator, so we dont make a copy of the restore
5027   the iterator works loading by demand too
5028
5029 -------------------------------------------------------------------
5030 Mon Aug  7 17:57:26 CEST 2006 - dmacvicar@suse.de
5031
5032 - rename the new initTarget to initializeTarget,
5033   leave the old one as is, but deprecate it.
5034 - r3903
5035
5036 -------------------------------------------------------------------
5037 Mon Aug  7 15:10:08 CEST 2006 - dmacvicar@suse.de
5038
5039 - forward port from SLES10 branch , till 3888
5040 - Prefer to use available DeltaRpm or PatchRpm instead of downloading
5041   full packages. (#168844)
5042 - rpmdb : Do not use the deprecated POSIX API, but boost::regex
5043 - version 2.0.0
5044 - rev 3893
5045
5046 -------------------------------------------------------------------
5047 Fri Aug  4 15:20:13 CEST 2006 - dmacvicar@suse.de
5048
5049 - Separate target init from adding resolvables, getting rid of the
5050 uggly bool flag.
5051 - dont clear the store each time Target::resolvables is called
5052 - Load target resolvables on demand by kind, keep them cached later
5053 - add Target::resolvablesByKind(kind) to allow query specific kind
5054   without reading all kinds. Used to port TargetProduct, which
5055   was reading the whole rpm database only to displayy base product
5056   name in YaST help.
5057 - commit to pkg-bindings and packager will follow.
5058 - jsrain will port more yast stuff, especially inst_source which
5059   startup time should by reduced by half afterwards.
5060 - rev 3880
5061
5062 -------------------------------------------------------------------
5063 Tue Aug  1 13:37:29 CEST 2006 - dmacvicar@suse.de
5064
5065 - forward port:
5066   rev 3786 fix to stalle tmpfiles broke patches.
5067   SLES was released with this broken. 10.1 has a blocked
5068   zypp update because this.
5069   Attempt to fix this. (#192535)
5070 - fix configure.ac sqlite-source build path
5071 - rev 3858
5072
5073 -------------------------------------------------------------------
5074 Fri Jul 21 10:58:58 CEST 2006 - dmacvicar@suse.de
5075
5076 - link correctly
5077
5078 -------------------------------------------------------------------
5079 Wed Jul 19 13:50:57 CEST 2006 - dmacvicar@suse.de
5080
5081 - dont link sqlite in the main lib.
5082 - rev 3826
5083
5084 -------------------------------------------------------------------
5085 Tue Jul 18 17:42:45 CEST 2006 - dmacvicar@suse.de
5086
5087 - susetags: parse product parser regexp only once
5088 - parse yum factory 5 sec. (from 30) faster using
5089   another string find algorithm
5090 - rev 3824
5091
5092 -------------------------------------------------------------------
5093 Tue Jul 18 12:56:17 CEST 2006 - dmacvicar@suse.de
5094
5095 - Digest: Don't read the stream character wise but reading blocks,
5096   as advised by matz profiling.
5097 - r3819
5098
5099 -------------------------------------------------------------------
5100 Mon Jul 17 12:54:39 CEST 2006 - ma@suse.de
5101
5102 - Add "openSUSE", "ATI Technologies Inc." and "Nvidia" to
5103   trusted vendors. (#189573)
5104 - revision 3804
5105
5106 -------------------------------------------------------------------
5107 Thu Jul 13 12:52:58 CEST 2006 - dmacvicar@suse.de
5108
5109 - backport fix for stalle tmpfile (#191311)
5110 - rev 3788
5111
5112 -------------------------------------------------------------------
5113 Wed Jun 28 13:22:22 CEST 2006 - mt@suse.de
5114
5115 - deactivated media manager code that was disabling the
5116   automounter (#172419)
5117 - rev 3724
5118
5119 -------------------------------------------------------------------
5120 Mon Jun 26 17:14:53 CEST 2006 - dmacvicar@suse.de
5121
5122 - fix autorefresh (#186115)
5123 - revision 3708
5124 -------------------------------------------------------------------
5125 Fri Jun 23 13:41:18 CEST 2006 - ma@suse.de
5126
5127 - forward port from SLE branch
5128 - Set default permission for logfiles to 0640. (#187044)
5129 - revision 3696
5130
5131 -------------------------------------------------------------------
5132 Thu Jun 22 16:01:15 CEST 2006 - ma@suse.de
5133
5134 - forward port from SLE branch
5135 - Fixed installation of SP or Add-On product switching to media 2
5136   too early. (#186607)
5137 - revision 3691
5138
5139 -------------------------------------------------------------------
5140 Wed Jun 21 15:47:39 CEST 2006 - dmacvicar@suse.de
5141
5142 - forward port from SLE branch
5143 - Strip self provides without edition in Resolvable ctor.
5144   (#186079)
5145 - Source::provideResolvables not implemented in yum source type.
5146   Product not set for packages that are available from update source
5147   (#186920)
5148 - Hook modalias() supplements without package to "kernel" (#184840)
5149 - Allow on-demand SourceManager::restore() (#186678)
5150 - Hook modalias() supplements without package to "kernel" (#184840)
5151 - rev 3676
5152
5153 -------------------------------------------------------------------
5154 Mon Jun 19 15:17:17 CEST 2006 - mt@suse.de
5155
5156 - Fix adding resolving of path names for mount points (#181606)
5157 - rev 3658
5158
5159 -------------------------------------------------------------------
5160 Mon Jun 19 13:52:14 CEST 2006 - dmacvicar@suse.de
5161
5162 - merge download algorithm and refactoring from branch
5163   (#181204)
5164
5165 -------------------------------------------------------------------
5166 Thu Jun 15 17:53:40 CEST 2006 - mvidner@suse.cz
5167
5168 - autodocs: use find+xargs to overcome command length limit,
5169   do not call doxygen unnecessarily (#185334).
5170 - rev 3645
5171
5172 -------------------------------------------------------------------
5173 Thu Jun 15 07:26:29 CEST 2006 - kkaempf@suse.de
5174
5175 - Dont use getZYpp in static constructor (#185198)
5176   Bugfix #178292 was wrong.
5177 - Only warn on incompleting installed resolvables (#185197)
5178 - rev 3644
5179
5180 -------------------------------------------------------------------
5181 Wed Jun 14 22:43:40 CEST 2006 - kkaempf@suse.de
5182
5183 - Atoms might only be installed via patches (#184714)
5184 - rev 3642
5185
5186 -------------------------------------------------------------------
5187 Wed Jun 14 17:26:39 CEST 2006 - dmacvicar@suse.de
5188
5189 - fix for the last stall tmpfile (#178292)
5190 - r3637
5191
5192 -------------------------------------------------------------------
5193 Wed Jun 14 12:06:57 CEST 2006 - mt@suse.de
5194
5195 - Implemented transfer timeout inside of the progress callback.
5196   The timeout value can be set using timeout url parameter, the
5197   default transfer timeout is 180 seconds. (#181602)
5198 - Added ssl_verify and ssl_capath url options used in https scheme,
5199   allowing to change or disable the ssl verify options. (#171622)
5200 - Added fallback on read failures of /etc/mtab to /proc/mounts.
5201   Improved verbosity in mount and mount check related failure cases,
5202   incl. /etc/mtab dump. (#181606)
5203 - rev 3623
5204
5205 -------------------------------------------------------------------
5206 Wed Jun 14 10:49:10 CEST 2006 - kkaempf@suse.de
5207
5208 - combine knownAliases and knownUrls in a single function.
5209 - rev 3616
5210
5211 -------------------------------------------------------------------
5212 Mon Jun 12 16:27:46 CEST 2006 - kkaempf@suse.de
5213
5214 - honor parallel installs in resolver context (#181103)
5215 - rev 3592
5216
5217 -------------------------------------------------------------------
5218 Mon Jun 12 15:37:10 CEST 2006 - dmacvicar@suse.de
5219
5220 - right fix for tmpdir initialized in static constructor
5221 - catch around provideJustFile in providePackage
5222 -rev 3654
5223
5224 -------------------------------------------------------------------
5225 Mon Jun 12 15:15:07 CEST 2006 - dmacvicar@suse.de
5226
5227 - fix #182003 YUM packages without size
5228 - rev 3587
5229
5230 -------------------------------------------------------------------
5231 Mon Jun 12 14:58:55 CEST 2006 - kkaempf@suse.de
5232
5233 - Allow to restore and remove by Url
5234 - rev 3583
5235
5236 -------------------------------------------------------------------
5237 Mon Jun 12 13:07:31 CEST 2006 - kkaempf@suse.de
5238
5239 - make atoms parallel installable (#181103)
5240 - rev 3580
5241
5242 -------------------------------------------------------------------
5243 Fri Jun  9 16:28:11 CEST 2006 - dmacvicar@suse.de
5244
5245 - Allow to restore by alias
5246 - r3568
5247
5248 -------------------------------------------------------------------
5249 Fri Jun  9 13:06:16 CEST 2006 - mvidner@suse.cz
5250
5251 - Do not fork in a global destructor, perl dislikes it (#182672).
5252   Fixes hanging ag_ldapserver and yast2-perl-bindings tests.
5253
5254 -------------------------------------------------------------------
5255 Thu Jun  8 16:24:55 CEST 2006 - ma@suse.de
5256
5257 - Installation: Assert product information is stored to libzypp
5258   database before reboot. (#181198)
5259 - Version 1.2.0; revision 3553
5260
5261 -------------------------------------------------------------------
5262 Wed Jun  7 13:55:23 CEST 2006 - visnov@suse.cz
5263
5264 - Synchronize keys with rpm database before
5265   closing access to it (#182338)
5266 - rev 3533
5267
5268 -------------------------------------------------------------------
5269 Wed Jun  7 11:40:46 CEST 2006 - mt@suse.de
5270
5271 - Changed to just prefer DVD drives in "dvd:" scheme, instead of
5272   filter out the non-DVD drives completely. Allows a fallback to
5273   drives without the dvd HAL property e.g. in VMWare. (#177457)
5274 - rev 3530
5275
5276 -------------------------------------------------------------------
5277 Wed Jun  7 01:00:06 CEST 2006 - dmacvicar@suse.de
5278
5279 - Merge fix for stalle tmpdir due to cyclic references, using a master
5280  TmpDir for zypp. (#178292) . There is still 1 tmpdir to fix.
5281 - rev 3521
5282
5283 -------------------------------------------------------------------
5284 Wed Jun  7 01:00:05 CEST 2006 - dmacvicar@suse.de
5285
5286 - Fixes unneeded file download, and add download callbacks
5287   (still need yast side) #181204 and #160206
5288 - Fix stalle tmpdir due to cyclic references, using a master
5289   TmpDir for zypp. # 178292
5290
5291 -------------------------------------------------------------------
5292 Wed Jun  7 00:02:18 CEST 2006 - ma@suse.de
5293
5294 - fixed memory leak in PersistentStorage (#168690)
5295 - revision 3519
5296
5297 -------------------------------------------------------------------
5298 Tue Jun  6 22:24:00 CEST 2006 - ma@suse.de
5299
5300 - fixed memory leak in XMLSourceCacheParser (#168690)
5301 - revision 3517
5302
5303 -------------------------------------------------------------------
5304 Fri Jun  2 16:09:03 CEST 2006 - schubi@suse.de
5305
5306 -latest fi translation added
5307  Revision 3502
5308
5309 -------------------------------------------------------------------
5310 Thu Jun  1 15:11:47 CEST 2006 - schubi@suse.de
5311
5312 -All installed resolvables has been set to "satisfied" in
5313  ResolverContext::unneeded . BUT:
5314  Patch concerning resolvables have to be set to
5315  "unneeded" although they are installed. In order
5316  getting the state "no longer applicable" (Bug 171590)
5317 - rev 3496
5318
5319 -------------------------------------------------------------------
5320 Thu Jun  1 14:54:02 CEST 2006 - kkaempf@suse.de
5321
5322 - compute status for scripts and messages so their freshens get
5323   properly honored (aj with postgresql-server)
5324 - rev 3494
5325
5326 -------------------------------------------------------------------
5327 Thu Jun  1 13:57:48 CEST 2006 - dmacvicar@suse.de
5328
5329 - revert not-used-yet rpmdb timestamp, as
5330   it broke rpmdb::init(). (#180040)
5331 - rev 3490
5332
5333 -------------------------------------------------------------------
5334 Thu Jun  1 11:03:34 CEST 2006 - schubi@suse.de
5335
5336 - updating gmo files, if po files has been changed; bug 164449
5337
5338 -------------------------------------------------------------------
5339 Wed May 31 18:32:58 CEST 2006 - dmacvicar@suse.de
5340
5341 - Dont download twice if starting from 1st time
5342 - fix typo
5343 - rev 3481
5344
5345 -------------------------------------------------------------------
5346 Wed May 31 17:06:48 CEST 2006 - dmacvicar@suse.de
5347
5348 - set cache dir only if storeMetadata is called as a public method.´
5349 - rev 3475
5350
5351 -------------------------------------------------------------------
5352 Wed May 31 15:27:38 CEST 2006 - kkaempf@suse.de
5353
5354 - schedule a package for installation if
5355   - it freshens / supplements something
5356   - it is not installed yet
5357   (#178721)
5358 - rev 3473
5359
5360 -------------------------------------------------------------------
5361 Wed May 31 15:22:43 CEST 2006 - dmacvicar@suse.de
5362
5363 - make susetags also implement download and check first.
5364 - rev 3470
5365
5366 -------------------------------------------------------------------
5367 Tue May 30 12:43:47 CEST 2006 - dmacvicar@suse.de
5368
5369 - make yum more robust. Never parse from provideFile
5370   but only from local disk. Make sure the cache
5371   is consistent before recreating it.
5372   the code is easier to follow and probably
5373   faster. checksum and signatures are
5374   checked on caching not on parsing.
5375   Required to implement refresh for #154990
5376 - rev 3452
5377
5378 -------------------------------------------------------------------
5379 Wed May 24 16:57:54 CEST 2006 - dmacvicar@suse.de
5380
5381 - implement timestamp for YUM and SuseTags
5382 - actually use the license to confirm in yum patches
5383 - add prerequires tag in yum optonally to the bad designed
5384   and nonintuitive pre=1
5385 - rev 3448
5386
5387 -------------------------------------------------------------------
5388 Wed May 24 15:30:32 CEST 2006 - dmacvicar@suse.de
5389
5390 - dont pass root on init but before.
5391 - implement rpm db modification timestamp
5392   not used yet
5393 - move Helix source to testsuite out of the solver
5394   so we can use it for target, storage tests
5395 - add Source_Ref::timestamp(), default to now()
5396   in order to implement smart sync of sources by zmd
5397 - don't parse desc and summary twice
5398 - fix a segfault with tranlated text
5399 - fix broken size tag introduced in rev 3427
5400 - rev 3446
5401
5402 -------------------------------------------------------------------
5403 Tue May 23 20:53:27 CEST 2006 - dmacvicar@suse.de
5404
5405 - dont accept corrupt sources, improve logs
5406
5407 -------------------------------------------------------------------
5408 Tue May 23 17:26:41 CEST 2006 - ma@suse.de
5409
5410 - Added PoolItem_Ref::statusReset. Resets the PoolItem status without
5411   loosing autoprotection (eg. for foreign vendor). (assists #177469)
5412 - rev 3431
5413
5414 -------------------------------------------------------------------
5415 Tue May 23 17:04:04 CEST 2006 - jsrain@suse.cz
5416
5417 - added mediaNr() to PatchRpm and DeltaRpm classes
5418 - rev 3430
5419
5420 -------------------------------------------------------------------
5421 Tue May 23 15:58:04 CEST 2006 - dmacvicar@suse.de
5422
5423 - enable YUM license to confirm.
5424   needed for #174476
5425 - adapt store to serialize and read all new resobject fields
5426 - use install-time to now() when serializing (#174653)
5427 - rev 3427
5428
5429 -------------------------------------------------------------------
5430 Mon May 22 20:51:59 CEST 2006 - ma@suse.de
5431
5432 - Do not violate install order when restricting commit to a certain
5433   mediaNumber. (#170079)
5434 - Version 1.1.0; rev 3423
5435
5436 -------------------------------------------------------------------
5437 Mon May 22 19:03:20 CEST 2006 - mvidner@suse.cz
5438
5439 - Added SourceManager::findSourceByUrl to overcome alias mismatches
5440   (#177543).
5441 - rev 3420
5442
5443 -------------------------------------------------------------------
5444 Mon May 22 17:19:25 CEST 2006 - ma@suse.de
5445
5446 - Order all objects according to prerequirements, not just packages.
5447   (#173690)
5448 - rev 3419
5449
5450 -------------------------------------------------------------------
5451 Mon May 22 15:57:43 CEST 2006 - schubi@suse.de
5452
5453 - Added new translation
5454
5455 -------------------------------------------------------------------
5456 Fri May 19 12:53:44 CEST 2006 - dmacvicar@suse.de
5457
5458 - fix missing homedir option for gpg (#171055)
5459 - rev 3415
5460
5461 -------------------------------------------------------------------
5462 Thu May 18 19:08:52 CEST 2006 - ma@suse.de
5463
5464 - Prevent against daemons launched in rpm %post, that do not close
5465   their filedescriptors. (#174548)
5466 - Version 1.0.1; rev 3413
5467
5468 -------------------------------------------------------------------
5469 Thu May 18 16:51:41 CEST 2006 - jsrain@suse.cz
5470
5471 - fixed media number of package retrieved as a part of a patch
5472   (#174841)
5473 - rev 3409
5474
5475 -------------------------------------------------------------------
5476 Thu May 18 16:16:21 CEST 2006 - dmacvicar@suse.de
5477
5478 - fix missing package descriptions due to filtered packages
5479   by incompatible architectures. (#159109)
5480 - rev 3404
5481
5482 -------------------------------------------------------------------
5483 Thu May 18 16:08:42 CEST 2006 - kkaempf@suse.de
5484
5485 - decrease logging in DiskUsageCounter and Modalias (#163186)
5486 - rev 3406
5487
5488 -------------------------------------------------------------------
5489 Thu May 18 10:43:47 CEST 2006 - ma@suse.de
5490
5491 - Stay backward comapatible.
5492
5493 -------------------------------------------------------------------
5494 Tue May 16 21:35:27 CEST 2006 - ma@suse.de
5495
5496 - Make basic attributes available through ResObject.
5497 - Let ResObjects which do not require media access during
5498   commit return ZERO sourceMediaNr (required for #173690)
5499 - Version 1.0.0
5500 - rev 3390
5501
5502 -------------------------------------------------------------------
5503 Tue May 16 15:11:35 CEST 2006 - kkaempf@suse.de
5504
5505 - reduce logging verbosity (#163186)
5506 - rev 3381
5507
5508 -------------------------------------------------------------------
5509 Tue May 16 14:00:57 CEST 2006 - schubi@suse.de
5510
5511 - setCandidate accept candidates with compatible architectures too. Not
5512   only with the same architecture. Bug 172594 - If update package has
5513   differet arch, UI display is wrong
5514
5515 -------------------------------------------------------------------
5516 Tue May 16 09:30:45 CEST 2006 - mvidner@suse.cz
5517
5518 - Added Source_Ref::resStoreInitialized.
5519   If we know that noone has seen the resolvables yet, we can skip
5520   them too, eg. when deleting a source. (#174840)
5521 - rev 3378
5522
5523 -------------------------------------------------------------------
5524 Mon May 15 12:41:39 CEST 2006 - kkaempf@suse.de
5525
5526 - Honor freshens as conditionals independant from the installed/
5527   uninstalled status (#174797)
5528 - rev 3376
5529
5530 -------------------------------------------------------------------
5531 Mon May 15 11:15:03 CEST 2006 - kkaempf@suse.de
5532
5533 - State modifier "unneeded" is transitive for patches (#171590)
5534 - rev 3375
5535
5536 -------------------------------------------------------------------
5537 Thu May 11 17:42:29 CEST 2006 - schubi@suse.de
5538
5539 - Do not transact itself (update) in the transactResObject mechanism
5540   Bug 174290
5541
5542 -------------------------------------------------------------------
5543 Thu May 11 16:37:51 CEST 2006 - mt@suse.de
5544
5545 - Reenabled improved large file support flags (unintentionally
5546   removed in rev 1544). Fixes bug #173753.
5547 - Added large file support flags to libzypp.pc file allowing
5548   consistence checks in the application using features variable
5549 - rev 3366
5550
5551 -------------------------------------------------------------------
5552 Thu May 11 10:49:36 CEST 2006 - mvidner@suse.cz
5553
5554 - SourceManager: moved source deletion before creation
5555   so that we can recreate a deleted one (#174295)
5556 - removed dead code dealing with known_caches from SourceManager::store
5557   (see r3195)
5558 - r3362
5559
5560 -------------------------------------------------------------------
5561 Thu May 11 10:15:14 CEST 2006 - jsrain@suse.cz
5562
5563 - fixed returning product short name and summary if product read
5564   from target store (#148625)
5565 - rev 3360
5566
5567 -------------------------------------------------------------------
5568 Wed May 10 11:39:06 CEST 2006 - jsrain@suse.cz
5569
5570 - set media verifier on redirected medium (#172599)
5571 - rev 3359
5572
5573 -------------------------------------------------------------------
5574 Mon May  8 17:28:42 CEST 2006 - kkaempf@suse.de
5575
5576 - fix 'transactResKind' to collect best providers by capability
5577   and to recursively transact items of same kind (#170114)
5578 - rev 3355
5579
5580 -------------------------------------------------------------------
5581 Mon May  8 16:45:46 CEST 2006 - dmacvicar@suse.de
5582
5583 - serialize the full URL to avoid missing password and other
5584   url settings (#148108)
5585 - rev 3353
5586
5587 -------------------------------------------------------------------
5588 Fri May  5 17:47:14 CEST 2006 - mt@suse.de
5589
5590 - Added a 60 sec connect timeout to MediaCurl (#172860)
5591 - rev 3348
5592
5593 -------------------------------------------------------------------
5594 Thu May  4 15:15:37 CEST 2006 - kkaempf@suse.de
5595
5596 - re-fetch also .asc and .key files before checking signature
5597   (#172597)
5598 - rev 3350 (3345-10.1)
5599
5600 -------------------------------------------------------------------
5601 Wed May  3 17:40:45 CEST 2006 - dmacvicar@suse.de
5602
5603 - Fix yum key verification, because a double variable declaration
5604
5605 -------------------------------------------------------------------
5606 Wed May  3 15:34:00 CEST 2006 - dmacvicar@suse.de
5607
5608 - use --no-default-keyring to avoid creating a
5609   default gpg dir in / (#171055)
5610 - rev 3335
5611
5612 -------------------------------------------------------------------
5613 Wed May  3 14:40:25 CEST 2006 - dmacvicar@suse.de
5614
5615 - Fix YUM signature checking, we were passing the key instead of the
5616   signature.
5617 - When the user trust a key, sync again. Bye to the session trusted
5618   keys and user being asked all the time. (#171213)
5619 - r3332
5620
5621 -------------------------------------------------------------------
5622 Wed May  3 14:22:02 CEST 2006 - ma@suse.de
5623
5624 - Cleanup index tables when removing items from pool (#170564).
5625
5626 -------------------------------------------------------------------
5627 Wed May  3 12:23:36 CEST 2006 - kkaempf@suse.de
5628
5629 - backout rev 3246->3275 of TargetImpl.cc
5630 - add missing testsuite/utils/TestUtils.h
5631 - rev 3330
5632
5633 -------------------------------------------------------------------
5634 Wed May  3 12:13:38 CEST 2006 - dmacvicar@suse.de
5635
5636 - more fixes for #171062, there were some files still not being
5637   read from cache.
5638 - r3327
5639
5640 -------------------------------------------------------------------
5641 Tue May  2 18:41:44 CEST 2006 - dmacvicar@suse.de
5642
5643 - cache keys and signature. Remove lot of duplicated code. (#171062)
5644 - r3320
5645
5646 -------------------------------------------------------------------
5647 Tue May  2 18:02:46 CEST 2006 - mt@suse.de
5648
5649 - Disabled isUseableAttachPoint check in MediaDIR -- we do not
5650   mount here anything, so it is OK to use any dir (171351).
5651 - rev 3318
5652
5653 -------------------------------------------------------------------
5654 Tue May  2 14:58:03 CEST 2006 - kkaempf@suse.de
5655
5656 - parse "license-to-confirm" in primary.xml (#168437)
5657 - rev 3312
5658
5659 -------------------------------------------------------------------
5660 Mon May  1 17:44:29 CEST 2006 - kkaempf@suse.de
5661
5662 - Don't try to store 'Atom', not needed and the backend store
5663   rejects them anyways (addtion to #168610)
5664 - rev 3306
5665
5666 -------------------------------------------------------------------
5667 Mon May  1 04:43:01 CEST 2006 - mt@suse.de
5668
5669 - Improved device check in MediaDISK using libblkid (Bug #158529)
5670 - Allow to provide sysfs path via $SYSFS_PATH in MediaCD.cc and
5671   added a check if it is a directory
5672 - Added libcurl and libblkid checks to configure.ac
5673 - Added e2fsprogs(-devel) requires to the spec file
5674 - rev 3303
5675
5676 -------------------------------------------------------------------
5677 Sat Apr 29 21:46:22 CEST 2006 - kkaempf@suse.de
5678
5679 - dont download "other" during key check (#171041)
5680 - rev 3294
5681
5682 -------------------------------------------------------------------
5683 Sat Apr 29 11:05:15 CEST 2006 - kkaempf@suse.de
5684
5685 - allow parallel installs of atoms (used to fulfill patch require-
5686   ments, atoms aren't installed anyways) (#170098)
5687 - some testsuite improvements.
5688 - rev 3288
5689
5690 -------------------------------------------------------------------
5691 Fri Apr 28 20:15:06 CEST 2006 - dmacvicar@suse.de
5692
5693 - get rid of autobuild check when throwing exceptions without throw
5694   but with a macro, returning a null pointer at the end (never reached).
5695
5696 -------------------------------------------------------------------
5697 Fri Apr 28 19:50:28 CEST 2006 - ma@suse.de
5698
5699 - Do not violate install order when restricting commit to a certain
5700   mediaNumber. (#170079)
5701
5702 -------------------------------------------------------------------
5703 Fri Apr 28 18:12:26 CEST 2006 - dmacvicar@suse.de
5704
5705 - Don't use throw directly!
5706   use ZYPP_THROW with a Exception class, otherwise package bindings
5707   will not catch them.
5708   Should fix crashes when reading broken sources with yast.
5709 - rev 3272
5710
5711 -------------------------------------------------------------------
5712 Fri Apr 28 15:29:32 CEST 2006 - schubi@suse.de
5713
5714 - Bug 162064 - font packages are not installed for locale, e.g. khmer font not installed after CD1
5715   revision 3269
5716
5717 -------------------------------------------------------------------
5718 Fri Apr 28 14:55:04 CEST 2006 - kkaempf@suse.de
5719
5720 - revert bugfix #168906 (fom rev 3219), it filters too many errors.
5721 - further improve on #168840 (from rev 3231), match on name-edition
5722   when filtering by best arch. (#170098)
5723 - rev 3268
5724
5725 -------------------------------------------------------------------
5726 Fri Apr 28 13:01:58 CEST 2006 - dmacvicar@suse.de
5727
5728 - #170093 , lot of package descriptions missing
5729 - rev 3263
5730
5731 -------------------------------------------------------------------
5732 Thu Apr 27 20:28:01 CEST 2006 - dmacvicar@suse.de
5733
5734 - try to fix wrong permissions of /var/lib/zypp created
5735   by old zypp, only when running as root they are fixed
5736   (#169094)
5737 - YUM: Verify signatures on factoryInit.
5738   Dont provide other.xml. Cleanups, better logging.
5739   When refreshing signed soruces, don't refresh is source
5740   has not changed.
5741 - YaST sources: don't refresh if media file has not changed.
5742 - Show full url of index files in sources for signature validation
5743   (mentioned in #170139 comment #3)-
5744
5745 -------------------------------------------------------------------
5746 Thu Apr 27 18:41:02 CEST 2006 - jsrain@suse.de
5747
5748 - udpated media ID syntax for external scripts (to be consistent
5749   with packages) (#170247)
5750 - rev 3256
5751
5752 -------------------------------------------------------------------
5753 Thu Apr 27 18:33:48 CEST 2006 - jsrain@suse.de
5754
5755 - set media ID to 1 if not specified in YUM metadata (#167452)
5756 - rev 3255
5757
5758 -------------------------------------------------------------------
5759 Thu Apr 27 11:55:05 CEST 2006 - kkaempf@suse.de
5760
5761 - If freshen and supplement are fulfilled, install any kind of
5762   resolvable if not yet installed (#165746)
5763 - rev 3249
5764
5765 -------------------------------------------------------------------
5766 Wed Apr 26 18:00:42 CEST 2006 - kkaempf@suse.de
5767
5768 - make downloaded script executable. (#169191)
5769 - rev 3247
5770
5771 -------------------------------------------------------------------
5772 Wed Apr 26 10:43:03 CEST 2006 - kkaempf@suse.de
5773
5774 - Improve on last fix, compare only compatible archs.
5775 - rev 3233
5776
5777 -------------------------------------------------------------------
5778 Tue Apr 25 19:36:13 CEST 2006 - kkaempf@suse.de
5779
5780 - Only choose best arch of multiple package atoms with identical
5781   name (#168840)
5782 - rev 3231
5783
5784 -------------------------------------------------------------------
5785 Tue Apr 25 16:59:51 CEST 2006 - dmacvicar@suse.de
5786
5787 - pass empty strings to UI as key properties if unknown key
5788   (#169114)
5789 - rev 3228
5790
5791 -------------------------------------------------------------------
5792 Tue Apr 25 16:47:35 CEST 2006 - kkaempf@suse.de
5793
5794 - refrain from parsing 'other.xml' (#159316)
5795 - rev 3226
5796
5797 -------------------------------------------------------------------
5798 Tue Apr 25 16:34:50 CEST 2006 - visnov@suse.cz
5799
5800 - in source refresh, clean up the cache dir if fails
5801 - do not require repomd.xml.asc when creating a cache (#163765)
5802 - rev 3224
5803
5804 -------------------------------------------------------------------
5805 Tue Apr 25 15:17:15 CEST 2006 - dmacvicar@suse.de
5806
5807 - Check if a file exists before providing it, and just handling the
5808   exception is not sufficient, because it can release the media.
5809   it nows get all possible packages.X translations an then
5810   it selects the candidate from the existing ones (#168654)
5811 - rev 3221
5812
5813 -------------------------------------------------------------------
5814 Tue Apr 25 12:28:17 CEST 2006 - kkaempf@suse.de
5815
5816 - dont report conflicts if item is neither installed
5817   nor to-be-installed (#168906)
5818 - rev 3219
5819
5820 -------------------------------------------------------------------
5821 Tue Apr 25 11:27:09 CEST 2006 - dmacvicar@suse.de
5822
5823 - #168060 , propagate the file description or original
5824   name to the UI and not the checked filename path,
5825   which could be a tmp file.
5826   Requires changes in pkg-manager, and probably zmd-helpers.
5827 - rev 3215
5828
5829 -------------------------------------------------------------------
5830 Mon Apr 24 18:27:59 CEST 2006 - dmacvicar@suse.de
5831
5832 - /var/lib/zypp/db/languages/* are empty files (##168355)
5833 - r3206
5834
5835 -------------------------------------------------------------------
5836 Mon Apr 24 17:45:07 CEST 2006 - dmacvicar@suse.de
5837
5838 - All resolvables must honor arch, so Arch_noarch in
5839   target/store/XMLFilesBackend.cc is wrong (#160792)
5840 - Introduced code to honour shared package descriptions
5841   (#159109)
5842 - r3204
5843
5844 -------------------------------------------------------------------
5845 Mon Apr 24 16:43:48 CEST 2006 - jsrain@suse.de
5846
5847 - replace '_' in YUM elements/attributes with '-' (#168762)
5848 - rev 3201
5849
5850 -------------------------------------------------------------------
5851 Mon Apr 24 16:15:02 CEST 2006 - mt@suse.de
5852
5853 - Fixed iseries workaround - interchanged variables for scsi
5854   devices, added debug messages about the steps (#163971).
5855 - Added getenv NULL ptr check and verify of the $HOME dir's
5856   and ~/.curlrc file's ownership (#163203).
5857 - rev 3199
5858
5859 -------------------------------------------------------------------
5860 Mon Apr 24 15:44:18 CEST 2006 - ma@suse.de
5861
5862 - Use filesystem::TmpDir to create unique and unused Source cache
5863   directories. (#168051)
5864
5865 -------------------------------------------------------------------
5866 Mon Apr 24 14:30:41 CEST 2006 - ma@suse.de
5867
5868 - Enable signature checks per default. (#168525)
5869
5870 -------------------------------------------------------------------
5871 Mon Apr 24 11:20:17 CEST 2006 - visnov@suse.cz
5872
5873 - fix callbacks for providing a single file (#160206)
5874
5875 -------------------------------------------------------------------
5876 Sun Apr 23 12:28:21 CEST 2006 - kkaempf@suse.de
5877
5878 - If an installed package looses a dependency, the solver tries
5879   to upgrade it. Limit the upgrade candidates to best arch, best
5880   edition.
5881 - filter 'other' entries with incompatible arch in yum parser.
5882 - rev 3177
5883
5884 -------------------------------------------------------------------
5885 Fri Apr 21 22:47:18 CEST 2006 - jsrain@suse.de
5886
5887 - initialize the product category according to source (#168061)
5888 - rev 3172
5889
5890 -------------------------------------------------------------------
5891 Fri Apr 21 18:32:00 CEST 2006 - mvidner@suse.cz
5892
5893 - delete only one older version of a xml-store resolvable
5894   (half-baked, but the previous attempt was charred)
5895
5896 -------------------------------------------------------------------
5897 Fri Apr 21 17:49:18 CEST 2006 - jsrain@suse.de
5898
5899 - moved license_to_confirm to primary.xml
5900 - rev 3170
5901
5902 -------------------------------------------------------------------
5903 Fri Apr 21 16:36:14 CEST 2006 - ma@suse.de
5904
5905 - Removed deprecated oldstyle commit methods.
5906
5907 -------------------------------------------------------------------
5908 Fri Apr 21 15:58:14 CEST 2006 - mvidner@suse.cz
5909
5910 - when installing a xml-store resolvable (all except package,
5911   message, script), delete older versions (#160792).
5912 - read selection edition from the XML store
5913 - rev 3167
5914
5915 -------------------------------------------------------------------
5916 Thu Apr 20 14:10:41 CEST 2006 - kkaempf@suse.de
5917
5918 - properly clear transaction flag after successful commit
5919   (see rev 3122, #164365, #167285)
5920 - rev 3157
5921
5922 -------------------------------------------------------------------
5923 Thu Apr 20 13:14:25 CEST 2006 - kkaempf@suse.de
5924
5925 - recursively soft-uninstall recommended package on real uninstall,
5926   not on update (#167603)
5927 - rev 3155
5928
5929 -------------------------------------------------------------------
5930 Thu Apr 20 13:01:28 CEST 2006 - dmacvicar@suse.de
5931
5932 - fix #167605 (importing keys to rpm multiple times due to
5933   wrong interpretation of rpm gpg versioning.
5934 - add support for reading the rpm keys, with full id and fingerprint
5935 - rev 3153
5936
5937 -------------------------------------------------------------------
5938 Wed Apr 19 16:47:34 CEST 2006 - kkaempf@suse.de
5939
5940 - don't add duplicate error infos to ResolverContext (#167309)
5941 - rev 3146
5942
5943 -------------------------------------------------------------------
5944 Wed Apr 19 14:10:10 CEST 2006 - kkaempf@suse.de
5945
5946 - fix Resolver::transactReset() (see rev 3122) (#167285)
5947 - rev 3140
5948
5949 -------------------------------------------------------------------
5950 Wed Apr 19 13:48:26 CEST 2006 - ma@suse.de
5951
5952 - Introduced $ZYPP_KEYRING_DEFAULT_ACCEPT_ALL. If this environment
5953   variable is present, all signature checking callbacks will default
5954   to 'accept', in case no recipient is present.
5955
5956 -------------------------------------------------------------------
5957 Wed Apr 19 11:37:47 CEST 2006 - dmacvicar@suse.de
5958
5959 - read content file on construction, and make
5960   provideProduct only insert the already
5961   read product object into the store (#165826)
5962   (dmacvicar)
5963 - When the signature is not found, warn the
5964   user about a unsigned source. When the
5965   key is not found, do nothing, it can be in the
5966   keyring already. (#166016) (dmacvicar)
5967 - enable key verification only if
5968   ZYPP_CHECKSIG env var is set (dmacvicar)
5969 - r1529
5970
5971 -------------------------------------------------------------------
5972 Tue Apr 18 20:41:48 CEST 2006 - kkaempf@suse.de
5973
5974 - fix bugfix 164365, fix bug 167285
5975   Actually clear the transcation state instead of locking it
5976   to 'dont transact'
5977 - rev 3122
5978
5979 -------------------------------------------------------------------
5980 Tue Apr 18 15:46:59 CEST 2006 - visnov@suse.cz
5981
5982 - revert the signature/digest checking callbacks
5983 - rev 3115
5984
5985 -------------------------------------------------------------------
5986 Tue Apr 18 15:14:35 CEST 2006 - kkaempf@suse.de
5987
5988 - Bugfix #165670
5989   - Honor keep requests.
5990   - Dont flag "locked uninstall" as error if a keep request was
5991     issued before.
5992 - rev 3114
5993
5994 -------------------------------------------------------------------
5995 Tue Apr 18 12:04:35 CEST 2006 - kkaempf@suse.de
5996
5997 - rule out locked items during distribution upgrade as early
5998   as possible. (#165670)
5999 - rev 3110
6000
6001 -------------------------------------------------------------------
6002 Mon Apr 17 16:04:35 CEST 2006 - kkaempf@suse.de
6003
6004 - Bugfix #166212
6005   - use APPL_LOW as 'ui initiated, by solver' in transactKind() and
6006     transactResObject().
6007   - resetTransaction(APPL_LOW) before resolving
6008   - enhance transactCaps by using the same algorithm as in
6009     QueueItemRequire
6010     (before: transact all requires and recommends by name
6011      now: transact best requires and recommends by provides)
6012 - rev 3107
6013
6014 -------------------------------------------------------------------
6015 Fri Apr 14 16:04:35 CEST 2006 - visnov@suse.cz
6016
6017 - new callbacks for failing digest
6018 - rev 3098
6019
6020 -------------------------------------------------------------------
6021 Thu Apr 13 17:01:41 CEST 2006 - visnov@suse.cz
6022
6023 - ask for file without a checksum (#165125)
6024
6025 -------------------------------------------------------------------
6026 Thu Apr 13 16:59:38 CEST 2006 - kkaempf@suse.de
6027
6028 - dont install satisfied resolvables (#165843)
6029 - rev 3095
6030
6031 -------------------------------------------------------------------
6032 Thu Apr 13 16:00:21 CEST 2006 - kkaempf@suse.de
6033
6034 - dont abort on failed "dry_run" (#164583)
6035 - rev 3091
6036
6037 -------------------------------------------------------------------
6038 Thu Apr 13 15:19:20 CEST 2006 - visnov@suse.cz
6039
6040 - Ask user if signature file does not exist (#163765)
6041 - handle repomd.xml.asc as optional file (#163765)
6042 - rev 3089
6043
6044 -------------------------------------------------------------------
6045 Thu Apr 13 13:52:08 CEST 2006 - schubi@suse.de
6046
6047 - Bug 164365 - build 906: Deselecting a selection, all packages are still selected
6048 - rev 3087
6049
6050 -------------------------------------------------------------------
6051 Thu Apr 13 11:57:58 CEST 2006 - kkaempf@suse.de
6052
6053 - Dont do transitive uninstalls on uninstalled or upgraded items.
6054   (#165798)
6055 - rev 3083
6056
6057 -------------------------------------------------------------------
6058 Wed Apr 12 17:57:21 CEST 2006 - ma@suse.de
6059
6060 - Added 'rpmNoSignature' to ZYppCommitPolicy (#163862)
6061
6062 -------------------------------------------------------------------
6063 Wed Apr 12 16:44:57 CEST 2006 - mvidner@suse.cz
6064
6065 - Product::updateUrls: restore it from the XML store;
6066   fixed content parsing (#163192).
6067 - restore product flags fro the XML store
6068 - rev 3074
6069
6070 -------------------------------------------------------------------
6071 Wed Apr 12 13:48:25 CEST 2006 - kkaempf@suse.de
6072
6073 - Only consider best arch/version (#165477)
6074 - rev 3069
6075
6076 -------------------------------------------------------------------
6077 Wed Apr 12 10:57:50 CEST 2006 - ma@suse.de
6078
6079 - No need to parse tags at all if there is no item to store values
6080   (e.g. data for unwanted arch). Fixed segv trying to store data in
6081   NULL item. (#165479)
6082 - rev3065
6083
6084 -------------------------------------------------------------------
6085 Tue Apr 11 19:48:51 CEST 2006 - mt@suse.de
6086
6087 - Improved Url path name "//" vs. "/%2f" handling; now if the
6088   url has an authority, "/%2f" is used for ftp only (#163784)
6089 - rev 3062
6090
6091 -------------------------------------------------------------------
6092 Tue Apr 11 16:41:02 CEST 2006 - jsrain@suse.de
6093
6094 - fixed storing patch scripts to target store (#159928)
6095 - rev 3058
6096
6097 -------------------------------------------------------------------
6098 Tue Apr 11 16:24:26 CEST 2006 - kkaempf@suse.de
6099
6100 - if a patch is bad, only skip this patch, not everything
6101   (#165200)
6102 - rev 3057
6103
6104 -------------------------------------------------------------------
6105 Tue Apr 11 15:42:32 CEST 2006 - ma@suse.de
6106
6107 - Susetags:Selections: Allow parsing older .sel file formats. (#159851)
6108 - Susetags:Pattern: Fixed parser.
6109
6110 -------------------------------------------------------------------
6111 Tue Apr 11 15:21:48 CEST 2006 - kkaempf@suse.de
6112
6113 - when uninstalling, only re-establish installed items
6114   supplementing the to-be-uninstalled one. (variant of #165111)
6115 - rev 3054
6116
6117 -------------------------------------------------------------------
6118 Tue Apr 11 14:17:00 CEST 2006 - ma@suse.de
6119
6120 - Susetags:Package: Parse and provide ins/delnotify texts.
6121
6122 -------------------------------------------------------------------
6123 Tue Apr 11 13:01:31 CEST 2006 - kkaempf@suse.de
6124
6125 - when checking freshens/supplements at install, only consider
6126   best architecture/edition (#164453)
6127 - rev 3051
6128
6129 -------------------------------------------------------------------
6130 Tue Apr 11 10:31:41 CEST 2006 - kkaempf@suse.de
6131
6132 - when checking for supplements, only consider best arch, best
6133   edition for installation (#165111)
6134 - rev 3047
6135
6136 -------------------------------------------------------------------
6137 Tue Apr 11 10:23:14 CEST 2006 - schubi@suse.de
6138
6139 - Bug 165117: build 910: Update: Splitted packages are selected for
6140   all archs
6141
6142 -------------------------------------------------------------------
6143 Tue Apr 11 09:30:14 CEST 2006 - visnov@suse.cz
6144
6145 - ask user if a file exists but does not have a checksum (#162797)
6146 - rev 3044
6147
6148 -------------------------------------------------------------------
6149 Mon Apr 10 22:39:34 CEST 2006 - jsrain@suse.de
6150
6151 - parse time and size elements from delta and patch RPM
6152 - rev 3043
6153
6154 -------------------------------------------------------------------
6155 Mon Apr 10 18:55:03 CEST 2006 - mt@suse.de
6156
6157 - Added detection of iSeries virtual CD (/dev/iseries/vcd[a-h])
6158   devices - on powerpc only (#163971)
6159 - rev 3042
6160
6161 -------------------------------------------------------------------
6162 Mon Apr 10 18:05:51 CEST 2006 - kkaempf@suse.de
6163
6164 - fix endless loop in patches parsing.
6165 - rev 3039
6166
6167 -------------------------------------------------------------------
6168 Mon Apr 10 17:00:05 CEST 2006 - jsrain@suse.de
6169
6170 - fixed media handling in SuSEtags source (#164879)
6171 - rev 3037
6172
6173 -------------------------------------------------------------------
6174 Mon Apr 10 16:30:54 CEST 2006 - kkaempf@suse.de
6175
6176 - honor 'dry_run' on package remove (#164732)
6177 - rev 3036
6178
6179 -------------------------------------------------------------------
6180 Mon Apr 10 13:12:49 CEST 2006 - kkaempf@suse.de
6181
6182 - add files from yum filelist as provides to package (#164731)
6183 - rev 3032
6184
6185 -------------------------------------------------------------------
6186 Mon Apr 10 11:10:37 CEST 2006 - kkaempf@suse.de
6187
6188 - honor "+Enh:/-Enh:" in packages file (#156513)
6189
6190 -------------------------------------------------------------------
6191 Mon Apr 10 10:56:24 CEST 2006 - visnov@suse.cz
6192
6193 - fix callback receiver signature to match the callback for removing
6194   package
6195
6196 -------------------------------------------------------------------
6197 Mon Apr 10 10:32:22 CEST 2006 - mvidner@suse.cz
6198
6199 - Added Product::updateUrls, from content/UPDATEURLS (#163192).
6200 - rev 3024
6201
6202 -------------------------------------------------------------------
6203 Sat Apr  8 12:03:37 CEST 2006 - schubi@suse.de
6204
6205 - Bug 164440; Taking wrong architecture while updating obsoletes
6206   splitted packages
6207 - rev 3022
6208
6209 -------------------------------------------------------------------
6210 Sat Apr  8 10:07:06 CEST 2006 - kkaempf@suse.de
6211
6212 - allow relative paths with url file:
6213 - dont filter atoms from going into pool, multi-arch patch
6214   requirements need them. Instead, treat atoms with incompatible
6215   architecture as unneeded.
6216 - rev 3018
6217
6218 -------------------------------------------------------------------
6219 Fri Apr  7 23:57:37 CEST 2006 - jsrain@suse.de
6220
6221 - product now provides short name
6222 - rev 3013
6223
6224 -------------------------------------------------------------------
6225 Fri Apr  7 20:42:09 CEST 2006 - jsrain@suse.de
6226
6227 - read metadata for packages from correct tags in patches (#163220)
6228 - rev 3011
6229
6230 -------------------------------------------------------------------
6231 Fri Apr  7 19:57:41 CEST 2006 - kkaempf@suse.de
6232
6233 - more detailed resolver error reports (#162994)
6234 - rev 3010
6235
6236 -------------------------------------------------------------------
6237 Fri Apr  7 17:35:07 CEST 2006 - visnov@suse.cz
6238
6239 - report package download progress (#160966)
6240 - rev 3007
6241
6242 -------------------------------------------------------------------
6243 Fri Apr  7 16:27:35 CEST 2006 - kkaempf@suse.de
6244
6245 - transact also for languages (#163819)
6246 - rev 3004
6247
6248 -------------------------------------------------------------------
6249 Fri Apr  7 15:08:06 CEST 2006 - kkaempf@suse.de
6250
6251 - loop through all affected ResObjects in transactResKind (#163819)
6252 - rev 3002
6253
6254 -------------------------------------------------------------------
6255 Fri Apr  7 12:42:35 CEST 2006 - kkaempf@suse.de
6256
6257 - allow re-installation of non-packages (#162906)
6258 - rev 2998
6259
6260 -------------------------------------------------------------------
6261 Fri Apr  7 11:50:22 CEST 2006 - mt@suse.de
6262
6263 - Added loop checking for scsi cdroms (/sys/block/srX) in case
6264   HAL does not provide any drives like on iSeries (#163971).
6265 - rev 2995
6266
6267 -------------------------------------------------------------------
6268 Fri Apr  7 11:05:30 CEST 2006 - kkaempf@suse.de
6269
6270 - add 'licenceToConfirm()' to Product. (#164375)
6271
6272 -------------------------------------------------------------------
6273 Fri Apr  7 10:36:05 CEST 2006 - ma@suse.de
6274
6275 - Avoid excessive CD hopping on commit. But still far from
6276   being perfect. (#159679)
6277 - Fixed Target::commit: Despite dry_run set True, packages
6278   were depeted.
6279
6280 -------------------------------------------------------------------
6281 Fri Apr  7 08:32:32 CEST 2006 - visnov@suse.cz
6282
6283 - honour if user decides to skip a package in commit (#156031)
6284
6285 -------------------------------------------------------------------
6286 Thu Apr  6 18:14:30 CEST 2006 - jsrain@suse.de
6287
6288 - fixed parsing external reference to script in patch (#163221)
6289 - r2981
6290
6291 -------------------------------------------------------------------
6292 Thu Apr  6 17:07:10 CEST 2006 - dmacvicar@suse.de
6293
6294 - cache and provide content.asc/key optionally. Dont show a
6295   popup if they dont exists. (dmacvicar)
6296 - Actually abort when verify signature workflow is false. (dmacvicar)
6297 - r2978
6298
6299 -------------------------------------------------------------------
6300 Thu Apr  6 16:37:49 CEST 2006 - jsrain@suse.de
6301
6302 - fixed setting autorefresh flag for installation sources
6303
6304 -------------------------------------------------------------------
6305 Thu Apr  6 15:53:02 CEST 2006 - kkaempf@suse.de
6306
6307 - drop patches with incompatible architecture.
6308 - rev 2972
6309
6310 -------------------------------------------------------------------
6311 Thu Apr  6 15:33:11 CEST 2006 - mt@suse.de
6312
6313 - Added info method to media verifier base and more debug info
6314 - rev 2970
6315
6316 -------------------------------------------------------------------
6317 Wed Apr  5 19:27:46 CEST 2006 - kkaempf@suse.de
6318
6319 - Dont deny the "/" attach point in MediaDIR, since this is used
6320   for all "file:" urls, esp. local packages.
6321 - rev 2962
6322
6323 -------------------------------------------------------------------
6324 Wed Apr  5 18:21:58 CEST 2006 - schubi@suse.de
6325
6326 - Bug 159673 - only one conflict solvable per page
6327
6328 -------------------------------------------------------------------
6329 Wed Apr  5 18:01:37 CEST 2006 - kkaempf@suse.de
6330
6331 - parse all dependencies of 'packages' file (#163773)
6332 - rev 2957
6333
6334 -------------------------------------------------------------------
6335 Wed Apr  5 17:47:04 CEST 2006 - dmacvicar@suse.de
6336
6337 - Use the original media descr_dir on refresh for
6338   suse tags source (#163196)
6339 - r2952
6340
6341 -------------------------------------------------------------------
6342 Wed Apr  5 16:44:08 CEST 2006 - kkaempf@suse.de
6343
6344 - add Source::setUrl() for zmd backend helper.
6345 - rev 2946
6346
6347 -------------------------------------------------------------------
6348 Wed Apr  5 16:44:01 CEST 2006 - dmacvicar@suse.de
6349
6350 - implement rpm keyring / zypp tmp keyring two-way syncronization at rpm
6351 target init. (dmacvicar)
6352 - r2949
6353
6354 -------------------------------------------------------------------
6355 Wed Apr  5 16:28:42 CEST 2006 - mt@suse.de
6356
6357 - Fixed MediaDISK to use a mount -oro,bind id the disk
6358   partition is already attached e.g. by the automounter.
6359   Try to mount it a second time may fail (#163486).
6360 - rev 2944
6361
6362 -------------------------------------------------------------------
6363 Wed Apr  5 15:04:31 CEST 2006 - kkaempf@suse.de
6364
6365 - honor optional 3rd parameter to "=Loc:" key of packages (#154337)
6366 - rev 2940
6367
6368 -------------------------------------------------------------------
6369 Wed Apr  5 12:48:19 CEST 2006 - visnov@suse.cz
6370
6371 - only try to create a source of a given type when restoring
6372   from the persistent store (#162111)
6373
6374 -------------------------------------------------------------------
6375 Wed Apr  5 11:36:54 CEST 2006 - kkaempf@suse.de
6376
6377 - parse all dependencies for patterns (.pat) files (#160602)
6378 - drop YOUPATH and YOUURL from content file.
6379 - rev 2924
6380
6381 -------------------------------------------------------------------
6382 Wed Apr  5 09:27:08 CEST 2006 - visnov@suse.cz
6383
6384 - properly initialize autorefresh for non-remote sources (#154990)
6385 - rev 2919
6386
6387 -------------------------------------------------------------------
6388 Tue Apr  4 19:19:39 CEST 2006 - mt@suse.de
6389
6390 - Added flag to MediaManager::isUseableAttachPoint, whether
6391   to check against system mount entries or not.
6392 - Disallow to use the attachpoints of another media handlers
6393   as source path in MediaDIR.
6394 - rev 2917
6395
6396 -------------------------------------------------------------------
6397 Tue Apr  4 18:47:01 CEST 2006 - dmacvicar@suse.de
6398
6399 -implement callbacks for when package verification (checksum)
6400  fails, offer to retry or abort
6401
6402 -------------------------------------------------------------------
6403 Tue Apr  4 16:57:51 CEST 2006 - dmacvicar@suse.de
6404
6405 - Fix construction of checksum objects when using non-standard
6406   checksum algorithms
6407 - Fix broken YUM cache
6408 - r2913
6409
6410 -------------------------------------------------------------------
6411 Tue Apr  4 16:54:44 CEST 2006 - kkaempf@suse.de
6412
6413 - Keep packages with no version upgrade installed during
6414   distribution upgrade (#162972)
6415 - add 'transactReset()' helper function for UI.
6416 - rev 2908
6417
6418 -------------------------------------------------------------------
6419 Tue Apr  4 14:47:14 CEST 2006 - dmacvicar@suse.de
6420
6421 - r2906
6422
6423 -------------------------------------------------------------------
6424 Tue Apr  4 14:43:15 CEST 2006 - ma@suse.de
6425
6426 - Fixed candidate handling in ui::Selectable. (#156589)
6427
6428 -------------------------------------------------------------------
6429 Tue Apr  4 14:06:23 CEST 2006 - dmacvicar@suse.de
6430
6431 - fix #162984 , gpg hangs because the matching data file
6432   for the key cannot be find. (dmacvicar)
6433 - Fix restore of YUM source using the same cache dir semantics as
6434  susetags instead of assuming there is a cache if a cache_dir
6435   was given. (dmacvicar)
6436
6437 -------------------------------------------------------------------
6438 Tue Apr  4 12:37:51 CEST 2006 - kkaempf@suse.de
6439
6440 - use DISTPRODUCT/DISTVERSION from content file to generate the
6441   product name, version, and release.
6442 - rev 2902
6443
6444 -------------------------------------------------------------------
6445 Mon Apr  3 20:45:55 CEST 2006 - mt@suse.de
6446
6447 - Removed broken forcing of absolute ftp paths added in rev2705 to
6448   MediaCurl, refined cleanupPathName/setPathName in url (#154197).
6449 - rev 2900
6450
6451 -------------------------------------------------------------------
6452 Mon Apr  3 19:30:35 CEST 2006 - kkaempf@suse.de
6453
6454 - add Resolver::freshenPool() (#156980)
6455 - rev 2893
6456
6457 -------------------------------------------------------------------
6458 Mon Apr  3 08:33:12 CEST 2006 - kkaempf@suse.de
6459
6460 - skip incompatible archs in filelist parsing.
6461 - restrict pathes to 'interesting' ones (/bin/, /sbin/, /lib/,
6462   /lib64/, ...)
6463 - rev 2886
6464
6465 -------------------------------------------------------------------
6466 Sun Apr  2 22:18:06 CEST 2006 - kkaempf@suse.de
6467
6468 - skip incompatible archs in primary parsing.
6469 - rev 2883
6470
6471 -------------------------------------------------------------------
6472 Sun Apr  2 11:17:56 CEST 2006 - kkaempf@suse.de
6473
6474 - allow setting of source when parsing local .rpm (#147765)
6475 - rev 2880
6476
6477 -------------------------------------------------------------------
6478 Fri Mar 31 18:53:55 CEST 2006 - schubi@suse.de
6479
6480 - Do not update packages over other architectures
6481
6482 -------------------------------------------------------------------
6483 Fri Mar 31 18:28:59 CEST 2006 - sh@suse.de
6484
6485 - Added zypp/ui/UserWantedPackages to support the UI's
6486   "automatic changes" dialog (bug #152700)
6487
6488 -------------------------------------------------------------------
6489 Fri Mar 31 18:02:05 CEST 2006 - jsrain@suse.de
6490
6491 - use KeyRing class to validate repomd.xml (#160909)
6492
6493 -------------------------------------------------------------------
6494 Fri Mar 31 17:33:21 CEST 2006 - dmacvicar@suse.de
6495
6496 - Product resolvables should be readable by normal users.
6497   (#162474) (dmacvicar)
6498 - implemented keyring and metadata signature verification
6499   in susetags source
6500 - dont delete the lock if we did not acquire it
6501 - r2847
6502
6503 -------------------------------------------------------------------
6504 Fri Mar 31 16:34:51 CEST 2006 - mt@suse.de
6505
6506 - Added disabling of the automounter while MediaManager
6507   init and restoring of the old state on exit (#154326).
6508 - Implemented check if media (CD) is automounted or not
6509 - rev 2840
6510
6511 -------------------------------------------------------------------
6512 Fri Mar 31 13:27:09 CEST 2006 - mt@suse.de
6513
6514 - Implemented several hal get/set/removeDeviceProperty wrappers
6515 - Improved HalException to allow to fetch HAL/DBUS error componets
6516 - rev 2830
6517
6518 -------------------------------------------------------------------
6519 Fri Mar 31 12:44:25 CEST 2006 - kkaempf@suse.de
6520
6521 - honor subscription status of catalogs (#162350)
6522 - rev 2827
6523
6524 -------------------------------------------------------------------
6525 Fri Mar 31 11:29:05 CEST 2006 - mt@suse.de
6526
6527 - Enabled CD eject error reporting exceptions (#154326)
6528 - rev 2822
6529
6530 -------------------------------------------------------------------
6531 Fri Mar 31 06:40:51 CEST 2006 - kkaempf@suse.de
6532
6533 - support "dry run" (#159467)
6534 - implement "transactResKind" (#161400)
6535 - rev 2817
6536
6537 -------------------------------------------------------------------
6538 Thu Mar 30 17:22:49 CEST 2006 - jsrain@suse.de
6539
6540 - add checksum for external patches (#159928)
6541
6542 -------------------------------------------------------------------
6543 Thu Mar 30 16:48:01 CEST 2006 - kkaempf@suse.de
6544
6545 - calculate product architecture (#158198)
6546
6547 -------------------------------------------------------------------
6548 Wed Mar 29 23:28:13 CEST 2006 - jsrain@suse.de
6549
6550 - fixed checking checksum of YUM metadata, added sha1 vs. sha256
6551   detection
6552
6553 -------------------------------------------------------------------
6554 Wed Mar 29 23:12:30 CEST 2006 - ma@suse.de
6555
6556 - Auto protect installed packages from unknown vendor. (#157446)
6557
6558 -------------------------------------------------------------------
6559 Wed Mar 29 09:13:51 CEST 2006 - visnov@suse.de
6560
6561 - added support for external scripts to metadata (#159928) (jsrain)
6562 - fixed handling of Language resolvables (ma)
6563 - fix leak in rpmdb (dmacvicar)
6564 - added softlock for autoyast (#159466) (ma)
6565 - Fixed exceptions in doGetFileCopy() to show full url
6566   including the file instead of just the media base url. (mt)
6567 - Provide Language::summary (ma)
6568 - check patterns and selections file exist
6569   before veryfing them (#161300) (dmacvicar)
6570 - added YUM metadata checksum computation (jsrain)
6571 - added interface to patch of a message (jsrain)
6572 - r2734
6573
6574 -------------------------------------------------------------------
6575 Mon Mar 27 23:57:16 CEST 2006 - jsrain@suse.de
6576
6577 - added support for external scripts to metadata (#159928)
6578 - r2709
6579
6580 -------------------------------------------------------------------
6581 Sat Mar 25 22:08:26 CET 2006 - jsrain@suse.de
6582
6583 - report separate exception when trying to start source cache again to
6584   suppress incorrect error message in XEN installation
6585 - r2682
6586
6587 -------------------------------------------------------------------
6588 Fri Mar 24 18:16:22 CET 2006 - schubi@suse.de
6589
6590 - Implement inter process locking in zypp.
6591 - Added No medium found output
6592 - splitting modaliases in supplements TOO
6593 - parse also the available signing keys
6594
6595 -------------------------------------------------------------------
6596 Fri Mar 24 10:44:10 CET 2006 - visnov@suse.cz
6597
6598 - release all media when removing source (#159754) (visnov)
6599 - more testsuites (schubi)
6600 - updated translations (schubi)
6601 - added MediaNotEjectedException (mt)
6602 - rev 2652
6603
6604 -------------------------------------------------------------------
6605 Thu Mar 23 14:10:54 CET 2006 - dmacvicar@suse.de
6606
6607 - fix patches descriptions (dmacvicar)
6608 - fix source serialization (dmacvicar)
6609 - metadata for kernel test (schubi)
6610 - Arch tests updated (ma)
6611 - classify NULL Ptr as unique (ma)
6612 - Added host check, because file Url allows it now. (mt)
6613 - prepare modalias fix (#159766) (ma)
6614 - Provide iterator based access to SourceManager data. (ma)
6615 - Fixed "file:" Url scheme config to allow relative paths; (mt)
6616   RFC1738 says, it may contain a hostname as well...
6617 - revision 2633
6618
6619 -------------------------------------------------------------------
6620 Wed Mar 22 19:58:37 CET 2006 - visnov@suse.cz
6621
6622 - pkg-config support (mvidner)
6623 - close all medias when destructing MediaSet (jsrain)
6624 - rev 2622
6625
6626 -------------------------------------------------------------------
6627 Wed Mar 22 15:48:05 CET 2006 - dmacvicar@suse.de
6628
6629 - Bug 159976 - build 804: Adding AddOn CD via ftp gives error (dmacvicar)
6630 - Message callback implemented to show patch messages (visnov)
6631 - Bug 159696 (schubi)
6632 - provide transform_iterators to iterate over a maps keys or values (ma)
6633 - added 'bool Arch::empty() const' test for an empty Arch string (ma)
6634 - added script and message installation (jsrain)
6635 - chooses the 'right' kernel now (kkaempf)
6636 - Use noarch if no arch is specified in patches (dmacvicar)
6637 - rev 2611
6638
6639 -------------------------------------------------------------------
6640 Tue Mar 21 19:06:56 CET 2006 - mvidner@suse.cz
6641
6642 - Added some debug output including the access id (mt)
6643 - Bug #154326: Enabled FORCE_RELEASE_FOREIGN flag causing
6644   release with eject=true on attached media, to umount
6645   other mounts as well. (mt)
6646 - 159483 - solver does not blame missing dependency (schubi)
6647 - Added a variant of MediaHandler::forceRelaseAllMedia (ma)
6648 - Fixed MediaCD::forceEject() to handle DELAYED_VERIFY
6649   and use forceRelaseAllMedia if FORCE_RELEASE_FOREIGN=1 (ma)
6650 - fixed ZYPP_RETHROW (#156430) (ma)
6651 - patch for #156114 (visnov)
6652 - fixed container.erase loops (ma)
6653 - Fixed to reset desired (cached) flag before the action (mt)
6654 - Removed return in forceRelaseAllMedia (void function) (mt)
6655 - Parse nonexisting architecture to noarch so patches dont get
6656   filtered by the pool (dmacvicar)
6657 - 159512 - yast2-qt does not show label of to be installed products
6658   anymore (dmacvicar)
6659 - 159765 - Hidden patterns still visible (dmacvicar)
6660 - Use noarch if no arch is specified. (dmacvicar)
6661 - r2594
6662
6663 -------------------------------------------------------------------
6664 Tue Mar 21 09:04:06 CET 2006 - visnov@suse.de
6665
6666 - properly report error for media change callback
6667 - rev 2579
6668
6669 -------------------------------------------------------------------
6670 Mon Mar 20 23:02:07 CET 2006 - ma@suse.de
6671
6672 - fixed memory leak in XMLNodeIterator (#157474)
6673 - disabled storing filelist (YUMFileListParser) and changelog (YUMOtherParser)
6674 - Renamed private MediaManager::forceMediaRelease
6675   function to forceReleaseShared (more exact name)
6676 - Implemented forceRelaseAllMedia() that can be
6677   used to release also foreign (user) mounts.
6678 - Added use of forceRelaseAllMedia for CD/DVDs
6679   if FORCE_RELEASE_FOREIGN is 1 (default 0)
6680 - little cleanup of the checkAttached function
6681 - r2578
6682
6683 -------------------------------------------------------------------
6684 Mon Mar 20 17:04:28 CET 2006 - mvidner@suse.cz
6685
6686 - don't try to attach without exception handling (#158620)
6687 - fix descriptions, as a new tag Des for selections exists now.
6688 - fix #157683: failure after adding add-on product to install
6689   sources
6690 - added more files for translation
6691 - resolve-dependencies.cc: establish pool
6692 - parse-metadata.cc: catch bad URL
6693 - set zmdid for atoms
6694 - r2574
6695
6696 -------------------------------------------------------------------
6697 Sun Mar 19 19:24:44 CET 2006 - kkaempf@suse.de
6698
6699 - fix testsuite.
6700 - provide edition and architecture for all kinds of yum
6701   resolvables.
6702 - fix ResStatus output.
6703 - establish atoms correctly.
6704 - treat requires to unneeded resolvables as fulfilled.
6705 - rev 2559
6706
6707 -------------------------------------------------------------------
6708 Sun Mar 19 00:05:17 CET 2006 - kkaempf@suse.de
6709
6710 - fix the build
6711 - only consider best architecture/version (#157594)
6712 - prefer providers which supplement/enhance installed or
6713   to-be-installed packages (fixes the tpctl-kmp issue)
6714 - rev 2546
6715
6716 -------------------------------------------------------------------
6717 Sat Mar 18 02:22:22 CET 2006 - kkaempf@suse.de
6718
6719 - provide more filters for pkg-bindings (#158602)
6720 - add SystemResObject to provide system (modalias, hal, ...)
6721   capabilities.
6722 - handle this during resolving.
6723 - make the modalias and hal capability match the SystemResObject
6724   by default, thereyby triggering a modalias (resp. hal)
6725   evaluation.
6726 - xmlstore: decouple target store from YUM schema.
6727 - clean up moving of hal() and modalias() from provides to
6728   supplements in ResolvableImpl.
6729 - add PatchContents() for UI.
6730 - handle Edition::noedition as empty string.
6731 - r2537
6732
6733 -------------------------------------------------------------------
6734 Tue Mar 14 23:32:44 CET 2006 - jsrain@suse.de
6735
6736 - releasing all medias when asking for CD (#156981)
6737 - r2471
6738
6739 -------------------------------------------------------------------
6740 Tue Mar 14 19:38:43 CET 2006 - mvidner@suse.cz
6741
6742 - ResStatus::resetTransact must return a value.
6743 - Fixed random build failures in LanguageCode.cc.
6744   (Rewrote the CodeMaps constructor so that gcc does not
6745   optimize a 500-statement basic block.)
6746 - Fix constructions of patch objects. Actually insert atoms in atoms
6747   list. Insert atoms for package even if the package does not exists
6748   in the source. Fixes #157628 (dmacvicar).
6749 - Fixed license reading from susetags, #151834 (dmacvicar).
6750 - r2468
6751
6752 -------------------------------------------------------------------
6753 Tue Mar 14 16:59:42 CET 2006 - mvidner@suse.cz
6754
6755 - added ResStatus::resetTransact (ma)
6756 - bugfix for #156439 (schubi)
6757 - Added Source_Ref::setAlias (#154913).
6758 - Do not assume there is a product file when scanning for products
6759   (visnov)
6760 - function to disable all sources in the persistent store (visnov)
6761 - dependency errors go to stdout, not stderr; output resolver info
6762   directly to stderr (kkaempf)
6763 - rev 2464
6764
6765 -------------------------------------------------------------------
6766 Tue Mar 14 01:34:38 CET 2006 - kkaempf@suse.de
6767
6768 - fix merging of resolver info (needed for #157684).
6769 - errors are also important in ResolverInfo.
6770 - improve debug output in ResolverContext.
6771 - rev 2455
6772
6773 -------------------------------------------------------------------
6774 Mon Mar 13 22:54:01 CET 2006 - jsrain@suse.de
6775
6776 - delete RPMs downloaded via HTTP/FTP after installnig them
6777   (#157011)
6778 - fixed product registration (reverted autorefresh patch) (#157566)
6779
6780 -------------------------------------------------------------------
6781 Mon Mar 13 11:53:52 CET 2006 - kkaempf@suse.de
6782
6783 - if root!="/", always prefer the upgrade candidate (#155472)
6784 - implement license confirmed api for UI.
6785 - prefer architecture over version in distribution upgrade
6786   (#157501)
6787 - clean up media handling.
6788 - rev 2448
6789
6790 -------------------------------------------------------------------
6791 Sun Mar 12 22:31:09 CET 2006 - kkaempf@suse.de
6792
6793 - init Modalias properly.
6794 - fix warnings in testcases.
6795 - rev 2432
6796
6797 -------------------------------------------------------------------
6798 Sat Mar 11 21:25:18 CET 2006 - kkaempf@suse.de
6799
6800 - drop libjpeg-devel and sqlite-devel from build requires.
6801
6802 -------------------------------------------------------------------
6803 Sat Mar 11 08:16:53 CET 2006 - kkaempf@suse.de
6804
6805 - implement 'modalias()' capability (#157406)
6806 - make dependencies consistent, its 'freshens'.
6807 - cope with user umounts of devices.
6808 - add debug to SourceManager.
6809 - rev 2418
6810
6811 -------------------------------------------------------------------
6812 Fri Mar 10 16:20:41 CET 2006 - kkaempf@suse.de
6813
6814 - allow version downgrade during distribution upgrade if the
6815   newer package is coming from a trusted vendor (#155472)
6816 - implement locale fallback
6817 - 'freshen' -> 'freshens' in schema definitions to make it
6818   consistent with all other dependency definitions.
6819 - better error reporting for .pat and .sel files.
6820 - rule out packages from dependency resolutions which are
6821   de-selected by user (#155368)
6822 - use locale fallbacks in package translations.
6823 - refresh source when re-enabling it.
6824 - rev 2406
6825
6826 -------------------------------------------------------------------
6827 Tue Mar  7 21:18:19 CET 2006 - kkaempf@suse.de
6828
6829 - split of libzypp-zmd-backend subpackage as a stand-alone
6830   leaf package.
6831 - encapsulate bool test for Source_Ref better.
6832 - fixed stack overflow (ma).
6833 - make testsuite build again.
6834 - rev 2346
6835
6836 -------------------------------------------------------------------
6837 Tue Mar  7 16:17:07 CET 2006 - kkaempf@suse.de
6838
6839 - fixed URL rewriting for CD2 and following (#154762)
6840 - fixed ResPoolProxy diffState (for proper ok/cancel support
6841   in UI)
6842 - added special exception class for aborting installation
6843   (#154936)
6844 - only auto-change directories if they end in CDn or DVDn.
6845 - rev 2320.
6846
6847 -------------------------------------------------------------------
6848 Tue Mar  7 15:37:51 CET 2006 - kkaempf@suse.de
6849
6850 - silently ignore multiple installs of the same package.
6851 - fix disk usage for installs and uninstalls.
6852 - rev 2308
6853
6854 -------------------------------------------------------------------
6855 Mon Mar  6 22:22:57 CET 2006 - kkaempf@suse.de
6856
6857 - zmd-backend: filter out incompatible architectures from
6858   repository.
6859 - rev 2298
6860
6861 -------------------------------------------------------------------
6862 Mon Mar  6 21:35:24 CET 2006 - kkaempf@suse.de
6863
6864 - sync libzypp media data with mtab.
6865 - improve resolver error and solution reports.
6866 - fix source cache reading (#155459).
6867 - default cached sources to enabled (#155459).
6868 - let each source provide public keys.
6869 - rev 2297
6870
6871 -------------------------------------------------------------------
6872 Sun Mar  5 15:48:29 CET 2006 - kkaempf@suse.de
6873
6874 - only write by-sovler transactions back (#154976)
6875 - rev 2278
6876
6877 -------------------------------------------------------------------
6878 Sat Mar  4 12:36:40 CET 2006 - kkaempf@suse.de
6879
6880 - release last used source at end of commit (#155002)
6881 - rev 2277
6882
6883 -------------------------------------------------------------------
6884 Fri Mar  3 23:14:50 CET 2006 - kkaempf@suse.de
6885
6886 - cope with NULL values in zmd catalogs table (#153584)
6887 - set YAST_IS_RUNNING in transact zmd helper (#154820)
6888 - run SuSEconfig after transact zmd helper (#154820)
6889 - add softTransact to honor user vs. soft requirements (#154650)
6890 - honor all build keys provided by a package source.
6891 - add source metadata refresh.
6892 - add progress callbacks to zmd helpers.
6893 - rev 2276
6894
6895 -------------------------------------------------------------------
6896 Thu Mar  2 21:59:07 CET 2006 - kkaempf@suse.de
6897
6898 - include .diffs into main source.
6899 - catch exception when ejecting media which was unmounted externally
6900   (#154697).
6901 - init source in zmd-backend correctly (#154667)
6902 - implement disk usage info for YaST.
6903 - clean up XML schema files.
6904 - catch CPUs identifying as 'i686' but being 'i586'.
6905 - allow definition of preferred attach (mount) point for media.
6906 - make resolver results more readable.
6907 - use language fallbacks if none of multiple language providers
6908   matches.
6909 - get rid of ignoring wrong arch in resolver, having the wrong
6910   architecture is prevented by other means.
6911 - prepare for translations in exceptions.
6912 - fix 'abort does not abort'
6913 - implement 'flag' I/O in target cache backend.
6914 - skip incompatibles architectures in packages.<lang>
6915 - rev 2228
6916
6917 -------------------------------------------------------------------
6918 Thu Mar  2 13:44:34 CET 2006 - kkaempf@suse.de
6919
6920 - dont even provide src/nosrc from the source.
6921 - rev 2169 + diffs
6922
6923 -------------------------------------------------------------------
6924 Wed Mar  1 17:23:23 CET 2006 - kkaempf@suse.de
6925
6926 - Initialize commit result (#154409)
6927 - release media if its wrong (#154326)
6928 - dont copy src/nosrc packages to the pool (#154627)
6929 - reduce XML logging.
6930 - rev 2169 + diffs
6931
6932 -------------------------------------------------------------------
6933 Tue Feb 28 16:10:14 CET 2006 - kkaempf@suse.de
6934
6935 - fix path of .po files (#154074).
6936 - parse the correct package.<lang> file (kinda #154074).
6937 - complain about bad "=Sel:" or "=Pat:" lines (#153065).
6938 - reattach all released medias.
6939 - raise exception instead of abort() on XML errors (#154104).
6940 - update translations.
6941 - PathInfo: implemented a copy_dir_content (variant of copy_dir)
6942   and is_empty_dir utility function
6943 - rev 2169
6944
6945 -------------------------------------------------------------------
6946 Tue Feb 28 14:51:46 CET 2006 - kkaempf@suse.de
6947
6948 - check freshens and supplements for packages (#154074).
6949 - only complain about incomplete installed resolvables,
6950   if they are uninstalled, schedule them for installation.
6951   (#154074)
6952 - add testcases for locale() provides.
6953 - add lang_country -> lang fallback.
6954 - have locale(parent:...) deps match any provides of 'parent'
6955   also when uninstalling a package.
6956 - rev 2148
6957
6958 -------------------------------------------------------------------
6959 Tue Feb 28 10:35:15 CET 2006 - kkaempf@suse.de
6960
6961 - change the locale(...) separator to ";" (#153791)
6962 - complete "find-files" of zmd-backend.
6963 - rev 2140
6964
6965 -------------------------------------------------------------------
6966 Tue Feb 28 10:28:06 CET 2006 - visnov@suse.de
6967
6968 - avoid attaching media when initializing source
6969 - rev 2139
6970
6971 -------------------------------------------------------------------
6972 Mon Feb 27 21:26:00 CET 2006 - kkaempf@suse.de
6973
6974 - warn about misspelled 'locale(...)' provides
6975 - add testcases
6976 - rev 2134
6977
6978 -------------------------------------------------------------------
6979 Mon Feb 27 20:19:40 CET 2006 - kkaempf@suse.de
6980
6981 - fix the build
6982 - rev 2129
6983
6984 -------------------------------------------------------------------
6985 Mon Feb 27 18:15:16 CET 2006 - kkaempf@suse.de
6986
6987 - provide available locales to application (#153583)
6988 - honor 'requestedLocales' (language dependant packages)
6989 - honor release requests for all holders of a device.
6990 - silently re-attach after a forced release.
6991 - solver improvements.
6992 - handle source caches.
6993 - proper logging in zmd backend helpers.
6994 - rev 2127
6995
6996 -------------------------------------------------------------------
6997 Mon Feb 27 13:44:39 CET 2006 - kkaempf@suse.de
6998
6999 - upgrade always to best version and arch (#153577)
7000 - reset 'transact' state for obsoleted packages (#153578)
7001 - translation updates
7002 - rev 2113
7003
7004 -------------------------------------------------------------------
7005 Mon Feb 27 10:42:33 CET 2006 - kkaempf@suse.de
7006
7007 - add support for 'local' .rpm packages to zmd-backend.
7008 - rev 2101
7009
7010 -------------------------------------------------------------------
7011 Sun Feb 26 20:24:10 CET 2006 - kkaempf@suse.de
7012
7013 - fix build of zmd/backend.
7014 - actually fill 'files' table in package-files.
7015 - rev 2094
7016
7017 -------------------------------------------------------------------
7018 Sun Feb 26 17:43:06 CET 2006 - kkaempf@suse.de
7019
7020 - improve testcases.
7021 - add 'setPossibleLocales()' to ZYpp, this defines the set
7022   of possible locales to choose from (#153583)
7023 - provide LanguageImpl and create 'Language' resolvables for
7024   each 'possible' locale.
7025 - fix YUM parsing of patches, insert 'atoms' to link patches
7026   with packages.
7027 - replace gzstream/ with own, existing implementation.
7028 - honor locks in solver (#150231)
7029 - sync pool with target after commit() properly (#150565, #153066)
7030 - new zmd helper 'package-files'
7031 - rev 2093
7032
7033 -------------------------------------------------------------------
7034 Thu Feb 23 21:45:06 CET 2006 - kkaempf@suse.de
7035
7036 - prevent multiple initializations of the target (#153124)
7037 - implement 'loopback mounted ISO images'
7038 - retain old package sources on upgrade.
7039 - support compressed .xml files in 'repodata' type repositories.
7040 - rev 2025
7041
7042 -------------------------------------------------------------------
7043 Thu Feb 23 15:16:58 CET 2006 - kkaempf@suse.de
7044
7045 - parse locale(...) provides and construct correct dependencies.
7046
7047 -------------------------------------------------------------------
7048 Thu Feb 23 14:16:44 CET 2006 - kkaempf@suse.de
7049
7050 - always upgrade to candidate (#152760).
7051 - fix typo in package sorting.
7052 - prepare handling of locale provides.
7053 - rev 1995
7054
7055 -------------------------------------------------------------------
7056 Thu Feb 23 10:53:51 CET 2006 - kkaempf@suse.de
7057
7058 - sort src/nosrc package to right list during commit.
7059 - revert installtime/buildtime in susetags parser (#152760)
7060 - rev 1990
7061
7062 -------------------------------------------------------------------
7063 Thu Feb 23 10:22:08 CET 2006 - kkaempf@suse.de
7064
7065 - reset state after successful commit (#153030)
7066 - run "rpm -e" always with "--nodeps" (#153026)
7067 - provide separate resolvable kind for src packages.
7068 - extend status field for LOCK and LICENSE.
7069 - add sameState()/diffState() for UI.
7070 - provide 'best' candidate for UI.
7071 - set 60 sec timeout for curl access.
7072 - don't cross-compare solver results, takes too much time.
7073 - provide sizes of installed packages.
7074 - extend REQUIRES semantics in content file.
7075 - add "parse-metadata" helper to zmd-backend.
7076 - rev 1987
7077
7078 -------------------------------------------------------------------
7079 Wed Feb 22 14:51:46 CET 2006 - kkaempf@suse.de
7080
7081 - provide complete disk usage data (#152761)
7082 - include upgrade flag when copying solver solution
7083   back to pool (#152717)
7084 - rev 1959
7085
7086 -------------------------------------------------------------------
7087 Wed Feb 22 13:16:48 CET 2006 - kkaempf@suse.de
7088
7089 - don't insert incompatible architectures to the pool (#151933)
7090 - don't accept incompatible architectures from a repository
7091   (#151933)
7092 - separate rpm log (#151431).
7093 - allow extended product requires.
7094 - rev 1954
7095
7096 -------------------------------------------------------------------
7097 Tue Feb 21 22:02:59 CET 2006 - kkaempf@suse.de
7098
7099 - provide the XML schema files in the main package. (#152593)
7100
7101 -------------------------------------------------------------------
7102 Tue Feb 21 20:05:34 CET 2006 - kkaempf@suse.de
7103
7104 - provide arch compat handling.
7105 - implement data upload to zmd.
7106 - fix source metadata caching on target.
7107 - add 'supplements' dependencies to 'yum' parser.
7108 - provide user agent identification to curl calls.
7109 - move resolver branches (multiple alternatives) back in queue
7110   (resolve known things first, then the unknown ones).
7111 - clean up 'packages' parser.
7112 - rev 1947
7113
7114 -------------------------------------------------------------------
7115 Tue Feb 21 09:18:53 CET 2006 - kkaempf@suse.de
7116
7117 - improve media mount/umount interface
7118 - prepare class ArchCompat for proper architecture ordering
7119   and compatibility handling.
7120 - add returns to dummy functions in DbAccess.
7121 - rev 1913
7122
7123 -------------------------------------------------------------------
7124 Mon Feb 20 21:08:22 CET 2006 - kkaempf@suse.de
7125
7126 - don't explictly delete to-be-upgraded packages.
7127 - finish query-system, resolve-dependencies, and transact for
7128   libzypp-zmd-backend.
7129 - provide Pattern::category.
7130 - move system architecture to toplevel.
7131 - make target store pathname settable.
7132 - speed up rpmdb reading by properly filtering unwanted file
7133   provides.
7134 - rev 1905
7135
7136 -------------------------------------------------------------------
7137 Sun Feb 19 20:35:03 CET 2006 - kkaempf@suse.de
7138
7139 - new translations.
7140 - proofread texts.
7141 - when comparing solutions, prefer higher versions.
7142 - provide generic 'SafeBool' for bool conversions.
7143 - add PtrTypes testsuites.
7144 - rev 1876
7145
7146 -------------------------------------------------------------------
7147 Fri Feb 17 21:43:51 CET 2006 - kkaempf@suse.de
7148
7149 - integrate all diffs
7150 - move Target::commit to toplevel API
7151 - generalize dependency iterators and hash dependency
7152   information in pool (for speedup)
7153 - add 'supplements' as dependency
7154 - make more pattern attributes available
7155 - drop "smbfs" in favour of "cifs" (#151476)
7156 - add metadata cache to sources (Beta4 bug)
7157 - run "rpm -e"  with name-version-release
7158 - fix update conflicts
7159 - rev 1864
7160
7161 -------------------------------------------------------------------
7162 Thu Feb 16 20:02:19 CET 2006 - kkaempf@suse.de
7163
7164 - fix-mediachange.diff: dont skip CD but retry after media change
7165 - cd-eject-button.diff: fix CD url so YaST recognizes it and shows
7166   'eject' button
7167 - release-forced-eject-no-ptrfix.diff: fix refcounting in ptrs
7168   so media handle gets actually released and media unmounted.
7169
7170 -------------------------------------------------------------------
7171 Thu Feb 16 14:40:31 CET 2006 - kkaempf@suse.de
7172
7173 - implement arch scoring
7174 - prefer better arch (#151427)
7175 - transitive depedencies of weak requirements are non-weak
7176   (#151446)
7177 - rev 1778 + diff
7178
7179 -------------------------------------------------------------------
7180 Wed Feb 15 18:19:12 CET 2006 - kkaempf@suse.de
7181
7182 - ignore self and to-be-updated conflicts (#150844)
7183 - fix enable of target store (for non-packages)
7184 - rev 1778
7185
7186 -------------------------------------------------------------------
7187 Wed Feb 15 13:11:28 CET 2006 - kkaempf@suse.de
7188
7189 - fix "cd:" url (#151121)
7190 - provide location() in public Package api
7191 - allow running distribution upgrade in testmode
7192 - extend HAL interface
7193 - rev 1762
7194
7195 -------------------------------------------------------------------
7196 Wed Feb 15 10:10:48 CET 2006 - kkaempf@suse.de
7197
7198 - pass normal and locale packages from selections correctly.
7199 - its "baseconf" for base selections.
7200 - Make 'ZYpp' an obvious singleton.
7201 - provide releasenotesUrl.
7202 - dont continue upgrade without target.
7203 - implement 'fake' hal for testing.
7204 - fix package sizes.
7205 - more solver testcases.
7206 - rev 1754
7207
7208 -------------------------------------------------------------------
7209 Tue Feb 14 20:52:02 CET 2006 - kkaempf@suse.de
7210
7211 - extend requires of libzypp-devel
7212 - provide package sizes for UI
7213 - provide more UI helpers
7214 - implement Product and related functions
7215 - fix split provides in distribution upgrade
7216 - provide locale information to system
7217 - ask HAL for available devices
7218 - reduce debug information in solver
7219 - filter architectures in source, not in solver
7220 - rev 1743
7221
7222 -------------------------------------------------------------------
7223 Tue Feb 14 07:27:39 CET 2006 - visnov@suse.de
7224
7225 - disable another testsuite for now
7226 - fetch the default locale from environment
7227 - support user-defined formatting of log
7228 - rev 1710
7229
7230 -------------------------------------------------------------------
7231 Mon Feb 13 20:41:36 CET 2006 - visnov@suse.de
7232
7233 - providing basic product information from susetags source
7234 - public API for preferred language
7235 - implemented redirect of logging (#149001)
7236 - report start/finish of source data parsing (#150211)
7237 - store/restore source aliases properly (#150256)
7238 - disable a lot of debug logging to speed up solver
7239 - properly rewrite URL for CDn directory layouts (#149870)
7240 - rev 1706
7241
7242 -------------------------------------------------------------------
7243 Sun Feb 12 16:59:48 CET 2006 - kkaempf@suse.de
7244
7245 - add save/restore state to facilitate UI 'cancel'
7246 - enable target/store
7247 - add 'forceResolve' call and flag to resolver to switch between
7248   task-oriented ZMD and interactive YaST behaviour.
7249 - Fix resolver problem solution texts.
7250 - improve solver problem solution offerings.
7251 - fix media access handling to better support multiple
7252   requestors to single media.
7253 - move the media number checking to the source (media requestor)
7254   which knows how to verify the correct media.
7255 - Fix CD ordering (#149871), adding testcases.
7256 - Move 'PoolItemList' and 'PoolItemSet' typedefs inside classes.
7257 - Add selections to testcases.
7258 - rev 1673
7259
7260 -------------------------------------------------------------------
7261 Sat Feb 11 10:17:15 CET 2006 - kukuk@suse.de
7262
7263 - Fix missing return in Source.cc:124
7264
7265 -------------------------------------------------------------------
7266 Fri Feb 10 18:41:29 CET 2006 - kkaempf@suse.de
7267
7268 - cope with empty arch field in selections
7269 - enable dummy "enableStorage" function
7270 - rev 1610-branch
7271
7272 -------------------------------------------------------------------
7273 Fri Feb 10 15:36:43 CET 2006 - kkaempf@suse.de
7274
7275 - fix random data return in Source.cc
7276 - rev 1610
7277
7278 -------------------------------------------------------------------
7279 Fri Feb 10 15:00:45 CET 2006 - kkaempf@suse.de
7280
7281 - adapt zmd-backend to SourceImpl API change
7282 - rev 1608
7283
7284 -------------------------------------------------------------------
7285 Fri Feb 10 13:54:43 CET 2006 - kkaempf@suse.de
7286
7287 - fix the packages parser bug. Now all packages are parsed
7288   including (english) translations.
7289   source/susetags is back to svn head.
7290 - rev 1600
7291
7292 -------------------------------------------------------------------
7293 Fri Feb 10 10:30:12 CET 2006 - kkaempf@suse.de
7294
7295 - fix off-by-one bug in bitfield handling
7296 - revert source/susetags to rev 1411
7297 - rev 1586
7298
7299 -------------------------------------------------------------------
7300 Thu Feb  9 22:21:43 CET 2006 - kkaempf@suse.de
7301
7302 - dont prereq-sort non-packages
7303 - rev 1584
7304
7305 -------------------------------------------------------------------
7306 Thu Feb  9 21:29:00 CET 2006 - kkaempf@suse.de
7307
7308 - rev 1582
7309
7310 -------------------------------------------------------------------
7311 Thu Feb  9 11:10:54 CET 2006 - kkaempf@suse.de
7312
7313 - update to rev 1543
7314
7315 -------------------------------------------------------------------
7316 Thu Feb  9 00:49:23 CET 2006 - ro@suse.de
7317
7318 - require hal-devel in libzypp-devel
7319 - re-merge fixes (RPM_OPT_FLAGS)
7320
7321 -------------------------------------------------------------------
7322 Wed Feb  8 23:53:58 CET 2006 - kkaempf@suse.de
7323
7324 - make solver behaviour a bit more interactive
7325 - rev 1537
7326
7327 -------------------------------------------------------------------
7328 Wed Feb  8 18:45:21 CET 2006 - schwab@suse.de
7329
7330 - Fix syntax error in configure script.
7331 - Use RPM_OPT_FLAGS.
7332
7333 -------------------------------------------------------------------
7334 Wed Feb  8 17:03:37 CET 2006 - kkaempf@suse.de
7335
7336 - update for qt ui integration
7337 - rev 1504
7338
7339 -------------------------------------------------------------------
7340 Tue Feb  7 23:18:09 CET 2006 - kkaempf@suse.de
7341
7342 - split off libzypp-zmd-backend
7343 - rev 1466
7344
7345 -------------------------------------------------------------------
7346 Tue Feb  7 23:10:59 CET 2006 - kkaempf@suse.de
7347
7348 - another update to svn
7349
7350 -------------------------------------------------------------------
7351 Mon Feb  6 20:42:22 CET 2006 - kkaempf@suse.de
7352
7353 - finish rpm callbacks
7354 - finish UI API
7355 - fix state change resolver<->pool
7356 - zmd backend stuff
7357 - speed up tag file parsing
7358 - rev 1405
7359
7360 -------------------------------------------------------------------
7361 Mon Feb  6 16:53:03 CET 2006 - schubi@suse.de
7362
7363 - disabling failing tests of s390 and ppc
7364
7365 -------------------------------------------------------------------
7366 Mon Feb  6 11:14:16 CET 2006 - schubi@suse.de
7367
7368 - Snapshoot rev 1367
7369
7370 -------------------------------------------------------------------
7371 Mon Feb  6 01:42:48 CET 2006 - kkaempf@suse.de
7372
7373 - use hashes for pool
7374 - rev 1343
7375
7376 -------------------------------------------------------------------
7377 Fri Feb  3 14:21:47 CET 2006 - schubi@suse.de
7378
7379 - removed Obsoletes:    yast2-packagemanager
7380
7381 -------------------------------------------------------------------
7382 Fri Feb  3 11:36:19 CET 2006 - schubi@suse.de
7383
7384 - Snapshoot 3 Feb 2005 (11:30)
7385
7386 -------------------------------------------------------------------
7387 Thu Feb  2 14:27:02 CET 2006 - schubi@suse.de
7388
7389 - Snapshoot 2 Feb 2005 (14:00)
7390
7391 -------------------------------------------------------------------
7392 Thu Feb  2 12:23:03 CET 2006 - schubi@suse.de
7393
7394 - Snapshoot 2 Feb 2005 ( integrating YaST )
7395
7396 -------------------------------------------------------------------
7397 Wed Jan 25 21:37:50 CET 2006 - mls@suse.de
7398
7399 - converted neededforbuild to BuildRequires
7400
7401 -------------------------------------------------------------------
7402 Sat Jan 14 08:51:55 CET 2006 - kkaempf@suse.de
7403
7404 - Initial version
7405