[Armadeus-commitlog] armadeus branch, master, updated. armadeus-5.2
Brought to you by:
sszy
|
From: jorasse <jo...@us...> - 2012-10-11 09:58:59
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "armadeus".
The branch, master has been updated
via e1b4fcd8745bb954a137cd797dbbfdf5aa712d95 (commit)
from 2e8a5329b0e61c5f477c80d3508629036b9e1e3c (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit e1b4fcd8745bb954a137cd797dbbfdf5aa712d95
Author: Eric Jarrige <eri...@ar...>
Date: Thu Oct 11 12:01:36 2012 +0200
Update release files for Armadeus-5.2
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 13 +++++++++++--
.../rootfs/target_skeleton/etc/armadeus-version | 2 +-
scripts/release/changes.sh | 2 +-
3 files changed, 13 insertions(+), 4 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 610e68e..a8191ba 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,15 +1,18 @@
----
-Changes in armadeus-5.1 (Mon Oct 8 15:02:31 CEST 2012)
+Changes in armadeus-5.2 (released on October 11th 2012)
-* Wiki dump available here: http://www.armadeus.com/assos_downloads/wiki/armadeus-5.1_wiki_dump.tar.gz
+* Wiki dump available here: http://www.armadeus.com/assos_downloads/wiki/armadeus-5.2_wiki_dump.tar.gz
* Corrected Tickets/Bugs:
+ - Revoke Armadeus release 5.1 to fix PPS software
- #3573311 Suggestion: Py_BEGIN_ALLOW_THREADS in blockingGetPinValue
- #3573310 AsDevices as_gpio_wait_event opens file but does not close
- #3569139 AsGpio.blockingGetPinValue: incorrect parameters to wrapper
* Buildroot:
+ - pps: recover wi2wi firmware and bridge utilities configuration
+ -[AS_DEVICES] C++ wrapper for PWM device.
- linux-firmware: add new version of wl12xx firmware
- Fixes pppd build with recent linux kernels (BR mainline backport)
- update BR cleanup script
@@ -22,6 +25,8 @@ Changes in armadeus-5.1 (Mon Oct 8 15:02:31 CEST 2012)
- start APF28 migration to kernel 3.6
List of all changes:
+ - apf9328: enable test kernel watchdog driver
+ - apf28: 3.6.1 is out, so use it as experimental kernel
- apf28: fix SD/MMC reliability and capalities
- apf28: fix kernel 2.6.35 video flickering
- Removes useless 3.5 patches
@@ -66,6 +71,7 @@ Changes in armadeus-5.1 (Mon Oct 8 15:02:31 CEST 2012)
- Add pod_pwm driver to virtual_components
* U-Boot:
+ - pps: fix wi2wi sdio init
- 2012.04: fix bug when programming huge files (>32MiB) to NAND
* Firmware:
@@ -76,6 +82,7 @@ Changes in armadeus-5.1 (Mon Oct 8 15:02:31 CEST 2012)
- imxregs: add imx28 USB registers
* Test:
+ - [test_rs232] So much exclamations points give me a headache
- apf28: update BSP testsuite
- apf28: update BSP testsuite
- apf28: update linux testsuite
@@ -87,6 +94,8 @@ Changes in armadeus-5.1 (Mon Oct 8 15:02:31 CEST 2012)
- apf28: update uboot_recover with uboot 2012.04.01 patch 1.7
* As_Devices:
+ - C and C++ wrapper for I2C EEPROM.
+ - Doxyfile for As Devices.
- Test scripts for backlight, eeprom and PWM C++ wrappers.
- C++ wrapper for 93LCXX EEPROM device.
- allow blockingGetPinValue function to be used under python thread
diff --git a/buildroot/target/device/armadeus/rootfs/target_skeleton/etc/armadeus-version b/buildroot/target/device/armadeus/rootfs/target_skeleton/etc/armadeus-version
index c9e0504..ef425ca 100644
--- a/buildroot/target/device/armadeus/rootfs/target_skeleton/etc/armadeus-version
+++ b/buildroot/target/device/armadeus/rootfs/target_skeleton/etc/armadeus-version
@@ -1 +1 @@
-5.2-devt-git
+5.2
diff --git a/scripts/release/changes.sh b/scripts/release/changes.sh
index 01f0362..147d110 100755
--- a/scripts/release/changes.sh
+++ b/scripts/release/changes.sh
@@ -15,7 +15,7 @@ CHANGES_TOOLS=$TEMP_DIR/tools.log
CHANGES_ASDEVICES=$TEMP_DIR/asdevices.log
CHANGES_OTHER=$TEMP_DIR/other.log
-LATEST_RELEASE_DATE="2012-08-12"
+LATEST_RELEASE_DATE="2012-10-11"
usage()
{
hooks/post-receive
--
armadeus
|