<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbox-snap/release, branch master</title>
<subtitle>custom openbox fork with 'aero-snap' feature and bugfixes
</subtitle>
<link rel='alternate' type='text/html' href='https://git.networkheaven.net/openbox-snap/'/>
<entry>
<title>Remove freshmeat related stuff from release script, the site is dead</title>
<updated>2014-10-28T03:14:23+00:00</updated>
<author>
<name>Mikael Magnusson</name>
<email>mikachu@gmail.com</email>
</author>
<published>2014-10-24T23:21:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.networkheaven.net/openbox-snap/commit/?id=8543e5746c046ff28646fccd8ecd723c54c2ae93'/>
<id>8543e5746c046ff28646fccd8ecd723c54c2ae93</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix bugs and add unit tests for BSEARCH()</title>
<updated>2013-09-01T19:15:53+00:00</updated>
<author>
<name>Dana Jansens</name>
<email>danakj@orodu.net</email>
</author>
<published>2013-09-01T18:54:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.networkheaven.net/openbox-snap/commit/?id=047a201498c4a108961a3d38e0707b78be378355'/>
<id>047a201498c4a108961a3d38e0707b78be378355</id>
<content type='text'>
Also adds running unit tests to the release/go script so we can be
sure that all tests pass before we make a release.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also adds running unit tests to the release/go script so we can be
sure that all tests pass before we make a release.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a note to add the version to the bug tracker for new releases.</title>
<updated>2013-08-19T00:04:16+00:00</updated>
<author>
<name>Dana Jansens</name>
<email>danakj@orodu.net</email>
</author>
<published>2013-08-12T20:52:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.networkheaven.net/openbox-snap/commit/?id=f4bad155be02782eea690bf60d025358da2a8570'/>
<id>f4bad155be02782eea690bf60d025358da2a8570</id>
<content type='text'>
Also important to update IRC and keep hydrated.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also important to update IRC and keep hydrated.
</pre>
</div>
</content>
</entry>
<entry>
<title>We use congfigure.ac not configure.am</title>
<updated>2013-08-11T18:43:48+00:00</updated>
<author>
<name>Dana Jansens</name>
<email>danakj@orodu.net</email>
</author>
<published>2013-08-11T18:43:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.networkheaven.net/openbox-snap/commit/?id=cddd736de5933c909616f395cd774dac110ee9ae'/>
<id>cddd736de5933c909616f395cd774dac110ee9ae</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for loading SVG icons using librsvg.</title>
<updated>2013-08-11T01:59:12+00:00</updated>
<author>
<name>Dana Jansens</name>
<email>danakj@orodu.net</email>
</author>
<published>2013-08-11T00:46:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.networkheaven.net/openbox-snap/commit/?id=4e6c0086a657399d989f2e4849f7b397d7d4efbc'/>
<id>4e6c0086a657399d989f2e4849f7b397d7d4efbc</id>
<content type='text'>
This adds a configure option --disable-librsvg, but defaults to
using the library if it is present during configure.

When enabled, Openbox will attempt to load svg image files using
the library, similar to how Imlib2 is used for other image
formats.

Since librsvg uses the libXml2 library, their errors end up in
the same global namespace as Openbox config file parsing. To
avoid this, we reset the libXml current error whenever we start
loading a file, and save the last error that occurred when we
are finished, by storing the error in the ObtXmlInst.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This adds a configure option --disable-librsvg, but defaults to
using the library if it is present during configure.

When enabled, Openbox will attempt to load svg image files using
the library, similar to how Imlib2 is used for other image
formats.

Since librsvg uses the libXml2 library, their errors end up in
the same global namespace as Openbox config file parsing. To
avoid this, we reset the libXml current error whenever we start
loading a file, and save the last error that occurred when we
are finished, by storing the error in the ObtXmlInst.
</pre>
</div>
</content>
</entry>
<entry>
<title>Create some Openbox release scripts</title>
<updated>2012-09-30T19:24:50+00:00</updated>
<author>
<name>Dana Jansens</name>
<email>danakj@orodu.net</email>
</author>
<published>2010-10-04T18:33:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.networkheaven.net/openbox-snap/commit/?id=3aee1ac3a199a40020e204e42ed9a48e2f4e1404'/>
<id>3aee1ac3a199a40020e204e42ed9a48e2f4e1404</id>
<content type='text'>
release/bugs: Prints a list of bugs that are mentioned in git commits for a
  git revision, since previous release.
  - Very useful for updating the CHANGELOG file!

release/go: Tests a git revision for correct compilation, and prepares files
  for release.
  - Makes the tarball
  - Makes a GPG signature for the tarball
  - Tags the release
  - Spits out URLs to edit and gives the changelog for copy/paste.

release/email: Sends an email to the Openbox mailing list with the changelog
  and details about the release.  Call this with the same parameters used for
  running release/go once it is finished, and the files are uploaded, etc.
  - Also emails mikachu re freshmeat.net
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
release/bugs: Prints a list of bugs that are mentioned in git commits for a
  git revision, since previous release.
  - Very useful for updating the CHANGELOG file!

release/go: Tests a git revision for correct compilation, and prepares files
  for release.
  - Makes the tarball
  - Makes a GPG signature for the tarball
  - Tags the release
  - Spits out URLs to edit and gives the changelog for copy/paste.

release/email: Sends an email to the Openbox mailing list with the changelog
  and details about the release.  Call this with the same parameters used for
  running release/go once it is finished, and the files are uploaded, etc.
  - Also emails mikachu re freshmeat.net
</pre>
</div>
</content>
</entry>
</feed>
