26 lines
854 B
Diff
26 lines
854 B
Diff
From e2cd81c05f26fa243be4acf316d2e8766427f2ce Mon Sep 17 00:00:00 2001
|
|
From: Martin Szulecki <martin.szulecki@libimobiledevice.org>
|
|
Date: Thu, 30 Jul 2020 11:59:10 +0200
|
|
Subject: [PATCH] Fix typo in NEWS for last release notes
|
|
|
|
---
|
|
NEWS | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/NEWS b/NEWS
|
|
index bc5479d..b2ba013 100644
|
|
--- a/NEWS
|
|
+++ b/NEWS
|
|
@@ -28,7 +28,7 @@ Version 1.1.1
|
|
- Fix USB reconnection issues on virtual machines with iOS 11+ devices
|
|
- Add support for connecting with T2 chip
|
|
- Various memory leak, deadlock and invalid free fixes
|
|
- - Show actualy libusb version in debug message on startup
|
|
+ - Show actual libusb version in debug message on startup
|
|
- Enable libusb debugging output
|
|
- Log client process name alongside pid if possible on Linux
|
|
- Unify and improve log message output
|
|
--
|
|
2.33.0
|
|
|