Skip to content

Commit

Permalink
update version (#47966)
Browse files Browse the repository at this point in the history
* postbuild: ensure pushpin.conf.inst gets regenerated (#47964)

* update version

---------

Co-authored-by: Justin Karneges <[email protected]>
  • Loading branch information
sima-fastly and jkarneges authored Mar 18, 2024
1 parent 74739f0 commit 651388d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Pushpin Changelog
=================

v. 1.39.1 (2024-03-18)

* Regenerate pushpin.conf.inst post-build to ensure up-to-date configuration.
* Update legacy runner use revised Qt linking logic, aligning with main branch improvements.

v. 1.39.0 (2024-03-14)

* Add support for multiple proxy worker threads.
Expand Down
2 changes: 1 addition & 1 deletion postbuild/postbuild.pro
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ PRE_TARGETDEPS += \

pushpin_conf_inst.target = pushpin.conf.inst
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
pushpin_conf_inst.depends = ../examples/config/pushpin.conf
pushpin_conf_inst.depends = ../examples/config/pushpin.conf conf.pri

QMAKE_EXTRA_TARGETS += pushpin_conf_inst
PRE_TARGETDEPS += pushpin.conf.inst
Expand Down

0 comments on commit 651388d

Please sign in to comment.