Skip to content

Commit

Permalink
Merge branch 'eclair' into omni-tether
Browse files Browse the repository at this point in the history
  • Loading branch information
wertarbyte committed Jun 9, 2010
2 parents f28ec11 + cabf209 commit d999b58
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 5 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG
@@ -1,10 +1,10 @@
CHANGELOG

---- 5.0.8 (pre)
* Common: Resync with Google as of 06/03/2010
* Common: Resync with Google as of 06/08/2010
* Common: Kernel 2.6.34 for DS & N1
* Common: ADWLauncher by Ander Webbs is now the default launcher (http://github.com/anderweb)
* Common: Complete music app overhaul by Eliot Stocker (http://github.com/eliotstocker)
* Common: Complete music app overhaul (with gestures support) by Eliot Stocker (http://github.com/eliotstocker)
* Common: Customizable silent mode - Glenn Maynard (http://github.com/zewt)
* Common: More customizable colors for various parts of the system (in Spare Parts) - Wysie & Bcrook
* Common: Updated translations from Eug89, ThiasB, and Takuo Kitame
Expand All @@ -17,6 +17,12 @@ CHANGELOG
* Common: Various code cleanups all throughout the source - Christian Mehlmauer
* Common: Fix issue where notifications would play thru the HW speaker even if a headset was connected - Gelnn Maynard
* Common: Only load IPV6 if persist.net.ipv6 is set - Glenn Maynard
* Common: Enabled experimental Bluetooth voice dialing - copolii
* Common: Fix an NPE in AccountManagerService
* Common: Fix FLAC decoder lock contention - Glenn Maynard
* Common: Fix BlueZ logging - Glenn Maynard
* Common: Fix A2DP not connecting while asleep - Glenn Maynard
* D/S: Kernel tweaks to hopefully improve memory usage- disable LBADF, enable TINY_RCU and deadline iosched (I can no longer reproduce the flash_image failures with this configuration, nor the panic that sometimes happens when enabling compcache)
* D/S: Multitouch and swipe added to legacy gallery app
* D/S: Long standing "disappearing icons" Launcher bug fixed - Glenn Maynard
* D/S: Fix acore crash when pressing hard call button - Glenn Maynard
Expand All @@ -28,6 +34,8 @@ CHANGELOG
* D/S: Offset the lowmemorykiller to allow for use of a fraction of swap (Dumfuq & Farmatito @XDA)
* N1: Debounce power button (Arve @ Google)
* N1: Target new radio version (FRF50)
* N1: Wireless driver update from Broadcom
* N1: Use Froyo RIL and dormancy settings

---- 5.0.7.1-N1
* Common: Color picker and reset-to-defaults option for new UI customizations (Wysie)
Expand Down
2 changes: 1 addition & 1 deletion products/cyanogen_dream_sapphire.mk
Expand Up @@ -35,7 +35,7 @@ ifdef CYANOGEN_NIGHTLY
ro.modversion=CyanogenMod-5-$(shell date +%m%d%Y)-NIGHTLY-DS
else
PRODUCT_PROPERTY_OVERRIDES += \
ro.modversion=CyanogenMod-5.0.8-DS-test2
ro.modversion=CyanogenMod-5.0.8-DS-test3
endif

include frameworks/base/data/sounds/AudioPackage4.mk
Expand Down
2 changes: 1 addition & 1 deletion products/cyanogen_passion.mk
Expand Up @@ -36,7 +36,7 @@ ifdef CYANOGEN_NIGHTLY
ro.modversion=CyanogenMod-5-$(shell date +%m%d%Y)-NIGHTLY-N1
else
PRODUCT_PROPERTY_OVERRIDES += \
ro.modversion=CyanogenMod-5.0.8-N1-test2
ro.modversion=CyanogenMod-5.0.8-N1-test3
endif

include vendor/google/passion/device_passion.mk
2 changes: 1 addition & 1 deletion products/cyanogen_sholes.mk
Expand Up @@ -33,7 +33,7 @@ ifdef CYANOGEN_NIGHTLY
ro.modversion=CyanogenMod-5-$(shell date +%m%d%Y)-NIGHTLY-Droid
else
PRODUCT_PROPERTY_OVERRIDES += \
ro.modversion=CyanogenMod-5.0.7-Droid
ro.modversion=CyanogenMod-5.0.8-test1-Droid
endif

include vendor/motorola/sholes-open/device_sholes.mk

0 comments on commit d999b58

Please sign in to comment.