Skip to content

Commit

Permalink
This is release 1.2.16
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbannon committed Nov 24, 2024
1 parent efbc285 commit 49523fc
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,6 @@ tmp/
*.rpm
*.gz
libQt5Pas*
libqt5pas.spec-just-used
libqt5pasdevel.spec-just-used

8 changes: 8 additions & 0 deletions cbindings/package/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
libqt5pas (1.2.16) unstable; urgency=medium

* Release of new version.
* Fixed bug in cbindings (21-11-2024)
* Please see Lazarus at gitlab for further change details.

-- David Bannon <[email protected]> Sun, 24 Nov 2024 19:04:27 +1100

libqt5pas (1.2.15) unstable; urgency=medium

* Release of new version.
Expand Down
3 changes: 1 addition & 2 deletions cbindings/package/package-lib
Original file line number Diff line number Diff line change
Expand Up @@ -119,9 +119,8 @@ function DebianPackage () {
dch -cchangelog --append "$Line"
done < whatsnew
fi
dch -cchangelog --append "Please see Lazarus at gitlab for further change details."
fi
dch -cchangelog --append "Please see Lazarus at gitlab for further change details."

gzip -knc --best changelog >> BUILD/usr/share/doc/"$PRODUCT$MAJORVER"/changelog.gz
ls -l BUILD/usr/share/doc/"$PRODUCT$MAJORVER"
gzip -knc --best changelog >> changelog.gz
Expand Down
4 changes: 1 addition & 3 deletions cbindings/package/whatsnew
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
removed QTimer_singleShot4() overload because it cannot be used with Qt5 < 5.10
use QTimer::singleShot() with QObject context from Qt 5.9.0
fixed Qt documentation inconsistency about QTimer::singleShot() overload.
Fixed bug in cbindings (21-11-2024)

0 comments on commit 49523fc

Please sign in to comment.