[Xfce4-commits] [panel-plugins/xfce4-time-out-plugin] 01/01: updates for release
noreply at xfce.org
noreply at xfce.org
Mon Mar 9 22:27:02 CET 2015
This is an automated email from the git hooks/post-receive script.
landry pushed a commit to branch master
in repository panel-plugins/xfce4-time-out-plugin.
commit 3637344415c75814db5bb0de65790ac4c43d248b
Author: Landry Breuil <landry at xfce.org>
Date: Mon Mar 9 22:18:01 2015 +0100
updates for release
---
NEWS | 9 +++++++++
configure.ac.in | 6 +++---
2 files changed, 12 insertions(+), 3 deletions(-)
diff --git a/NEWS b/NEWS
index 41db93a..10eed0c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+1.0.2 (9/3/2015)
+=====
+- Ditch _xfce_create_framebox() and use xfce_gtk_frame_box_new() instead
+- Fix transparency (bug #8747). Set the Gtk.EventBox invisible like other panel plugins do.
+- Updated translations: ar, ast, en_GB, ca, cs, da, de, el, es, eu, fi,
+ fr, he, hu, id, it, ja, kk, ko, nl, pl, pt, pt_BR, tu, sk, sr, sv, ug,
+ uk, zh_CN, zh_TW
+- New translations: bg, en_AU, fr, hr, is, li, ms, nb, oc, tr
+
1.0.1 (17/04/2012)
=====
- Port to libxfce4ui
diff --git a/configure.ac.in b/configure.ac.in
index e145d96..fabb02a 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -10,7 +10,7 @@ dnl *** Version information ***
dnl ***************************
m4_define([time_out_version_major], [1])
m4_define([time_out_version_minor], [0])
-m4_define([time_out_version_micro], [1])
+m4_define([time_out_version_micro], [2])
m4_define([time_out_version_build], [r at REVISION@])
m4_define([time_out_version_tag], [])
m4_define([time_out_version], [time_out_version_major().time_out_version_minor().time_out_version_micro()ifelse(time_out_version_tag(), [git], [time_out_version_tag()-time_out_version_build()], [time_out_version_tag()])])
@@ -28,7 +28,7 @@ AC_REVISION([$Id])
dnl ***************************
dnl *** Initialize automake ***
dnl ***************************
-AM_INIT_AUTOMAKE([1.8 dist-bzip2 tar-ustar])
+AM_INIT_AUTOMAKE([1.8 dist-bzip2 tar-ustar no-dist-gzip])
AM_CONFIG_HEADER([config.h])
AM_MAINTAINER_MODE()
@@ -38,9 +38,9 @@ dnl ********************************
AC_PROG_CC()
AC_PROG_LD()
AC_PROG_INSTALL()
-AC_PROG_INTLTOOL()
AC_PROG_CC_C_O()
AM_PROG_CC_C_O()
+IT_PROG_INTLTOOL([0.35.0])
dnl Initialize libtool
LT_PREREQ([2.2.6])
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list