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
8aaff418
Commit
8aaff418
authored
Nov 16, 2007
by
Nigel McNie
Browse files
Version bump and debian changelog for 0.9.0alpha2
parent
c802a685
Changes
2
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
8aaff418
mahara (0.9.0~alpha2-1) unstable; urgency=low
* New upstream release
* Recommend php5-xmlrpc
* Change the way config.php is handled to allow debconf to ask questions,
and users to have their own settings if they want.
* Remove default username, password and dbname from the config file, to
prevent tempting users to use easily guessable details. This change
applied upstream.
* Added debconf questions for dbtype and dbpass
-- Nigel McNie <nigel@catalyst.net.nz> Fri, 16 Nov 2007 10:19:32 +1300
mahara (0.9.0~alpha2~dev) unstable; urgency=low
* Dev version
...
...
htdocs/lib/version.php
View file @
8aaff418
...
...
@@ -27,8 +27,8 @@
defined
(
'INTERNAL'
)
||
die
();
$config
=
new
StdClass
;
$config
->
version
=
200708220
2
;
$config
->
release
=
'0.9.0alpha
2dev
'
;
$config
->
version
=
200708220
3
;
$config
->
release
=
'0.9.0alpha
3
'
;
$config
->
minupgradefrom
=
2007080700
;
$config
->
minupgraderelease
=
'0.8.0 (release tag 0.8.0_RELEASE)'
;
$config
->
disablelogin
=
false
;
...
...
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