[Xfce4-commits] [panel-plugins/xfce4-embed-plugin] 01/01: 1.6.0 release
noreply at xfce.org
noreply at xfce.org
Tue Jul 14 22:04:22 CEST 2015
This is an automated email from the git hooks/post-receive script.
dnschneid pushed a commit to branch master
in repository panel-plugins/xfce4-embed-plugin.
commit 7fb20d6642a7ea97f069c6b9f1870d407ced5160
Author: David Schneider <dnschneid at gmail.com>
Date: Tue Jul 14 13:01:21 2015 -0700
1.6.0 release
---
NEWS | 15 +++++++++++
THANKS | 78 +++++++++++++++++++++++++++++++++++++++++--------------
configure.ac.in | 6 ++---
3 files changed, 77 insertions(+), 22 deletions(-)
diff --git a/NEWS b/NEWS
index 4e9c70f..b009082 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,18 @@
+1.6.0
+=====
+- Add support for drag and drop
+- Now translated into 36 languages. Thanks, translators!
+
+1.4.1
+=====
+- Replace AM_CONFIG_HEADER with AC_CONFIG_HEADERS in configure
+
+1.4.0
+=====
+- Added optional handle
+- Added "close" menu item
+- Updated translations
+
1.2.0
=====
- Improved painting of the socket background
diff --git a/THANKS b/THANKS
index 870eb70..4585041 100644
--- a/THANKS
+++ b/THANKS
@@ -10,23 +10,63 @@ wmctrl (for the EWMH/NetWM property-getting code):
Tomas Styblo <tripie at cpan.org>
-Translators (sorted by language):
+Translators (sorted by name):
---------------------------------
-Arabic: كريم أولاد الشلحة, محمد الحرقان
-Catalan: Carles Muñoz Gorriz
-Chinese: Chipong Luo
-Danish: Per Kongstad
-French: JC
-Galician: Leandro Regueiro
-German: Mario Blättermann
-Hungarian: Gabor Kelemen
-Indonesian: Andhika Padmawan
-Italian: Cristian Marchi
-Korean: Seong-ho Cho
-Lithuanian: Algimantas Margevičius
-Portuguese: Henrique P. Machado, Sergio Marques
-Russian: Aleksandr Ponomarenko
-Slovak: Slavko
-Spanish: Sergio García
-Ukranian: Yarema aka Knedlyk
-Uyghur: Gheyret Kenji
+محمد الحرقان
+玉堂 白鹤
+Саша Петровић
+كريم أولاد الشلحة
+abuyop
+Adolfo Jayme Barrientos
+Aleksandr Ponomarenko
+Algimantas Margevičius
+Andhika Padmawan
+Aputsiaĸ Niels Janussen
+Ardjuna
+aybuke
+Carles Muñoz Gorriz
+cedeel
+Cedric31
+Cheng-Chia Tseng
+Chipong Luo
+Cristian Marchi
+enolp
+fri
+Gabor Kelemen
+Georgios Stefanakis
+Gheyret Kenji
+haarek
+Henrique P. Machado
+Imre Benedek
+Ivica Kolić
+jc jc1
+Johannes Lips
+Jérôme Guelfucci
+k3lt01
+kingu
+Kiril Kirilov
+Klemen Košir
+Leandro Regueiro
+Mario Blättermann
+Michal Várady
+Necdet Yücel
+Nick Schermer
+Noskcaj
+Pablo Roberto Francisco Lezaeta Reyes
+Per Kongstad
+Piotr Sokół
+Piotr Strębski
+Pjotr vertaalt
+Påvel Nicklasson
+Rafael Ferreira
+schizo
+Seong-ho Cho
+Sergey Alyoshin
+Sergio García
+Sergio Marques
+Slavko
+Tornes Llume
+Ḷḷumex03
+Urmas D
+Walter Cheuk
+Yarema aka Knedlyk
diff --git a/configure.ac.in b/configure.ac.in
index 09b22ee..ebbec9e 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -8,17 +8,17 @@ dnl ***************************
dnl *** Version information ***
dnl ***************************
m4_define([embed_version_major], [1])
-m4_define([embed_version_minor], [5])
+m4_define([embed_version_minor], [6])
m4_define([embed_version_micro], [0])
m4_define([embed_version_nano], []) dnl leave this empty to have no nano version
m4_define([embed_version_build], [@REVISION@])
-m4_define([embed_version_tag], [git])
+m4_define([embed_version_tag], [])
m4_define([embed_version], [embed_version_major().embed_version_minor().embed_version_micro()ifelse(embed_version_nano(), [], [], [.embed_version_nano()])ifelse(embed_version_tag(), [git], [embed_version_tag()-embed_version_build()], [embed_version_tag()])])
dnl ***************************
dnl *** Initialize autoconf ***
dnl ***************************
-AC_COPYRIGHT([Copyright (c) 2013
+AC_COPYRIGHT([Copyright (c) 2015
The Xfce development team. All rights reserved.])
AC_INIT([xfce4-embed-plugin], [embed_version], [http://bugzilla.xfce.org/], [xfce4-embed-plugin])
AC_PREREQ([2.50])
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list