[perl-Gtk2-Unique] Version change to 0.06
- From: Emmanuel Rodriguez <erodriguez src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [perl-Gtk2-Unique] Version change to 0.06
- Date: Tue, 7 Mar 2017 08:20:48 +0000 (UTC)
commit 8bd1549c81c5101b092e9782628e4a37f83d7acd
Author: Emmanuel Rodriguez <emmanuel rodriguez gmail com>
Date: Fri Feb 24 22:10:28 2017 +0100
Version change to 0.06
Changes | 4 ++++
lib/Gtk2/Unique.pm | 2 +-
2 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/Changes b/Changes
index aec3636..63bfac6 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,9 @@
Revision history for Gtk2::Unique
+0.06 Fri Feb 24 22:08:59 CET 2017
+ [RT-120115] Fix: crash on starting second instance.
+ Fix compilation warnings.
+
0.05 Wed May 5 19:48:14 CEST 2010
Minor XS update: the length of a string was computed twice.
diff --git a/lib/Gtk2/Unique.pm b/lib/Gtk2/Unique.pm
index af976e3..ad7b64e 100644
--- a/lib/Gtk2/Unique.pm
+++ b/lib/Gtk2/Unique.pm
@@ -91,7 +91,7 @@ use base 'DynaLoader';
use Gtk2;
-our $VERSION = '0.05';
+our $VERSION = '0.06';
sub dl_load_flags { $^O eq 'darwin' ? 0x00 : 0x01 }
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]