~launchpad-pqm/python-oops-tools/trunk

« back to all changes in this revision

Viewing changes to src/oopstools/NEWS.txt

  • Committer: Tarmac
  • Author(s): Robert Collins
  • Date: 2011-10-31 02:15:41 UTC
  • mfrom: (7.1.2 bug-881400)
  • Revision ID: launchpad@pqm.canonical.com-20111031021541-28m630kl18eu34mx
Handle bad url bytestrings by url quoting. Also release 0.6.1.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
NEXT
6
6
====
7
7
 
 
8
0.6.1
 
9
=====
 
10
 
8
11
* Added AMQP support via the bin/amqp2disk script. (Robert Collins)
9
12
 
10
13
* Bumped oops-amqp rev to 0.0.3 for bugfixes. (Robert Collins)
15
18
* amqp2disk -v will print the received OOPS ids on the console, for
16
19
  entertainment and delight. (Robert Collins)
17
20
 
18
 
* OOPS reports with unicode url values are now handled during oops loading: the
 
21
* OOPS reports with non-ascii URL values are handled by url escaping the URL
 
22
  bytestring (this is separate to handling of unicode URL values).
 
23
  (Roman Yepishev, Robert Collins, #881400)
 
24
 
 
25
* OOPS reports with unicode URL values are now handled during oops loading: the
19
26
  unicode string is utf8 encoded (an arbitrary choice) and url escaped.
20
27
  (Robert Collins, #879309)
21
28