diff options
author | James Moger <james.moger@gitblit.com> | 2013-07-24 11:23:39 -0400 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2013-07-24 11:23:39 -0400 |
commit | adc821981f61927a78d7e0157f790e15343284af (patch) | |
tree | e6949e5f940126c03d51435aa48ae6fc44c5252a /src/site | |
parent | f5a2560a4292b9f9bff04771aea31d6599b669f6 (diff) | |
download | gitblit-adc821981f61927a78d7e0157f790e15343284af.tar.gz gitblit-adc821981f61927a78d7e0157f790e15343284af.zip |
Documentation
Diffstat (limited to 'src/site')
-rw-r--r-- | src/site/upgrade_express.mkd | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/site/upgrade_express.mkd b/src/site/upgrade_express.mkd index 103cfc9a..374cd821 100644 --- a/src/site/upgrade_express.mkd +++ b/src/site/upgrade_express.mkd @@ -6,9 +6,13 @@ These steps are necessary to ensure that you end up using the specified libraries and resources for the new version. Otherwise you could end up with a hybrid filesystem that would make it difficult to troubleshoot. It is important to note that the web.xml file contains both your default settings AND application configuration. Not updating the web.xml is just a likely to create problems as making a hybrid filesystem.
+### 1.3.1 web.xml
+
+- Changed *WicketFilter* to *GitblitWicketFilter* to handle optional, smart cache-control updates (issue-274)
+
### 1.3.0 web.xml
- Added LogoServlet
- Added SparkleShareInviteServlet
- Added EnforceAuthenticationFilter
-- Moved GitServlet
\ No newline at end of file +- Moved GitServlet
|