Author: mis Date: Sun Feb 24 23:19:58 2008 GMT Module: poldek Tag: HEAD ---- Log message: - updates
---- Files affected: poldek/poldek/doc: NEWS.xml (1.7 -> 1.8) , NEWSto (1.4 -> 1.5) , poldek.1.xml (1.5 -> 1.6) , poldek.conf.xml (1.14 -> 1.15) ---- Diffs: ================================================================ Index: poldek/poldek/doc/NEWS.xml diff -u poldek/poldek/doc/NEWS.xml:1.7 poldek/poldek/doc/NEWS.xml:1.8 --- poldek/poldek/doc/NEWS.xml:1.7 Thu Jun 28 00:12:11 2007 +++ poldek/poldek/doc/NEWS.xml Mon Feb 25 00:19:53 2008 @@ -2,29 +2,51 @@ <news> <cvsid>$Id$</cvsid> -<release version="0.20.1" date="not released yet" focus="bugfix release"> +<release version="0.40" date="not released yet" focus="walking on"> <entry><para> - improved a lot multilib support + Support for conf.d style %include (https://bugs.pld-linux.org/show_bug.cgi?id=79) + </para></entry> + + + <entry><para> + dependency solver big cleanup: faster, simplified, improved a lot multilib, backtracking, fixes. + </para></entry> + + <entry><para> + cli.conf with interactive shell configuration, aliases.conf has been removed + </para></entry> + + <entry><para> + improved package repositories management mode: instalation to multiple repos, + working --destination and --jutstdb </para></entry> <entry><para> - RPM up to 4.4.9 is supported + cli: --nohold command line option not longer ignored (#68) </para> - <author id="arekm" email="arekm att pld-linux org">Arkadiusz Miskiewicz</author> + <author id="megabajt" email="megabajt att pld-linux org">Marcin Banasiak</author> </entry> <entry><para> - UTF-8 encoded package summaries and descriptions are supprted + supported RPM up to 5.0.2 + </para> + <author part="yes" id="arekm" email="arekm att pld-linux org">Arkadiusz Miskiewicz</author> + </entry> + + <entry><para> + support fo UTF-8 encoded package summaries and descriptions </para> <author id="witekfl" email="witekfl att pld-linux org">Witold Filipczyk</author> </entry> <entry><para> - basic support for package Suggests capabilities - </para></entry> + package Suggests supported + </para> + <author part="yes" id="megabajt" email="megabajt att pld-linux org">Marcin Banasiak</author> + </entry> <entry><para> - pythonized Python module + pythonized Python module, new pyldek.py as general example of module usage. </para></entry> <entry><para> @@ -365,7 +387,7 @@ </entry> <entry> <para>'ls' output fixes to be parsable by external scripts</para> - <author id="patrys" email="patrys att pld-dc org">Patryk Zawadzki</author> + <author id="patrys" email="patrys att pld-linux org">Patryk Zawadzki</author> </entry> <entry> <para>removed usage of superfluous n_free()</para> @@ -394,7 +416,7 @@ </entry> <entry> <para>vfile's progress bar improvements</para> - <author id="patrys" email="p zawadzki att vegaballs com">Patryk Zawadzki</author> + <author id="patrys" email="patrys att pld-linux org">Patryk Zawadzki</author> </entry> <entry> <para>fix: disabled package Epoch's autopromotion while checking if it matches requirement</para> @@ -452,7 +474,7 @@ </entry> <entry> <para>vfile: progress bar shows remaining time and transfer rate</para> - <author id="patrys" email="p zawadzki att vegaballs com">Patryk Zawadzki</author> + <author id="patrys" email="patrys att pld-linux org">Patryk Zawadzki</author> </entry> <entry> <para>fixed setting cache directory bug</para> @@ -778,7 +800,7 @@ </entry> <entry> <para>URLs with user and password (ftp://user:passwd at host:port/path/ syntax) are supported</para> - <author id="a.piesk" email="a.piesk att gmx.net">Andreas Piesk</author> + <author id="a.piesk" email="a.piesk att gmx net">Andreas Piesk</author> </entry> <entry> <para>new "ftp_sysuser_as_anon_passwd" option causes sending login at @@ -795,12 +817,12 @@ </entry> <entry> <para>fixed rpm 3.x support</para> - <author part="yes" id="rl" email="rl att hellgate.ch">Roger Luethi</author> + <author part="yes" id="rl" email="rl att hellgate ch">Roger Luethi</author> </entry> <entry> <para>fixed and improved handling of bool configuration options, added on/off and enable/disable to the list of valid choices</para> - <author id="a.piesk" email="a.piesk att gmx.net">Andreas Piesk</author> + <author id="a.piesk" email="a.piesk att gmx net">Andreas Piesk</author> </entry> <entry> <para>fixed detection of file based conflicts between available packages. </para> @@ -811,7 +833,7 @@ </entry> <entry> <para>misc fixes to compile and work with glibc2.1</para> - <author part="yes" id="a.piesk" email="a.piesk att gmx.net">Andreas Piesk</author> + <author part="yes" id="a.piesk" email="a.piesk att gmx net">Andreas Piesk</author> </entry> <entry> <para>installation of multiple instances of package is allowed (by poldek -i)</para> @@ -826,7 +848,7 @@ </entry> <entry> <para>German translation</para> - <author id="a.piesk" email="a.piesk att gmx.net">Andreas Piesk</author> + <author id="a.piesk" email="a.piesk att gmx net">Andreas Piesk</author> </entry> <entry> <para>various bugs are fixed</para> ================================================================ Index: poldek/poldek/doc/NEWSto diff -u poldek/poldek/doc/NEWSto:1.4 poldek/poldek/doc/NEWSto:1.5 --- poldek/poldek/doc/NEWSto:1.4 Sun Aug 20 18:04:57 2006 +++ poldek/poldek/doc/NEWSto Mon Feb 25 00:19:53 2008 @@ -69,9 +69,11 @@ }; foreach (@$credits) { + $_->{email} =~ s/\s/ /g; + $_->{name} =~ s/\s/ /g; print qq{ <listitem id="$_->{id}"><para> - $_->{name} <<emphasis>$_->{email}</emphasis>> + $_->{name} <emphasis><$_->{email}></emphasis> </para></listitem> }; } ================================================================ Index: poldek/poldek/doc/poldek.1.xml diff -u poldek/poldek/doc/poldek.1.xml:1.5 poldek/poldek/doc/poldek.1.xml:1.6 --- poldek/poldek/doc/poldek.1.xml:1.5 Mon Dec 18 00:14:43 2006 +++ poldek/poldek/doc/poldek.1.xml Mon Feb 25 00:19:53 2008 @@ -42,7 +42,7 @@ </para> <para> -This manual page contains only command line option reference, the full documentation +This manual page covers command line option reference, the full documentation for poldek is available as a Texinfo manual. Do <command>info poldek</command> to get it. </para> </refsect1> ================================================================ Index: poldek/poldek/doc/poldek.conf.xml diff -u poldek/poldek/doc/poldek.conf.xml:1.14 poldek/poldek/doc/poldek.conf.xml:1.15 --- poldek/poldek/doc/poldek.conf.xml:1.14 Thu Jan 10 20:42:52 2008 +++ poldek/poldek/doc/poldek.conf.xml Mon Feb 25 00:19:53 2008 @@ -47,7 +47,7 @@ hash (``#'') character is ignored, as are lines containing only whitespace. [/para][para] -In most string paramameters values environment variables are expanded: +In most string paramameters environment variables are expanded: [screen] path = $HOME/foo [/screen] @@ -55,24 +55,39 @@ </description> </section> -<section id="macros" target="manual"> -<title>Special directives and macros</title> +<section id="directives" target="manual"> +<title>Special directives</title> <description> [para] File can be combined from multiple configuration files with [option]%include[/option] -directive. This directive can include either local and remote HTTP/FTP -files, examples: +directive. Either local and remote HTTP/FTP files can be included, examples: [screen] %include /etc/foo.conf # simply include /etc/foo.conf %include foo.conf # include foo.conf from directory of includer %include http://bar.org/foo.conf # include foo.conf from remote location [/screen] +[/para] +[para] Any "[ global ]" sections from included files are simply ignored. -Files taken from remote locations can be updated using [option]--upconf[/option] +Remote files are cached, they can be updated using [option]--upconf[/option] switch. [/para] [para] +Second directive, [option]%includedir[/option] includes all *.conf files from given directory, +examples: +[screen] +%include repos.d # include all *.conf files from repos.d subdirectory +%include /etc/repos.d # include all *.conf files from /etc/repos.d +[/screen] +[/para] +</description> +</section> + +<section id="macros" target="manual"> +<title>Macros</title> +<description> +[para] Simple macros are supported. Macros are declared as paramameter with underscore ('_') at beginning: [screen] @@ -83,7 +98,7 @@ path = %{_foo}/dir # path will be '/bar/dir' [/screen] Macros are local to file beeing declared, they are not visible in -included files as are not visible to includer. +included files as they are not visible to includer. [/para] </description> </section> @@ -142,6 +157,9 @@ # local sources %include source.conf +# /etc/poldek/repos.d/*.conf +#%includedir repos.d + # External downloaders configuration, not necessary in most cases, cause # to internal HTTP and FTP client. #%include fetch.conf @@ -416,12 +434,13 @@ Subtle dependency processing options, they should not be changed unless you know what you are doing </description> - <option name="dependency solver" type="integer" default="2" hidden="yes"> + <option name="dependency solver" type="integer" default="3" hidden="yes"> </option> <option name="auto directory dependencies" type="boolean3" default="auto" op="AUTODIRDEP"> <description> - RPM 4.4.6 introduces auto dependencies based on package directories. Option controls this feature. + RPM 4.4.6 introduces auto dependencies based on package directories. + Option controls this feature. </description> </option> ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/poldek/poldek/doc/NEWS.xml?r1=1.7&r2=1.8&f=u http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/poldek/poldek/doc/NEWSto?r1=1.4&r2=1.5&f=u http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/poldek/poldek/doc/poldek.1.xml?r1=1.5&r2=1.6&f=u http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/poldek/poldek/doc/poldek.conf.xml?r1=1.14&r2=1.15&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
