Skip to content

Commit

Permalink
Version 6.0.5.0
Browse files Browse the repository at this point in the history
Notable changes since 6.0.4.9:
* Segfault fixes for command line nandroid backup/restore
* Optimizations to progress thread so it doesn't get overloaded with
  screen updates (this significantly improves backup/restore speed)
* Fixes for command line nandroid backups of vold volumes
* Correctly update background image for errors and finished processes
* Allow selective restore of more than one partition at a time
* New MD5 calculator only verifies checksums of partition(s) selected
  for restore and warns you when files or checksums are not found
* New touch code supports a wider variety of devices for swipe control
  and virtual (capacative touch) keys are now supported
* Only show Mount USB storage option if possible

Change-Id: I813dce9d31ce2aa445a512026a210a558cab39e6
  • Loading branch information
mdmower committed Jun 30, 2014
1 parent 2ee8640 commit fe2ad05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ RECOVERY_NAME := CWM-based Recovery
endif
endif

RECOVERY_VERSION := $(RECOVERY_NAME) v6.0.4.9
RECOVERY_VERSION := $(RECOVERY_NAME) v6.0.5.0

LOCAL_CFLAGS += -DRECOVERY_VERSION="$(RECOVERY_VERSION)"
RECOVERY_API_VERSION := 2
Expand Down

0 comments on commit fe2ad05

Please sign in to comment.