<feed xmlns='http://www.w3.org/2005/Atom'>
<title>markzz/aurweb.git, branch v4.1.0</title>
<subtitle>aurweb working repository</subtitle>
<id>https://git.markzz.net/markzz/aurweb.git/atom/?h=v4.1.0</id>
<link rel='self' href='https://git.markzz.net/markzz/aurweb.git/atom/?h=v4.1.0'/>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/'/>
<updated>2015-10-03T07:28:18Z</updated>
<entry>
<title>Release 4.1.0</title>
<updated>2015-10-03T07:28:18Z</updated>
<author>
<name>Lukas Fleischer</name>
<email>lfleischer@archlinux.org</email>
</author>
<published>2015-10-03T07:28:18Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=c7fc6e6d33749f0a4cbf25f328f2f695905a91c1'/>
<id>urn:sha1:c7fc6e6d33749f0a4cbf25f328f2f695905a91c1</id>
<content type='text'>
Signed-off-by: Lukas Fleischer &lt;lfleischer@archlinux.org&gt;
</content>
</entry>
<entry>
<title>Translation updates from Transifex</title>
<updated>2015-10-03T07:26:32Z</updated>
<author>
<name>Lukas Fleischer</name>
<email>lfleischer@archlinux.org</email>
</author>
<published>2015-10-03T07:26:32Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=34153f41a99422374ec00ce284f068b733b49c2e'/>
<id>urn:sha1:34153f41a99422374ec00ce284f068b733b49c2e</id>
<content type='text'>
Signed-off-by: Lukas Fleischer &lt;lfleischer@archlinux.org&gt;
</content>
</entry>
<entry>
<title>Show a warning if .SRCINFO is unchanged</title>
<updated>2015-09-29T18:54:55Z</updated>
<author>
<name>Lukas Fleischer</name>
<email>lfleischer@archlinux.org</email>
</author>
<published>2015-09-29T06:03:26Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=612300b39c3c19153fa4efa6cbb539c53f5f71ea'/>
<id>urn:sha1:612300b39c3c19153fa4efa6cbb539c53f5f71ea</id>
<content type='text'>
Warn users when a remote ref update does not change the content of
.SRCINFO such that users are reminded of updating package meta data.

Implements FS#46130.

Signed-off-by: Lukas Fleischer &lt;lfleischer@archlinux.org&gt;
</content>
</entry>
<entry>
<title>Remove empty package bases after 24 hours</title>
<updated>2015-09-29T18:51:08Z</updated>
<author>
<name>Lukas Fleischer</name>
<email>lfleischer@archlinux.org</email>
</author>
<published>2015-09-29T18:47:24Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=693e4b50a3fb57f90d802806fd1b8b78f21bd499'/>
<id>urn:sha1:693e4b50a3fb57f90d802806fd1b8b78f21bd499</id>
<content type='text'>
By using the setup-repo command, it is currently possible to create
empty package bases, which can be used to make package base
reservations. Add a maintenance script to remove such empty package
bases after 24 hours.

Fixes FS#46279.

Signed-off-by: Lukas Fleischer &lt;lfleischer@archlinux.org&gt;
</content>
</entry>
<entry>
<title>AUTHORS: Add date ranges to current maintainers</title>
<updated>2015-09-29T18:51:03Z</updated>
<author>
<name>Lukas Fleischer</name>
<email>lfleischer@archlinux.org</email>
</author>
<published>2015-09-29T06:14:54Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=fcb495874f3ff66b42dc723c99cb8ca4678a348a'/>
<id>urn:sha1:fcb495874f3ff66b42dc723c99cb8ca4678a348a</id>
<content type='text'>
Signed-off-by: Lukas Fleischer &lt;lfleischer@archlinux.org&gt;
</content>
</entry>
<entry>
<title>Update message catalog</title>
<updated>2015-09-26T05:49:27Z</updated>
<author>
<name>Lukas Fleischer</name>
<email>lfleischer@archlinux.org</email>
</author>
<published>2015-09-26T05:49:27Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=e66595fb92204c4178b475e0cddf39f54154269d'/>
<id>urn:sha1:e66595fb92204c4178b475e0cddf39f54154269d</id>
<content type='text'>
Signed-off-by: Lukas Fleischer &lt;lfleischer@archlinux.org&gt;
</content>
</entry>
<entry>
<title>aurjson.class.php: Sync error message with front-end</title>
<updated>2015-09-26T05:43:10Z</updated>
<author>
<name>Lukas Fleischer</name>
<email>lfleischer@archlinux.org</email>
</author>
<published>2015-09-26T05:42:05Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=c67e5a1cdf970062c75ad11f019340d318193cbb'/>
<id>urn:sha1:c67e5a1cdf970062c75ad11f019340d318193cbb</id>
<content type='text'>
Instead of introducing a new message "You do not have the right to edit
this comment." for the RPC interface, use "You are not allowed to edit
this comment." which we already show in the front-end.

Reported-by: Christoph Seitz &lt;seitz.christoph@gmail.com&gt;
Signed-off-by: Lukas Fleischer &lt;lfleischer@archlinux.org&gt;
</content>
</entry>
<entry>
<title>pkgfuncs.inc.php: Squelch PHP warning</title>
<updated>2015-09-25T06:35:44Z</updated>
<author>
<name>Lukas Fleischer</name>
<email>lfleischer@archlinux.org</email>
</author>
<published>2015-09-24T16:31:47Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=938b1058ebb6f652133fcba8f26606b4fb557d29'/>
<id>urn:sha1:938b1058ebb6f652133fcba8f26606b4fb557d29</id>
<content type='text'>
Signed-off-by: Lukas Fleischer &lt;lfleischer@archlinux.org&gt;
</content>
</entry>
<entry>
<title>aurjson.class.php: Fix "Undefined index" notices</title>
<updated>2015-09-25T06:35:43Z</updated>
<author>
<name>Lukas Fleischer</name>
<email>lfleischer@archlinux.org</email>
</author>
<published>2015-09-24T16:27:21Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=2f8e0dfa3ac67a4225b27135977a48b124717762'/>
<id>urn:sha1:2f8e0dfa3ac67a4225b27135977a48b124717762</id>
<content type='text'>
Signed-off-by: Lukas Fleischer &lt;lfleischer@archlinux.org&gt;
</content>
</entry>
<entry>
<title>Make it more clear that the bug tracker is for aurweb only</title>
<updated>2015-09-24T05:05:28Z</updated>
<author>
<name>Marcel Korpel</name>
<email>marcel.korpel@gmail.com</email>
</author>
<published>2015-09-23T21:48:56Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=df160b61e87939689ec359926975892505aa2168'/>
<id>urn:sha1:df160b61e87939689ec359926975892505aa2168</id>
<content type='text'>
Signed-off-by: Marcel Korpel &lt;marcel.korpel@gmail.com&gt;
Signed-off-by: Lukas Fleischer &lt;lfleischer@archlinux.org&gt;
</content>
</entry>
</feed>
