Changes

Jump to navigation Jump to search
299 bytes removed ,  14:03, 10 November 2011
no edit summary
Line 168: Line 168:  
===Versioning===
 
===Versioning===
 
If you do new releases the versioning of the GTK2 and GTK3 release should be different. For GTK2 releases you should use dotted versions for new development releases major versions. Let's have a look at hello-world as an example. The latest release of hello-world was version 3. Bug fix releases should be named 3.1 then 3.2 and so on. The new releases for the new development branch should be starting with a major number, in this case 4.
 
If you do new releases the versioning of the GTK2 and GTK3 release should be different. For GTK2 releases you should use dotted versions for new development releases major versions. Let's have a look at hello-world as an example. The latest release of hello-world was version 3. Bug fix releases should be named 3.1 then 3.2 and so on. The new releases for the new development branch should be starting with a major number, in this case 4.
  −
  −
==Info for merging==
  −
To document:
  −
* Gtk.Alignment() no longer has default parameters - specify all 4
  −
  −
Conversion script badness:
  −
  −
<pre>
  −
-        if self.orientation == gtk.ORIENTATION_HORIZONTAL:
  −
+        if self.orientation == Gtk.ORIENTATION_HORIZONTAL:
  −
</pre>
  −
  −
should be Orientation.HORIZONTAL
      
== Tips to Activity Developers ==
 
== Tips to Activity Developers ==
105

edits

Navigation menu