summaryrefslogtreecommitdiffstats
path: root/NEWS
blob: 196a5a8b17439b76816a97925ea5f8da5fb7847a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
Version 1.2.24 - 14 October 2012, by Thierry Vignaud

- recognize /r modifier for regexpes
- recognize \E, \L, \u, \U in regexpes

Version 1.2.23 - 04 October 2012, by Thierry Vignaud

- update URPM fake package

Version 1.2.22 - 21 September 2012, by Thierry Vignaud

- update URPM fake package

Version 1.2.21 - 6 September 2012, by Thierry Vignaud

- update RPM4 & URPM fake packages

Version 1.2.20 - 7 August 2012, by Thierry Vignaud
- perl_checker:
  o default to UTF-8 charset when generating reference catalog

Version 1.2.19 - 3 April 2012, by Thierry Vignaud

- fake packages:
  o add XML::LibXML::Reader for urpmi
- perl_checker:
  o recognize binmode()
  o recognize "%f" in printf strings

Version 1.2.18 - 26 March 2012, by Thierry Vignaud

- fake packages:
  o add RPM4 (for eg: iurt)
  o update Net::FTP for installer
- perl_checker:
  o recognize \B in regexps
  o recognize -p (pipe test) & -S (socket test)
  o recognize getpgrp()
  o kill "undeclared variable $^S"

Version 1.2.17 - 19 March 2012, by Thierry Vignaud

- fix Glib fake package causing perl_checker to show bogus "too many
  parameters" on some isa() calls

Version 1.2.16 - 18 March 2012, by Thierry Vignaud

- reduce perl_checker SNR on perl function expecting a variable number
  of arguments
- update URPM fake package

Version 1.2.15 - 08 March 2012, by Thierry Vignaud

- blacklist some function names that perl_checker dislike (use, ...)
- fix 2 fake packages

Version 1.2.14 - 01 February 2012, by Thierry Vignaud

- update fake packages

Version 1.2.13 - 30 January 2012, by Thierry Vignaud

- parse .pm files too when generating fake packages
- update fake packages

Version 1.2.12 - 20 September 2011, by Thierry Vignaud

- update fake packages

Version 1.2.11 - 25 September 2008, by Pascal "Pixel" Rigaux

- re-allow "$object->state" and "sub state ..."
- ignore "use feature"

Version 1.2.10 - 25 September 2008, by Pascal "Pixel" Rigaux

- recognize "state"
- fix typo causing qq(} $foo) to be parsed as q(} $foo)

Version 1.2.9 - 17 September 2008, by Thierry Vignaud

- fake_packages:
  o add Gtk2::Notify (which replaces Gtk2::NotificationBubble)
  o add Gtk2::Sexy
  o fix error in generated Glib

Version 1.2.8 - 17 September 2008, by Thierry Vignaud

- fake_packages:
  o fix error in generated Gtk2

Version 1.2.7 - 17 September 2008, by Thierry Vignaud

- fake_packages:
  o add URPM (for rpmdrake)

Version 1.2.6 - 17 September 2008, by Thierry Vignaud

- fake_packages:
  o add Gtk2::WebKit (for mcc)
  o update Glib & Gtk2

Version 1.2.5 - 4 September 2008, by Pascal "Pixel" Rigaux

- recognize //=
- recognize file test "-o" (File is owned by effective uid.)
- don't die when @ISA packages are unknow, make it a warning instead

Version 1.2.4 - 21 December 2006, by Pascal "Pixel" Rigaux

- handle P(...) for plurals (similar to N(...))

Version 1.2.3 - 4 December 2006, by Pascal "Pixel" Rigaux

- fake_packages:
  o add MDV::Distribconf methods used by urpm.pm 
  o add Gtk2::Html2 (for mcc)
  o add a fake module for Gtk2::NotificationBubble so that network tools 
    can be checked
  o update Gnome2::Vte
- fix some warnings:
  o don't suggest replacing "\l" with "l"
  o fix warning for "\"x'"
  o handle -z and -t (per titi request)
  o handle "use base 'Exporter'"
  o no warnings on: !our $foo