1 -------------------------------------------------------------------
2 Mon Jun 22 16:01:02 CEST 2009 - mls@suse.de
4 - create libsatsolverext.a
7 -------------------------------------------------------------------
8 Wed May 6 19:52:39 CEST 2009 - ma@suse.de
10 - Fix to support sha256 hashes (bnc#501425)
12 -------------------------------------------------------------------
13 Wed Apr 1 10:32:43 CEST 2009 - kkaempf@suse.de
17 - fix potential NULL deref in srcrpm handling (mls)
18 - clean up and fix suggested/recommended list creation code (mls)
19 - kill obsolete and broken patchxml support (mls)
20 - replace old solver_problemruleinfo with new solver_ruleinfo
22 - add solvable_selfprovidedep() function (mls)
23 - add noinfarchcheck solver option (mls)
24 - clone job queue to make the code more flexible (mls)
25 - rewrite policy rule disabling/re-enabling (bnc#481836) (mls)
26 - fix out-of-bounds in solver_printproblem() (mls)
28 - provide 'Repo.attr(String)' accessor function (kkaempf)
29 - provide 'Solver.sizechange' to compute the changes of the
30 installed size after a transaction is applied (kkaempf)
31 - solver result iterators for Python (jblunck)
32 - add %newobject to track newly created objects better (kkaempf)
33 - generate rdoc documentation from swig input files (kkaempf)
34 - add a no-op Pool destructor (bnc#483252) (kkaempf)
35 - provide access to all flags and settings (kkaempf)
37 -------------------------------------------------------------------
38 Wed Mar 4 14:39:00 CET 2009 - mls@suse.de
40 - fix problem_to_solutions segfault
41 - bump version to 0.14 to make it different from code11 branch
44 -------------------------------------------------------------------
45 Mon Mar 2 18:20:22 CET 2009 - mls@suse.de
47 - add solver_trivial_installable() to fix multiversion patches [bnc#480303]
50 -------------------------------------------------------------------
51 Wed Feb 18 16:48:41 CET 2009 - ma@suse.de
53 - Use correct namespace (e.g. pattern:) even if solvable has no name [bnc#470011]
55 -------------------------------------------------------------------
56 Fri Jan 30 14:26:42 CET 2009 - mls@suse.de
58 - fix weakmap boundary check
61 -------------------------------------------------------------------
62 Tue Jan 27 13:12:30 CET 2009 - ma@suse.de
64 - Ignore trailing whitespace in content file parser.
66 -------------------------------------------------------------------
67 Mon Jan 26 13:55:35 CET 2009 - mls@suse.de
69 - fix segfault caused by whatprovides reallocation [bnc#468313]
72 -------------------------------------------------------------------
73 Tue Jan 20 17:12:17 CET 2009 - ma@suse.de
75 - repo_rpmdb: Fix conversion to UTF8
77 -------------------------------------------------------------------
78 Fri Dec 5 14:43:55 CET 2008 - kkaempf@suse.de
80 - enhance bindings to provide reasons for solver decisions
82 -------------------------------------------------------------------
83 Mon Dec 1 11:50:12 CET 2008 - mls@suse.de
85 - prefer patterns again until there's a real fix [bnc#450226]
87 -------------------------------------------------------------------
88 Mon Dec 1 11:13:55 CET 2008 - mls@suse.de
90 - susetags: fix file dependency parsing [bnc#450286]
92 -------------------------------------------------------------------
93 Fri Nov 28 18:29:08 CET 2008 - mls@suse.de
95 - correct problem solving algorithm
98 -------------------------------------------------------------------
99 Fri Nov 21 16:54:44 CET 2008 - dmacvicar@suse.de
101 - remove unused updaterepokey, replaced by repo
104 -------------------------------------------------------------------
105 Thu Nov 20 10:32:01 CET 2008 - dmacvicar@suse.de
107 - support content, distro and updates tag properly
108 - remove the unused products tag
110 -------------------------------------------------------------------
111 Mon Nov 17 14:30:08 CET 2008 - ma@suse.de
113 - Parse RELEASE tag from contentfile (bnc #444978)
116 -------------------------------------------------------------------
117 Fri Nov 14 18:00:19 CET 2008 - mls@suse.de
119 - fix bugs in multiversion handling
120 - bring perl bindings up to speed
123 -------------------------------------------------------------------
124 Fri Nov 7 18:26:07 CET 2008 - ma@suse.de
126 - fix SOLVID_POS dataiterator handling
128 -------------------------------------------------------------------
129 Fri Nov 7 11:56:37 CET 2008 - kkaempf@suse.de
131 - make repo_zyppdb more robust (bnc#441043)
133 -------------------------------------------------------------------
134 Thu Nov 6 09:49:51 CET 2008 - kkaempf@suse.de
136 - Add 'user_data' argument to all applayer iterator callbacks
139 -------------------------------------------------------------------
140 Wed Oct 29 12:36:57 CET 2008 - ma@suse.de
142 - Add 'sh4' architectures.
144 -------------------------------------------------------------------
145 Tue Oct 28 16:55:03 CET 2008 - ma@suse.de
147 - Add 'arm' architectures.
149 -------------------------------------------------------------------
150 Mon Oct 27 10:54:36 CET 2008 - kkaempf@suse.de
152 - Improve error detection and reporting when parsing 'content' file
154 -------------------------------------------------------------------
155 Fri Oct 24 16:03:13 CEST 2008 - ma@suse.de
157 - Remember the /etc/products.d enties filename in .solv
161 -------------------------------------------------------------------
162 Thu Oct 23 10:49:40 CEST 2008 - mrueckert@suse.de
164 - add zlib-devel as buildrequires, cmake is looking for it
165 explicitely. rpm-devel used to require it but you dont really
166 need it to link against librpm*
167 - requires rpm-devel in the devel package, it is required to link
168 against libsatsolver.
170 -------------------------------------------------------------------
171 Wed Oct 22 13:00:56 CEST 2008 - mls@suse.de
173 - add pool_set_installed()
174 - drop "installed" arguments from some functions
177 -------------------------------------------------------------------
178 Wed Oct 22 13:00:25 CEST 2008 - dmacvicar@suse.de
180 - support the new standarized tags available in
182 saving of the distro tag still missing.
184 -------------------------------------------------------------------
185 Thu Oct 16 00:50:47 CEST 2008 - mls@suse.de
187 - make iterator work with completely empty repos [bnc#435838]
189 -------------------------------------------------------------------
190 Tue Oct 14 18:28:57 CEST 2008 - mls@suse.de
192 - the big solv data change
193 * incompatible new file format
194 * repodata handles are solvable ids
195 * no more extra handles
196 * no need to call repodata_extend anymore
197 - work around solver dup repo priority bug, real fix follows soon
198 - implement releasever
199 - repo_products.c is now more robust
201 -------------------------------------------------------------------
202 Mon Oct 13 16:50:14 CEST 2008 - kkaempf@suse.de
204 - make product parsing more robust (bnc#433362)
206 -------------------------------------------------------------------
207 Thu Oct 2 18:46:55 CEST 2008 - ma@suse.de
209 - Product arttributes: removed FLAVOR and REFERENCES, added PRODUCTLINE.
213 -------------------------------------------------------------------
214 Tue Sep 30 13:03:10 CEST 2008 - ma@suse.de
216 - repo_content.c: fix broken dependency parsing.
219 -------------------------------------------------------------------
220 Mon Sep 29 14:53:09 CEST 2008 - ma@suse.de
222 - rpms2solv failed to write out most solvable data (bnc #422338).
225 -------------------------------------------------------------------
226 Fri Sep 26 11:54:34 CEST 2008 - kkaempf@suse.de
228 - new fallback strategy for installed products in rpmdb2solv
229 try /etc/products.d (code11 style) first
230 if this fails, try /var/lib/zypp/db/products/*
231 if this fails, fallback to /etc/*-release
235 -------------------------------------------------------------------
236 Thu Sep 25 17:14:42 CEST 2008 - kkaempf@suse.de
238 - fully support Dataiterator in Python and Ruby bindings.
241 -------------------------------------------------------------------
242 Thu Sep 25 13:53:54 CEST 2008 - dmacvicar@suse.de
244 - add support for keywords in susedata
246 -------------------------------------------------------------------
247 Wed Sep 24 10:55:01 CEST 2008 - kkaempf@suse.de
249 - parse /etc/<xyz>-release if no /etc/products.d present
253 -------------------------------------------------------------------
254 Mon Sep 22 12:51:51 CEST 2008 - dmacvicar@suse.de
256 - ability to parse suseinfo.xml for extended repomd.xml attributes
257 - fix susedata.xml parsing
258 - add CPE attribute to installed product
259 - real fix for segfault in multiarch parsing (bnc#427271)
262 -------------------------------------------------------------------
263 Thu Sep 18 14:44:31 CEST 2008 - dmacvicar@suse.de
265 - fix segfault in multiarch parsing (bnc#427271)
267 -------------------------------------------------------------------
268 Wed Sep 17 14:10:23 CEST 2008 - mls@suse.de
270 - fix segfault in provides iterator
273 -------------------------------------------------------------------
274 Fri Sep 12 17:32:02 CEST 2008 - dmacvicar@suse.de
276 - support for susedata.xml
278 -------------------------------------------------------------------
279 Fri Sep 12 14:01:11 CEST 2008 - dmacvicar@suse.de
281 - add repo_add_poolstr_array
282 - move updates="key,key.." to repomd.xml
283 - make product url ids more extensible
286 -------------------------------------------------------------------
287 Thu Sep 11 14:30:16 CEST 2008 - dmacvicar@suse.de
289 - add REPOSITORY_UPDATES to match product -> repos
290 - make updateinfo.xml support id attribute in collection that
291 leads to insert that the repository updates that id.
293 -------------------------------------------------------------------
294 Wed Sep 10 18:11:10 CEST 2008 - dmacvicar@suse.de
296 - create one product per BASEARCHS
298 -------------------------------------------------------------------
299 Wed Sep 10 14:19:26 CEST 2008 - ma@suse.de
301 - repo_products: Parse schemeversion, propagate product
302 updaterepokey and flavor. Fix segfault on malformed
306 -------------------------------------------------------------------
307 Wed Sep 10 11:57:27 CEST 2008 - dmacvicar@suse.de
309 - accept the PATTERNS tag in content file
311 -------------------------------------------------------------------
312 Tue Sep 9 21:26:31 CEST 2008 - kkaempf@suse.de
314 - rpmdb2solv changes:
315 - fix bug when parsing multiple products
316 - adapt to .prod file as of 9/9/08 7:20pm
319 -------------------------------------------------------------------
320 Tue Sep 9 17:52:30 CEST 2008 - ma@suse.de
322 - Reenable -Werror and fix bindings.
325 -------------------------------------------------------------------
326 Tue Sep 9 11:50:39 CEST 2008 - dmacvicar@suse.de
328 - disable -Werror for swig generated stuff
330 -------------------------------------------------------------------
331 Fri Sep 5 18:59:35 CEST 2008 - kkaempf@suse.de
333 - adapt /etc/product.d parser to generated .prod files.
335 -------------------------------------------------------------------
336 Fri Sep 5 13:29:47 CEST 2008 - ma@suse.de
338 - tools/repo_susetags.c: Parse packages vendor (bnc #422493).
341 -------------------------------------------------------------------
342 Thu Sep 4 12:30:06 CEST 2008 - kkaempf@suse.de
344 - tools/rpmdb2solv: Adapt to xml-based /etc/products.d
345 - tools/rpmdb2solv: Add '-a <attribute>' to print
346 distribution.target attribute of baseproduct.
348 -------------------------------------------------------------------
349 Tue Sep 2 12:17:03 CEST 2008 - mls@suse.de
351 - make solver includes use "" instead of <>, fixes bnc#415920
352 - implement otherproviders()
353 - make patches do nevr matching
354 - make patch conflicts work with multiversion
355 - new job commands, now combinded from job type and select type
356 - support for distupgrade mode
357 - make SOLVER_ERASE_SOLVABLE work
358 - also check obsoletes when disabling update rules
361 -------------------------------------------------------------------
362 Fri Aug 22 18:04:12 CEST 2008 - dmacvicar@suse.de
364 - add support for extensible metadata over primary +
368 -------------------------------------------------------------------
369 Fri Aug 15 16:29:00 CEST 2008 - kkaempf@suse.de
371 - ensure existance of product solvable in repo_content(bnc#417594)
373 -------------------------------------------------------------------
374 Fri Aug 15 15:00:32 CEST 2008 - kkaempf@suse.de
376 - follow /etc/products.d/baseproduct and mark product as 'base'
378 -------------------------------------------------------------------
379 Fri Aug 15 14:26:29 CEST 2008 - kkaempf@suse.de
381 - Implement pre-code11 fallback for products, parse /etc/*-release
382 if /etc/products.d is not available.
384 -------------------------------------------------------------------
385 Wed Aug 13 18:06:41 CEST 2008 - kkaempf@suse.de
387 - provide installtime for installed products.
389 -------------------------------------------------------------------
390 Wed Aug 13 15:42:36 CEST 2008 - dmacvicar@suse.de
392 - include new file search capability commited by matz
396 -------------------------------------------------------------------
397 Wed Aug 13 10:31:01 CEST 2008 - kkaempf@suse.de
399 - Honor rpmdb2solv's '-r <root>' also for the products.d path.
401 -------------------------------------------------------------------
402 Tue Aug 12 14:22:29 CEST 2008 - kkaempf@suse.de
404 - Add .prod parsing for 'installed' products to rpmdb2solv.
405 - Improve python-bindings, add iterators.
407 -------------------------------------------------------------------
408 Thu Aug 7 22:00:55 CEST 2008 - dmacvicar@suse.de
410 - implement relogin suggested support (fate#304889)
412 -------------------------------------------------------------------
413 Thu Aug 7 13:36:59 CEST 2008 - ma@suse.de
415 - Susetags: Allow whitespace in file provides generated by
416 autobuild (bnc#415115)
418 -------------------------------------------------------------------
419 Fri Aug 1 18:59:22 CEST 2008 - dmacvicar@suse.de
421 - insert the checksum in rpmmd generated solv files
425 -------------------------------------------------------------------
426 Tue Jul 29 10:53:22 CEST 2008 - mls@suse.de
428 - resolve job rules before installing system packages [bnc#411086]
429 - no more freshens. R.I.P.
430 - make repo2solv.sh also take repomd.xml in count
431 - install repomdxml2solv
432 - add Packager, Build Host, Distribution
433 - disallow arch/vendor changes even if the package name changes
435 -------------------------------------------------------------------
436 Sat Jul 12 02:32:15 CEST 2008 - dmacvicar@suse.de
438 - infrastructure to save generated and expiration time
439 stamp in rpm-md repositories (fate #301904)
442 -------------------------------------------------------------------
443 Wed Jul 9 16:25:36 CEST 2008 - ma@suse.de
445 - Fix repo_content dependency parsing. Parser may lose up to
446 two trailing dependencies.
448 -------------------------------------------------------------------
449 Tue Jul 1 14:54:38 CEST 2008 - kkaempf@suse.de
451 - rename language bindings to {perl,python,ruby}-satsolver
452 to follow naming conventions.
454 -------------------------------------------------------------------
455 Mon Jun 30 23:55:20 CEST 2008 - dmacvicar@suse.de
458 - add message tag to updateinfo.xml for displaying
459 messages in the user interface
460 - Fix missing self provides for patches (bnc #397132).
461 - do not reorder binary rules if they are not rpm rules [bnc#397456]
464 -------------------------------------------------------------------
465 Mon Jun 2 11:47:32 CEST 2008 - coolo@suse.de
467 - calculate recommendation list also if ignorealreadyrecommended is set,
468 as some recommendations would be missing otherwise
469 - make dependency output less confusing (bnc#396309)
472 -------------------------------------------------------------------
473 Tue May 27 22:34:05 CEST 2008 - coolo@suse.de
475 - compile with RPM_OPT_FLAGS
477 -------------------------------------------------------------------
478 Fri May 23 21:07:01 CEST 2008 - mls@suse.de
481 - add "ignorealreadyrecommended" aka "zypper" solver option
483 -------------------------------------------------------------------
484 Thu May 22 20:16:22 CEST 2008 - coolo@suse.de
486 - fixed language support in patterns (bnc#386524)
488 -------------------------------------------------------------------
489 Mon May 19 14:53:01 CEST 2008 - dmacvicar@suse.de
491 - make solvable_look_bool more robust by allowing both
492 the void or the num == 1 strategy.
494 -------------------------------------------------------------------
495 Thu May 15 16:05:50 CEST 2008 - coolo@suse.de
497 - fix susetags parser
499 ------------------------------------------------------------------
500 Wed May 14 16:41:26 CEST 2008 - dmacvicar@suse.de
502 - mls fix of satisfied patterns
505 -------------------------------------------------------------------
506 Tue May 13 17:14:26 CEST 2008 - dmacvicar@suse.de
508 - use repodata_set_void for pattern visible attr
510 -------------------------------------------------------------------
511 Tue May 13 14:11:30 CEST 2008 - jreidinger@suse.cz
513 - read description dir path from content file (bnc #389414)
515 -------------------------------------------------------------------
516 Tue May 13 12:20:58 CEST 2008 - dmacvicar@suse.de
518 - a boolean is not a num attribute set to 1, but just a existing void
519 attribute. (bnc#388818)
521 -------------------------------------------------------------------
522 Mon May 12 10:16:20 CEST 2008 - coolo@suse.de
524 - provide libsatsolver to fix requires of debuginfo
526 -------------------------------------------------------------------
527 Sat May 10 15:33:15 CEST 2008 - coolo@suse.de
531 -------------------------------------------------------------------
532 Fri May 9 21:56:43 CEST 2008 - ma@suse.de
534 - Parse the products LABEL in content file to SUMMARY.
536 -------------------------------------------------------------------
537 Fri May 9 20:26:52 CEST 2008 - dmacvicar@suse.de
539 - recognize 1 as true for reboot suggested and
540 restart suggested (bnc#388818)
542 -------------------------------------------------------------------
543 Fri May 9 16:04:42 CEST 2008 - kkaempf@suse.de
545 - move 'helix2solv' from satsolver-tools to satsolver-devel package
548 -------------------------------------------------------------------
549 Mon May 5 16:24:14 CEST 2008 - coolo@suse.de
551 - add obsoleteusesprovides and implicitobsoleteusesprovides solver
553 - speed up solving by not recreating the watch chains every time
554 some rule is enabled/disabled. To do this, the "disabled" flag
555 had to be moved from w1 to d.
556 - fix bug that broke rule disabling when "forceResolve" was true
557 - fix bug in update rule calculation
558 - speed up solver a bit by creating a queue holding all assertion
559 rules, so we do not have to scan all rules for assertions
560 - parse also DISTPRODUCT and DISTVERSION (for registration), and the other
561 (often unused) attributes of products.
563 -------------------------------------------------------------------
564 Mon Apr 28 19:36:54 CEST 2008 - coolo@suse.de
566 - (De-)Serialize structured types. Dataiterator and repo_search support
567 them too, but not yet nested, so that is unsupported for now.
568 - skipping kinds in matcher when a flag is specified.
569 - make --force behave a bit more like --noforce
571 -------------------------------------------------------------------
572 Fri Apr 25 19:23:51 CEST 2008 - coolo@suse.de
574 - detect and skip empty lines (bnc#381828)
576 - move debug functions to solverdebug.c
577 - do not delete negative bitfield entries [bnc#381908]
578 - add "showinstalledrecommended" option to make the solver
579 put installed packages on the suggestions/recommendations
581 - Fix content parsing if PRODUCT isn't the first entry.
582 - add more statistics
584 - add support for susetags filelist
585 - plug mem join2 leak
586 - fix anchoring of filelist data
587 - susetags move files added to provides back into filelist
588 - ignore packages.FL for now
590 -------------------------------------------------------------------
591 Sun Apr 20 18:25:14 CEST 2008 - coolo@suse.de
595 -------------------------------------------------------------------
596 Sat Apr 19 08:10:51 CEST 2008 - coolo@suse.de
598 - fix probleminfo if solvable conflicts with itself and has no requires
599 - Fix parsing dep lines of content files (bnc #380396).
600 - C++-guard also solver.h
601 - add support for feature rules
602 - fix a couple of small bugs
605 -------------------------------------------------------------------
606 Wed Apr 16 17:44:20 CEST 2008 - coolo@suse.de
608 - fix (rare) case of crashing solver
610 -------------------------------------------------------------------
611 Tue Apr 15 09:06:36 CEST 2008 - coolo@suse.de
613 - some fixes around updateinfo parsing
615 -------------------------------------------------------------------
616 Wed Apr 9 16:09:36 CEST 2008 - jkupec@suse.cz
618 - enable regex matching in Dataiterator
620 -------------------------------------------------------------------
621 Fri Apr 4 15:45:44 CEST 2008 - coolo@suse.de
623 - package deptestomatic in -devel
625 -------------------------------------------------------------------
626 Mon Mar 31 16:25:03 CEST 2008 - coolo@suse.de
628 - truly restart when analyze_unsolvable is hit (fixes bnc#368209)
629 - make it work with really large directories
631 -------------------------------------------------------------------
632 Mon Mar 24 15:31:18 CET 2008 - coolo@suse.de
636 -------------------------------------------------------------------
637 Mon Mar 17 16:10:22 CET 2008 - matz@suse.de
639 - Initialize all allocated array members for blocky arrays (when it
640 matters, e.g. when extending also in blocks - bnc#371137)
642 -------------------------------------------------------------------
643 Fri Mar 14 08:37:47 CET 2008 - coolo@suse.de
645 - fix build on other distris
646 - fix requires of tools
648 -------------------------------------------------------------------
649 Wed Mar 12 11:45:21 CET 2008 - coolo@suse.de
651 - store datadir for susetags
652 - fixing assertion in rules learning
654 -------------------------------------------------------------------
655 Fri Mar 7 10:51:09 CET 2008 - coolo@suse.de
657 - several fixes in whatprovides (possibly root cause of bnc#367210)
659 -------------------------------------------------------------------
660 Mon Feb 25 12:59:00 CET 2008 - coolo@suse.de
662 - fixing rpmdb2solv argument handling
664 -------------------------------------------------------------------
665 Fri Feb 22 11:09:05 CET 2008 - coolo@suse.de
667 - support rpmdb2solv -r for chroots
669 -------------------------------------------------------------------
670 Thu Feb 21 18:14:41 CET 2008 - coolo@suse.de
672 - fix susetags parser for so called full trees
674 -------------------------------------------------------------------
675 Wed Feb 20 13:23:31 CET 2008 - coolo@suse.de
677 - no longer link against db43 but against rpmlib
679 -------------------------------------------------------------------
680 Tue Feb 19 15:01:55 CET 2008 - coolo@suse.de
682 - fix requires/obsoletes
684 -------------------------------------------------------------------
685 Tue Feb 19 08:10:01 CET 2008 - coolo@suse.de
687 - mls is back from vacation - several fixes and enhancements
689 -------------------------------------------------------------------
690 Fri Feb 15 11:04:09 CET 2008 - coolo@suse.de
692 - several fixes for the solv files
694 -------------------------------------------------------------------
695 Tue Feb 12 18:29:43 CET 2008 - kkaempf@suse.de
697 - add libappsatsolver, an application layer to ease coding
700 -------------------------------------------------------------------
701 Tue Feb 12 17:14:04 CET 2008 - coolo@suse.de
703 - let susetags parse vendors
705 -------------------------------------------------------------------
706 Thu Feb 7 18:41:05 CET 2008 - coolo@suse.de
708 - rename libsatsolver in satsolver-tools
709 - several updates and fixes
711 -------------------------------------------------------------------
712 Fri Feb 1 13:59:53 CET 2008 - coolo@suse.de
716 -------------------------------------------------------------------
717 Mon Jan 14 17:14:03 CET 2008 - coolo@suse.de
723 -------------------------------------------------------------------
724 Tue Jan 8 16:02:26 CET 2008 - coolo@suse.de
726 - update to SVN again and don't strip
728 -------------------------------------------------------------------
729 Sat Dec 22 19:02:57 CET 2007 - coolo@suse.de
731 - update to SVN so libzypp compiles again
733 -------------------------------------------------------------------
734 Fri Nov 30 16:01:39 CET 2007 - schubi@suse.de
736 - update for libzypp integration
738 -------------------------------------------------------------------
739 Fri Nov 16 12:17:13 CET 2007 - coolo@suse.de
741 - update to SVN again to make libzypp compilable again
743 -------------------------------------------------------------------
744 Wed Nov 14 16:10:21 CET 2007 - schubi@suse.de
746 - further develpment. bugfix, logging, docu,...
748 -------------------------------------------------------------------
749 Mon Nov 12 13:44:52 CET 2007 - coolo@suse.de
751 - update to the latest version from SVN
755 -------------------------------------------------------------------
756 Thu Nov 8 13:14:20 CET 2007 - coolo@suse.de
758 - update to the latest version from SVN
760 -------------------------------------------------------------------
761 Tue Oct 2 15:26:36 CEST 2007 - kkaempf@suse.de