Skip to content

Commit d102b28

Browse files
v5.17.0
1 parent a228f34 commit d102b28

File tree

4 files changed

+18
-4
lines changed

4 files changed

+18
-4
lines changed

VERSION.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.16.0
1+
5.17.0

history.txt

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
5.17.0 (Jun 26, 2019)
2+
- Switch to GeoIP Legacy Databases (DAT) (#1195)
3+
- Set default option active page to General tab
4+
- Update screenshot in README.md
5+
- Update copyright to 2019 (#1198)
6+
- Update Polish translation (#1217)
7+
- Update Danish/Dansk Translation (#1179)
8+
- Update Traditional Chinese translation
9+
- Upgrade OpenSSL for Windows from 1.0.2p to 1.0.2s
10+
- Fix date column throws error (#1201)
11+
- Fix history.txt(changelog) for v5.16.0 (#1190)
12+
- Fix small English grammar issue in issue template
13+
- Add support for client certificates on non-windows platform (#1202)
14+
115
5.16 (Dec 26, 2018)
216
- Add TravisBuddy
317
- Add EditorConfig

main.pas

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ interface
3636

3737
const
3838
AppName = 'Transmission Remote GUI';
39-
AppVersion = '5.16.0';
39+
AppVersion = '5.17.0';
4040

4141
resourcestring
4242
sAll = 'All torrents';

transgui.lpi

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@
2121
<VersionInfo>
2222
<UseVersionInfo Value="True"/>
2323
<MajorVersionNr Value="5"/>
24-
<MinorVersionNr Value="16"/>
24+
<MinorVersionNr Value="17"/>
2525
<RevisionNr Value="0"/>
26-
<StringTable CompanyName="Transmission Remote GUI working group" FileDescription="Transmission Remote GUI" InternalName="transgui" LegalCopyright="Copyright (c) 2008-2019 by Yury Sidorov &amp; Transmission Remote GUI working group" OriginalFilename="transgui.exe" ProductName="Transmission Remote GUI" ProductVersion="5.16.0"/>
26+
<StringTable CompanyName="Transmission Remote GUI working group" FileDescription="Transmission Remote GUI" InternalName="transgui" LegalCopyright="Copyright (c) 2008-2019 by Yury Sidorov &amp; Transmission Remote GUI working group" OriginalFilename="transgui.exe" ProductName="Transmission Remote GUI" ProductVersion="5.17.0"/>
2727
</VersionInfo>
2828
<BuildModes Count="1">
2929
<Item1 Name="default" Default="True"/>

0 commit comments

Comments
 (0)