Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update from latest master, fix some typos #1

Merged
merged 32 commits into from
Jun 10, 2015
Merged
Changes from 2 commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
9298f97
Add RefreshOnLogon functionality.
martinadams Nov 16, 2014
4bc599b
Add new Application Callback (non-breaking) for early intercept of in…
martinadams Nov 17, 2014
adb2761
Merge branch 'add_refresh' into rx_intercept
martinadams Nov 24, 2014
4ed14c5
Dynamic session configuration.
martinadams Dec 2, 2014
469392f
Merge branch 'add_refresh' into dynamic_sessions
martinadams Dec 2, 2014
446d42e
Merge branch 'rx_intercept' into dynamic_sessions
martinadams Dec 2, 2014
42ddebe
Dynamic sessions
martinadams Dec 14, 2014
234ff56
Revert "Fix distributed deadlock between two sessions"
gbirchmeier Jan 2, 2015
2e61171
release notes
gbirchmeier Jan 2, 2015
4f3abdc
these should have been committed long ago
gbirchmeier Mar 19, 2015
662313c
Merge pull request #290 from martinadams/add_refresh
gbirchmeier May 7, 2015
ddea749
attribution for #290
gbirchmeier May 7, 2015
5820c4e
Changes as requested to tab/indents and comments
martinadams May 13, 2015
646f43d
Unit Test + minor code updates for dynamic sessions
martinadams May 18, 2015
aaacb04
Revert "Merge branch 'rx_intercept' into dynamic_sessions"
martinadams May 19, 2015
43b73f6
Dynamic sessions: whitespace fix only
martinadams May 19, 2015
65eeeaf
Merge pull request #291 from martinadams/rx_intercept
mgatny Jun 1, 2015
fdfe748
(#80) AT: logon with reset after disconnect
gbirchmeier Jun 8, 2015
b632b69
Merge pull request #316 from gbirchmeier/80reset
gbirchmeier Jun 8, 2015
fb2f776
(#80) acceptor shouldn't include 141=Y in logon responses
gbirchmeier Jun 8, 2015
c138736
Merge pull request #317 from gbirchmeier/80reset
gbirchmeier Jun 8, 2015
2b82403
get rid of unnecessary and inexplicable gitignore files
gbirchmeier Jun 8, 2015
42024f2
Merge pull request #318 from gbirchmeier/gitignore
gbirchmeier Jun 8, 2015
dd07716
don't include unneeded sessions in AT config files
gbirchmeier Jun 8, 2015
0d51ac7
Merge pull request #319 from gbirchmeier/atcfg
gbirchmeier Jun 8, 2015
fe57992
Revert "these should have been committed long ago"
gbirchmeier Jun 9, 2015
33dd7b0
Merge pull request #320 from gbirchmeier/badcommit
gbirchmeier Jun 9, 2015
74eba12
ignore a generated AT cfg
gbirchmeier Jun 9, 2015
b132023
Merge branch 'dynamic_sessions' of github.com:martinadams/quickfixn i…
gbirchmeier Jun 9, 2015
bb191ce
Merge branch 'master' into 314
gbirchmeier Jun 9, 2015
5d17cc3
typos and wording changes
gbirchmeier Jun 10, 2015
a8153fe
attribution for #314
gbirchmeier Jun 10, 2015
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions web/views/download.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
Download
========

The latest version of QuickFIX/n is v1.4.0
The latest version of QuickFIX/n is v1.5.0

You can download it [here] (http://quickfixn.s3.amazonaws.com/quickfixn-v1.4.0.zip)
You can download it [here] (http://quickfixn.s3.amazonaws.com/quickfixn-v1.5.0.zip)

Source Code
-----------
View the code on [github] [0]

Previous Versions
-----------------
* [v1.4.0] (http://quickfixn.s3.amazonaws.com/quickfixn-v1.4.0.zip)
* [v1.3.0] (http://quickfixn.s3.amazonaws.com/quickfixn-v1.3.0.zip)
* [v1.2.0] (http://quickfixn.s3.amazonaws.com/quickfixn-v1.2.0.zip)
* [v1.1.0] (http://quickfixn.s3.amazonaws.com/quickfixn-v1.1.0.zip)
Expand Down