<feed xmlns='http://www.w3.org/2005/Atom'>
<title>abrt.git/lib, branch 1.1.6</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mnowak/public_git/abrt.git/'/>
<entry>
<title>GUI: don't require the rating for all reporters</title>
<updated>2010-06-16T09:07:09+00:00</updated>
<author>
<name>Jiri Moskovcak</name>
<email>jmoskovc@redhat.com</email>
</author>
<published>2010-06-16T09:07:09+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mnowak/public_git/abrt.git/commit/?id=f08e08cff460fa8b78af3e3f9dc019a050ad76b2'/>
<id>f08e08cff460fa8b78af3e3f9dc019a050ad76b2</id>
<content type='text'>
- some reporters (logger, RHTSupport) doesn't require a good
  backtrace (so far only bz does) so gui shouldn't force user
  to have a good backtrace everytime
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- some reporters (logger, RHTSupport) doesn't require a good
  backtrace (so far only bz does) so gui shouldn't force user
  to have a good backtrace everytime
</pre>
</div>
</content>
</entry>
<entry>
<title>RHTSupport: actually use settings; report curl errors better</title>
<updated>2010-06-15T11:15:46+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2010-06-15T11:15:46+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mnowak/public_git/abrt.git/commit/?id=91e85cf829250429a2437076e9e165b4a953e5ac'/>
<id>91e85cf829250429a2437076e9e165b4a953e5ac</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>revert accidental changes to Bugzilla.GTKBuilder</title>
<updated>2010-06-15T10:02:42+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2010-06-15T10:02:42+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mnowak/public_git/abrt.git/commit/?id=dd488fb6ceb80f7963b1a1a29c4b90b80977bb34'/>
<id>dd488fb6ceb80f7963b1a1a29c4b90b80977bb34</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a GUI config dialog for RHTSupport plugin</title>
<updated>2010-06-15T09:57:19+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2010-06-15T09:57:19+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mnowak/public_git/abrt.git/commit/?id=ba47b1f44f6a72f137cf3f285fe31ccb590d0dcf'/>
<id>ba47b1f44f6a72f137cf3f285fe31ccb590d0dcf</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>abrt_curl: fix a problem with incorrect content-length on 32-bit arches</title>
<updated>2010-06-15T09:23:53+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2010-06-15T09:23:53+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mnowak/public_git/abrt.git/commit/?id=f2b9b027b6ccb888829197c4b037077d5017d8eb'/>
<id>f2b9b027b6ccb888829197c4b037077d5017d8eb</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>sosreport: save the dump directly to crashdump directory</title>
<updated>2010-06-14T19:04:58+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2010-06-14T19:04:58+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mnowak/public_git/abrt.git/commit/?id=e96851f7c5f22269410116ef1e1706cdc8282a7f'/>
<id>e96851f7c5f22269410116ef1e1706cdc8282a7f</id>
<content type='text'>
Old code was using intermediate file in /tmp. selinux was unhappy.
Run-tested.

Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Old code was using intermediate file in /tmp. selinux was unhappy.
Run-tested.

Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>plugin rename: rhticket -&gt; RHTSupport</title>
<updated>2010-06-14T14:20:17+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2010-06-14T14:20:17+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mnowak/public_git/abrt.git/commit/?id=31c63e8da01e0f9f3c34e89601f2076f39c1bd56'/>
<id>31c63e8da01e0f9f3c34e89601f2076f39c1bd56</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Move hooklib from src/Hooks to lib/Utils</title>
<updated>2010-06-09T15:18:47+00:00</updated>
<author>
<name>karel</name>
<email>karel@localhost.localdomain</email>
</author>
<published>2010-05-14T10:11:57+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mnowak/public_git/abrt.git/commit/?id=a28c9745990dbbf1454b449d454142f5603fa25e'/>
<id>a28c9745990dbbf1454b449d454142f5603fa25e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>remove useless duplicate statement</title>
<updated>2010-06-09T09:18:49+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2010-06-09T09:18:49+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mnowak/public_git/abrt.git/commit/?id=5fd2d50abb74b221bfc1c2c7d98767202bf3b37e'/>
<id>5fd2d50abb74b221bfc1c2c7d98767202bf3b37e</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Logger reporter: do not store useless info</title>
<updated>2010-06-08T13:03:45+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2010-06-08T13:03:45+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mnowak/public_git/abrt.git/commit/?id=3b6e3f03494e3e279c77b426b6bbb6853ef5a155'/>
<id>3b6e3f03494e3e279c77b426b6bbb6853ef5a155</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
