[POS-commit] r7183 - in kiwi/trunk: . debian

fabio morbec fabio at async.com.br
Thu Aug 30 18:43:37 BRT 2007


Author: fabio
Date: Thu Aug 30 18:43:37 2007
New Revision: 7183

Modified:
   kiwi/trunk/Makefile
   kiwi/trunk/debian/changelog

Log:
trocando o pebuilder por dist

Modified: kiwi/trunk/Makefile
==============================================================================
--- kiwi/trunk/Makefile	(original)
+++ kiwi/trunk/Makefile	Thu Aug 30 18:43:37 2007
@@ -1,5 +1,6 @@
 VERSION=$(shell python -c "execfile('kiwi/__version__.py'); print '.'.join(map(str, version))")
 PACKAGE=kiwi
+DEBPACKAGE=python-kiwi
 WEBDIR=/mondo/htdocs/async/projects/kiwi
 TARBALL_DIR=/mondo/htdocs/stoq.com.br/download/sources
 

Modified: kiwi/trunk/debian/changelog
==============================================================================
--- kiwi/trunk/debian/changelog	(original)
+++ kiwi/trunk/debian/changelog	Thu Aug 30 18:43:37 2007
@@ -1,3 +1,22 @@
+kiwi (1.9.17-1) feisty; urgency=low
+
+    - Gazpacho:
+      - Add gazpacho support for a scale widgets too.
+      - Add HScale/VScale (based on patch by Mauricio B. C. Vieira.)
+    - ObjectList:
+      - Remove the cache property.
+      - Refactor column and renderer handling to the Column.
+      - Add basic DND support.
+      - Call format_func before checking the format and the datatype.
+      - Add ellipsize and font-desc properties.
+      - Handle list without selection.
+      - Add a font-desc parameter to ListLabel/SummaryLabel.
+    - Prefill::Handle duplicate entries by adding (n) to the end of the name
+    - Dialogs: New function based around gtk.FILE_CHOOSER_ACTION_SELECT_FOLDER.
+               (Based on patch by Paul Eipper (#3490))
+
+ -- Fabio Morbec <fabio at async.com.br>  Mon, 29 Aug 2007 19:21:57 -0300
+
 kiwi (1.9.16-1) feisty; urgency=low
 
   * New release
@@ -26,7 +45,7 @@
 kiwi (1.9.13-0ubuntu1) feisty; urgency=low
 
   * New upstream release:
-    - Workaround GtkEntry bug when resizing the size of its GtkWindows. 
+    - Workaround GtkEntry bug when resizing the size of its GtkWindows.
     - Include _kiwi.c in tarball, fixes build.
     - Use pkg-config to find pygtk version.
   * debian/control:


More information about the POS-commit mailing list