Merge "inc: Enable dual-led mode for CMParts" into froyo
diff --git a/CHANGELOG.mkdn b/CHANGELOG.mkdn
index 72cbdc9..1c35294 100644
--- a/CHANGELOG.mkdn
+++ b/CHANGELOG.mkdn
@@ -45,7 +45,7 @@
### 6.1.0
* Common: Update to Android 2.2.1
* Common: Various bugfixes from AOSP and CodeAurora
-* Common: ADWLauncher 1.3.1 - Ander Webbs
+* Common: ADWLauncher 1.3.3 - Ander Webbs
* Common: Configurable audio focus for music app - Jonas Larsson
* Common: APN cleanup (fixes many issues with GPS and MMS) - Cyanogen
* Common: Use ARMv6 optimizations for DS/Hero targets - Ninpo
@@ -88,13 +88,18 @@
* Common: Lockscreen gestures - Michael Webster
* Common: Camera bugfixes (mostly for Droid) - Michael Webster
* Common: Bluetooth FTP server profile - CodeAurora
+* Common: New wallpapers - Prash
+* Common: Super duper unified flashlights - Michael Webster
+* Common: Launch applications via DeskClock - Evan Charlton
* N1/Bravo/Incredible/Supersonic/Vision/Ace: FM Radio support - MIUI - http://miui.com (graphics from Fitsnugly, HaXzAmaTiC, and blunden - bugfixes and extra features from Cyanogen, Zinx, mtwebster, and Wysie))
* N1/DS/Bravo(c)/Supersonic - Unified kernel (Cyanogen, toastcfh, Kali-, defer, Zinx, ezterry, Pershoot, and others)
* N1: Increased camera performance - Charan Singh
* N1: Enhanced battery driver - Roger Podacter, theloginwithnoname
* DS: Updated hardware drivers from official release
* DS: CompCache sizes can be adjusted through CMParts - Wes Garner
+* DS: Removed bootloader/radio asserts - GOOD LUCK
* Supersonic - Kernel 2.6.34 courtesy of Toast and Madcoder
+* Supersonic - Use WiMAX LED for notifications - Cyanogen
* Bravo: Kernel merged with cm-kernel - Kali, Defer
* Espresso: Improve backlights - Wes Garner
* Espresso/Legend/Liberty: Kernel OC patch - dumfuq (no OC by default)
diff --git a/products/cyanogen_bravo.mk b/products/cyanogen_bravo.mk
index 62f6b2c..8490617 100644
--- a/products/cyanogen_bravo.mk
+++ b/products/cyanogen_bravo.mk
@@ -47,7 +47,7 @@
ro.modversion=CyanogenMod-6-$(shell date +%m%d%Y)-NIGHTLY-Desire
else
PRODUCT_PROPERTY_OVERRIDES += \
- ro.modversion=CyanogenMod-6.1.0-RC2-Desire
+ ro.modversion=CyanogenMod-6.1.0-Desire
endif
#
diff --git a/products/cyanogen_bravoc.mk b/products/cyanogen_bravoc.mk
index 97d5fc6..fa47b61 100644
--- a/products/cyanogen_bravoc.mk
+++ b/products/cyanogen_bravoc.mk
@@ -36,7 +36,7 @@
ro.modversion=CyanogenMod-6-$(shell date +%m%d%Y)-NIGHTLY-BravoC
else
PRODUCT_PROPERTY_OVERRIDES += \
- ro.modversion=CyanogenMod-6.1.0-RC2-BravoC
+ ro.modversion=CyanogenMod-6.1.0-BravoC
endif
#
diff --git a/products/cyanogen_dream_sapphire.mk b/products/cyanogen_dream_sapphire.mk
index 598ba76..2ec25f2 100644
--- a/products/cyanogen_dream_sapphire.mk
+++ b/products/cyanogen_dream_sapphire.mk
@@ -41,7 +41,7 @@
ro.modversion=CyanogenMod-6-$(shell date +%m%d%Y)-NIGHTLY-DS
else
PRODUCT_PROPERTY_OVERRIDES += \
- ro.modversion=CyanogenMod-6.1.0-RC2-DS
+ ro.modversion=CyanogenMod-6.1.0-DS
endif
# Use the audio profile hack
diff --git a/products/cyanogen_espresso.mk b/products/cyanogen_espresso.mk
index f5ed41d..e7c77a0 100644
--- a/products/cyanogen_espresso.mk
+++ b/products/cyanogen_espresso.mk
@@ -33,7 +33,7 @@
ro.modversion=CyanogenMod-6-$(shell date +%m%d%Y)-NIGHTLY-Slide
else
PRODUCT_PROPERTY_OVERRIDES += \
- ro.modversion=CyanogenMod-6.1.0-RC3-Slide
+ ro.modversion=CyanogenMod-6.1.0-Slide
endif
#
diff --git a/products/cyanogen_passion.mk b/products/cyanogen_passion.mk
index 0738bb5..578c1a5 100644
--- a/products/cyanogen_passion.mk
+++ b/products/cyanogen_passion.mk
@@ -44,7 +44,7 @@
ro.modversion=CyanogenMod-6-$(shell date +%m%d%Y)-NIGHTLY-N1
else
PRODUCT_PROPERTY_OVERRIDES += \
- ro.modversion=CyanogenMod-6.1.0-RC2-N1
+ ro.modversion=CyanogenMod-6.1.0-N1
endif
#
diff --git a/products/cyanogen_sholes.mk b/products/cyanogen_sholes.mk
index 36c243e..555bfd5 100644
--- a/products/cyanogen_sholes.mk
+++ b/products/cyanogen_sholes.mk
@@ -21,7 +21,7 @@
ro.modversion=CyanogenMod-6-$(shell date +%m%d%Y)-NIGHTLY-Droid
else
PRODUCT_PROPERTY_OVERRIDES += \
- ro.modversion=CyanogenMod-6.1.0-RC5-Droid
+ ro.modversion=CyanogenMod-6.1.0-Droid
endif
PRODUCT_BUILD_PROP_OVERRIDES := BUILD_ID=FRG22D BUILD_DISPLAY_ID=FRG22D PRODUCT_NAME=voles TARGET_DEVICE=sholes BUILD_FINGERPRINT=verizon/voles/sholes/sholes:2.2/FRG22D/50454:user/release-keys PRODUCT_BRAND=verizon PRIVATE_BUILD_DESC="voles-user 2.2 FRG22D 50454 release-keys" BUILD_NUMBER=50454 BUILD_UTC_DATE=1278333946 TARGET_BUILD_TYPE=user BUILD_VERSION_TAGS=release-keys USER=android-build
diff --git a/products/cyanogen_supersonic.mk b/products/cyanogen_supersonic.mk
index 8c33950..5b58d69 100644
--- a/products/cyanogen_supersonic.mk
+++ b/products/cyanogen_supersonic.mk
@@ -35,7 +35,7 @@
ro.modversion=CyanogenMod-6-$(shell date +%m%d%Y)-NIGHTLY-Supersonic
else
PRODUCT_PROPERTY_OVERRIDES += \
- ro.modversion=CyanogenMod-6.1.0-RC2-Supersonic
+ ro.modversion=CyanogenMod-6.1.0-Supersonic
endif
#
diff --git a/products/cyanogen_vision.mk b/products/cyanogen_vision.mk
index 8668183..049f768 100644
--- a/products/cyanogen_vision.mk
+++ b/products/cyanogen_vision.mk
@@ -38,7 +38,7 @@
ro.modversion=CyanogenMod-6-$(shell date +%m%d%Y)-NIGHTLY-vision
else
PRODUCT_PROPERTY_OVERRIDES += \
- ro.modversion=CyanogenMod-6.1.0-RC4-vision
+ ro.modversion=CyanogenMod-6.1.0-vision
endif
#