.\" Automatically generated by Pod::Man 4.07 (Pod::Simple 3.32) .\" .\" Standard preamble: .\" ======================================================================== .de Sp \" Vertical space (when we can't use .PP) .if t .sp .5v .if n .sp .. .de Vb \" Begin verbatim text .ft CW .nf .ne \\$1 .. .de Ve \" End verbatim text .ft R .fi .. .\" Set up some character translations and predefined strings. \*(-- will .\" give an unbreakable dash, \*(PI will give pi, \*(L" will give a left .\" double quote, and \*(R" will give a right double quote. \*(C+ will .\" give a nicer C++. Capital omega is used to do unbreakable dashes and .\" therefore won't be available. \*(C` and \*(C' expand to `' in nroff, .\" nothing in troff, for use with C<>. .tr \(*W- .ds C+ C\v'-.1v'\h'-1p'\s-2+\h'-1p'+\s0\v'.1v'\h'-1p' .ie n \{\ . ds -- \(*W- . ds PI pi . if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch . if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch . ds L" "" . ds R" "" . ds C` "" . ds C' "" 'br\} .el\{\ . ds -- \|\(em\| . ds PI \(*p . ds L" `` . ds R" '' . ds C` . ds C' 'br\} .\" .\" Escape single quotes in literal strings from groff's Unicode transform. .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" .\" If the F register is >0, we'll generate index entries on stderr for .\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index .\" entries marked with X<> in POD. Of course, you'll have to process the .\" output yourself in some meaningful fashion. .\" .\" Avoid warning from groff about undefined register 'F'. .de IX .. .if !\nF .nr F 0 .if \nF>0 \{\ . de IX . tm Index:\\$1\t\\n%\t"\\$2" .. . if !\nF==2 \{\ . nr % 0 . nr F 2 . \} .\} .\" ======================================================================== .\" .IX Title "CHANGES 3pm" .TH CHANGES 3pm "2016-11-12" "perl v5.24.1" "User Contributed Perl Documentation" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l .nh .SH "NAME" CHANGES .SH "SYNOPSIS" .IX Header "SYNOPSIS" Changes between SVN::Web versions. .SH "DESCRIPTION" .IX Header "DESCRIPTION" This is a list of the main changes between different versions of SVN::Web. Please see \s-1UPDATING\s0.pod for details about any changes you may need to make when updating an SVN::Web installation. .SS "0.63, released Oct 17, 2012" .IX Subsection "0.63, released Oct 17, 2012" .IP "\(bu" 4 More improvements to \s-1UTF8\s0 handling graciously contributed by Vladimir Timofeev .SS "0.62, released Oct 10, 2012" .IX Subsection "0.62, released Oct 10, 2012" .IP "\(bu" 4 Updated psgi file, for some reason I regressed it. .IP "\(bu" 4 A variety of fixes, notably huge improvements to \s-1UTF8\s0 handling graciously contributed by Vladimir Timofeev and diff output fixes .SS "0.61, released Jun 11, 2012" .IX Subsection "0.61, released Jun 11, 2012" .IP "\(bu" 4 Template fixes for \s-1RT48416\s0 .IP "\(bu" 4 \&\s-1RT24507\s0 closed as the stand alone server was removed in favor of Plack. .IP "\(bu" 4 \&\s-1RT39707\s0 closed as many perl \s-1SVN\s0 related issues were resolved elsewhere .IP "\(bu" 4 Included patch from \s-1RT32041\s0 to authenticate to https .SS "0.60, released Jun 7, 2012" .IX Subsection "0.60, released Jun 7, 2012" .IP "\(bu" 4 Pulled out mod_perl1/2 and cgi, replaced with Plack. This probably broke lots of things. .IP "\(bu" 4 Changed to using Dist::Zilla with MakeMaker (due to .po issues with Module::Build) .IP "\(bu" 4 \&\s-1DAGOLDEN\s0 recommends using Alien::SVN as dependency, rather than SVN::Core, SVN::Client and SVN::Ra. This is because the \s-1SVN\s0 perl modules are not published to \s-1CPAN.\s0 .IP "\(bu" 4 Merged patch from rt26159 .SS "0.54, never released" .IX Subsection "0.54, never released" .IP "\(bu" 4 Fix for \s-1RT35186,\s0 to make 'selected' compliant with \s-1XHTML\s0 .IP "\(bu" 4 Fix for \s-1RT37388,\s0 by Vladimir Timofeev .SS "0.53, released Apr 29, 2007" .IX Subsection "0.53, released Apr 29, 2007" .IP "\(bu" 4 Change how path's are encoded, to work around new strictness in Template Toolkit's \f(CW\*(C`uri\*(C'\fR filter. SVN::Web now works with versions of \s-1TT \s0> 2.15. .IP "\(bu" 4 Adjust \fIt/timedate\-format.t\fR to work correctly in non-English locales. Fixes rt#25435, reported by \f(CW\*(C`ema_zep@libero.it\*(C'\fR. .SS "0.52, released Jan 22, 2007" .IX Subsection "0.52, released Jan 22, 2007" .IP "\(bu" 4 Belatedly update the SVN::Web installation to note that Subversion 1.4.0 or above is now required to use SVN::Web. .SS "0.51, released Jan 15, 2007" .IX Subsection "0.51, released Jan 15, 2007" .IP "\(bu" 4 \&\f(CW\*(C`reposparent\*(C'\fR functionality was inadvertently broken in 0.50. This release fixes that. This was rt#24377 reported by Christoph Buescher . .SS "0.50, released Jan 12, 2007" .IX Subsection "0.50, released Jan 12, 2007" .IP "\(bu" 4 SVN::Web now supports accessing repositories that are \fBnot\fR on the same host as the SVN::Web installation. Repositories can be accessed using the \fIfile:///\fR, \fIhttp://\fR, and \fIsvn://\fR protocols. .IP "\(bu" 4 A mechanism for configuring which actions are available on each page has been introduced. See \*(L"Action menu configuration\*(R" in SVN::Web for more. .IP "\(bu" 4 A new action, SVN::Web::Blame has been introduced. This generates output that shows the Subversion annotation/blame information for a file. .IP "\(bu" 4 Diff output (from SVN::Web::Diff and SVN::Web::Revision) is now generated by Subversion, rather than SVN::Web. This makes diff generation much faster, and much less memory intensive. However, it has meant that the \fIcontext\fR option is no longer available. .Sp There are several small tweaks to the diff and revision output. .IP "\(bu" 4 Refactoring and rewriting has meant that Digest::MD5, Text::Diff, and Text::Diff::HTML are no longer prequisites. .IP "\(bu" 4 A bug has been fixed in \s-1RSS\s0 generation. The contents of the element are now wrapped in \s-1CDATA\s0 markers to ensure that any embedded markup is preserved. .IP "\(bu" 4 There is now support for keeping localisation files in arbitrary directories, configured by the \f(CW\*(C`language_dirs\*(C'\fR configuration option. This makes it simpler to maintain your own localisation files outside of SVN::Web, and makes it easier to integrate third party actions in to an SVN::Web installation. .Sp See \*(L"Languages\*(R" in SVN::Web and SVN::Web::I18N for more details. .IP "\(bu" 4 The Template::Toolkit \f(CW\*(C`log_msg\*(C'\fR meta-filter has been replaced with a Template::Toolkit \s-1MACRO,\s0 defined in \fI_log_msg\fR. The effect is the same, but this approach affords more flexibility (e.g., having different log message filters per repository). .IP "\(bu" 4 The log template now supports rudimentary 'paging' through the log messages. \fIProper\fR paging support requires new functionality in Subversion. Selecting the number of log messages to show per page is also more straightforward. .IP "\(bu" 4 SVN::Web::Revision supports a \f(CW\*(C`max_diff_size\*(C'\fR configuration option to cope with revisions which may generate huge diffs. .IP "\(bu" 4 The configuration file (\fIconfig.yaml\fR) must contain a \f(CW\*(C`version\*(C'\fR key, otherwise a fatal error is generated. .IP "\(bu" 4 Most extraneous whitespace is now removed from the templates when output is being produced. .IP "\(bu" 4 Documentation bug rt#22282, reported by Andrew Sterling Hanenkamp , has been fixed. .SS "0.49, released Aug 23, 2006" .IX Subsection "0.49, released Aug 23, 2006" .IP "\(bu" 4 SVN::Web now properly supports Apache 2 / mod_perl 2. In addition, the test suite contains tests that work under Apache 2, and ensure that future changes should not introduce regressions in this functionality. .IP "\(bu" 4 File::Spec is now used when constructing filesystem paths, instead of assuming that the directory separator is \fI/\fR. This should allow the use of native paths on Windows, e.g. \fIC:\epath\eto\esvnweb\fR. .IP "\(bu" 4 A bug in the mod_perl handler meant that the [% script %] directive wasn't generating fully qualified links. This resulted in links in the \s-1RSS\s0 feed being relative. This is now fixed. Reported by Dietrich Streifert . .IP "\(bu" 4 When testing the generated \fIhttpd.conf\fR includes an explicit \&\f(CW\*(C`ServerName\*(C'\fR directive, removing a warning on some hosts. Reported in rt#20170 by . .IP "\(bu" 4 Set permissions on the temporary directories when running tests as root. Otherwise they fail. Reported in rt#20170 by . .IP "\(bu" 4 Fix a bug encounted on Solaris. \fISVN::Core::time_from_cstring()\fR was returning negative numbers. .IP "\(bu" 4 The questions that are asked when running \f(CW\*(C`perl Build.PL\*(C'\fR can now be answered and/or skipped by passing command line options to \fIBuild.PL\fR. Run \f(CW\*(C`perldoc Build.PL\*(C'\fR for the documentation options. .IP "\(bu" 4 Paths to Apache modules are no longer hardcoded in \fIconf/httpd.tt\fR. \&\f(CW\*(C`apxs\*(C'\fR is used to retrieve the value of the Apache library directory. In addition, the name of the mod_perl .so file is now configurable, as different systems call it different things. .IP "\(bu" 4 Included documentation on using SVN::Web with the \s-1IIS\s0 web server. Submitted by Tom Hukins in rt#20341. .IP "\(bu" 4 A bug in the author's testing environment meant that 0.48 shipped with templates that generated \s-1HTML\s0 that was not strictly valid. This, and the templates, have been fixed. .SS "0.48, released Jun 28, 2006" .IX Subsection "0.48, released Jun 28, 2006" .IP "\(bu" 4 The interface localisation can now be selected. The interface has always been localised, but the mechanism for choosing it has been badly exposed. SVN::Web now supports two configuration options (\f(CW\*(C`languages\*(C'\fR and \&\f(CW\*(C`default_language\*(C'\fR) to specify the language selection. .Sp In addition, the available configured languages are also exposed through the (\f(CW\*(C`trac\*(C'\fR) user interface, and the user can choose from the list of available localisation. Their choice is saved in a cookie. .IP "\(bu" 4 Generation of \s-1RSS\s0 feeds is now done using a template, instead of using \&\s-1XML::RSS\s0. This removes a dependency on \s-1XML:RSS,\s0 and should make it easier to customise the content of the \s-1RSS\s0 feed should you desire. .Sp This fixes rt#18169, reported by Mike Ellery . .IP "\(bu" 4 \&\s-1RSS\s0 feeds are now autodiscoverable in modern browsers. .IP "\(bu" 4 The formatting of timestamps is now configurable using \&\*(L"strftime\*(R" in \s-1POSIX\s0. You can choose how timestamps are formatted, and they can be displayed in \s-1UTC \s0(the Subversion default), the server's local timezone, or the timezone of your choice. See \*(L"Time and date formatting\*(R" in SVN::Web for details. .Sp This fixes rt#18806, reported by Mike Ellery . .IP "\(bu" 4 Worked around a bug in Subversion where repository paths that were specified with a tailing slash would trigger an assertion. This fixes rt#19273, reported by Michael Schwern . .IP "\(bu" 4 Fixed a bug where the \f(CW\*(C`directory_umask\*(C'\fR cache backend option was not being treated as an octal number. This fixes rt#19272, reported by Michael Schwern . .IP "\(bu" 4 The SVN::Web::Revision action now show's the repository's youngest revision if no \f(CW\*(C`rev\*(C'\fR parameter is provided. .IP "\(bu" 4 Fixed a bug in SVN::Web::Revision. Revisions that contain files that were copied from another file, modified, and then committed will now be displayed properly instead of generating an error. .IP "\(bu" 4 The documentation for SVN::Web includes an example configuration for Apache and FastCGI, contributed by Robert Spier . .IP "\(bu" 4 Made extensive changes to the test suite. Include tests that exercise SVN::Web when running under \f(CW\*(C`svnweb\-server\*(C'\fR, as a \s-1CGI\s0 script, and as an Apache mod_perl1 handler. These tests are optional \*(-- the installer is prompted at \f(CW\*(C`perl Build.PL\*(C'\fR time whether to run these tests, and to provide the information the tests need (such as the port to run on). .SS "0.47, released May 6, 2006" .IX Subsection "0.47, released May 6, 2006" .IP "\(bu" 4 Implement support for caching the results of the actions, using any of the Cache::Cache family of modules. In tests (see \&\fIt/benchmark.t\fR) this can yield a 20% or greater speed benefit. See \&\*(L"Data cache\*(R" in SVN::Web for details of how to enable the cache and configure cache related options. .IP "\(bu" 4 Support Subversion repo directories and files that have spaces or other characters that should be \s-1URI\s0 escaped in their names. Fixes rt#19093, reported by . .IP "\(bu" 4 Commented out the references to Template::Plugin::Clickable and Template::Plugin::Clickable::Email in the config file that is generated by \f(CW\*(C`svnweb\-install\*(C'\fR. This stops log files filling up with warnings if they're not present. The lines remain, commented out, as a suggestion for users. .IP "\(bu" 4 Improved the modperl2 support, fixing rt#19004, rt#18437, and rt#18346 (Garrison Hoffman , , Thomas Nagel ). .SS "0.46, released Mar 9, 2006" .IX Subsection "0.46, released Mar 9, 2006" .IP "\(bu" 4 Fixed a bug in \f(CW\*(C`svnweb\-server\*(C'\fR. The \s-1CGI\s0 module is now always used when running under this server, instead of CGI::Fast. This should fix problems if you are trying to use \f(CW\*(C`svnweb\-server\*(C'\fR on a host with CGI::Fast installed. .SS "0.45, released Mar 8, 2006" .IX Subsection "0.45, released Mar 8, 2006" .IP "\(bu" 4 Fixed a bug that broke mod_perl support. .SS "0.44, released Mar 8, 2006" .IX Subsection "0.44, released Mar 8, 2006" .IP "\(bu" 4 When browsing the repository the \fItrac\fR templates now include age of the file, expressed as {seconds, minutes, hours, days, weeks, months, years} since the file was last modified. .IP "\(bu" 4 The \f(CW\*(C`revision\*(C'\fR, \f(CW\*(C`log\*(C'\fR, \f(CW\*(C`view\*(C'\fR, and \f(CW\*(C`rss\*(C'\fR actions are much more conservative with memory when processing commits that changed a large number of files. Fixes rt#17359, reported by Dietrich Streifert . .IP "\(bu" 4 Included support for running under mod_perl2 as well as mod_perl1. Fixes rt#17085 and rt#17350. Based on a patch from Garrison Hoffman . .IP "\(bu" 4 Fixed a bug when running under mod_perl \*(-- the \s-1HTTP\s0 headers were not being sent. Some browsers could cope with this, others just displayed the raw \s-1HTML. \s0 Reported by Dominic Mitchell . .IP "\(bu" 4 Entering a revision number that does not exist will now generate a localised error message. Fixes rt#17822, reported by .IP "\(bu" 4 The SVN::Web::Revision action will now not show diffs between file revisions if either revision of the file has a non-text \s-1MIME\s0 type. Fixes rt#17625, reported by Mike Ellery . .IP "\(bu" 4 Fixed some bugs in \f(CW\*(C`svnweb\-server\*(C'\fR. Option parsing works properly, fixing rt#17347 (reported by ) and the \&\f(CW\*(C`\-\-net\-server\*(C'\fR option is now honoured. .IP "\(bu" 4 \&\f(CW\*(C`svnweb\-install\*(C'\fR should now work if any directories in the install path contain regexp metacharacters in the filename. Fixes rt#17282, reported by . It also emits warnings if copying files or making directories during the install process fails, fixing rt#17283. .SS "0.43, released Jan 25, 2006" .IX Subsection "0.43, released Jan 25, 2006" .IP "\(bu" 4 Fix a syntax error in the config file generated by svnweb-install. .IP "\(bu" 4 Fix the instructions and code for running under mod_perl. .IP "\(bu" 4 When viewing an \s-1HTML\s0 diff, include a link to the plain text equivalent. .IP "\(bu" 4 Showing diffs when viewing a revision is now optional, but defaults to on. .IP "\(bu" 4 Require Exception::Class 1.22 or above. Versions below lack the necessary \&\f(CW\*(C`caught()\*(C'\fR syntax. .IP "\(bu" 4 Improve the installation and configuration documentation. .IP "\(bu" 4 Include \f(CW\*(C`svnweb\-server\*(C'\fR, a simple web server to make it easier for people to get started with SVN::Web. .SS "0.42, released Dec 16, 2005" .IX Subsection "0.42, released Dec 16, 2005" .IP "\(bu" 4 Throw exceptions instead of \fIdie()\fRing on almost all errors. Catch the exceptions and generate much friendlier error messages. Error messages are now easy to localise. .IP "\(bu" 4 When viewing a diff, the \fItrac\fR templates show the two revision numbers being compared, and include a link allowing the user to reverse the order of the diff. .IP "\(bu" 4 The syntax for specifying permitted actions, and the classes that implement them, has changed. See \s-1UPDATING\s0 for more information. This mechanism also allows for easy configuration of per-action options. .IP "\(bu" 4 A (partial) French localisation has been supplied by Cyril Brulebois. .IP "\(bu" 4 Any \f(CW\*(C`svn:externals\*(C'\fR properties that are set on a directory are now shown when browsing that directory. .IP "\(bu" 4 When viewing a file's revision log, you can now select two arbitrary revisions and get a diff showing the changes between those revisions. Fixes rt#15813. .IP "\(bu" 4 If you only have one repository configured then the \f(CW\*(C`list\*(C'\fR action can be configured to immediately redirect to browsing that repository, saving the user from having to click through an intermediate page. See SVN::Web::List for more information. .SS "0.41, released Nov 4, 2005" .IX Subsection "0.41, released Nov 4, 2005" .IP "\(bu" 4 Introduce a [% base_uri %] variable so templates can refer to files relative to the directory that \f(CW\*(C`svnweb\-install\*(C'\fR was run in. Fix a hardcoded reference to my home directory in a template. .IP "\(bu" 4 Update some of the packaging files, which were out of date. .SS "0.40, released Nov 4, 2005" .IX Subsection "0.40, released Nov 4, 2005" .IP "\(bu" 4 Maintainership handed from Chia-ling Kao to Nik Clayton. .IP "\(bu" 4 Overhauled the templates, so the out-of-the-box experience is much nicer. .IP "\(bu" 4 Add a \f(CW\*(C`view\*(C'\fR action that shows the contents of a file, along with the most recent log message. .IP "\(bu" 4 More customisation options, making it easier to add or remove actions from the list of things that SVN::Web is allowed to do. .IP "\(bu" 4 Added huge swathes of information to the documentation. It should now be much easier for anyone else to contribute code and/or templates to SVN::Web. .IP "\(bu" 4 A fix for rt#12431. URLs without trailing slashes are fixed. .IP "\(bu" 4 A mechanism to 'stack' Template Toolkit filters. You can easily run log messages through an arbitrary number of filters, without causing problems if one or more of the filters is not installed. .IP "\(bu" 4 Inline display of some content from the repository where appropriate (e.g., viewing an image works properly). .IP "\(bu" 4 Fixed a bug that meant the results from the automated tests weren't valid. Fixed the bugs that this uncovered. .IP "\(bu" 4 Added tests to ensure that the generated \s-1HTML\s0 is valid. .SS "0.39" .IX Subsection "0.39" Never released. .SS "0.38, released Nov 21, 2004" .IX Subsection "0.38, released Nov 21, 2004" .IP "\(bu" 4 Fix pool mess causing apache to segfault under mod_perl. .IP "\(bu" 4 Add limit option to log. .SS "0.37, released Jun 3, 2004" .IX Subsection "0.37, released Jun 3, 2004" .IP "\(bu" 4 Templates are now css friendly. [Autrijus] .IP "\(bu" 4 heavy branch detection no longer default. .SS "0.36, released Nov 24, 2003" .IX Subsection "0.36, released Nov 24, 2003" .IP "\(bu" 4 Make mod_perl 1 work. .IP "\(bu" 4 I18n support from Autrijus. .IP "\(bu" 4 Repository list action from \s-1DROLSKY\s0 .IP "\(bu" 4 Fix poor pool usage for branch init. .SS "0.35, released Nov 19, 2003" .IX Subsection "0.35, released Nov 19, 2003" .IP "\(bu" 4 Fix \s-1RSS\s0 links to revisions under mod_perl. .IP "\(bu" 4 Misc fixes and \s-1API\s0 catch-up. .SS "0.30, released Aug 27, 2003" .IX Subsection "0.30, released Aug 27, 2003" .IP "\(bu" 4 Fix \- Escape log message properly. .IP "\(bu" 4 Add log message when describing a revision. .IP "\(bu" 4 Sort the entries in browsing. .IP "\(bu" 4 Adjust pool usage for opened repos so it's easier for modperl to work .IP "\(bu" 4 Add mod_perl support. .SS "0.2, released Aug 26, 2003" .IX Subsection "0.2, released Aug 26, 2003" .IP "\(bu" 4 Add path navigation support. .IP "\(bu" 4 Add file diff support. .IP "\(bu" 4 Add \s-1RSS\s0 support for tracking changes. .IP "\(bu" 4 Add mime-type support for checkout and browse. .IP "\(bu" 4 Add branch info support in directory browsing. .IP "\(bu" 4 Add branchpoint info in log mode. .IP "\(bu" 4 Update document. .SS "0.11, released Aug 25, 2003" .IX Subsection "0.11, released Aug 25, 2003" .IP "\(bu" 4 Fix \- Missing '/' in path in links. .SS "0.1, released Aug 25, 2003" .IX Subsection "0.1, released Aug 25, 2003" .IP "\(bu" 4 Initial release.