Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mahara
mahara
Commits
a793d38c
Commit
a793d38c
authored
Apr 22, 2009
by
Richard Mansfield
Browse files
Version bump for 1.0.11
parent
4c9e27c4
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
a793d38c
1.0.11 (2009-04-22)
- Fixed XSS vulnerabilities in user views (CVE-2009-0664)
1.0.10 (2009-03-10)
- Fixed multiple XSS vulnerabilities in user profile data and blogs
(CVE-2009-0660)
...
...
htdocs/lib/version.php
View file @
a793d38c
...
...
@@ -27,8 +27,8 @@
defined
(
'INTERNAL'
)
||
die
();
$config
=
new
StdClass
;
$config
->
version
=
200804022
1
;
$config
->
release
=
'1.0.11
testing
'
;
$config
->
version
=
200804022
2
;
$config
->
release
=
'1.0.11'
;
$config
->
minupgradefrom
=
2007080700
;
$config
->
minupgraderelease
=
'0.8.0 (release tag 0.8.0_RELEASE)'
;
$config
->
disablelogin
=
true
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment