blob: 528d2b69f04a61bcbf41b8268e9aca99df22161a (
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
|
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
|