Skip to content

Commit

Permalink
Prep 1800
Browse files Browse the repository at this point in the history
  • Loading branch information
parg committed Jan 21, 2019
1 parent 5c76a11 commit d9a6ca1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion ChangeLog.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
BIGLYBT CHANGELOG
-----------------

2019.01.xx | BiglyBT 1.8.0.0
2019.01.21 | BiglyBT 1.8.0.0

FEATURE: UI | New 'All Trackers' view [Parg]
FEATURE: UI | Added local country stats view [Parg]
Expand Down Expand Up @@ -59,7 +59,9 @@ CHANGE: UI | Allow '*' as whitelist component [Parg]
CHANGE: UI | Support pasting peers on multiple lines [Parg]
CHANGE: UI | Indicate state on fancy menu force-start icon [Parg]
CHANGE: UI | Clicking on an expand/collapse icon in Library or Files View no longer selects the row [Parg]
CHANGE: UI | Always show sidebar close menu in case "x" obfuscated by scrollbar [TuxPaper]
CHANGE: UI | Larger click area for expand/collapse icon [Parg]
CHANGE: Plug | *nix: Install Dorkbox-SystemTray plugin if not present [TuxPaper]
CHANGE: Core | Retain category, thumbnail and user comments from metadata download [Parg]
CHANGE: Core | Faster bdecoding of torrents etc [TuxPaper]
CHANGE: Core | Faster closedown [Parg]
Expand Down
4 changes: 2 additions & 2 deletions core/src/com/biglybt/core/util/Constants.java
Original file line number Diff line number Diff line change
Expand Up @@ -155,10 +155,10 @@
public static final String BIGLY_PROTOCOL_NAME = "BiglyBT";
public static final String BIGLY_PEER_ID = "BI";

public static final String AZUREUS_VERSION = "1.7.0.1_B13";
public static final String AZUREUS_VERSION = "1.8.0.0";
public static final String BUILD_VERSION = "@build.version@"; //Ant replace
public static final String AZUREUS_SUBVER = "";
public static final byte[] VERSION_ID = ("-" + BIGLY_PEER_ID + "1701" + "-").getBytes(); //MUST be 8 chars long!
public static final byte[] VERSION_ID = ("-" + BIGLY_PEER_ID + "1800" + "-").getBytes(); //MUST be 8 chars long!

private static final boolean FORCE_NON_CVS = System.getProperty( "az.force.noncvs", "0" ).equals( "1" );

Expand Down

0 comments on commit d9a6ca1

Please sign in to comment.