-
Notifications
You must be signed in to change notification settings - Fork 0
/
release.html
128 lines (102 loc) · 4.34 KB
/
release.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<!-- Always force latest IE rendering engine or request Chrome Frame -->
<meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible">
<!-- Use title if it's in the page YAML frontmatter -->
<title>
Lotus Releases
</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="../../../../stylesheets/master.css" rel="stylesheet" media="screen,print" />
<link href="../../../../stylesheets/print.css" rel="stylesheet" media="print" />
<link href='../../../../images/favicon.ico' rel='shortcut icon'>
<script src="../../../../javascripts/all.js"></script>
<script type="text/javascript">
if (window.location.host === 'localhost:9292') {
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-39702075-1']);
_gaq.push(['_setDomainName', 'pivotal.io']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
}
</script>
</head>
<body class="x4360 x4360_client_tool_guides x4360_client_tool_guides_load x4360_client_tool_guides_load_unix x4360_client_tool_guides_load_unix_gpfdist has-subnav">
<div class="viewport">
<div class='wrap'>
<script src="https://use.typekit.net/clb0qji.js" type="text/javascript"></script>
<script type="text/javascript">
try {
Typekit.load();
} catch (e) {
}
</script>
<script type="text/javascript">
document.domain = "pivotal.io";
</script>
<script type="text/javascript">
WebFontConfig = {
google: { families: [ 'Source+Sans+Pro:300italic,400italic,300,400,600:latin' ] }
};
(function() {
var wf = document.createElement('script');
wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
'://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
wf.type = 'text/javascript';
wf.async = 'true';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(wf, s);
})();
</script>
<header class="header header-layout">
<h1 class="logo">
Lotus Documentation
</h1>
</header>
<div class="container">
<main class="content content-layout" id="js-content" role="main">
<div class="body">
<p class="p">This is release page for lotus.</p>
<strong class="ph b"><a href="https://github.com/ginobiliwang/lotus-doc/blob/master/binary/lotus-1.0.0.tar.gz">Version 1.0.0</a></strong></pre>
<p class="p">Init version.</p>
<strong class="ph b"><a href="https://github.com/ginobiliwang/lotus-doc/blob/master/binary/lotus-1.0.1.tar.gz">Version 1.0.1</a></strong></pre>
<p class="p">Fix bug for query hang when hight cocurrency. Thanks <a href="https://github.com/water32">God Miao</a> for reporting the issue.</p>
<strong class="ph b"><a href="https://github.com/ginobiliwang/lotus-doc/blob/master/binary/lotus-1.0.2.tar.gz">Version 1.0.2</a></strong></pre>
<p class="p">1) Fix bug for mem leak.</p>
<p class="p">2) Parameter input change to command line.</p>
<strong class="ph b"><a href="https://github.com/ginobiliwang/lotus-doc/blob/master/binary/lotus-1.1.0.tar.gz">Version 1.1.0</a></strong></pre>
<p class="p">1) Add zstd compression feature for data transfer.</p>
</main><!--end of content-->
</div><!-- end of container -->
<script type="text/javascript">
(function() {
var didInit = false;
function initMunchkin() {
if(didInit === false) {
didInit = true;
Munchkin.init('625-IUJ-009');
}
}
var s = document.createElement('script');
s.type = 'text/javascript';
s.async = true;
s.src = document.location.protocol + '//munchkin.marketo.net/munchkin.js';
s.onreadystatechange = function() {
if (this.readyState == 'complete' || this.readyState == 'loaded') {
initMunchkin();
}
};
s.onload = initMunchkin;
document.getElementsByTagName('head')[0].appendChild(s);
})();
</script>
</div><!--end of wrap-->
</div><!--end of viewport-->
</body>
</html>