aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorAlberto Villa <avilla@FreeBSD.org>2014-09-28 22:58:51 +0000
committerAlberto Villa <avilla@FreeBSD.org>2014-09-28 22:58:51 +0000
commitc6c79da969e63a1b59f318e5e20c9a2475290bf2 (patch)
tree3519e27224702b200392e2556264193fb94f359e /UPDATING
parent0393573f88dd44a26be995caa3ce8ef85916f214 (diff)
downloadports-c6c79da969e63a1b59f318e5e20c9a2475290bf2.tar.gz
ports-c6c79da969e63a1b59f318e5e20c9a2475290bf2.zip
- Update libplist to 1.11.
- Split libusbmuxd.so into comms/libusbmuxd and update to 1.0.9. - Update libimobiledevice to 1.1.6. - Update usbmuxd to Git snapshot (~1.0.9). - Document usbmuxd upgrade process. This marks an important refactoring effort for proper iOS 7 support. It's packed with new features, tools, speed improvements, code refactoring, crash fixes, memory leak fixes and much more.
Notes
Notes: svn path=/head/; revision=369503
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING12
1 files changed, 12 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 4891f5b46a61..d1fa5a892109 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,18 @@ they are unavoidable.
You should get into the habit of checking this file for changes each time
you update your ports collection, before attempting any port upgrades.
+20140929:
+ AFFECTS: users of comms/usbmuxd
+ AUTHOR: avilla@FreeBSD.org
+
+ libusbmuxd.so was split from comms/usbmuxd into comms/libusbmuxd.
+ Remove usbmuxd before upgrading to avoid conflicts:
+
+ # pkg delete -f usbmuxd
+
+ If you need the daemon usbmuxd(1), you can reinstall the package
+ after the upgrade.
+
20140928:
AFFECTS: users of deskutils/calibre
AUTHOR: madpilot@FreeBSD.org