ソースを参照

1.68.0rc2

tags/v1.68.0rc2
Erik Johnston 1年前
コミット
11ebcc8a3a
7個のファイルの変更24行の追加5行の削除
  1. +17
    -0
      CHANGES.md
  2. +0
    -1
      changelog.d/13850.misc
  3. +0
    -1
      changelog.d/13857.misc
  4. +0
    -1
      changelog.d/13858.misc
  5. +0
    -1
      changelog.d/13866.bugfix
  6. +6
    -0
      debian/changelog
  7. +1
    -1
      pyproject.toml

+ 17
- 0
CHANGES.md ファイルの表示

@@ -1,3 +1,20 @@
Synapse 1.68.0rc2 (2022-09-23)
==============================

Bugfixes
--------

- Fix building from packaged sdist. Broke in v1.68.0rc1. ([\#13866](https://github.com/matrix-org/synapse/issues/13866))


Internal Changes
----------------

- Fix the release script not publishing binary wheels. ([\#13850](https://github.com/matrix-org/synapse/issues/13850))
- Lower minimum supported rustc version to 1.58.1. ([\#13857](https://github.com/matrix-org/synapse/issues/13857))
- Lock Rust dependencies versions. ([\#13858](https://github.com/matrix-org/synapse/issues/13858))


Synapse 1.68.0rc1 (2022-09-20)
==============================



+ 0
- 1
changelog.d/13850.misc ファイルの表示

@@ -1 +0,0 @@
Fix the release script not publishing binary wheels.

+ 0
- 1
changelog.d/13857.misc ファイルの表示

@@ -1 +0,0 @@
Lower minimum supported rustc version to 1.58.1.

+ 0
- 1
changelog.d/13858.misc ファイルの表示

@@ -1 +0,0 @@
Lock Rust dependencies versions.

+ 0
- 1
changelog.d/13866.bugfix ファイルの表示

@@ -1 +0,0 @@
Fix building from packaged sdist. Broke in v1.68.0rc1.

+ 6
- 0
debian/changelog ファイルの表示

@@ -1,3 +1,9 @@
matrix-synapse-py3 (1.68.0~rc2) stable; urgency=medium

* New Synapse release 1.68.0rc2.

-- Synapse Packaging team <packages@matrix.org> Fri, 23 Sep 2022 09:40:10 +0100

matrix-synapse-py3 (1.68.0~rc1) stable; urgency=medium

* New Synapse release 1.68.0rc1.


+ 1
- 1
pyproject.toml ファイルの表示

@@ -57,7 +57,7 @@ manifest-path = "rust/Cargo.toml"

[tool.poetry]
name = "matrix-synapse"
version = "1.68.0rc1"
version = "1.68.0rc2"
description = "Homeserver for the Matrix decentralised comms protocol"
authors = ["Matrix.org Team and Contributors <packages@matrix.org>"]
license = "Apache-2.0"


読み込み中…
キャンセル
保存