<feed xmlns='http://www.w3.org/2005/Atom'>
<title>subsurface.git, branch v4.4.97</title>
<subtitle>forked from https://github.com/subsurface/subsurface</subtitle>
<id>https://git.tsegers.com/subsurface.git/atom?h=v4.4.97</id>
<link rel='self' href='https://git.tsegers.com/subsurface.git/atom?h=v4.4.97'/>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/'/>
<updated>2015-09-19T22:33:40Z</updated>
<entry>
<title>Update two more translations before Beta 2</title>
<updated>2015-09-19T22:33:40Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2015-09-19T22:33:40Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=d2db571b7ab79638355fe3c19c461bb4e87e352e'/>
<id>urn:sha1:d2db571b7ab79638355fe3c19c461bb4e87e352e</id>
<content type='text'>
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Rename BTH_ADDR_STR_LEN macro</title>
<updated>2015-09-19T16:43:33Z</updated>
<author>
<name>Claudiu Olteanu</name>
<email>olteanu.claudiu@ymail.com</email>
</author>
<published>2015-09-19T16:31:21Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=a319c42310a32706c36a3993ed6ce8f84859632a'/>
<id>urn:sha1:a319c42310a32706c36a3993ed6ce8f84859632a</id>
<content type='text'>
Signed-off-by: Claudiu Olteanu &lt;olteanu.claudiu@ymail.com&gt;
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Fix Bluetooth address truncation issues on Windows</title>
<updated>2015-09-19T16:43:06Z</updated>
<author>
<name>Claudiu Olteanu</name>
<email>olteanu.claudiu@ymail.com</email>
</author>
<published>2015-09-19T16:14:51Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=89540e0fb2051b667135e2588e70b8ad49f61cd4'/>
<id>urn:sha1:89540e0fb2051b667135e2588e70b8ad49f61cd4</id>
<content type='text'>
On some Windows platforms when we convert a Bth address to a String
it is formatted as "(XX:XX:XX:XX:XX:XX)". Therefore we first try to
remove the round parentheses and finally we truncate the string
to 17 because there are 6 two-digit hex values and 5 colons.

Signed-off-by: Claudiu Olteanu &lt;olteanu.claudiu@ymail.com&gt;
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Getting ready or Subsurface 4.5 Beta 2</title>
<updated>2015-09-19T14:24:42Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2015-09-19T00:21:37Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=54f4ed70ce545283b3fbb0b7549d57fef1d84095'/>
<id>urn:sha1:54f4ed70ce545283b3fbb0b7549d57fef1d84095</id>
<content type='text'>
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Latest translations</title>
<updated>2015-09-19T14:24:42Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2015-09-19T14:24:12Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=1612790ebade0786fa0cf63f98ee7402e6a37cb3'/>
<id>urn:sha1:1612790ebade0786fa0cf63f98ee7402e6a37cb3</id>
<content type='text'>
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Update spanish translation of user manual to english-30d953d</title>
<updated>2015-09-19T14:24:41Z</updated>
<author>
<name>Salvador Cuñat</name>
<email>salvador.cunat@gmail.com</email>
</author>
<published>2015-09-19T12:13:26Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=82ff827faa62ac2e07a5e4e665c767603308ed6b'/>
<id>urn:sha1:82ff827faa62ac2e07a5e4e665c767603308ed6b</id>
<content type='text'>
Signed-off-by: Salvador Cuñat &lt;salvador.cunat@gmail.com&gt;
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Fix divecomputer nickname handling</title>
<updated>2015-09-18T21:01:05Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@linux-foundation.org</email>
</author>
<published>2015-09-17T21:38:20Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=09ded17e1cae66e1aef95cbe5c3b86dd196c9be9'/>
<id>urn:sha1:09ded17e1cae66e1aef95cbe5c3b86dd196c9be9</id>
<content type='text'>
Don't overwrite existing data.

[Dirk Hohndel: rewrote this a litte, but the logic is the same]

Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Uemis downloader: minor coding style changes</title>
<updated>2015-09-18T20:16:57Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2015-09-18T20:14:46Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=ca6f2c238aec0fd9dc0b12fad2df4028cf097fbb'/>
<id>urn:sha1:ca6f2c238aec0fd9dc0b12fad2df4028cf097fbb</id>
<content type='text'>
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Uemis downloader: don't try to download divespots that weren't set</title>
<updated>2015-09-18T20:16:57Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2015-09-18T19:37:23Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=07a2514d9f1910ed96316c7c46956c846f6a6d7d'/>
<id>urn:sha1:07a2514d9f1910ed96316c7c46956c846f6a6d7d</id>
<content type='text'>
This should cut down on redundant calls to download divespot #0.

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Uemis downloader: minor coding style updates</title>
<updated>2015-09-18T20:16:57Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2015-09-18T19:35:35Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=f7eb6f6b588cc83197705ad14bf4ab7eedc8ee06'/>
<id>urn:sha1:f7eb6f6b588cc83197705ad14bf4ab7eedc8ee06</id>
<content type='text'>
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
</feed>
