<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/libnitrokey, branch names_clash</title>
<subtitle>Communicate with Nitrokey devices in a clean and easy manner (GitHub mirror)
</subtitle>
<id>https://git.ireas.org/mirrors/libnitrokey/atom?h=names_clash</id>
<link rel='self' href='https://git.ireas.org/mirrors/libnitrokey/atom?h=names_clash'/>
<link rel='alternate' type='text/html' href='https://git.ireas.org/mirrors/libnitrokey/'/>
<updated>2018-08-23T16:05:11Z</updated>
<entry>
<title>Fix potential names clash with client projects</title>
<updated>2018-08-23T16:05:11Z</updated>
<author>
<name>Szczepan Zalega</name>
<email>szczepan@nitrokey.com</email>
</author>
<published>2018-08-23T16:05:11Z</published>
<link rel='alternate' type='text/html' href='https://git.ireas.org/mirrors/libnitrokey/commit/?id=dee6ebe5d0a9ea5d555852011d219a66d8746b0e'/>
<id>urn:sha1:dee6ebe5d0a9ea5d555852011d219a66d8746b0e</id>
<content type='text'>
Nitrokey App was failing to build due to name clash with version.h file. Renamed.

Tested CMake, QMake and Meson build.

Signed-off-by: Szczepan Zalega &lt;szczepan@nitrokey.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'pr_131'</title>
<updated>2018-07-24T09:10:52Z</updated>
<author>
<name>Szczepan Zalega</name>
<email>szczepan@nitrokey.com</email>
</author>
<published>2018-07-24T09:10:52Z</published>
<link rel='alternate' type='text/html' href='https://git.ireas.org/mirrors/libnitrokey/commit/?id=ef171dfd5bf23da606597a251c327ad2c52ec7b8'/>
<id>urn:sha1:ef171dfd5bf23da606597a251c327ad2c52ec7b8</id>
<content type='text'>
Add virtual destructor to logger classes.
Fixes compilation warning

Fixes #131
Fixes #129
</content>
</entry>
<entry>
<title>Merge branch 'pr_132'</title>
<updated>2018-07-24T08:28:45Z</updated>
<author>
<name>Szczepan Zalega</name>
<email>szczepan@nitrokey.com</email>
</author>
<published>2018-07-24T08:28:45Z</published>
<link rel='alternate' type='text/html' href='https://git.ireas.org/mirrors/libnitrokey/commit/?id=2ebf30d87dc0b9bcc9488afab441e31044ec7ffa'/>
<id>urn:sha1:2ebf30d87dc0b9bcc9488afab441e31044ec7ffa</id>
<content type='text'>
Update Catch to 2.3.0
Both CMake and Meson build files updated.
Tests compile (with both) and run with a Storage device.
Fixes #132
</content>
</entry>
<entry>
<title>Update for compatibility with Catch2 version 2.3.0</title>
<updated>2018-07-24T08:27:56Z</updated>
<author>
<name>Tom Hughes</name>
<email>tom@compton.nu</email>
</author>
<published>2018-07-23T18:02:56Z</published>
<link rel='alternate' type='text/html' href='https://git.ireas.org/mirrors/libnitrokey/commit/?id=8de3f4d145c8f0321164afdcd1fa3d0e0c374e97'/>
<id>urn:sha1:8de3f4d145c8f0321164afdcd1fa3d0e0c374e97</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update Catch to version 2.3.0</title>
<updated>2018-07-24T08:27:56Z</updated>
<author>
<name>Tom Hughes</name>
<email>tom@compton.nu</email>
</author>
<published>2018-07-23T21:49:10Z</published>
<link rel='alternate' type='text/html' href='https://git.ireas.org/mirrors/libnitrokey/commit/?id=5e8073e4c722f75523156db617c5d8f011d28538'/>
<id>urn:sha1:5e8073e4c722f75523156db617c5d8f011d28538</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update URL for Catch submodule</title>
<updated>2018-07-24T08:27:56Z</updated>
<author>
<name>Tom Hughes</name>
<email>tom@compton.nu</email>
</author>
<published>2018-07-23T21:34:14Z</published>
<link rel='alternate' type='text/html' href='https://git.ireas.org/mirrors/libnitrokey/commit/?id=0f1a273af44cb1b2045e42e7e26c7f2ea7dc8b11'/>
<id>urn:sha1:0f1a273af44cb1b2045e42e7e26c7f2ea7dc8b11</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'pr_130'</title>
<updated>2018-07-18T14:17:40Z</updated>
<author>
<name>Szczepan Zalega</name>
<email>szczepan@nitrokey.com</email>
</author>
<published>2018-07-18T14:17:40Z</published>
<link rel='alternate' type='text/html' href='https://git.ireas.org/mirrors/libnitrokey/commit/?id=6984151c61a85e10e93946f506b2f65b9dd9ec1b'/>
<id>urn:sha1:6984151c61a85e10e93946f506b2f65b9dd9ec1b</id>
<content type='text'>
Meson: copy udev, fallback for git version.
Fixes #130
</content>
</entry>
<entry>
<title>log: define default virtual destructor for LogHandler</title>
<updated>2018-07-18T13:42:00Z</updated>
<author>
<name>Igor Gnatenko</name>
<email>i.gnatenko.brain@gmail.com</email>
</author>
<published>2018-07-18T13:41:29Z</published>
<link rel='alternate' type='text/html' href='https://git.ireas.org/mirrors/libnitrokey/commit/?id=f4ac8a6ba31189710b89d2bbb017424267494996'/>
<id>urn:sha1:f4ac8a6ba31189710b89d2bbb017424267494996</id>
<content type='text'>
Fixes: https://github.com/Nitrokey/libnitrokey/issues/129
Signed-off-by: Igor Gnatenko &lt;i.gnatenko.brain@gmail.com&gt;
</content>
</entry>
<entry>
<title>meson: install udev rules</title>
<updated>2018-07-18T13:27:25Z</updated>
<author>
<name>Igor Gnatenko</name>
<email>i.gnatenko.brain@gmail.com</email>
</author>
<published>2018-07-18T13:24:56Z</published>
<link rel='alternate' type='text/html' href='https://git.ireas.org/mirrors/libnitrokey/commit/?id=ec6769295de915ef2d4350b4ad51106d3b971874'/>
<id>urn:sha1:ec6769295de915ef2d4350b4ad51106d3b971874</id>
<content type='text'>
Signed-off-by: Igor Gnatenko &lt;i.gnatenko.brain@gmail.com&gt;
</content>
</entry>
<entry>
<title>meson: improve generation of vcs_tag</title>
<updated>2018-07-18T13:15:12Z</updated>
<author>
<name>Igor Gnatenko</name>
<email>i.gnatenko.brain@gmail.com</email>
</author>
<published>2018-07-18T13:15:12Z</published>
<link rel='alternate' type='text/html' href='https://git.ireas.org/mirrors/libnitrokey/commit/?id=0f934ad96576a6ecf1b616a5a824cc253abb5b3d'/>
<id>urn:sha1:0f934ad96576a6ecf1b616a5a824cc253abb5b3d</id>
<content type='text'>
Signed-off-by: Igor Gnatenko &lt;i.gnatenko.brain@gmail.com&gt;
</content>
</entry>
</feed>
