diff options
Diffstat (limited to 'NEWS')
| -rw-r--r-- | NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
| @@ -3,12 +3,18 @@ Version 1.1.5 | |||
| 3 | 3 | ||
| 4 | * Development release | 4 | * Development release |
| 5 | * Changes: | 5 | * Changes: |
| 6 | - Implement automatic reconnecting in idevicesyslog | ||
| 7 | - Refactor all services to use new base service | ||
| 8 | - Add new generic service_client_factory_start_service() helper | ||
| 9 | - Implement a base service that all services inherit from | ||
| 6 | - API: Refactor use of "port numbers" into a "service descriptor" which is | 10 | - API: Refactor use of "port numbers" into a "service descriptor" which is |
| 7 | a needed change as all services must now transparently support SSL. | 11 | a needed change as all services must now transparently support SSL. |
| 8 | Fortunately, only minor changes are needed to migrate your code properly. | 12 | Fortunately, only minor changes are needed to migrate your code properly. |
| 9 | - Add experimental ideviceheartbeat to allow service checkin over the network | 13 | - Add experimental ideviceheartbeat to allow service checkin over the network |
| 10 | - Add heartbeat service implementation to keep alive network connections | 14 | - Add heartbeat service implementation to keep alive network connections |
| 11 | - Add webinspector service implementation for WebKit remote debugging | 15 | - Add webinspector service implementation for WebKit remote debugging |
| 16 | - Fix idevicebackup2 failing due to integer overflow in free disk space | ||
| 17 | calculation on 32 bit architectures and large disk capacities | ||
| 12 | - Add support for encrypted and password protected backups to idevicebackup2 | 18 | - Add support for encrypted and password protected backups to idevicebackup2 |
| 13 | - Fix major "too long filename received" bug in idevicebackup2 | 19 | - Fix major "too long filename received" bug in idevicebackup2 |
| 14 | - Various fixes for proper and tested WIN32 support including MinGW building | 20 | - Various fixes for proper and tested WIN32 support including MinGW building |
