Changelog from 4.0.3 to 4.0.4

6,949 views
Skip to first unread message

Jean-Baptiste Queru

unread,
Mar 29, 2012, 3:12:30 PM3/29/12
to android-...@googlegroups.com
Some people are asking about getting a full changelog between 4.0.3 and 4.0.4.

Here's a script that creates a basic changelog, to be run from a 4.0.4
client, which can be customized to taste:

repo forall -c '
if git rev-parse android-4.0.3_r1 >/dev/null 2>&1
then
git log --oneline --no-merges android-4.0.3_r1..android-4.0.4_r1.1
else
git log --oneline --no-merges android-4.0.4_r1.1
fi
' | cat

(crossing fingers that my copy-paste worked).

JBQ

--
Jean-Baptiste M. "JBQ" Queru
Software Engineer, Android Open-Source Project, Google.

Questions sent directly to me that have no reason for being private
will likely get ignored or forwarded to a public forum with no further
warning.

Arman Samimi

unread,
Mar 29, 2012, 10:46:22 PM3/29/12
to android-...@googlegroups.com
Can somebody post the output somewhere for all of us non-devs to see?

Michael Crusoe

unread,
Mar 29, 2012, 11:16:29 PM3/29/12
to android-...@googlegroups.com
On Thursday, March 29, 2012 12:12:30 PM UTC-7, Jean-Baptiste Queru wrote:
> Some people are asking about getting a full changelog between 4.0.3 and 4.0.4.
>
> Here's a script that creates a basic changelog, to be run from a 4.0.4
> client, which can be customized to taste:

Would a kind person post the output of the script someplace for those of us without a full source tree handy?

Thanks in advance :-)

Jean-Baptiste Queru

unread,
Mar 30, 2012, 11:29:10 AM3/30/12
to android-...@googlegroups.com
Note, if someone generates this for everyone to see, please be kind
enough to not post the 698-line output directly in the group (neither
inline nor as an attachment).

JBQ

Michael Crusoe

unread,
Mar 30, 2012, 12:33:20 PM3/30/12
to android-...@googlegroups.com
Thank you JBQ for the script. I went and scratched my own itch, here is the changelog:

Michael Crusoe

unread,
Mar 30, 2012, 1:19:31 PM3/30/12
to android-...@googlegroups.com
Reply all
Reply to author
Forward
0 new messages