<feed xmlns='http://www.w3.org/2005/Atom'>
<title>squashfs-tools-ng.git, branch v0.6</title>
<subtitle>A new set of tools and libraries for working with SquashFS images</subtitle>
<id>https://git.infraroot.at/squashfs-tools-ng.git/atom?h=v0.6</id>
<link rel='self' href='https://git.infraroot.at/squashfs-tools-ng.git/atom?h=v0.6'/>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/squashfs-tools-ng.git/'/>
<updated>2019-08-22T09:53:44+00:00</updated>
<entry>
<title>Fix uint64_t printf for compatility with 32 bit systems</title>
<updated>2019-08-22T09:53:44+00:00</updated>
<author>
<name>David Oberhollenzer</name>
<email>david.oberhollenzer@sigma-star.at</email>
</author>
<published>2019-08-22T09:51:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/squashfs-tools-ng.git/commit/?id=8e7311da64b262a8f6a2fbf5119eba8c3e37dfd6'/>
<id>urn:sha1:8e7311da64b262a8f6a2fbf5119eba8c3e37dfd6</id>
<content type='text'>
Signed-off-by: David Oberhollenzer &lt;david.oberhollenzer@sigma-star.at&gt;
</content>
</entry>
<entry>
<title>Fix resource leak in compare_dir_entries error path</title>
<updated>2019-08-22T09:35:27+00:00</updated>
<author>
<name>David Oberhollenzer</name>
<email>david.oberhollenzer@sigma-star.at</email>
</author>
<published>2019-08-22T09:35:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/squashfs-tools-ng.git/commit/?id=37ae9c186d56eaf85af700cc6beb2130ff267d01'/>
<id>urn:sha1:37ae9c186d56eaf85af700cc6beb2130ff267d01</id>
<content type='text'>
Signed-off-by: David Oberhollenzer &lt;david.oberhollenzer@sigma-star.at&gt;
</content>
</entry>
<entry>
<title>Bump version number for next release</title>
<updated>2019-08-21T21:34:59+00:00</updated>
<author>
<name>David Oberhollenzer</name>
<email>david.oberhollenzer@sigma-star.at</email>
</author>
<published>2019-08-21T21:34:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/squashfs-tools-ng.git/commit/?id=362baf7c95404f06da0fdb14802821bff724d690'/>
<id>urn:sha1:362baf7c95404f06da0fdb14802821bff724d690</id>
<content type='text'>
Signed-off-by: David Oberhollenzer &lt;david.oberhollenzer@sigma-star.at&gt;
</content>
</entry>
<entry>
<title>Fix "no attributes" sentinel value for xattr reader</title>
<updated>2019-08-21T18:55:32+00:00</updated>
<author>
<name>David Oberhollenzer</name>
<email>david.oberhollenzer@sigma-star.at</email>
</author>
<published>2019-08-21T18:54:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/squashfs-tools-ng.git/commit/?id=0a1738c877e5098030932cbf54768415fe25a7c1'/>
<id>urn:sha1:0a1738c877e5098030932cbf54768415fe25a7c1</id>
<content type='text'>
An inode can be of extended type for reasons other than having extended
attributes and simply set the xattr ID to 0xFFFFFFFF to indicate that
it doesn't have extended attributes.

Signed-off-by: David Oberhollenzer &lt;david.oberhollenzer@sigma-star.at&gt;
</content>
</entry>
<entry>
<title>Update man pages</title>
<updated>2019-08-21T14:44:11+00:00</updated>
<author>
<name>David Oberhollenzer</name>
<email>david.oberhollenzer@sigma-star.at</email>
</author>
<published>2019-08-21T14:04:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/squashfs-tools-ng.git/commit/?id=6d3ff186da6f59d2164662ca5f1052219f1d92fd'/>
<id>urn:sha1:6d3ff186da6f59d2164662ca5f1052219f1d92fd</id>
<content type='text'>
 - Add "see also" references
 - Make some adjustments as suggested by man-pages(7)
 - Clarify environment variable behaviour

Signed-off-by: David Oberhollenzer &lt;david.oberhollenzer@sigma-star.at&gt;
</content>
</entry>
<entry>
<title>Update sqfsdiff documentation</title>
<updated>2019-08-21T13:54:35+00:00</updated>
<author>
<name>David Oberhollenzer</name>
<email>david.oberhollenzer@sigma-star.at</email>
</author>
<published>2019-08-21T13:54:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/squashfs-tools-ng.git/commit/?id=a408953eebb0dc65441e9ec4becbc8e2dba6c0e8'/>
<id>urn:sha1:a408953eebb0dc65441e9ec4becbc8e2dba6c0e8</id>
<content type='text'>
Signed-off-by: David Oberhollenzer &lt;david.oberhollenzer@sigma-star.at&gt;
</content>
</entry>
<entry>
<title>Fix timestamp comparison for directory source</title>
<updated>2019-08-21T13:49:38+00:00</updated>
<author>
<name>David Oberhollenzer</name>
<email>david.oberhollenzer@sigma-star.at</email>
</author>
<published>2019-08-21T13:49:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/squashfs-tools-ng.git/commit/?id=41bf6b0aa2594b8cd5732ca51982f5f95fe63724'/>
<id>urn:sha1:41bf6b0aa2594b8cd5732ca51982f5f95fe63724</id>
<content type='text'>
Signed-off-by: David Oberhollenzer &lt;david.oberhollenzer@sigma-star.at&gt;
</content>
</entry>
<entry>
<title>Also extract files in sqfsdiff that only exist in one of the two sources</title>
<updated>2019-08-21T13:22:01+00:00</updated>
<author>
<name>David Oberhollenzer</name>
<email>david.oberhollenzer@sigma-star.at</email>
</author>
<published>2019-08-21T13:21:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/squashfs-tools-ng.git/commit/?id=b5d6fe8f20aed1304bb7531d35c6866563de078f'/>
<id>urn:sha1:b5d6fe8f20aed1304bb7531d35c6866563de078f</id>
<content type='text'>
Signed-off-by: David Oberhollenzer &lt;david.oberhollenzer@sigma-star.at&gt;
</content>
</entry>
<entry>
<title>Fix usage of EXIT_* constants in sqfsdiff</title>
<updated>2019-08-21T13:22:01+00:00</updated>
<author>
<name>David Oberhollenzer</name>
<email>david.oberhollenzer@sigma-star.at</email>
</author>
<published>2019-08-21T12:49:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/squashfs-tools-ng.git/commit/?id=28a0007be711c18b4949689026845b46025aa566'/>
<id>urn:sha1:28a0007be711c18b4949689026845b46025aa566</id>
<content type='text'>
Signed-off-by: David Oberhollenzer &lt;david.oberhollenzer@sigma-star.at&gt;
</content>
</entry>
<entry>
<title>Use "old" and "new" prefix when extracting files in sqfsdiff</title>
<updated>2019-08-21T13:22:01+00:00</updated>
<author>
<name>David Oberhollenzer</name>
<email>david.oberhollenzer@sigma-star.at</email>
</author>
<published>2019-08-21T12:37:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/squashfs-tools-ng.git/commit/?id=66e59bc2f10e35fbbbbaa7c4abff8a27148f00e4'/>
<id>urn:sha1:66e59bc2f10e35fbbbbaa7c4abff8a27148f00e4</id>
<content type='text'>
Signed-off-by: David Oberhollenzer &lt;david.oberhollenzer@sigma-star.at&gt;
</content>
</entry>
</feed>
