Skip to content

Commit

Permalink
Port to 1.9.2-341-gf6b702d9c
Browse files Browse the repository at this point in the history
  • Loading branch information
JPWatson committed Aug 1, 2018
1 parent add1d89 commit 982b782
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#### Port
Aeron.NET has been ported against Java version:
- Agrona: 0.9.12-30-gec52107
- Aeron: 1.9.1
- Agrona: 0.9.18-13-g0378ffa
- Aeron: 1.9.2-341-gf6b702d9c
Binary file modified driver/media-driver.jar
Binary file not shown.
6 changes: 3 additions & 3 deletions driver/version.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Driver built from source
Agrona: 0.9.18-11-gcbee425
SBE: 1.8.1-31-g337ef8bb
Aeron: 1.9.2-308-gb795fd261
Agrona: 0.9.18-13-g0378ffa
SBE: 1.8.1-48-gdbf2031e
Aeron: 1.9.2-341-gf6b702d9c
2 changes: 1 addition & 1 deletion scripts/build-prerelease-nuget-packages.bat
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@echo off
pushd %~dp0..
SET suffix=alpha
SET suffix=pre-alpha1
SET nuget_source=https://www.myget.org/F/aeron/api/v2/package

del nupkgs\*.nupkg
Expand Down
4 changes: 2 additions & 2 deletions src/Adaptive.Aeron/ChannelUri.cs
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ public static string AddSessionId(string channel, int sessionId)
}

/// <summary>
/// Is the param tagged? That is does it start with the "tag:" prefix.
/// Is the param tagged? (starts with the "tag:" prefix)
/// </summary>
/// <param name="paramValue"> to check if tagged. </param>
/// <returns> true if tagged or false if not. </returns>
Expand All @@ -407,7 +407,7 @@ public static bool IsTagged(string paramValue)
/// <summary>
/// Get the value of the tag from a given parameter.
/// </summary>
/// <param name="paramValue"> to extra the tag value from. </param>
/// <param name="paramValue"> to extract the tag value from. </param>
/// <returns> the value of the tag or <seealso cref="INVALID_TAG"/> if not tagged. </returns>
public static long GetTag(string paramValue)
{
Expand Down

0 comments on commit 982b782

Please sign in to comment.