From 47f95d33f8838a81386e866f928e9ddd424931d4 Mon Sep 17 00:00:00 2001 From: mateor Date: Sun, 9 Sep 2012 02:54:38 -0500 Subject: [PATCH] Versioning upgrade: 2.0.0 tag. --- auto_patcher | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/auto_patcher b/auto_patcher index 2fd4fce..47d95b6 100755 --- a/auto_patcher +++ b/auto_patcher @@ -1,9 +1,6 @@ #!/bin/bash -# version: beta v1.9.8, patches 2012.09.04. - -# PDroid created by svyat. Official PDroid thread is -# http://forum.xda-developers.com/showthread.php?t=1357056 +# version: v2.0.0, patches 2012.09.08. # The Auto-Patcher created by pastime1971 and mateorod # Thread and support for the Auto-Patcher can be found at @@ -56,21 +53,22 @@ # 2012.08.20. (1.9.6) Conditional support for Official cm10 and aokp-jb builds # 2012.08.23. (1.9.7) Final/confirmed pdroid support for Official CM10 and AOKP-JB # 2012.09.04 (1.9.8) Bundled cygwin-compatible tools (original was corrupt). -# For Cygwin, replaced h2b function with simple bash math -# conversion (req'd for compat w/ Cygwin tools). -# 2012.08.26. (2.0.0) Added .apk patching -# Added 3G Dongle support for Nexus 7 +# 2012.09.04 (1.9.85) Updated aokp-jb patches +# 2012.09.09. (2.0.0) Added .apk patching +# Added 3G Dongle support # TabletUI support for Nexus 7 (maybe more) -# Google Voice support for Nexus 7 -# mods are 3gdongle, tabletUI, voice, or nexus7suite (for all) -# Added provisional file copy menu to widen patching base +# Google Voice support for wifi-only devices +# mods are 3gdongle, tabletUI, voice, or Nexus7 (for all) +# Added provisional file copy menu to widen patching base +# Solid Cygwin support for Windows (Thanks kobik77 and wbedard) +# Significant improvements/bugfixes/refactors etc. # SHELL PROGRAMMING NOTES: # [ -s FILE ] # [[ -n STRING ]] or [[ -z STRING ]] echo " " -echo "The Auto-Patcher v1.9.8" +echo "The Auto-Patcher v2.0.0" echo " " # by pastime1971 and mateorod -- 2.11.4.GIT