boklm pushed to branch new-release at The Tor Project / Applications / 
torbrowser-launcher


Commits:
c005ffdb by AsciiWolf at 2025-09-29T18:38:26+02:00
Switch to using non-deprecated distro.name()

- - - - -
f374126b by AsciiWolf at 2025-10-01T12:50:27+02:00
0.3.9 release

- - - - -


4 changed files:

- CHANGELOG.md
- setup.py
- share/metainfo/org.torproject.torbrowser-launcher.metainfo.xml
- share/torbrowser-launcher/version


Changes:

=====================================
CHANGELOG.md
=====================================
@@ -1,5 +1,12 @@
 # Tor Browser Launcher Changelog
 
+## 0.3.9
+
+* Fix PySide6 Debian build dependencies
+* Keep thread references to fix crash
+* Use non-deprecated distro.name
+* Update Czech translation
+
 ## 0.3.8
 
 * Update Tor Browser gpg key for new subkey (tor-browser-build#40964)


=====================================
setup.py
=====================================
@@ -36,7 +36,7 @@ from setuptools import setup
 SHARE = "share"
 
 # detect linux distribution
-distro = distro.linux_distribution()[0]
+distro = distro.name()
 
 
 def file_list(path):


=====================================
share/metainfo/org.torproject.torbrowser-launcher.metainfo.xml
=====================================
@@ -56,6 +56,7 @@
  <update_contact>bo...@torproject.org</update_contact>
  <content_rating type="oars-1.1"/>
  <releases>
+  <release version="0.3.9" date="2025-10-01"/>
   <release version="0.3.8" date="2025-09-25"/>
   <release version="0.3.7" date="2024-01-12"/>
   <release version="0.3.6" date="2022-12-13"/>


=====================================
share/torbrowser-launcher/version
=====================================
@@ -1 +1 @@
-0.3.8
+0.3.9



View it on GitLab: 
https://gitlab.torproject.org/tpo/applications/torbrowser-launcher/-/compare/5777df38fcb5f320f04d62b0e6cbca1822794bae...f374126b5b0f711d0e8b50f17f5e91151b603eee

-- 
View it on GitLab: 
https://gitlab.torproject.org/tpo/applications/torbrowser-launcher/-/compare/5777df38fcb5f320f04d62b0e6cbca1822794bae...f374126b5b0f711d0e8b50f17f5e91151b603eee
You're receiving this email because of your account on gitlab.torproject.org.


_______________________________________________
tor-commits mailing list -- tor-commits@lists.torproject.org
To unsubscribe send an email to tor-commits-le...@lists.torproject.org

Reply via email to