[gitg] Release version 3.32.1



commit 3d0a22b792c25cfa691d78112cbec0a2f5ee76dd
Author: Alberto Fanjul <albertofanjul gmail com>
Date:   Thu May 23 08:53:59 2019 +0200

    Release version 3.32.1

 NEWS                                  |  7 +++++++
 README.md                             |  8 ++++----
 data/org.gnome.gitg.appdata.xml.in.in | 10 ++++++++++
 3 files changed, 21 insertions(+), 4 deletions(-)
---
diff --git a/NEWS b/NEWS
index e18e00a0..b4f9a194 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+= gitg 3.32.1 =
+Version 3.32.1 was released on 2019-07-25
+
+== Bugs fixed ==
+- Support repository being null
+- Allow copying file names
+
 = gitg 3.32.0 =
 Version 3.32.0 was released on 2019-05-23
 
diff --git a/README.md b/README.md
index 74460e15..7ca42cd2 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@
 
 gitg is a graphical user interface for git. It aims at being a small, fast and convenient tool to visualize 
the history of git repositories.  Besides visualization, gitg also provides several utilities to manage your 
repository and commit your work.
 
-The latest version of gitg is 3.32.0.
+The latest version of gitg is 3.32.1.
 
 - Website:      https://wiki.gnome.org/Apps/Gitg
 - Issues:       https://gitlab.gnome.org/GNOME/gitg/issues
@@ -13,11 +13,11 @@ The latest version of gitg is 3.32.0.
 
 ## Installing gitg
 
-To install the latest version of gitg, make sure to download gitg-3.32.0.tar.xz from the download site. 
After downloading the following procedure installs gitg:
+To install the latest version of gitg, make sure to download gitg-3.32.1.tar.xz from the download site. 
After downloading the following procedure installs gitg:
 
 ```
-$ tar Jxf gitg-3.32.0.tar.xz
-$ cd gitg-3.32.0
+$ tar Jxf gitg-3.32.1.tar.xz
+$ cd gitg-3.32.1
 $ meson --prefix=/usr build
 $ ninja -C build
 $ sudo ninja -C build install
diff --git a/data/org.gnome.gitg.appdata.xml.in.in b/data/org.gnome.gitg.appdata.xml.in.in
index 0b15a390..fc4ab8f3 100644
--- a/data/org.gnome.gitg.appdata.xml.in.in
+++ b/data/org.gnome.gitg.appdata.xml.in.in
@@ -44,6 +44,15 @@
     </screenshot>
   </screenshots>
   <releases>
+    <release version="3.32.1" type="stable" date="2019-07-25">
+      <description>
+        <p>Bug fixes:</p>
+        <ul>
+          <li>Support repository being null</li>
+          <li>Allow copying file names</li>
+        </ul>
+      </description>
+    </release>
     <release version="3.32.0" type="stable" date="2019-05-23">
       <description>
         <p>Bug fixes:</p>
@@ -98,3 +107,4 @@
   <url type="donation">https://www.gnome.org/friends/</url>
   <url type="translate">https://wiki.gnome.org/TranslationProject</url>
 </component>
+


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