<feed xmlns='http://www.w3.org/2005/Atom'>
<title>squashfs-tools-ng.git, branch v0.7</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.7</id>
<link rel='self' href='https://git.infraroot.at/squashfs-tools-ng.git/atom?h=v0.7'/>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/squashfs-tools-ng.git/'/>
<updated>2019-10-08T15:45:40+00:00</updated>
<entry>
<title>Update CHANGELOG</title>
<updated>2019-10-08T15:45:40+00:00</updated>
<author>
<name>David Oberhollenzer</name>
<email>david.oberhollenzer@sigma-star.at</email>
</author>
<published>2019-10-08T11:06:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/squashfs-tools-ng.git/commit/?id=f6097a5e6846199a04eb5b2f1895afc09bf9132b'/>
<id>urn:sha1:f6097a5e6846199a04eb5b2f1895afc09bf9132b</id>
<content type='text'>
Signed-off-by: David Oberhollenzer &lt;david.oberhollenzer@sigma-star.at&gt;
</content>
</entry>
<entry>
<title>Add a configure option to disable building the tools</title>
<updated>2019-10-08T15:45:28+00:00</updated>
<author>
<name>David Oberhollenzer</name>
<email>david.oberhollenzer@sigma-star.at</email>
</author>
<published>2019-10-08T13:17:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/squashfs-tools-ng.git/commit/?id=7c605f573122d346c20d9ac3be6db05959f4eaf8'/>
<id>urn:sha1:7c605f573122d346c20d9ac3be6db05959f4eaf8</id>
<content type='text'>
If this option is used, only libsquashfs is built and installed,
and the test cases for the other helper libraries are deactivated.

Signed-off-by: David Oberhollenzer &lt;david.oberhollenzer@sigma-star.at&gt;
</content>
</entry>
<entry>
<title>Remove maximum queue backlog guestimation.</title>
<updated>2019-10-08T10:04:49+00:00</updated>
<author>
<name>David Oberhollenzer</name>
<email>david.oberhollenzer@sigma-star.at</email>
</author>
<published>2019-10-08T10:04:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/squashfs-tools-ng.git/commit/?id=7e9d4eeea163658d2ea99d15dfd340bcbe7c1a69'/>
<id>urn:sha1:7e9d4eeea163658d2ea99d15dfd340bcbe7c1a69</id>
<content type='text'>
Partially revers 2b7df394057c013fd042b85a4d5fd0104ba4a9be.

Making the queue fill the entire RAM had some unintended side
effects that need further investigation. For now, revert back
to the old behaviour.

Signed-off-by: David Oberhollenzer &lt;david.oberhollenzer@sigma-star.at&gt;
</content>
</entry>
<entry>
<title>sqfsdiff: continue comparison if types are compatible</title>
<updated>2019-10-08T08:17:43+00:00</updated>
<author>
<name>David Oberhollenzer</name>
<email>david.oberhollenzer@sigma-star.at</email>
</author>
<published>2019-10-08T08:17:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/squashfs-tools-ng.git/commit/?id=1fc5b3bb6d4dcaa5a1e54e3f60434c8623e8e274'/>
<id>urn:sha1:1fc5b3bb6d4dcaa5a1e54e3f60434c8623e8e274</id>
<content type='text'>
Signed-off-by: David Oberhollenzer &lt;david.oberhollenzer@sigma-star.at&gt;
</content>
</entry>
<entry>
<title>Fix: propperly clear index entry</title>
<updated>2019-10-07T22:57:09+00:00</updated>
<author>
<name>David Oberhollenzer</name>
<email>david.oberhollenzer@sigma-star.at</email>
</author>
<published>2019-10-07T22:57:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/squashfs-tools-ng.git/commit/?id=0b135e181b1610ff3d1e4a46dfdf06337b4a37e8'/>
<id>urn:sha1:0b135e181b1610ff3d1e4a46dfdf06337b4a37e8</id>
<content type='text'>
Signed-off-by: David Oberhollenzer &lt;david.oberhollenzer@sigma-star.at&gt;
</content>
</entry>
<entry>
<title>Fix storing of the directory index in the inode, size accounting</title>
<updated>2019-10-07T22:44:54+00:00</updated>
<author>
<name>David Oberhollenzer</name>
<email>david.oberhollenzer@sigma-star.at</email>
</author>
<published>2019-10-07T22:38:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/squashfs-tools-ng.git/commit/?id=ceb69c618438e9e250616af4ad8063151e7d99c5'/>
<id>urn:sha1:ceb69c618438e9e250616af4ad8063151e7d99c5</id>
<content type='text'>
After the last modification, the directory index size counter
no longer counts the size, but the number of index entries. To
avoid future confusion, remove the thing entirely and compute
the size on the fly.

Furthermore, eliminate unaligned memory writes and fix the
darn counter once again.

Signed-off-by: David Oberhollenzer &lt;david.oberhollenzer@sigma-star.at&gt;
</content>
</entry>
<entry>
<title>Fix recovery of directory index in inode reader</title>
<updated>2019-10-07T22:44:54+00:00</updated>
<author>
<name>David Oberhollenzer</name>
<email>david.oberhollenzer@sigma-star.at</email>
</author>
<published>2019-10-07T22:35:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/squashfs-tools-ng.git/commit/?id=768d36ec643268fac24f961b2948fecd1d2e7310'/>
<id>urn:sha1:768d36ec643268fac24f961b2948fecd1d2e7310</id>
<content type='text'>
Apparently mksquashfs writes an actual usage count (1 = 1 entry,
2 = 2 entries; i.e. NOT off by one).

Also, if it does happen to be garbage, guard against an overflow.

Signed-off-by: David Oberhollenzer &lt;david.oberhollenzer@sigma-star.at&gt;
</content>
</entry>
<entry>
<title>Fix unaligned reads in write_dir_index</title>
<updated>2019-10-07T22:44:54+00:00</updated>
<author>
<name>David Oberhollenzer</name>
<email>david.oberhollenzer@sigma-star.at</email>
</author>
<published>2019-10-07T22:33:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/squashfs-tools-ng.git/commit/?id=194cd03d0e32656c2786ec01e9f22d4a9c6921fc'/>
<id>urn:sha1:194cd03d0e32656c2786ec01e9f22d4a9c6921fc</id>
<content type='text'>
Signed-off-by: David Oberhollenzer &lt;david.oberhollenzer@sigma-star.at&gt;
</content>
</entry>
<entry>
<title>Make sure the statistics counters are initialized to 0</title>
<updated>2019-10-07T22:44:54+00:00</updated>
<author>
<name>David Oberhollenzer</name>
<email>david.oberhollenzer@sigma-star.at</email>
</author>
<published>2019-10-07T22:44:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/squashfs-tools-ng.git/commit/?id=5cdaa85085810cc329654248be1ec5206367f68c'/>
<id>urn:sha1:5cdaa85085810cc329654248be1ec5206367f68c</id>
<content type='text'>
Signed-off-by: David Oberhollenzer &lt;david.oberhollenzer@sigma-star.at&gt;
</content>
</entry>
<entry>
<title>Bump version number for the next release</title>
<updated>2019-10-07T14:25:38+00:00</updated>
<author>
<name>David Oberhollenzer</name>
<email>david.oberhollenzer@sigma-star.at</email>
</author>
<published>2019-10-07T14:21:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/squashfs-tools-ng.git/commit/?id=b9aafc41fdb11130bbce61db6d9fdaa380c6df5d'/>
<id>urn:sha1:b9aafc41fdb11130bbce61db6d9fdaa380c6df5d</id>
<content type='text'>
Signed-off-by: David Oberhollenzer &lt;david.oberhollenzer@sigma-star.at&gt;
</content>
</entry>
</feed>
