[fractal] Beta release 3.99.1
- From: Alexandre Franke <afranke src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [fractal] Beta release 3.99.1
- Date: Thu, 20 Dec 2018 15:17:42 +0000 (UTC)
commit 9a13a32f463cd0b0f7d5b02b1a97954100234345
Author: Daniel GarcĂa Moreno <danigm wadobo com>
Date: Thu Dec 20 15:51:59 2018 +0100
Beta release 3.99.1
See #396
Cargo.lock | 6 +++---
fractal-gtk/Cargo.toml | 2 +-
fractal-gtk/res/org.gnome.Fractal.appdata.xml.in.in | 4 ++--
fractal-matrix-api/Cargo.toml | 2 +-
meson.build | 2 +-
5 files changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/Cargo.lock b/Cargo.lock
index 82248a3..09fcd88 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -397,14 +397,14 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "fractal-gtk"
-version = "3.99.0"
+version = "3.99.1"
dependencies = [
"cairo-rs 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
"chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
"comrak 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
"dirs 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
"failure 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
- "fractal-matrix-api 3.99.0",
+ "fractal-matrix-api 3.99.1",
"fragile 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
"gdk 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
"gdk-pixbuf 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -437,7 +437,7 @@ dependencies = [
[[package]]
name = "fractal-matrix-api"
-version = "3.99.0"
+version = "3.99.1"
dependencies = [
"cairo-rs 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
"chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
diff --git a/fractal-gtk/Cargo.toml b/fractal-gtk/Cargo.toml
index 9dc5c07..23c55b3 100644
--- a/fractal-gtk/Cargo.toml
+++ b/fractal-gtk/Cargo.toml
@@ -2,7 +2,7 @@
authors = ["Daniel Garcia <danigm wadobo com>"]
build = "build.rs"
name = "fractal-gtk"
-version = "3.99.0"
+version = "3.99.1"
workspace = "../"
[dependencies]
diff --git a/fractal-gtk/res/org.gnome.Fractal.appdata.xml.in.in
b/fractal-gtk/res/org.gnome.Fractal.appdata.xml.in.in
index 8807555..627d515 100644
--- a/fractal-gtk/res/org.gnome.Fractal.appdata.xml.in.in
+++ b/fractal-gtk/res/org.gnome.Fractal.appdata.xml.in.in
@@ -18,7 +18,7 @@
</screenshot>
</screenshots>
<releases>
- <release version="4.0.0" type="stable" date="2018-12-18" urgency="high">
+ <release version="4.0.0" type="stable" date="2018-12-20" urgency="high">
<description>
<p>This new major release is the result of 3 months of hard work by 25 contributors pushing over 340
commits.</p>
<p>New features:</p>
@@ -27,7 +27,7 @@
<li>Reorganised headerbar, app menu merged with user menu</li>
<li>Larger display of emoji-only messages</li>
<li>Some performance improvements</li>
- <li>Opening a room jumps to first unread message</li>
+ <li>Opening a room jumps to first unread message</li>
</ul>
<p>Bugfixes:</p>
<ul>
diff --git a/fractal-matrix-api/Cargo.toml b/fractal-matrix-api/Cargo.toml
index 7b84abc..efaf00a 100644
--- a/fractal-matrix-api/Cargo.toml
+++ b/fractal-matrix-api/Cargo.toml
@@ -1,7 +1,7 @@
[package]
authors = ["Daniel Garcia <danigm wadobo com>"]
name = "fractal-matrix-api"
-version = "3.99.0"
+version = "3.99.1"
workspace = "../"
description = """
diff --git a/meson.build b/meson.build
index 23a0286..f09c03a 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project(
'fractal', 'rust',
- version: '3.99.0',
+ version: '3.99.1',
license: 'GPLv3',
)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]