From 0b44129a0683c6774e9c565fc2056a3bb71bae0a Mon Sep 17 00:00:00 2001
From: Nico Alt <nicoalt@posteo.org>
Date: Sat, 18 Jul 2020 13:15:38 +0000
Subject: [PATCH] Release 0.1.0-alpha2

* Show contact's connection state in list
* Support copying content in messages (#51)
* Fix bug with Briar messages not having text (#56)
* Fix bug with contact's name not showing in private messages (#55)
* Update Briar core to version 1.2.9
* Lots of software tests
---
 briar-gtk/data/app.briar.gtk.metainfo.xml.in | 24 ++++++++++++++++++++
 briar-gtk/data/ui/about_dialog.ui.in         |  2 +-
 debian/changelog                             | 12 +++++++++-
 meson.build                                  |  2 +-
 4 files changed, 37 insertions(+), 3 deletions(-)

diff --git a/briar-gtk/data/app.briar.gtk.metainfo.xml.in b/briar-gtk/data/app.briar.gtk.metainfo.xml.in
index f4931f7..29ec474 100644
--- a/briar-gtk/data/app.briar.gtk.metainfo.xml.in
+++ b/briar-gtk/data/app.briar.gtk.metainfo.xml.in
@@ -63,6 +63,29 @@
   </provides>
 
   <releases>
+    <release version="0.1.0-alpha2" date="2020-07-18">
+      <description>
+        <p>
+          Show online status of contacts in contact list (#19)
+        </p>
+        <p>
+          Support copying content in messages (#51)
+        </p>
+        <p>
+          Fix bug with Briar messages not having text (#56)
+        </p>
+        <p>
+          Fix bug with contact's name not showing in private messages (#55)
+        </p>
+        <p>
+          Update Briar core to version 1.2.9
+        </p>
+        <p>
+          Lots of software tests
+        </p>
+      </description>
+      <url>https://code.briarproject.org/briar/briar-gtk/-/tags/0.1.0-alpha2</url>
+    </release>
     <release version="0.1.0-alpha1" date="2020-04-12">
       <description>
         <p>
@@ -70,6 +93,7 @@
           It allows to add contacts on a distance and chatting with them in private chats. Other functions like groups, forums and blogs are to be implemented.
         </p>
       </description>
+      <url>https://code.briarproject.org/briar/briar-gtk/-/tags/0.1.0-alpha1</url>
     </release>
   </releases>
 
diff --git a/briar-gtk/data/ui/about_dialog.ui.in b/briar-gtk/data/ui/about_dialog.ui.in
index da6d13a..41a2ead 100644
--- a/briar-gtk/data/ui/about_dialog.ui.in
+++ b/briar-gtk/data/ui/about_dialog.ui.in
@@ -16,7 +16,7 @@
     <property name="type_hint">normal</property>
     <property name="program_name">Briar GTK</property>
     <property name="version">@VERSION@</property>
-    <property name="copyright">Copyright © 2019-2020 Nico Alt, et al.</property>
+    <property name="copyright">Copyright © 2019-2020 The Briar Community</property>
     <property name="comments" translatable="yes">A Briar client for GTK desktop and mobile devices</property>
     <property name="website">@PACKAGE_URL@</property>
     <property name="website_label" translatable="yes">Visit Briar GTK website</property>
diff --git a/debian/changelog b/debian/changelog
index 38eaa73..0a75529 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,20 @@
+briar-gtk (0.1.0-alpha2-1) UNRELEASED; urgency=medium
+
+  * Support copying content in messages (#51)
+  * Fix bug with Briar messages not having text (#56)
+  * Fix bug with contact's name not showing in private messages (#55)
+  * Update Briar core to version 1.2.9
+  * Lots of software tests
+
+ -- Nico Alt <nicoalt@posteo.org>  Sat, 18 Jul 2020 17:25:32 +0000
+
 briar-gtk (0.1.0-alpha1-2) UNRELEASED; urgency=medium
 
   * Show contact's connection state in list
 
  -- Nico Alt <nicoalt@posteo.org>  Fri, 17 Jul 2020 17:25:32 +0000
  
- briar-gtk (0.1.0-alpha1-1) UNRELEASED; urgency=medium
+briar-gtk (0.1.0-alpha1-1) UNRELEASED; urgency=medium
 
   * Initial Debian release.
 
diff --git a/meson.build b/meson.build
index fbf88a2..f78042f 100644
--- a/meson.build
+++ b/meson.build
@@ -4,7 +4,7 @@
 
 project(
   'briar-gtk',
-  version: '0.1.0-alpha1',
+  version: '0.1.0-alpha2',
   meson_version: '>= 0.50.0',
 )
 
-- 
GitLab