<feed xmlns='http://www.w3.org/2005/Atom'>
<title>subsurface.git/Makefile, branch v3.0.1</title>
<subtitle>forked from https://github.com/subsurface/subsurface</subtitle>
<id>https://git.tsegers.com/subsurface.git/atom?h=v3.0.1</id>
<link rel='self' href='https://git.tsegers.com/subsurface.git/atom?h=v3.0.1'/>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/'/>
<updated>2013-02-26T20:57:59Z</updated>
<entry>
<title>Update versions to 3.0.1</title>
<updated>2013-02-26T20:57:59Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2013-02-26T20:55:46Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=fd9a927ded0d1bcc92ed3403651da1be77ab3c7c'/>
<id>urn:sha1:fd9a927ded0d1bcc92ed3403651da1be77ab3c7c</id>
<content type='text'>
almost forgot

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Get make to rebuild Subsurface by default again</title>
<updated>2013-02-26T20:19:01Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2013-02-26T20:19:01Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=1fd2091759505b314cc62239edeffac343261a24'/>
<id>urn:sha1:1fd2091759505b314cc62239edeffac343261a24</id>
<content type='text'>
To quote Linus:

  Move the rule for the new version thing down.

  Plain "make" will try to make the first target in the Makefile.

Suggested-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Generate/update a version.h header file.</title>
<updated>2013-02-26T18:47:04Z</updated>
<author>
<name>Cristian Ionescu-Idbohrn</name>
<email>cristian.ionescu-idbohrn@axis.com</email>
</author>
<published>2013-02-26T17:24:02Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=42fa5a6368a3cc25b804b7dff769b806e86113ac'/>
<id>urn:sha1:42fa5a6368a3cc25b804b7dff769b806e86113ac</id>
<content type='text'>
This is dedicated to Lubomir ;)

Should work (tm).  Not sure though if you want target
'gen_version_file' as a pre-requisite to $(NAME) or some other target.

[Dirk Hohndel: minor adjustments to make it work with gtk-gui.c]

Signed-off-by: Cristian Ionescu-Idbohrn &lt;cristian.ionescu-idbohrn@axis.com&gt;
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Add correct XSLT search path for Windows</title>
<updated>2013-02-22T19:20:46Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2013-02-22T19:20:46Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=ce659407a8093834eab29b5c030305f8a0d943b0'/>
<id>urn:sha1:ce659407a8093834eab29b5c030305f8a0d943b0</id>
<content type='text'>
And report error if XSLT stylesheet not found

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Updating versions for 3.0</title>
<updated>2013-02-21T05:54:16Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2013-02-21T05:53:16Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=59a39e49018cf9e60ce47a875c090089b67b0518'/>
<id>urn:sha1:59a39e49018cf9e60ce47a875c090089b67b0518</id>
<content type='text'>
Most of the actual version numbers are derived from the git tag, but we do
have the fallback hard-coded in the Makefile (e.g. for people building
from a source tar-ball).

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Unified handling of version extraction.</title>
<updated>2013-02-16T23:41:58Z</updated>
<author>
<name>Cristian Ionescu-Idbohrn</name>
<email>cristian.ionescu-idbohrn@axis.com</email>
</author>
<published>2013-02-16T22:54:17Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=727ee3aa980d505b0381ab3a0e574ca5d7094451'/>
<id>urn:sha1:727ee3aa980d505b0381ab3a0e574ca5d7094451</id>
<content type='text'>
Removed oddly named and ridiculously outdated documentation text (scripts).

Created new directory 'scripts'.

Added unified version extraction script (scripts/get-version). Yes, it's
more shell script code but faster and more maintainable than the sed commands
and the swearwords/regexps repeated over and over again.

Makefile and packaging/macosx/make-package.sh modified accordingly.

I don't do windos neither macos but, AFAICS my tests show, it should be safe.

Signed-off-by: Cristian Ionescu-Idbohrn &lt;cristian.ionescu-idbohrn@axis.com&gt;
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Further automization of the Mac build process</title>
<updated>2013-02-16T06:30:02Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2013-02-16T06:28:31Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=41256531b813c811fa416f204cfb3b6eab924450'/>
<id>urn:sha1:41256531b813c811fa416f204cfb3b6eab924450</id>
<content type='text'>
This improves the Plist.info and automates the version data that it uses
utilizing the same git magic that the Makefile uses.

It also makes the complete DMG creation a matter of simply running
packaging/macosx/make-package.sh

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Fix sha1 build for Windows</title>
<updated>2013-02-16T03:53:07Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2013-02-16T03:53:07Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=0972d0c13e4d431a6131d665d5c6fa8080a097ea'/>
<id>urn:sha1:0972d0c13e4d431a6131d665d5c6fa8080a097ea</id>
<content type='text'>
This works at least when cross compiling.

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Get the SHA1 routines from git instead of openssl</title>
<updated>2013-02-16T03:26:39Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@linux-foundation.org</email>
</author>
<published>2013-02-16T01:03:42Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=a0558a87b484347a994c9fbaaa91fbbef270953c'/>
<id>urn:sha1:a0558a87b484347a994c9fbaaa91fbbef270953c</id>
<content type='text'>
..they are of a higher quality anyway, and this way we have one less
library to worry about.  And this way there is nobody who can claim that
openssl is not a system library and thus not compatible with the GPL.

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>Add support for signing Mac applications to the Makefile</title>
<updated>2013-02-14T17:19:28Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2013-02-14T17:19:28Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=249482cf2fbcc87a8a7274e47cc439b61ca8ddbd'/>
<id>urn:sha1:249482cf2fbcc87a8a7274e47cc439b61ca8ddbd</id>
<content type='text'>
Maybe I should comment out the target that requires my private key to work...

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
</feed>
