~lifeless/python-oops-tools/bug-881400

« back to all changes in this revision

Viewing changes to src/oopstools/NEWS.txt

  • Committer: Robert Collins
  • Date: 2011-10-31 02:07:24 UTC
  • mfrom: (6.2.2 python-oops-tools)
  • Revision ID: robertc@robertcollins.net-20111031020724-1itg2mas5r16bk21
Updated version of Roman's bad-url fix.

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
 
8
8
* Added AMQP support via the bin/amqp2disk script. (Robert Collins)
9
9
 
10
 
* Bumped oops-amqp rev to 0.0.2 for bugfixes. (Robert Collins)
 
10
* Bumped oops-amqp rev to 0.0.3 for bugfixes. (Robert Collins)
11
11
 
12
12
* amqp2disk now creates a fanout exchange if --bind-to is supplied.
13
13
  (Robert Collins)
15
15
* amqp2disk -v will print the received OOPS ids on the console, for
16
16
  entertainment and delight. (Robert Collins)
17
17
 
 
18
* OOPS reports with non-ascii URL values are handled by url escaping the URL
 
19
  bytestring (this is separate to handling of unicode URL values).
 
20
  (Roman Yepishev, Robert Collins, #881400)
 
21
 
 
22
* OOPS reports with unicode URL values are now handled during oops loading: the
 
23
  unicode string is utf8 encoded (an arbitrary choice) and url escaped.
 
24
  (Robert Collins, #879309)
 
25
 
 
26
* OOPS reports with no topic (formerlly called pageid) will no longer use their
 
27
  url instead. Rather '' is used, and reports will show Unknown for empty
 
28
  pageids. (Robert Collins, #880641)
 
29
 
18
30
0.6
19
31
===
20
32