<feed xmlns='http://www.w3.org/2005/Atom'>
<title>urpmi, branch 7.18</title>
<subtitle>Software Installation Tools</subtitle>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/rpm/urpmi/'/>
<entry>
<title>7.18</title>
<updated>2013-02-09T12:20:43+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>tv@mageia.org</email>
</author>
<published>2013-02-09T12:20:43+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/rpm/urpmi/commit/?id=268c064955714fb1a6c6c60033a05f3adeab04e4'/>
<id>268c064955714fb1a6c6c60033a05f3adeab04e4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>(install_logger) keep a separate counter for erasures</title>
<updated>2013-02-09T12:20:39+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>tv@mageia.org</email>
</author>
<published>2013-02-09T12:20:39+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/rpm/urpmi/commit/?id=9eca2b973e99171862d18c8acf469a620e435924'/>
<id>9eca2b973e99171862d18c8acf469a620e435924</id>
<content type='text'>
only initialize $total_pkg:
- when starting a new transaction
- or on first erasure in transaction

(_compute_pkg_total) kill it (no more needed)

adjust testsuite accordingly
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
only initialize $total_pkg:
- when starting a new transaction
- or on first erasure in transaction

(_compute_pkg_total) kill it (no more needed)

adjust testsuite accordingly
</pre>
</div>
</content>
</entry>
<entry>
<title>Slovenian translation corrected</title>
<updated>2013-02-05T21:04:37+00:00</updated>
<author>
<name>Filip Komar</name>
<email>filip@mageia.org</email>
</author>
<published>2013-02-05T21:04:37+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/rpm/urpmi/commit/?id=2bc79300c87a438c07212112afc08fc5aa4fad89'/>
<id>2bc79300c87a438c07212112afc08fc5aa4fad89</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>7.17</title>
<updated>2013-02-05T14:31:22+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>tv@mageia.org</email>
</author>
<published>2013-02-05T14:31:22+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/rpm/urpmi/commit/?id=a8b0e8e762a283181c90b12d36faa4b2f8bad837'/>
<id>a8b0e8e762a283181c90b12d36faa4b2f8bad837</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bump copyright</title>
<updated>2013-02-05T14:31:13+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>tv@mageia.org</email>
</author>
<published>2013-02-05T14:31:13+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/rpm/urpmi/commit/?id=8e29a0c8df741d6492b693d752f56452b7d5931d'/>
<id>8e29a0c8df741d6492b693d752f56452b7d5931d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>(_compute_pkg_total) introduce it in order to count total elements</title>
<updated>2013-02-05T14:31:09+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>tv@mageia.org</email>
</author>
<published>2013-02-05T14:31:09+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/rpm/urpmi/commit/?id=42ac5040258da9cbd0da9bb4f9de6b82ec75a6ec'/>
<id>42ac5040258da9cbd0da9bb4f9de6b82ec75a6ec</id>
<content type='text'>
(run) compute exact total of installed/removed packages
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(run) compute exact total of installed/removed packages
</pre>
</div>
</content>
</entry>
<entry>
<title>(install_logger) unify with callback_uninst(), thus fixing counting for</title>
<updated>2013-02-05T14:31:05+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>tv@mageia.org</email>
</author>
<published>2013-02-05T14:31:05+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/rpm/urpmi/commit/?id=424d49c945f5adea3425de2a1a8f173eb0ff82b5'/>
<id>424d49c945f5adea3425de2a1a8f173eb0ff82b5</id>
<content type='text'>
erasures

(callback_uninst) restore quiet behavior when not in verbose mode

(install) temporary set $urpm-&gt;{trans}

adapt testsuite
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
erasures

(callback_uninst) restore quiet behavior when not in verbose mode

(install) temporary set $urpm-&gt;{trans}

adapt testsuite
</pre>
</div>
</content>
</entry>
<entry>
<title>(_schedule_packages) localize a variable</title>
<updated>2013-02-05T14:31:02+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>tv@mageia.org</email>
</author>
<published>2013-02-05T14:31:02+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/rpm/urpmi/commit/?id=b00f4c5b263ca9e473b8bc4df06d5c44066cc0ad'/>
<id>b00f4c5b263ca9e473b8bc4df06d5c44066cc0ad</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>typo fix</title>
<updated>2013-02-05T14:30:56+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>tv@mageia.org</email>
</author>
<published>2013-02-05T14:30:56+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/rpm/urpmi/commit/?id=0496e8a533c4f7d2befd0360d40494d332acb361'/>
<id>0496e8a533c4f7d2befd0360d40494d332acb361</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>updated Turkish translation</title>
<updated>2013-02-04T09:12:59+00:00</updated>
<author>
<name>Numan Demirdöğen</name>
<email>numand@mageia.org</email>
</author>
<published>2013-02-04T09:12:59+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/rpm/urpmi/commit/?id=838dc53eb43ffb272a8882a7a85faa6a48ae0579'/>
<id>838dc53eb43ffb272a8882a7a85faa6a48ae0579</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
