File tree 3 files changed +10
-6
lines changed
3 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 1
- Workrave NEWS -- history of user-visible changes. 14 June 2023
1
+ Workrave NEWS -- history of user-visible changes. 18 June 2023
2
2
Copyright (C) 2001-2023 Rob Caelers, Raymond Penners, Ray Satiro
3
3
See the end for copying conditions.
4
4
5
5
Please report Workrave bug reports. Visit our bug tracker located at:
6
6
https://github.com/rcaelers/workrave/issues
7
7
8
+ * Workrave 1.10.51.1
9
+
10
+ ** Fix packaging
11
+
8
12
* Workrave 1.10.51
9
13
10
14
** Support GNOME Shell 43 (#430 by Jeremy Bich,async from 1.11)
Original file line number Diff line number Diff line change @@ -176,6 +176,6 @@ build_tarball
176
176
build_sources
177
177
build_all
178
178
179
- if [ -n ${WORKRAVE_OVERRIDE_GIT_VERSION} ];
179
+ if [ -n ${WORKRAVE_OVERRIDE_GIT_VERSION} ]; then
180
180
rm -rf ${DEPLOY_TARFILE}
181
- fi
181
+ fi
Original file line number Diff line number Diff line change 1
1
---
2
2
releases :
3
3
- version : 1.10.51.1
4
- date : 2023-06-17T14:45:43 +02:00
4
+ date : 2023-06-18T17:09:46 +02:00
5
5
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.
7
7
changes :
8
- - Fix PPA upload
8
+ - Fix packaging
9
9
10
10
- version : 1.10.51
11
11
date : 2023-06-14T22:04:39+02:00
You can’t perform that action at this time.
0 commit comments