[perl-Gnome2-PanelApplet] Release 0.03



commit 09c8c73ad34275079389469608084323ce4784c8
Author: Torsten Schönfeld <kaffeetisch gmx de>
Date:   Sun Mar 7 02:20:01 2010 +0100

    Release 0.03

 NEWS                      |    6 ++++++
 README                    |    6 +++---
 lib/Gnome2/PanelApplet.pm |    2 +-
 3 files changed, 10 insertions(+), 4 deletions(-)
---
diff --git a/NEWS b/NEWS
index 858657f..dc96239 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+Overview of changes in Gnome2::PanelApplet 0.03
+===============================================
+
+* Wrap panel_applet_get_locked_down, panel_applet_request_focus and
+  panel_applet_set_background_widget.
+
 Overview of changes in Gnome2::PanelApplet 0.02
 ===============================================
 
diff --git a/README b/README
index 3ac45d3..108a41a 100644
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
-Gnome2::Panel version 0.02
-==========================
+Gnome2::Panel
+=============
 
 This module allows you to create applets for the GNOME 2.0 Panel using Perl.
 
@@ -31,7 +31,7 @@ This module requires these other modules and libraries:
 COPYRIGHT AND LICENSE
 ---------------------
 
-Copyright (C) 2003, 2007 by the gtk2-perl team
+Copyright (C) 2003, 2007, 2010 by the gtk2-perl team
 
 This library is free software; you can redistribute it and/or modify it under
 the terms of the GNU Lesser General Public License as published by the Free
diff --git a/lib/Gnome2/PanelApplet.pm b/lib/Gnome2/PanelApplet.pm
index 6964e42..d7b4822 100644
--- a/lib/Gnome2/PanelApplet.pm
+++ b/lib/Gnome2/PanelApplet.pm
@@ -13,7 +13,7 @@ require DynaLoader;
 
 our @ISA = qw(DynaLoader);
 
-our $VERSION = '0.02';
+our $VERSION = '0.03';
 
 sub import {
   my $self = shift();



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]