<feed xmlns='http://www.w3.org/2005/Atom'>
<title>libimobiledevice, branch 1.0.5</title>
<subtitle>A protocol library to access iOS devices on Linux</subtitle>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libimobiledevice.git/'/>
<entry>
<title>Bump version for 1.0.5 release</title>
<updated>2011-03-26T11:03:00+00:00</updated>
<author>
<name>Martin Szulecki</name>
</author>
<published>2011-03-26T11:03:00+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libimobiledevice.git/commit/?id=aa5e00e2a2ea59b1dd7b1b2f46f36bb3b26faf71'/>
<id>aa5e00e2a2ea59b1dd7b1b2f46f36bb3b26faf71</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update NEWS for 1.0.5</title>
<updated>2011-03-26T11:02:45+00:00</updated>
<author>
<name>Martin Szulecki</name>
</author>
<published>2011-03-26T11:02:45+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libimobiledevice.git/commit/?id=734c8677581529a8e9665267af05db64e3a770e2'/>
<id>734c8677581529a8e9665267af05db64e3a770e2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ideviceimagemounter: Add missing libgen.h header include</title>
<updated>2011-03-26T10:54:53+00:00</updated>
<author>
<name>Martin Szulecki</name>
</author>
<published>2011-03-26T10:17:25+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libimobiledevice.git/commit/?id=47c298fb3b92ccbe3e71c17f2996e935ddd40352'/>
<id>47c298fb3b92ccbe3e71c17f2996e935ddd40352</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Due to a bug in iOS 4.3, plist data might contain invalid null characters</title>
<updated>2011-03-26T10:54:40+00:00</updated>
<author>
<name>Martin Szulecki</name>
</author>
<published>2011-03-21T15:17:45+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libimobiledevice.git/commit/?id=880fbffd2f1be66a4b63697d7ca2bea46f624841'/>
<id>880fbffd2f1be66a4b63697d7ca2bea46f624841</id>
<content type='text'>
The main lockdown plist of iOS 4.3 contains invalid null characters
which we now convert to spaces. Fixes running ideviceinfo on iOS 4.3.
Thanks to teuf for debugging and proposing the fix.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The main lockdown plist of iOS 4.3 contains invalid null characters
which we now convert to spaces. Fixes running ideviceinfo on iOS 4.3.
Thanks to teuf for debugging and proposing the fix.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix swig detection</title>
<updated>2011-03-26T10:53:52+00:00</updated>
<author>
<name>Christophe Fergeau</name>
</author>
<published>2011-03-11T19:38:58+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libimobiledevice.git/commit/?id=b22e695c5546439035febd29c6fbb06b2ffd29af'/>
<id>b22e695c5546439035febd29c6fbb06b2ffd29af</id>
<content type='text'>
AC_PROG_SWIG indicates failure to detect swig by setting the SWIG
variable to false. Commit f489971b6b moved the "$SWIG != false"
test before the call to AC_PROG_SWIG, which leads to the rest of
configure.ac to think swig has been successfully detected even
when not present. Move this test after the call to AC_PROG_SWIG.
This also gets rid of the SWIG_SUB variable which is not really
useful since the SWIG variable can be used for the same purpose.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
AC_PROG_SWIG indicates failure to detect swig by setting the SWIG
variable to false. Commit f489971b6b moved the "$SWIG != false"
test before the call to AC_PROG_SWIG, which leads to the rest of
configure.ac to think swig has been successfully detected even
when not present. Move this test after the call to AC_PROG_SWIG.
This also gets rid of the SWIG_SUB variable which is not really
useful since the SWIG variable can be used for the same purpose.
</pre>
</div>
</content>
</entry>
<entry>
<title>Wrap debug_print_line in #ifndef STRIP_DEBUG_CODE</title>
<updated>2011-03-26T10:53:34+00:00</updated>
<author>
<name>Christophe Fergeau</name>
</author>
<published>2011-03-11T19:38:57+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libimobiledevice.git/commit/?id=7eb76c0f7bd5710b7d37c1aac4dd9585d249c2db'/>
<id>7eb76c0f7bd5710b7d37c1aac4dd9585d249c2db</id>
<content type='text'>
This function is only called when STRIP_DEBUG_CODE isn't defined,
so build is broken with -Wmissing-prototypes -Werror if it's
not wrapped in #ifndef
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This function is only called when STRIP_DEBUG_CODE isn't defined,
so build is broken with -Wmissing-prototypes -Werror if it's
not wrapped in #ifndef
</pre>
</div>
</content>
</entry>
<entry>
<title>Add manpages for ideviceenterrecovery and idevicepair</title>
<updated>2011-03-26T10:53:22+00:00</updated>
<author>
<name>Martin Szulecki</name>
</author>
<published>2010-12-28T11:19:30+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libimobiledevice.git/commit/?id=e59a2efce6e1c4f09db01c418c0318ddee9bef49'/>
<id>e59a2efce6e1c4f09db01c418c0318ddee9bef49</id>
<content type='text'>
Thanks to Julien Lavergne for contributing.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Thanks to Julien Lavergne for contributing.
</pre>
</div>
</content>
</entry>
<entry>
<title>Python: Fix SWIG includes to pass make distcheck</title>
<updated>2011-03-26T10:52:58+00:00</updated>
<author>
<name>Martin Szulecki</name>
</author>
<published>2010-12-16T22:01:15+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libimobiledevice.git/commit/?id=7387212b9e95ca1a4603a5324987db2fb814f5fe'/>
<id>7387212b9e95ca1a4603a5324987db2fb814f5fe</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>notification_proxy: read ProxyDeath message after posting notification</title>
<updated>2011-03-26T10:52:02+00:00</updated>
<author>
<name>Nikias Bassen</name>
</author>
<published>2010-11-28T16:00:45+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libimobiledevice.git/commit/?id=f55a7dd55b4ace31a21916ce1e76a7f5fd9c0cc3'/>
<id>f55a7dd55b4ace31a21916ce1e76a7f5fd9c0cc3</id>
<content type='text'>
This prevents ugly error messages appearing in the device's syslog.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This prevents ugly error messages appearing in the device's syslog.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update NEWS with crash bugfix information for 1.0.4</title>
<updated>2010-11-27T19:00:45+00:00</updated>
<author>
<name>Martin Szulecki</name>
</author>
<published>2010-11-27T19:00:45+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libimobiledevice.git/commit/?id=fb472d7749dd328cf5ec7360cb8831d2f510a92b'/>
<id>fb472d7749dd328cf5ec7360cb8831d2f510a92b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
