SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for libimobiledevice3-1.1.4-40.1.i586.rpm :
Mon Apr 15 14:00:00 2013 mmeisterAATTsuse.com
- Added url as source.
Please see http://en.opensuse.org/SourceUrls

Fri Jan 18 13:00:00 2013 dimstarAATTopensuse.org
- Disable python bindings (using with_python defines):
python-cython 0.17 became even stricter and the bindings
currently don\'t build, but they are also not used by anything at
this moment (bnc#796133).

Mon Jul 9 14:00:00 2012 sbrabecAATTsuse.cz
- Fix segfault without $XDG_CONFIG_HOME and $HOME set
(bnc#768537, libiphone#273).

Wed Jun 20 14:00:00 2012 dimstarAATTopensuse.org
- Add libimobiledevice-cython1.16-detection.patch: Fix build with
Cython 1.16.

Mon Apr 9 14:00:00 2012 opensuseAATTsukimashita.com
- Allow compilation on 11.4 by disabling cython bindings

Mon Apr 9 14:00:00 2012 opensuseAATTsukimashita.com
- Update to 1.1.4:
- Fix a bug in idevicesyslog causing the connection to close after timeout
- Bump soname revision
- Bump libusbmuxd dependency to 1.0.8
- Fix reading from syslog_relay and remove null characters
- Relicense ideviceimagemounter and idevicescreenshot to LGPL
- Fix a crash when using restored_client_free()
- API: Add sbservices_get_interface_orientation()
- Update man pages and code comments for documentation
- Minor cleanup
- Add Python bindings generated by Cython
- Bump libplist requirement to latest 1.8
- Add support for OpenSSL with fallback to GNUTLS
- Improvements and various fixes for Win32 and OS X build
- Remove glib dependency
- Improve restored implementation
- Fix various memory leaks
- Fix support for iOS 5 and later
- Remove swig patch as bindings have been removed
- Remove gstatbuf patch as it is obselete now

Sat Nov 19 13:00:00 2011 cooloAATTsuse.com
- add libtool as buildrequire to avoid implicit dependency

Tue Jul 26 14:00:00 2011 cooloAATTnovell.com
- add baselibs.conf for libgpod to use

Thu May 26 14:00:00 2011 idonmezAATTnovell.com
- Add libimobiledevice-swig-2x.patch: support swig 2.x

Thu May 12 14:00:00 2011 dimstarAATTopensuse.org
- Change License tags to LGPLv2.1+ and GPLv2+ (Some of the tools
are GPLv2+) and add COPYING.LESSER to the library package.

Thu Apr 28 14:00:00 2011 opensuseAATTsukimashita.com
- Update to 1.1.1:
+ Add new idevicebackup2 tool for full backup and restore
support on iOS 4+
+ Add a workaround for a bug in iOS 4.3 affecting
lockdown_get_value() which most prominently affected libgpod,
gvfs, ideviceinfo and some other tools
+ Read ProxyDeath message to preventing obsolete messages in
device syslog
+ Rework SWIG detection and includes
+ Add new idevicedate tool to get or set the clock on iDevices
+ API: Add mobilesync_clear_all_records_on_device()
+ API: Change device_link_service_disconnect() to accept a
message
+ Add manpages for ideviceenterrecovery, idevicepair,
idevicebackup2 and idevicedate
+ Add missing libgen.h include to silence compiler warnings
+ Fix a segfault that might occur if locally stored certs
could not be read
+ Fix various memory leaks
+ Update documentation
- Add libimobiledevice-gstatbuf-fix.patch to fix build of oS < 11.4

Mon Feb 28 13:00:00 2011 fcrozatAATTnovell.com
- Update to 1.1.0:
+ Note that this is a development release, which means:
- Python Bindings will get refactored completely
- API is UNSTABLE
+ Implement restoring backups using idevicebackup
+ Allow connecting without pairing using \"ideviceinfo -s\"
+ Add ideviceenterrecovery tool
+ Add mobilesync service implementation
+ Add restored service implementation for restore mode
+ Add home_arrest service implementation for document sharing
+ Add API afc_client_new_from_connection()
+ Support to fetch wallpaper in sbservices
+ Support for formatVersion 2 of iOS 4+ in sbservices
+ Add new lockdownd domains to ideviceinfo
+ Give the device time to prepare backup data to prevent abort
+ Improve idevicebackup output
+ notification_proxy fixes and new notification type
+ Silence some 64bit compiler warnings
+ Fix various memory leaks
+ Update documentation
- Drop 0b40ddb1f41c94a3ee58abc6326e59d65662e5c7.patch: fixed
upstream.

Wed Dec 29 13:00:00 2010 andreas.hankeAATTgmx-topmail.de
- backport commit 0b40ddb1f41c94a3ee58abc6326e59d65662e5c7 to fix build

Wed Dec 8 13:00:00 2010 cristian.rodriguezAATTopensuse.org
- disable silent rules, breaks post build checks.
- fix -devel package dependencies

Sat Nov 27 13:00:00 2010 opensuseAATTsukimashita.com
- Update to 1.0.4:

* Fix a possible crash in lockdownd_client_new_with_handshake()

* Do not not check for Swig/Python if --without-swig is set

* Fail with an error message if libgcrypt is not found

* Pass host certificate with GNUTLS correctly

* Fix connecting to iOS 4.2.1+ devices

Tue Oct 5 14:00:00 2010 opensuseAATTsukimashita.com
- Update to 1.0.3:

* Terminate idevicesyslog on receive errors (like device unplug)

* Bugfixes for idevicebackup tool

* Hopefully the last fixes for big endian machines

* Build fixes for FreeBSD Python support

* Fix build on Mac OS X

Sun Jun 20 14:00:00 2010 opensuseAATTsukimashita.com
- Update to 1.0.2:

* Backport new idevicepair tool to manage pairings

* Fix a bug causing bad backup data

* Silence 64bit compiler warnings

* Plug some memory leaks

Wed May 12 14:00:00 2010 opensuseAATTsukimashita.com
- Update to 1.0.1:

* Cleanup includes of files

* Use glib instead of netinet for endianess

* Fix installation_proxy not adding client options correctly

* idevicebackup: better handle broken or missing plist files

* Fix some memory leaks in pairing/handshake process

* Fix label not being used in lockdownd_client_new()

* Update AUTHORS, README and installation instructions

Tue Mar 23 13:00:00 2010 opensuseAATTsukimashita.com
- Update to 1.0.0:

* Update and fix documentation for full coverage

* Add man pages for tools

* Extend mobilebackup interface

* Add user data argument to notification callback function

* Fix broken Python bindings

* Add Python bindings for notification proxy interface

* Add screenshotr interface and tool

* Add mobile_image_mounter interface and tool

* Remove HAL fdi rules

Tue Feb 2 13:00:00 2010 opensuseAATTsukimashita.com
- Rename package to libimobiledevice
- Update to 0.9.7:

* Project renamed to libimobiledevice

* Add soname versioning for future releases

* Fix regression causing never paired devices to not work by adding
auto-pairing for devices in lockdownd_client_new_with_handshake

* Add file_relay service implementation and dev test tool

* Minor device link service fixes

* New idevicebackup tool with support for full and incremental backups

* Add mobilebackup service implementation

Sat Jan 23 13:00:00 2010 opensuseAATTsukimashita.com
- Update to 0.9.6:

* Minor public API changes to prepare for 1.0 release:
- lockdownd_client_new -> lockdownd_client_new_with_handshake
- fooservice_recv -> fooservice_receive
- iphone_device_send/_recv -> iphone_connection_send/_receive

* Rename some code for consistency

* Refactor pairing to allow custom pair records

* Move SSL handling out of lockdownd code

* Refactor lockdown session handling code

* Remove debug mask support

* No longer do a full lockdown handshake on client_new

* Refactor debug code to be consistent and easier to use

* Run validate_pair by default during lockdown handshake

* Allow retrieving the type for lockdown query_type request

* Add new property_list_service and device_link_service abstractions

* Detect pairing failure due to having a password set on the device

* Implement lockdown phone activation and deactivation

* Fix iphoneinfo not printing values in key/value mode

* Implement lockdownd_unpair() request

* Add more notification ids and lockdown domains

* Implement label support for lockdown requests

* Add new installation_proxy interface

* Add new sbservices interface

* Implement lockdownd_validate_pair() request

* Add endian safety to AFC

* Make lockdown sessions without SSL work

* Fix linking on Mandriva Linux

* Minor bugfixes and documentation updates

Tue Nov 24 13:00:00 2009 opensuseAATTsukimashita.com
- Update to 0.9.5:

* Updated to the latest libplist 0.16 API

* Fixed various minor leaks and issues

* Updated Python bindings and module name

Thu Oct 29 13:00:00 2009 opensuseAATTsukimashita.com
- Update to 0.9.4:

* Update to libplist 0.15 API rework

* Update Python bindings

* Bufixes around usbmuxd daemon usage

* Use automake 1.11 silent rules if available

* Various bugfixes

Thu Aug 6 14:00:00 2009 opensuseAATTsukimashita.com
- Update to 0.9.3:

* Migrate to use the new usbmuxd daemon

* Refactor whole API

* Add iPhone 3GS support

* Add hard/symlink support for AFC

* New iphone_id tool to list connected devices and get the device
name

* iphoneinfo now allows plist/xml output and queries by
domain/key

* Fix a lot of bugs/crashes, compiler warnings and comments

* Bump libplist requirement to 0.13 and remove deprecated code

Wed May 13 14:00:00 2009 opensuseAATTsukimashita.com
- Update to 0.9.1:

* Fix make distcheck

* Bump libplist requirement to 0.12 and remove deprecated code

* A bunch of autotools fixes
- Include iphoneinfo and iphonesyslog tools in packages
- Removed upstreamed patches

Sun May 10 14:00:00 2009 opensuseAATTsukimashita.com
- Update to 0.9.0:

* Fix pkg-config dependancies

* Fix Python binding generation

* AFC cleanup and improved error handling

* Add support for the notification proxy service

* Add tools to show device information and relay syslog

* More robust pairing implementation

* Remove libiphone-initconf, SSL implementation handles it at
runtime now

* Fix receive of plists larger than a packet

* Return an error if failed to start a service on the device

* Fix usb enumeration

* Fix udev rule to catch usb hubs, too

* Add large file support

* Move out plist handling into libplist and depend on it

* Add Python bindings

* Lots of bugfixes
- Remove upstreamed patches

Sat Apr 11 14:00:00 2009 opensuseAATTsukimashita.com
- Update to latest git HEAD

* Use udev to set usb configuration; iphone kmod is obsolete now

* Remove HAL mounting

* Bugfixes

Sat Apr 4 14:00:00 2009 opensuseAATTsukimashita.com
- Rename source package to libiphone


 
ICM