(add sed foo) |
|||
| Line 29: | Line 29: | ||
* List authors of this release | * List authors of this release | ||
| - | $ git log ${previousTag}.. --raw | grep "^Author | + | $ git log ${previousTag}.. --raw | grep "^Author" | sed -e 's/Author:\s*\([^<]*\)\w*<.*/* \1/g' | sort | uniq |
What changed in detail? | What changed in detail? | ||
| Maliit - Input Methods for MeeGo |
|---|
| Overview · Development · Installing · Roadmap |
Use the template below to write release notes.
What's new? =========== Write about an interesting aspect for this release. Where can I get it? =================== * framework: http://gitorious.org/maliit/maliit-framework/archive-tarball/y.x * plugins: http://gitorious.org/maliit/maliit-plugins/archive-tarball/y.x What is it? =========== Maliit provides a flexible and cross-platform input method framework, including a virtual keyboard. It works on all MeeGo user experiences, and in other GNU/Linux distributions. Visit http://maliit.org for more information about the project. Who contributed to this release? ================================ * List authors of this release $ git log ${previousTag}.. --raw | grep "^Author" | sed -e 's/Author:\s*\([^<]*\)\w*<.*/* \1/g' | sort | uniq What changed in detail? ======================= CHANGES IN FRAMEWORK SINCE x.y * List the details from the framework's NEWS file. CHANGES IN PLUGINS SINCE x.y * List the details from the plugins' NEWS file. BUG FIXES * List all bug fixes of framework and plugins.
| Maliit - Input Methods for MeeGo |
|---|
| Overview · Development · Installing · Roadmap |