Meego Wiki
Views

Maliit/Writing Release Notes

From MeeGo wiki
< Maliit(Difference between revisions)
Jump to: navigation, search
(add sed foo)
(moved upstream)
 
Line 1: Line 1:
-
{{MaliitNavigationBar}}
+
Moved to http://wiki.maliit.org/Development/Making_Releases
-
 
+
-
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.
+
-
 
+
-
{{MaliitNavigationBar}}
+

Latest revision as of 15:22, 12 July 2011

Moved to http://wiki.maliit.org/Development/Making_Releases

Personal tools