Skip to content

Commit 619a996

Browse files
committed
1.10.51.1
1 parent a512ceb commit 619a996

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

NEWS

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
1-
Workrave NEWS -- history of user-visible changes. 14 June 2023
1+
Workrave NEWS -- history of user-visible changes. 18 June 2023
22
Copyright (C) 2001-2023 Rob Caelers, Raymond Penners, Ray Satiro
33
See the end for copying conditions.
44

55
Please report Workrave bug reports. Visit our bug tracker located at:
66
https://github.com/rcaelers/workrave/issues
77

8+
* Workrave 1.10.51.1
9+
10+
** Fix packaging
11+
812
* Workrave 1.10.51
913

1014
** Support GNOME Shell 43 (#430 by Jeremy Bich,async from 1.11)

build/local/ppa.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,6 @@ build_tarball
176176
build_sources
177177
build_all
178178

179-
if [ -n ${WORKRAVE_OVERRIDE_GIT_VERSION} ];
179+
if [ -n ${WORKRAVE_OVERRIDE_GIT_VERSION} ]; then
180180
rm -rf ${DEPLOY_TARFILE}
181-
fi
181+
fi

changes.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
22
releases:
33
- version: 1.10.51.1
4-
date: 2023-06-17T14:45:43+02:00
4+
date: 2023-06-18T17:09:46+02:00
55
short: |-
6-
Workrave 1.10.51.1 has been released. The minor release only contains packaging fixes and is functionally identical to 1.10.50.
6+
Workrave 1.10.51.1 has been released. This minor release only contains packaging fixes and is functionally identical to 1.10.50.
77
changes:
8-
- Fix PPA upload
8+
- Fix packaging
99

1010
- version: 1.10.51
1111
date: 2023-06-14T22:04:39+02:00

0 commit comments

Comments
 (0)