Skip to content

Commit 900ff2a

Browse files
committed
12.0: added initial template
1 parent bb1a327 commit 900ff2a

1 file changed

Lines changed: 106 additions & 0 deletions

File tree

release-notes-12.0

Lines changed: 106 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,106 @@
1+
HTML header: <title>dCache 12.0 Release Notes</title>
2+
<!--#include virtual="/template/default-head.shtml" -->
3+
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
4+
<!-- Bootstrap -->
5+
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css"
6+
integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous"/>
7+
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap-theme.min.css"
8+
integrity="sha384-fLW2N01lMqjakBkx3l/M9EahuwpSfeNvV63J5ezn3uZzapT0u7EYsXMjQV+0En5r" crossorigin="anonymous"/>
9+
<!--link type="text/css" rel="stylesheet" href="jquery.tocify.css" /-->
10+
<style type="text/css">
11+
h5 {
12+
font-size: 15px;
13+
font-style: italic;
14+
margin-top: 20px;
15+
}
16+
body {
17+
padding-top: 20px;
18+
}
19+
@media (max-width: 767px) {
20+
#toc {
21+
position: relative;
22+
width: 100%;
23+
margin: 0px 0px 20px 0px;
24+
}
25+
}
26+
@media print {
27+
#toc {
28+
display: none;
29+
}
30+
}
31+
</style>
32+
33+
<div class="container">
34+
<div id="banner">
35+
<div id="bird_large">
36+
<img src="/images/dcache-banner.png" class="bird"></img>
37+
</div>
38+
<div id="sidebar-b">
39+
<span class="dcache-nav-bar">
40+
<a href="/index.shtml">home</a>
41+
|
42+
<a href="/news.shtml">news</a>
43+
|
44+
<a href="/manuals/index.shtml">documentation</a>
45+
|
46+
<a href="/downloads/IAgree.shtml">downloads</a>
47+
|
48+
<a href="/feedback.shtml">feedback</a>
49+
|
50+
<a href="/manuals/googlesearch.shtml">search</a>
51+
|
52+
<a href="/imprint.shtml">imprint&#160;</a>
53+
</span>
54+
</div>
55+
</div>
56+
<div id="content">
57+
58+
<div class="row">
59+
60+
<div class="page-header">
61+
<h1>What's new in dCache 12.0<br/>
62+
<small>Release notes</small></h1>
63+
</div>
64+
65+
## Highlights
66+
67+
68+
## Incompatibilities
69+
70+
## Release 12.0.0
71+
72+
### Billing
73+
74+
### NFS
75+
76+
### Pool
77+
78+
### Scripts
79+
80+
Added `dcache pool benchmark` command that executes pre-defined fio benchmark for all pools on the host.
81+
82+
### SRM Client
83+
84+
The srm client is excluded from the project build process.
85+
86+
### Xrootd
87+
88+
89+
### Changelog from 11.2.0 to 12.0.0
90+
91+
<!-- git log 11.2..12.0 -no-merges -format='[%h](https://github.com/dcache/dcache/commit/%H)%n: %s%n' -->
92+
93+
94+
95+
96+
97+
98+
</div>
99+
</div>
100+
</div>
101+
102+
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js" type="text/javascript"></script>
103+
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"
104+
integrity="sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS" crossorigin="anonymous"></script>
105+
106+
<script src="https://google-code-prettify.googlecode.com/svn/loader/run_prettify.js" type="text/javascript"></script>

0 commit comments

Comments
 (0)