~ubuntu-branches/debian/sid/unicode/sid

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Package Import Robot
  • Author(s): Radovan Garabík
  • Date: 2012-07-29 13:46:18 UTC
  • Revision ID: package-import@ubuntu.com-20120729134618-ijtf2spmq3t84eoc
Tags: 0.9.6
* add option to recognise octal input numerical codes
* add option to convert input numerical codes from an arbitrary charset
* don't suggest perl-modules anymore (closes: #651479),
  thanks to mike castleman
* clarify searching for hexadecimal codepoints in the manpage 
  (closes: #643284)
* better error messages if the codepoint exceeds sys.maxunicode

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
unicode (0.9.6) unstable; urgency=low
 
2
 
 
3
  * add option to recognise octal input numerical codes
 
4
  * add option to convert input numerical codes from an arbitrary charset
 
5
  * don't suggest perl-modules anymore (closes: #651479),
 
6
    thanks to mike castleman
 
7
  * clarify searching for hexadecimal codepoints in the manpage 
 
8
    (closes: #643284)
 
9
  * better error messages if the codepoint exceeds sys.maxunicode
 
10
 
 
11
 -- Radovan Garabík <garabik@kassiopeia.juls.savba.sk>  Sun, 29 Jul 2012 13:46:18 +0200
 
12
 
1
13
unicode (0.9.5) unstable; urgency=low
2
14
 
3
15
  * do not raise an exception on empty string argument (closes: #601503),