<feed xmlns='http://www.w3.org/2005/Atom'>
<title>subsurface.git/cmake, branch v4.8.1</title>
<subtitle>forked from https://github.com/subsurface/subsurface</subtitle>
<id>https://git.tsegers.com/subsurface.git/atom?h=v4.8.1</id>
<link rel='self' href='https://git.tsegers.com/subsurface.git/atom?h=v4.8.1'/>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/'/>
<updated>2018-07-03T21:58:00Z</updated>
<entry>
<title>Bump Subsurface-mobile version</title>
<updated>2018-07-03T21:58:00Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2018-07-03T18:49:00Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=86b02343a1548f75c1dbb9f25fc729471d992c15'/>
<id>urn:sha1:86b02343a1548f75c1dbb9f25fc729471d992c15</id>
<content type='text'>
Otherwise the Apple app store doesn't let me upload new test binaries.

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Switch mobile version to 2.1.0 in preparation for next release</title>
<updated>2018-06-18T06:06:04Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2018-06-18T06:05:58Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=2ae3760303c7a5666a7a23b5d41ad09d4963c85a'/>
<id>urn:sha1:2ae3760303c7a5666a7a23b5d41ad09d4963c85a</id>
<content type='text'>
Apple typically forces a much more detailed review if the version number
changes. Let's get this taken care of now as we prepare for release.

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Build system: correctly find libdivecomputer includes</title>
<updated>2018-02-20T13:29:47Z</updated>
<author>
<name>Jan Mulder</name>
<email>jlmulder@xs4all.nl</email>
</author>
<published>2018-02-20T12:53:57Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=f9aa67a399b665ac665094e2d115f05bd55e9245'/>
<id>urn:sha1:f9aa67a399b665ac665094e2d115f05bd55e9245</id>
<content type='text'>
Fully unsure when this got broken, but we tried to find the
libdivecomputer includes based on the include file "hw.h".
Interestingly, that file does not exisist (any more?) in
libdivecomputer, so the search for the include fails. This
is annoying, as the initial cmake fails on this in case of
developer builds from QtCreator (which do not compile all
dependencies like our home grown build scripts).

The solution is simple: just find the includes for
libdivecomputer based on exiting files in this lib.

Signed-off-by: Jan Mulder &lt;jlmulder@xs4all.nl&gt;
</content>
</entry>
<entry>
<title>mobile: bump to version 2.0.3</title>
<updated>2018-02-02T19:08:25Z</updated>
<author>
<name>Jan Mulder</name>
<email>jlmulder@xs4all.nl</email>
</author>
<published>2018-02-02T18:53:26Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=564b4cde5a07e4682e751597e02750b8db35fd42'/>
<id>urn:sha1:564b4cde5a07e4682e751597e02750b8db35fd42</id>
<content type='text'>
Signed-off-by: Jan Mulder &lt;jlmulder@xs4all.nl&gt;
</content>
</entry>
<entry>
<title>mobile: bump version to 2.0.2</title>
<updated>2017-12-29T17:11:19Z</updated>
<author>
<name>Jan Mulder</name>
<email>jlmulder@xs4all.nl</email>
</author>
<published>2017-12-29T08:54:31Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=a8c1f405f4cf4059386b9c2c69890b8284c3bd43'/>
<id>urn:sha1:a8c1f405f4cf4059386b9c2c69890b8284c3bd43</id>
<content type='text'>
Signed-off-by: Jan Mulder &lt;jlmulder@xs4all.nl&gt;
</content>
</entry>
<entry>
<title>Update Subsurface-mobile version number</title>
<updated>2017-11-25T17:40:10Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2017-11-25T17:40:10Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=fa57bb46f2e49fac5b8963fa21dd7a423b421859'/>
<id>urn:sha1:fa57bb46f2e49fac5b8963fa21dd7a423b421859</id>
<content type='text'>
Should have done that right after the release.

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Mac build: don't force link against OpenSSL</title>
<updated>2017-10-23T15:51:21Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2017-10-23T15:47:33Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=d839392bb6ec3fb13b35d72ef346def18561167b'/>
<id>urn:sha1:d839392bb6ec3fb13b35d72ef346def18561167b</id>
<content type='text'>
libgit2 uses native SSL / crypto on Darwin/macOS.

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>remove Marble cmake modules</title>
<updated>2017-09-04T14:46:35Z</updated>
<author>
<name>Lubomir I. Ivanov</name>
<email>neolit123@gmail.com</email>
</author>
<published>2017-09-02T11:40:02Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=da3288590e81498eeecd16a31f9bfd331a86a559'/>
<id>urn:sha1:da3288590e81498eeecd16a31f9bfd331a86a559</id>
<content type='text'>
Signed-off-by: Lubomir I. Ivanov &lt;neolit123@gmail.com&gt;
</content>
</entry>
<entry>
<title>Subsurface-mobile version jump to 2.0</title>
<updated>2017-07-04T04:58:26Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2017-07-03T22:21:20Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=016b19ef0c1624c5777da52e8c606791c0878828'/>
<id>urn:sha1:016b19ef0c1624c5777da52e8c606791c0878828</id>
<content type='text'>
The beginning of download (plus the UI overhaul) definitely deserve
a major version bump.

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Whitespace</title>
<updated>2017-07-03T20:48:54Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2017-07-03T20:48:54Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=096682cd942f4dcc42a6f40edff85c28720e75bc'/>
<id>urn:sha1:096682cd942f4dcc42a6f40edff85c28720e75bc</id>
<content type='text'>
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
</feed>
