Skip to content

Commit 651388d

Browse files
update version (#47966)
* postbuild: ensure pushpin.conf.inst gets regenerated (#47964) * update version --------- Co-authored-by: Justin Karneges <[email protected]>
1 parent 74739f0 commit 651388d

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Pushpin Changelog
22
=================
33

4+
v. 1.39.1 (2024-03-18)
5+
6+
* Regenerate pushpin.conf.inst post-build to ensure up-to-date configuration.
7+
* Update legacy runner use revised Qt linking logic, aligning with main branch improvements.
8+
49
v. 1.39.0 (2024-03-14)
510

611
* Add support for multiple proxy worker threads.

postbuild/postbuild.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ PRE_TARGETDEPS += \
5959

6060
pushpin_conf_inst.target = pushpin.conf.inst
6161
pushpin_conf_inst.commands = sed -e \"s,configdir=.*,configdir=$$CONFIGDIR/runner,g\" -e \"s,rundir=.*,rundir=$$RUNDIR,g\" -e \"s,logdir=.*,logdir=$$LOGDIR,g\" ../examples/config/pushpin.conf > pushpin.conf.inst
62-
pushpin_conf_inst.depends = ../examples/config/pushpin.conf
62+
pushpin_conf_inst.depends = ../examples/config/pushpin.conf conf.pri
6363

6464
QMAKE_EXTRA_TARGETS += pushpin_conf_inst
6565
PRE_TARGETDEPS += pushpin.conf.inst

0 commit comments

Comments
 (0)