[Xfce4-commits] [thunar-plugins/thunar-shares-plugin] 01/02: Updates for release

noreply at xfce.org noreply at xfce.org
Sun Mar 4 03:28:04 CET 2018


This is an automated email from the git hooks/post-receive script.

a   n   d   r   e       p   u   s   h   e   d       a       c   o   m   m   i   t       t   o       b   r   a   n   c   h       m   a   s   t   e   r   
   in repository thunar-plugins/thunar-shares-plugin.

commit 9f9d2429217838b3b8375e41ab3675412cf1d0ed
Author: Andre Miranda <andreldm at xfce.org>
Date:   Sat Mar 3 23:18:05 2018 -0300

    Updates for release
---
 ChangeLog       | 14 ++++++++++++++
 README          |  7 +++----
 configure.ac.in |  6 +++---
 3 files changed, 20 insertions(+), 7 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 34aab34..7973064 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+2018-03-03	Andre Miranda <andreldm at xfce.org>
+
+	* === Released 0.3.0 ===
+	* GTK3 Port
+	* Thunarx-3 Port (Thunar >=1.7.0 required)
+	* Translation updates: Arabic, Asturian, Basque, Belarusian, Bulgarian,
+	  Catalan, Chinese (China), Chinese (Taiwan), Croatian, Czech, Danish,
+	  Dutch, English (Australia), English (United Kingdom), Finnish, French,
+	  Galician, German, Greek, Hebrew, Hungarian, Icelandic, Indonesian,
+	  Italian, Japanese, Kazakh, Korean, Latvian, Lithuanian, Malay,
+	  Norwegian Bokmål, Occitan, Polish, Portuguese,Portuguese (Brazil),
+	  Romanian, Russian, Serbian, Slovak, Slovenian, Spanish, Swedish, Turkish,
+	  Ukrainian, Urdu, Urdu (Pakistan), Uyghur, Uzbek, Vietnamese
+
 2009-02-15	Daniel Morales <daniel at daniel.com.uy>
 
 	* === Released 0.2.0 ===
diff --git a/README b/README
index 1fcbf4b..a9b5aea 100644
--- a/README
+++ b/README
@@ -10,10 +10,9 @@ Required packages
 
 thunar-shares-plugin depends on the following packages:
 
- - thunarx - 0.8.0 or above
- - thunar-vfs - 0.8.0 or above
- - gtk+-2.0 - 2.12.0 or above
- - glib-2.0 - 2.10.0 or above
+ - thunarx-3 - 1.0.1 or above
+ - gtk+-3.0 - 3.22.0 or above
+ - glib-2.0 - 2.18.0 or above
 
 
 Installation
diff --git a/configure.ac.in b/configure.ac.in
index f1799e7..5e78e84 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -7,10 +7,10 @@ dnl -------------------------------------------------------
 dnl Version
 dnl -------------------------------------------------------
 m4_define([tsp_version_major], [0])
-m4_define([tsp_version_minor], [2])
-m4_define([tsp_version_micro], [1])
+m4_define([tsp_version_minor], [3])
+m4_define([tsp_version_micro], [0])
 m4_define([tsp_version_build], [@REVISION@])
-m4_define([tsp_version_tag], [git])
+m4_define([tsp_version_tag], [])
 m4_define([tsp_version], [tsp_version_major().tsp_version_minor().tsp_version_micro()ifelse(tsp_version_tag(),[],[], [-ifelse(tsp_version_tag(), [git], [tsp_version_tag()-tsp_version_build()], [tsp_version_tag()])])])
 
 dnl -------------------------------------------------------

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list