From 1f61fc099281a0e532c620bf79c44e9cd1f246f8 Mon Sep 17 00:00:00 2001 From: mateor Date: Wed, 24 Oct 2012 17:06:01 -0500 Subject: [PATCH] Version bump 2.2.1 Hopefully everything works, I am going to give this an extra tag. Probably as fully tested as anything we've put out, by the use of ApG while in progress. There are some little bugs but nothing that impacts functionality. The only open question is whether the script fixes the build query for OSX. They can override with manual date input, though. But if the case function correctly leads to the OSX BDID, then the query should work. --- auto_patcher | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/auto_patcher b/auto_patcher index 68159aa..d01b3b0 100755 --- a/auto_patcher +++ b/auto_patcher @@ -1,6 +1,6 @@ #!/bin/bash -# version: beta v2.2.05, patches 2012.010.20. +# version: beta v2.2.1, patches 2012.010.20. # PDroid created by svyat. Official PDroid thread is # http://forum.xda-developers.com/showthread.php?t=1357056 @@ -92,12 +92,14 @@ # 2012.10.24. (2.2.0.3) Fixes for -h menu- Mms.apk as a copy file; aapt permission fix # 2012.10.24. (2.2.0.4) Change Mms.apk to copy file for now, for non-phone devices. # 2012.10.24. (2.2.0.5) Small fixes as we are almost to 2.1.1 stability (I hope) +# 2012.10.24. (2.2.1) Final merge of restructure. Fixes for OSX helper scripts +# Rename 'extension' to 'pd2.0' # SHELL PROGRAMMING NOTES: # [ -s FILE ] # [[ -n STRING ]] or [[ -z STRING ]] -VERSION="Auto-Patcher v2.2.05" +VERSION="Auto-Patcher v2.2.1" echo "" echo "The $VERSION" -- 2.11.4.GIT