diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-04-29 22:54:14 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-04-29 22:54:14 +0000 |
commit | 1e62e4f87fdf1441afab47a60aaf60b9246a5876 (patch) | |
tree | a4a6ef93bf7f0d215d3320d90317f13b9bb2514a /debian | |
parent | 67631c51ab971aa272b9b1230d2fe469d77091ee (diff) | |
download | ikiwiki-1e62e4f87fdf1441afab47a60aaf60b9246a5876.tar ikiwiki-1e62e4f87fdf1441afab47a60aaf60b9246a5876.tar.gz |
* Enable openid logins by default.
* Enable usedirs by default.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/NEWS | 18 | ||||
-rw-r--r-- | debian/changelog | 4 | ||||
-rw-r--r-- | debian/control | 4 |
3 files changed, 23 insertions, 3 deletions
diff --git a/debian/NEWS b/debian/NEWS index dc7a45960..b24196732 100644 --- a/debian/NEWS +++ b/debian/NEWS @@ -1,3 +1,21 @@ +ikiwiki (2.00) unstable; urgency=low + + With the 2.0 release of ikiwiki, some major changes have been made to the + default configuration: + + * The 'usedirs' setting is enabled by default. This *will* break all URLs + to wikis that did not have 'usedirs' turned on before, unless you follow + the procedure described at <http://ikiwiki.info/tips/switching_to_usedirs>, + or edit your setup file to turn usedirs off: + usedirs => 0, + + * OpenID logins are now enabled by default. So ikiwiki now depends on the + Net::OpenID::Consumer perl module. Password logins are also still on by + default. If you like, you can turn either OpenID or password logins off + via the 'disable_plugins' setting. + + -- Joey Hess <joeyh@debian.org> Sun, 29 Apr 2007 19:00:43 -0400 + ikiwiki (1.51) unstable; urgency=low Some wikis need to be rebuilt on upgrade to this version, due to changes to diff --git a/debian/changelog b/debian/changelog index 37e7e28b0..c1e0626c3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,8 +9,10 @@ ikiwiki (1.52) UNRELEASED; urgency=low Especially cleans up the ordering of the admin's preferences form. * Use a fieldset to set off the openid entry from the rest of the login form. + * Enable openid logins by default. + * Enable usedirs by default. - -- Joey Hess <joeyh@debian.org> Sun, 29 Apr 2007 18:47:00 -0400 + -- Joey Hess <joeyh@debian.org> Sun, 29 Apr 2007 19:00:15 -0400 ikiwiki (1.51) unstable; urgency=low diff --git a/debian/control b/debian/control index 72100d8c1..187e70567 100644 --- a/debian/control +++ b/debian/control @@ -11,8 +11,8 @@ XS-Vcs-Browser: http://ikiwiki.info/cgi-bin/viewvc.cgi/trunk/?root=ikiwiki Package: ikiwiki Architecture: all -Depends: ${perl:Depends}, libxml-simple-perl, markdown, libtimedate-perl, libhtml-template-perl, libhtml-scrubber-perl, libcgi-formbuilder-perl (>= 3.02.02), libtime-duration-perl, libcgi-session-perl (>= 4.14-1), libmail-sendmail-perl, gcc | c-compiler, libc6-dev | libc-dev, libhtml-parser-perl, liburi-perl -Recommends: subversion | git-core | tla | mercurial, hyperestraier, libnet-openid-consumer-perl +Depends: ${perl:Depends}, libxml-simple-perl, markdown, libtimedate-perl, libhtml-template-perl, libhtml-scrubber-perl, libcgi-formbuilder-perl (>= 3.02.02), libtime-duration-perl, libcgi-session-perl (>= 4.14-1), libmail-sendmail-perl | libnet-openid-consumer-perl, gcc | c-compiler, libc6-dev | libc-dev, libhtml-parser-perl, liburi-perl +Recommends: subversion | git-core | tla | mercurial, hyperestraier Suggests: viewvc | viewcvs, librpc-xml-perl, libtext-wikiformat-perl, python-docutils, polygen, tidy, libxml-feed-perl, libmailtools-perl, perlmagick, libfile-mimeinfo-perl, libcrypt-ssleay-perl, liblocale-gettext-perl (>= 1.05-1), libtext-typography-perl, libtext-csv-perl, libdigest-sha1-perl, graphviz Conflicts: ikiwiki-plugin-table Replaces: ikiwiki-plugin-table |