[Python-modules-commits] r10715 - in packages/webpy/trunk/debian (NEWS changelog)

debacle at users.alioth.debian.org debacle at users.alioth.debian.org
Tue Dec 8 01:13:55 UTC 2009


    Date: Tuesday, December 8, 2009 @ 01:13:54
  Author: debacle
Revision: 10715

New upstream version, new package, changes in NEWS file.

Modified:
  packages/webpy/trunk/debian/NEWS
  packages/webpy/trunk/debian/changelog

Modified: packages/webpy/trunk/debian/NEWS
===================================================================
--- packages/webpy/trunk/debian/NEWS	2009-12-07 23:06:34 UTC (rev 10714)
+++ packages/webpy/trunk/debian/NEWS	2009-12-08 01:13:54 UTC (rev 10715)
@@ -1,3 +1,68 @@
+webpy (0.33-1) unstable; urgency=low
+
+  * http://webpy.org/changes informs about the following recent changes in
+    web.py. Bug numbers refer to https://launchpad.net/webpy, not Debian.
+    - 2009-10-28: web.py 0.33
+      - form.Button takes optional argument html
+      - remove obsolete write function in http.py (tx Justin) (Bug#315337)
+      - refactor httpserver.runsimple code
+      - improve form.py for customizability
+      - new: add background updating to memoize
+      - fix: use sendmail from web.config.sendmail_path (tx Daniel
+        Schwartz)
+      - fix: make web.profiler work on Windows (tx asmo) (Bug#325139)
+      - fix changequery to make it work correctly even when the input has
+        multi-valued fields (Bug#118229)
+      - fix: make sure sequence exists before queying for currval(seqname)
+        when executing postgres insert query (Bug#268705)
+      - fix: raise web.notfound() instead of return in autodelegate (tx
+        SeC)
+      - fix: raise NotSupportedError when len or bool is used on sqlite
+        result (Bug#179644)
+      - fix: make db paramater optional for creating postgres DB to allow
+        taking it from environ. (Bug#153491)
+      - fix unicode errors in db module
+      - fix: convert unicode strings to UTF8 before printing SQL queries
+      - fix unicode error in debugerror
+      - fix: don't convert file upload data to unicode even when file={} is
+        not passed to web.input
+      - fix checkbox value/checked confusion (Bug#128233)
+      - fix: consider empty lines as part of the indented block in templetor
+      - fix: fix a bug in web.group
+    - 2009-06-04: web.py 0.32
+      - optional from_address to web.emailerrors
+      - upgrade wsgiserver to CherryPy/3.1.2
+      - support for extensions in Jinja2 templates (tx Zhang Huangbin)
+      - support web.datestr for datetime.date objects also
+      - support for lists in db queries
+      - new: uniq and iterview
+      - fix: set debug=False when application is run with mod_wsgi (tx
+        Patrick Swieskowski) Bug#370904
+      - fix: make web.commify work with decimals Bug#317204
+      - fix: unicode issues with sqlite database Bug#373219
+      - fix: urlquote url when the server is lighttpd Bug#339858
+      - fix: issue with using date.format in templates
+      - fix: use TOP instead of LIMIT in mssql database Bug#324049
+      - fix: make sessions work well with expirations
+      - fix: accept both list and tuple as arg values in form.Dropdown
+        Bug#314970
+      - fix: match parenthesis when parsing for statement in templates
+      - fix: fix python 2.3 compatibility
+      - fix: ignore dot folders when compiling templates (tx Stuart
+        Langridge)
+      - fix: don't consume KeyboardInterrupt and SystemExit errors
+      - fix: make application work well with iterators
+    - 2008-12-10: web.py 0.31
+      - new: browser module
+      - new: test utilities
+      - new: ShelfStore
+      - fix: web.cookies error when default is None
+      - fix: paramstyle for OracleDB (tx kromakey)
+      - fix: performance issue in SQLQuery.join
+      - fix: use wsgi.url_scheme to find ctx.protocol
+
+ -- W. Martin Borgert <debacle at debian.org>  Mon, 07 Dec 2009 19:32:18 +0000
+
 webpy (0.300-1) unstable; urgency=low
 
   * Web.py 0.3 has several backward-incompatible changes.
@@ -4,9 +69,3 @@
     http://webpy.org/docs/0.3/upgrade
 
  -- Kai Hendry <hendry at iki.fi>  Tue, 09 Dec 2008 22:24:34 +0000
-
-webpy (0.200-1) unstable; urgency=low
-
-  * For this upgrade http://webpy.infogami.com/upgrade_to_point2
-
- -- Kai Hendry <hendry at iki.fi>  Tue, 28 Nov 2006 18:59:27 -0300

Modified: packages/webpy/trunk/debian/changelog
===================================================================
--- packages/webpy/trunk/debian/changelog	2009-12-07 23:06:34 UTC (rev 10714)
+++ packages/webpy/trunk/debian/changelog	2009-12-08 01:13:54 UTC (rev 10715)
@@ -1,8 +1,10 @@
-webpy (1:0.32+dak1-2) UNRELEASED; urgency=low
+webpy (1:0.33-1) unstable; urgency=low
 
-  * Add watch file.
+  * New upstream release
+  * Jakub Wilk <ubanus at users.sf.net>  Fri, 13 Nov 2009 14:15:41 +0100:
+    - Add watch file.
 
- -- Jakub Wilk <ubanus at users.sf.net>  Fri, 13 Nov 2009 14:15:41 +0100
+ -- W. Martin Borgert <debacle at debian.org>  Mon, 07 Dec 2009 19:32:18 +0000
 
 webpy (1:0.32+dak1-1) unstable; urgency=low
 




More information about the Python-modules-commits mailing list