Skip to content

Commit 11d6aa1

Browse files
v5.15.3
1 parent dcf0215 commit 11d6aa1

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

VERSION.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.15.2
1+
5.15.3

history.txt

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
5.15.3 (Mar 31, 2018)
2+
- Fix chaging location error (#1057)
3+
- Fix torrent template hint message
4+
- Fix mouse scrolls, adapt TVargrid to Lazarus 1.8 (#1062)
5+
- Use https instead http to downloda GeoIP Lite data (#1103)
6+
- Upgrade OpenSSL for Windows from v1.0.2n to v1.0.2o
7+
18
5.15.2 (Mar 24, 2018)
29
- Fix an initialization/startup error (#1101)
310

main.pas

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ interface
3535

3636
const
3737
AppName = 'Transmission Remote GUI';
38-
AppVersion = '5.15.2';
38+
AppVersion = '5.15.3';
3939

4040
resourcestring
4141
sAll = 'All torrents';

transgui.lpi

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
<UseVersionInfo Value="True"/>
2222
<MajorVersionNr Value="5"/>
2323
<MinorVersionNr Value="15"/>
24-
<RevisionNr Value="2"/>
25-
<StringTable CompanyName="Yury Sidorov" FileDescription="Transmission Remote GUI" InternalName="transgui" LegalCopyright="Copyright (c) 2008-2017 by Yury Sidorov &amp; Alexander Petrov" OriginalFilename="transgui.exe" ProductName="Transmission Remote GUI" ProductVersion="5.14"/>
24+
<RevisionNr Value="3"/>
25+
<StringTable CompanyName="Yury Sidorov" FileDescription="Transmission Remote GUI" InternalName="transgui" LegalCopyright="Copyright (c) 2008-2017 by Yury Sidorov &amp; Alexander Petrov" OriginalFilename="transgui.exe" ProductName="Transmission Remote GUI" ProductVersion="5.15.3"/>
2626
</VersionInfo>
2727
<BuildModes Count="1">
2828
<Item1 Name="default" Default="True"/>

0 commit comments

Comments
 (0)