<feed xmlns='http://www.w3.org/2005/Atom'>
<title>metastore/NEWS, branch v1.1.0</title>
<subtitle>File metadata backup/comparison/restoration tool</subtitle>
<link rel='alternate' type='text/html' href='https://spragg-ssl.co.uk/projects/cgit.cgi/metastore/'/>
<entry>
<title>metastore v1.1.0</title>
<updated>2016-02-01T23:55:57+00:00</updated>
<author>
<name>Przemyslaw Pawelczyk</name>
<email>przemoc@gmail.com</email>
</author>
<published>2016-02-01T23:55:57+00:00</published>
<link rel='alternate' type='text/html' href='https://spragg-ssl.co.uk/projects/cgit.cgi/metastore/commit/?id=0197117b44119a91b547c1c2a6722bffb4c8a59e'/>
<id>0197117b44119a91b547c1c2a6722bffb4c8a59e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>NEWS: Update planned release date.</title>
<updated>2016-01-31T22:20:38+00:00</updated>
<author>
<name>Przemyslaw Pawelczyk</name>
<email>przemoc@gmail.com</email>
</author>
<published>2016-01-31T22:20:38+00:00</published>
<link rel='alternate' type='text/html' href='https://spragg-ssl.co.uk/projects/cgit.cgi/metastore/commit/?id=72ca616380695963d5707db49ef5b78d5b34a1ed'/>
<id>72ca616380695963d5707db49ef5b78d5b34a1ed</id>
<content type='text'>
Starting from upcoming version 1.1.0 I won't ever put planned release
date of the next version in NEWS file.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Starting from upcoming version 1.1.0 I won't ever put planned release
date of the next version in NEWS file.
</pre>
</div>
</content>
</entry>
<entry>
<title>NEWS: Extract old times into ONEWS file.</title>
<updated>2016-01-30T21:08:08+00:00</updated>
<author>
<name>Przemyslaw Pawelczyk</name>
<email>przemoc@gmail.com</email>
</author>
<published>2016-01-30T21:08:08+00:00</published>
<link rel='alternate' type='text/html' href='https://spragg-ssl.co.uk/projects/cgit.cgi/metastore/commit/?id=58d88a8e00318b02eab51e7ddfed510e70ffc0dd'/>
<id>58d88a8e00318b02eab51e7ddfed510e70ffc0dd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>NEWS: Update planned release date.</title>
<updated>2016-01-12T00:48:08+00:00</updated>
<author>
<name>Przemyslaw Pawelczyk</name>
<email>przemoc@gmail.com</email>
</author>
<published>2016-01-12T00:48:08+00:00</published>
<link rel='alternate' type='text/html' href='https://spragg-ssl.co.uk/projects/cgit.cgi/metastore/commit/?id=ddc57ddc6ca9be5c61e678edb81b946baa774982'/>
<id>ddc57ddc6ca9be5c61e678edb81b946baa774982</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>NEWS: Mention some important changes during my unofficial continuation.</title>
<updated>2016-01-12T00:43:21+00:00</updated>
<author>
<name>Przemyslaw Pawelczyk</name>
<email>przemoc@gmail.com</email>
</author>
<published>2016-01-12T00:43:21+00:00</published>
<link rel='alternate' type='text/html' href='https://spragg-ssl.co.uk/projects/cgit.cgi/metastore/commit/?id=c71f80191aaf1d076b4ba2e862a22ec2e2aba637'/>
<id>c71f80191aaf1d076b4ba2e862a22ec2e2aba637</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>metaentry.c: Fix meta entry handling in case of xattr errors.</title>
<updated>2016-01-12T00:04:13+00:00</updated>
<author>
<name>Przemyslaw Pawelczyk</name>
<email>przemoc@gmail.com</email>
</author>
<published>2016-01-12T00:04:13+00:00</published>
<link rel='alternate' type='text/html' href='https://spragg-ssl.co.uk/projects/cgit.cgi/metastore/commit/?id=98e73203bf9df504cd45baab0bee63c6fe7a14df'/>
<id>98e73203bf9df504cd45baab0bee63c6fe7a14df</id>
<content type='text'>
getxattr() call can fail in mentry_create(), so NULL-initialize
mentry-&gt;xattr_values[i] and update mentry-&gt;xattrs upon error, so there
is no attempt in mentry_free() to free unitialized xattr_names[i] and
xattr_values[i] pointers.

Fixes #38.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
getxattr() call can fail in mentry_create(), so NULL-initialize
mentry-&gt;xattr_values[i] and update mentry-&gt;xattrs upon error, so there
is no attempt in mentry_free() to free unitialized xattr_names[i] and
xattr_values[i] pointers.

Fixes #38.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add action to dump metadata in human-readable form: -d / --dump.</title>
<updated>2015-09-07T23:08:32+00:00</updated>
<author>
<name>Przemyslaw Pawelczyk</name>
<email>przemoc@gmail.com</email>
</author>
<published>2015-09-07T23:08:32+00:00</published>
<link rel='alternate' type='text/html' href='https://spragg-ssl.co.uk/projects/cgit.cgi/metastore/commit/?id=7c7eabdfc213636fa1f5a7fe7e457b20a8d7defd'/>
<id>7c7eabdfc213636fa1f5a7fe7e457b20a8d7defd</id>
<content type='text'>
metastore depends now on libbsd, because of strmode() function.

This commit fixes issue #28.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
metastore depends now on libbsd, because of strmode() function.

This commit fixes issue #28.
</pre>
</div>
</content>
</entry>
<entry>
<title>NEWS: Add info about recent bugfix in 489d586.</title>
<updated>2015-09-07T22:48:04+00:00</updated>
<author>
<name>Przemyslaw Pawelczyk</name>
<email>przemoc@gmail.com</email>
</author>
<published>2015-09-07T22:48:04+00:00</published>
<link rel='alternate' type='text/html' href='https://spragg-ssl.co.uk/projects/cgit.cgi/metastore/commit/?id=dbf59f5a730cdacd84d7dcf4416baec7f7546787'/>
<id>dbf59f5a730cdacd84d7dcf4416baec7f7546787</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'impro/switch-xattr-header'</title>
<updated>2015-09-02T21:32:01+00:00</updated>
<author>
<name>Przemyslaw Pawelczyk</name>
<email>przemoc@gmail.com</email>
</author>
<published>2015-09-02T21:32:01+00:00</published>
<link rel='alternate' type='text/html' href='https://spragg-ssl.co.uk/projects/cgit.cgi/metastore/commit/?id=c7e8ae67a35a6b578f9a756a59256d8c8933a046'/>
<id>c7e8ae67a35a6b578f9a756a59256d8c8933a046</id>
<content type='text'>
Conflicts:
	NEWS
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Conflicts:
	NEWS
</pre>
</div>
</content>
</entry>
<entry>
<title>NEWS: Add information about new example script.</title>
<updated>2015-09-02T21:28:49+00:00</updated>
<author>
<name>Przemyslaw Pawelczyk</name>
<email>przemoc@gmail.com</email>
</author>
<published>2015-09-02T21:28:49+00:00</published>
<link rel='alternate' type='text/html' href='https://spragg-ssl.co.uk/projects/cgit.cgi/metastore/commit/?id=76760ad49ac9efdf3980cae2e816f899986f5eeb'/>
<id>76760ad49ac9efdf3980cae2e816f899986f5eeb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
