Rev Author Line No. Line
4988 kaklik 1 2.4.0+
185 miho 2  
4988 kaklik 3 This file is discontinued in favor of using milestones per release on GitHub.
185 miho 4  
4988 kaklik 5 https://github.com/websvnphp/websvn/releases
6 https://github.com/websvnphp/websvn/issues/29
7  
8 2.3.3
9  
10 * Fixed security issue (only affecting Windows with enabled downloads)
11 * Added option to override bugtraq properties in config file (#315)
12 * Added support for using complete filenames (instead of extensions only) for enscript and GeSHi highlighting (e.g. CMakeLists.txt)
13 * Added option to ignore whitespaces in diff as default
14 * Added proper notification if temporary folder is not writable
15 * Improved path-column in log-view to show most precise path containing all modifications of revision (#313)
16 * Improved handling of non-existing resources, returning HTTP status code 404 with an error message not containing SVN commands (#321)
17 * Fixed URLs when using revision form and listing view (partially #314)
18 * Fixed downloading folders containing whitespaces (#308)
19 * Fixed inline diff when ignoring whitespaces with PHP 4 (#309)
20 * Fixed keeping flag to regard/ignore whitespaces in diff when moving to previous/next/youngest revision
21 * Updated translation: Swedish (#320)
22  
23 2.3.2
24  
25 * Added ability to use plain PHP for creating templates
26 * Added config option to show last modification in repository list
27 * Added config option to trust all server certificates
28 * Added support for using multiple access files
29 * Added translation: Macedonian, Russian
30 * Improved navigation through items deleted in recent revision
31 * Improved ignoring whitespaces (including different newlines) in compare-view
32 * Updated translation: Dutch
33 * Updated libraries: GeSHi 1.0.8.9
34 * Fixed parsing SVN version
35 * Fixed comparing two revisions
36 * Fixed regression in revision form
37 * Fixed issues: 292, 294, 296, 298, 302, 304, 306, 307
38  
39 2.3.1
40  
41 * Added in-line highlighting of diff
42 * Added links to previous/next revision in various views
43 * Added config option to block bots from indexing
44 * Added returning correct http status 403/404 in some cases
45 * Improved check for path-based authorization
46 * Fixed usage of Enscript
47 * Fixed diff of just moved/renamed files
48 * Fixed strict messages when using PHP 5.3
49 * Updated libraries: GeSHi 1.0.8.6, PEAR Archive_Tar 1.3.6, PEAR Text_Diff 1.1.1
50 * Updated install documentation
51 * Updated translations: Hindi, Marathi, Slovenian
52 * Fixed issues: 98, 235, 250, 260, 262, 263, 264, 265, 266, 267, 268, 269,
53 270, 271, 273, 274, 275, 276, 278, 280, 283, 284, 285, 287, 288, 290
54  
55 2.3.0
56  
57 * Better support for moved, renamed and deleted items.
58 * Improved handling of errors, show useful messages without exposing auth data.
59 * Improved handling of different character encodings.
60 Replaced manual per-repository configuration with automatic handling
61 (using either multibyte string or iconv extension).
62 * Modified various things in templates (see doc/templates.html).
63 * Added new theme called "Elegant".
64 * Added combobox to select template on a per-user base.
65 * Fixed plain file downloading.
66 * Added http header 500 for errors with downloading archives/files.
67 * Updated rss generation.
68 * Updated french translation.
69 * Fixed issues: 64, 84, 151, 155, 236, 240, 242, 243, 244, 245, 246, 247, 248,
70 251, 253, 254, 255, 256, 257, 259
71  
72 2.2.1
73  
74 * Fixed downloading tar-gz-archives when using .gz extension.
75 * Improved output when svn-command could not be executed correctly.
76 * Added config option to fully alphabetize, independent of folder or file type.
77 * Fixed multiple links and minor issues.
78 * Fixed issues: 212, 213, 214, 215, 216, 217, 219, 222, 223, 224, 225, 227, 228,
79 229, 230, 231, 232, 234, 237, 238
80  
81 2.2.0
82  
83 * Fixed revision handling to use PEG revision instead of OPERATIVE revision.
84 * This fixes many (but not all) cases of viewing moved/renamed/deleted files.
85 * Removed dependencies to external command.
86 * Added PEAR Archive_Tar.
87 * Added PEAR Text_Diff.
88 * Added usage of gzip (.gz extension) if available.
89 * Added usage of PHP touch function.
90 * Improved scalability of parent path handling.
91 * Added support for upcoming PHP 5.3 release.
92  
93 * Added separate customizable extension mapping for GeSHi.
94 * Added links for choosing whether to ignore whitespace on compare and diff.
95 * Added support for aliases in auth file; handles continuation lines correctly.
96 * Added config option to set custom config path.
97 * Added config option to exclude repositories from those included by parentPath.
98 * Added config option to add a subpath of a repository (not just at root level).
99 * Added config option to switch between showing age and date in log and listing
100 view (the other is displayed in the title attribute and shown when hovering).
101 * Added auto detection of Windows.
102 * Added message when config file does not exist.
103 * Added new logo and favicon.
104  
105 * Fixed some broken links when navigating through a repository.
106 * Fixed created archive to be identical (for the same revision) across requests.
107 * This works under Linux with any PHP version and under Windows with PHP 5.3.
108 * Fixed parsing of access file to support usernames containing equal characters.
109  
110 * Updated translations
111 * Dutch
112 * French
113 * Italian
114  
115 2.1.0
116  
117 * Fixed: Several security fixes.
118 * Added: Added GeSHi for code highlighting.
119 * Added: New languages.
120 * Changed: Separated modified files and directory listing.
121 * Changed: Updated used libraries.
122  
185 miho 123 CHANGES
4988 kaklik 124 FIX: Patched several XSS vulnerabilities. (Issue 179)
125 FIX: Hide modified files in revision view based on authentication.
126 FIX: Numerous other security problems.
127 NEW: Added translations: hungarian, indonesian, slovak, uzbek.
128 CHANGED: Some code cleanup.
185 miho 129  
4988 kaklik 130 2.0
185 miho 131  
4988 kaklik 132 * Added: More documentation for *.php files.
133 * Removed: Extraneous bits.
134 * Changed: Many cleanups and optimisations.
135 * Changed: Line endings now use UNIX-style across the board.
136  
137 CHANGES
138 NEW: New default template theme offered by Erik Pöhler.
139 NEW: Template files may now be specified on a per repository basis.
140 NEW: RSS 'alternate' <link> elements in HTML headers links to directory listing.
141 This lets you, for example, easily create an RSS 'live bookmark' to monitor
142 commits to a particular SVN path.
143 NEW: Russian translation
144  
185 miho 145 CHANGE: Bugtraq handling has been updated to account for the latest spec.
146  
147 FIX: Syntax highlighting across lines has been fixed (Issue 85)
148  
149 2.00 beta 8
150  
4988 kaklik 151 CHANGE: Remove path comparison boxes when using the flat view display.
152 CHANGE: Tidied URLs generated from the listing view (remove default parameters).
153 CHANGE: wsvn now selects either the listing or file view automatically when the
154 "op" parameter isn't present. This allows for simpler, shorter URLS.
155 (eg. /http://example.com/wsvn/repo1/myfile.txt)
156  
157 FIX: Fix warnings when using an access file that didn't define a groups section.
158 FIX: Fix tarballing of directories with spaces.
185 miho 159 FIX: Path history information in the log view of a file was incorrect.
160  
161 2.00 beta 7
162  
4988 kaklik 163 NEW: Projects may now be assigned to groups to simplify the index view.
164 NEW: The index may be displayed as a collapsible tree of groups.
185 miho 165  
4988 kaklik 166 CHANGE: The syntax for per-repository configurations has changed is now much
167 simpler and will work on all versions of PHP.
185 miho 168  
4988 kaklik 169 FIX: Various bug fixes for the access rights module.
170 FIX: Language choice selection with MultiViews enabled didn't work.
171 FIX: Various small bugs introduced during 2.0 development.
185 miho 172  
173 2.00 beta 6
174  
4988 kaklik 175 Note: $config->addRepository() now takes a URL, not a filesystem path!
185 miho 176  
177 NEW: WebSVN can now host remote repositories!
178  
4988 kaklik 179 FIX: The access rights handling didn't work if you had give a repository a
180 display name different from it's "real" svn name.
181 FIX: The deleted file list no longer links to nonexistent files.
182 FIX: Tidied the directory display when download/compare links aren't available.
185 miho 183  
184 2.00 beta 5
185  
4988 kaklik 186 NEW: Access rights files can now be specified on a per-repository basis.
185 miho 187  
4988 kaklik 188 CHANGE: Further improvements have been made to character encoding handling. In
189 particular, it is now possible to specify the encoding of the repository
190 contents separately from the system encoding. This is the case for
191 Windows users; the command line tools typically returning CP850-encoded
192 strings, whereas the source files are encoded as iso-8859-1. Now, when
193 displaying text files, WebSVN will convert from the content encoding to
194 the output encoding (UTF-8).
195 CHANGE: Updated Danish translation.
196 CHANGE: The log display has a "max number of revisions to show" filter option,
197 which defaults to 30. This significantly improves log view performance.
185 miho 198  
4988 kaklik 199 FIX: Correctly display the contents of a file which had brackets in the name.
200 FIX: Correct problem with download of tarballs containing special characters.
201 FIX: Improve time display.
202 FIX: Remove non-UTF8 language options from distconfig.php.
203 FIX: Fix recent bug where the log messages contained unnecessary blank lines.
204 FIX: Auth file section groups without a trailing / are now treated correctly.
185 miho 205  
206 2.00 beta 4
207  
4988 kaklik 208 NEW: The log display may now be filtered to show a range of revisions.
209 NEW: You can now specify directories that can or cannot be tarballed. Tarballing
210 can be enabled after only a certain directory depth, and directories can be
211 (dis)allowed on a per-directory/per-repository basis.
212 NEW: The user can now choose their language via a drop down box.
185 miho 213  
4988 kaklik 214 CHANGE: Character encodings are now handled differently. The output encoding is
215 always UTF-8, and the setOutputEncoding option has been removed.
185 miho 216  
4988 kaklik 217 FIX: Diff was broken by 1.70 beta 2.
218 FIX: Download of a directory is prohibited if the user doesn't have read access
219 to the directory AND all of its subdirectories.
220 FIX: The character set type is now sent in the HTTP header automatically.
185 miho 221  
222 2.00 beta 3
223  
4988 kaklik 224 NEW: Config option to display a flat view rather than a tree view.
185 miho 225  
4988 kaklik 226 FIX: Only use --limit option on SVN 1.2 or greater.
227 FIX: Correct spelling of "danish" in distconfig.php.
228 FIX: RSS was previously broken in 1.7 beta 1.
185 miho 229  
230 2.00 beta 2
231  
4988 kaklik 232 CHANGE: No longer requires entire revision history when accessing a directory,
233 resulting in a faster access for large repositories.
185 miho 234  
4988 kaklik 235 FIX: The new access rights module didn't always hide directories.
236 FIX: Tree icons have been fixed (broken in 1.70 beta 1).
185 miho 237  
238 2.00 beta 1
239  
240 NEW: Access rights module (Finally!) - see install.txt for details
4988 kaklik 241 NEW: The "View Log" link is now available for templates to use in the file view.
242 NEW: Added support for "bugtraq:logregex" property.
243 NEW: Translations for Danish, Finnish, Turkish, Norwegian, Simplified Chinese.
185 miho 244  
4988 kaklik 245 CHANGE: Ages are now displayed with higher resolution.
246 CHANGE: Updated German translation.
247 CHANGE: Text files are no longer delivered as binary by default, but displayed
248 by Enscript.
249 CHANGE: The last modified files display now shows the most recently modified
250 files of the current directory.
251 CHANGE: Improved diff colours of BlueGrey template for better readability.
185 miho 252  
4988 kaklik 253 FIX: Directories containing accents weren't always displayed.
254 FIX: File revisions can be compared via the log display (not just directories).
255 FIX: Corrected RSS encoding issue.
256 FIX: Corrected bug where diff lines would be displayed twice.
257 FIX: "svn: Can't check path '/root/.subversion': Permission denied"
258 FIX: Sometimes files delivered (as opposed to displayed) by WebSVN were empty.
259 FIX: Fix problem with large tarball delivery.
260 FIX: Compare with previous always used HEAD.
261 FIX: .sh files are now viewable.
262 FIX: Allow special characters in repository names.
263 FIX: Now able to go into a module if another module starts with the same name.
185 miho 264 FIX: Remove hard-coded timezone from the RSS feed creator.
4988 kaklik 265 FIX: Caching of RSS feeds wasn't working.
185 miho 266  
267 1.62
268  
4988 kaklik 269 NEW: RSS feed can now list changed files.
270 NEW: Templates can now show an open folder icon.
185 miho 271 NEW: Polish translation
272 NEW: Dutch translation
273  
4988 kaklik 274 CHANGE: Window is scrolled to appropriate location when opening a new directory.
185 miho 275  
4988 kaklik 276 FIX: Allow repository names containing '/'.
277 FIX: Fixed sloppy HTML in diff templates.
278 FIX: Fix problems with the diff output.
185 miho 279 FIX: Repositories on Windows network shares can now be accessed.
4988 kaklik 280 FIX: Accented characters now display correctly in the directory comparison view.
281 FIX: Remove error when only one revision was available.
185 miho 282  
283 1.61
284  
4988 kaklik 285 NEW: Multibyte encodings are considered when urlencoding path names.
185 miho 286  
4988 kaklik 287 CHANGE: The listing view will now always show the requested revision (HEAD by
288 default), but the log message will show the log string for the latest
289 modification to the current directory). This means the parent directory
290 structure won't change as you browse through old directories.
185 miho 291  
4988 kaklik 292 FIX: A bug prevented downloading of tarballs from working.
185 miho 293  
4988 kaklik 294 1.60
185 miho 295  
4988 kaklik 296 NEW: Directory displays are now shown in tree view (so that it's harder to get
297 lost). Many thanks to Brent Lu for this excellent patch.
298 NEW: Comparison of entire directories.
185 miho 299 NEW: Tarballs of directories may now be downloaded.
4988 kaklik 300 Set $config->allowdownload(); in config.php to allow this.
301 NEW: New 'Zinn' template from http://projectzinn.org/. Thanks to Justin Doran.
302 NEW: File delivery now looks at the defined Mime-Type. Thanks to
303 Peter Valdemar Mřrch for this patch.
304 NEW: Various configuration options may now be applied on a per-project basis.
185 miho 305 NEW: Support for using 'bugtraq' properties when display log entries.
306 See http://svn.collab.net/repos/tortoisesvn/trunk/doc/issuetrackers.txt
307 NEW: Traditional Chinese translation
308 NEW: Spanish translation
4988 kaklik 309  
185 miho 310 CHANGE: Style information removed from RSS feed
4988 kaklik 311 CHANGE: Changed files are now hidden by default (since the directory
185 miho 312 comparison link is far more useful)
313  
4988 kaklik 314 FIX: File listing are now shown with the correct accented characters on Windows.
315 FIX: File listing sometimes failed when there were spaces in the filename.
316 FIX: Some setups wouldn't allow diff generations with Enscript enabled.
317 FIX: Filenames are URL encoded correctly before calling "svn file:///".
318 FIX: Keywords weren't expanded in file view when Enscript was disabled.
185 miho 319  
320 1.51
321  
322 NEW: Korean translation
323 NEW: Russian translation
324  
4988 kaklik 325 FIX: Repositories may now have spaces in their path. (eg: c:\my reps)
326 FIX: Diff now works when the file name has changed between versions.
327 FIX: RSS feed now generates Content-Type header for XML so IE can display it.
328 FIX: Diff and blame now work properly for PHP files when Enscript isn't used.
329 FIX: Use 'svn --non-interactive' so that SVN never prompts WebSVN for input.
330 FIX: Corrections to the French translation.
331 FIX: Display a message when no repository paths have been configured.
332 FIX: Under Multiviews, change to the WebSVN directory before executing commands
333 so that tempnam() works, so diff and blame work correctly on all systems.
185 miho 334  
335 1.50
336  
4988 kaklik 337 Notes: Before installing this version you should delete existing cache files.
338  
339 wsvn.php has changed. You should redo any appropriate configuration
185 miho 340 changes inside this file.
341  
4988 kaklik 342 NEW: Blame information for a file can now be viewed.
343 NEW: The cached files are now compressed.
344 NEW: The project selection box shows the current project by default.
185 miho 345 NEW: Swedish translation
346 NEW: Japanese translation
4988 kaklik 347 NEW: The install file explains how to set up permission-based repository access,
348 such that access via the web interface is the same as access via a client.
349 NEW: SVN keywords are now expanded in file listings.
185 miho 350  
4988 kaklik 351 CHANGE: The extraction of the directory listings is now accomplished using the
352 'svn' command via file:/// access rather than 'svnlook'. This has the
353 advantage of being non-recursive, and thereby eliminates the need for
354 caching the entire directory listing, and is much quicker on complex
355 directory structures. (Also, no more 50MB directory caches!)
356  
185 miho 357 FIX: Deleted directories are now viewable.
4988 kaklik 358 FIX: SHOWALL was being redefined in the language files.
359 FIX: The directory listing view sometimes showed [lang:DELETEDFILES].
185 miho 360 FIX: Under Windows, links in the RSS output would start with "\" if WebSVN
361 was installed in the server's root directory.
362 FIX: Sed wouldn't work under all versions of Windows due to the use of single
4988 kaklik 363 quotes around the parameters.
185 miho 364 FIX: Improved character encoding support for log messages etc.
4988 kaklik 365 FIX: Paths passed by URL are encoded.
366 FIX: Generated HTML code is strictly 4.01.
185 miho 367  
368 1.40
369  
4988 kaklik 370 NEW: RSS feed support. (Thanks to Lübbe Onken for his work on this.)
371 NEW: Translatations for French and Portuguese.
372 NEW: .exe files now default to content-type "application/x-msdownload".
373 NEW: Recognised links are now 'linkified' in the log messages.
374 NEW: Option to change number of spaces to use for tabs in file/diff listings.
375 NEW: URLs now access the repository by name rather than number. This means that
376 bookmarks will stay the same when new projects are added. The old behaviour
377 can be configured in config.php.
185 miho 378  
4988 kaklik 379 FIX: Removed the revision 0 that has appeared since the previous version.
380 FIX: Repositories were not sorted alphabetically when using ParentPath.
381 FIX: The PNG support script (and the BlueGrey scheme) is now only loaded for IE.
185 miho 382  
383 1.39
384  
4988 kaklik 385 CHANGE: In the human-readable date strings, display up to 119 minutes, 47 hours,
386 13 days or 23 months before moving up to the next unit, like ViewCVS.
185 miho 387  
4988 kaklik 388 FIX: Links from file detail view now go to the current (not previous) revision.
389 FIX: Paths with spaces are now correctly showed in the log view.
390 FIX: Blank lines in diff output are set to &nbsp; so browsers will display them.
185 miho 391 FIX: A blank author field is set to an &nbsp; cell.
392 FIX: A year is 365 days, not 356.
4988 kaklik 393 FIX: Base ages correctly upon GMT.
394 FIX: The diff output did not escape html entities when Enscript was enabled and
395 the file extension was not recognised for Enscript.
396 FIX: distconfig.php had a few minor errors in the examples.
397 FIX: It wasn't possible to call ParentPath multiple times.
185 miho 398  
399 1.38
400  
4988 kaklik 401 NEW: Templates can now define icons for particular file types (see BlueGrey).
402 NEW: Display of PHP files with syntax highlighting.
403 NEW: Improve site navigation with links to each directory level on all pages.
185 miho 404  
405 1.37
406  
4988 kaklik 407 NEW: Display a message when there are no results found.
185 miho 408  
4988 kaklik 409 CHANGE: Aesthetic changes to the BlueGrey scheme.
410 CHANGE: Sort entries more naturally.
185 miho 411  
4988 kaklik 412 FIX: Redirect to the right URL when using the drop-down box to select projects.
413 FIX: Nested [websvn-test] elements didn't always work.
414 FIX: Fixed use of "standard" vs "Standard", problematic on non-Windows machines.
185 miho 415  
416 1.36
417  
4988 kaklik 418 NEW: Log message search feature.
419 NEW: Diff display tries to display changed lines as changed, rather than showing
420 the line as deleted then added.
185 miho 421  
4988 kaklik 422 FIX: Problem with quoting of commands and command line arguments on Windows.
185 miho 423  
424 1.35
425  
4988 kaklik 426 NEW: You can now specify a list of file types (extensions) for files that should
427 be delivered to the user in a GZIP'd archive rather than displayed as ASCII
428 in the browser window.
185 miho 429  
4988 kaklik 430 CHANGE: Files delivered with a MIME Content type are now sent as "inline". The
431 browser will try to display them in the browser window, offering a save
432 box only if they can't be displayed in this manner.
185 miho 433  
4988 kaklik 434 FIX: Detect use of the HTTPS protocol when using the drop-down box to select
435 projects. (-- FIX INCORRECT. USE v1.36 -- )
436 FIX: The PNGs in the BlueGrey style are now transparent under IE 5.5 and higher.
185 miho 437  
438 1.34
439  
4988 kaklik 440 NEW: Support for switching between projects using a drop-down box control.
441 (MultiViews users - note that wsvn.php has been changed.)
442 NEW: Sort the repositories alphabetically when using parentPath.
443 NEW: Better support for internationalisation.
444 (Template writers: Please note the use of the new variable 'charset'.)
445 NEW: More useful info in browser titles with the standard templates.
185 miho 446  
447 FIX: Accented characters should now be displayed correctly (I hope).
4988 kaklik 448 FIX: HTML files now display correctly on all machines.
449 FIX: Removed spurious BRs from the file listings.
185 miho 450  
451 1.33
452  
4988 kaklik 453 There are a few changes to the config file in this release. Copy distconfig.php
454 to config.php and redo any configuration changes that you had made.
185 miho 455  
456 NEW: Recognised non-text files are now delivered to the user as attachments.
4988 kaklik 457 NEW: The list of files types to be sent to the user (rather than displayed with
458 WebSVN) is now user-configurable.
459 NEW: File comparisons are now colourised based on the file extension.
185 miho 460  
461 CHANGE: Only the Enscript file extensions that the user wishes to override are
462 now listed in the config file.
463  
464 1.32
465  
4988 kaklik 466 FIX: Links now function correctly when used in basic (not multiviews) mode.
185 miho 467 FIX: Stop diff from comparing space changes
468  
469 1.31
470  
471 FIX: Directory view had disappeared!
4988 kaklik 472 FIX: Included missing setup.php file.
473 FIX: Handle spaces in filenames.
185 miho 474  
475 1.30
476  
4988 kaklik 477 There are a few changes to the config file in this release. Copy distconfig.php
478 to config.php and redo any configuration changes that you had made.
185 miho 479  
4988 kaklik 480 NEW: MultiViews support allows access to repositories using a URL such as:
481  
185 miho 482 http://server/wsvn/repname/path/to/rep
483  
4988 kaklik 484 NEW: Colourisation support using Enscript.
485 NEW: [websvn-test] function can now be nested.
486 NEW: locwebsvnhttp variable added in template system.
487 NEW: BlueGrey scheme now has show/hide changed link.
185 miho 488  
4988 kaklik 489 FIX: Possible security hole with abuse of popen().
490 FIX: Should now function correctly (again) on non-Windows servers.
491 FIX: First character of diff listing was missing.
185 miho 492  
493 1.20
494  
4988 kaklik 495 NEW: Comprehensive templating solution.
496 NEW: Show the age of a revision in the log view.
185 miho 497  
4988 kaklik 498 CHANGE: The youngest revision of the current directory is now shown by default
499 (as opposed to the head revision of the entire repository). This means
500 that clicking a directory shows the latest changes associated with it.
501 Specific revisions can still be selected from a log view.
185 miho 502 CHANGE: Only show the leaf name when viewing directory contents
503  
4988 kaklik 504 FIX: Fixed error concerning use of pclose()
185 miho 505  
506 1.10/1.10a
507  
4988 kaklik 508 There are a few changes to the config file in this release. Copy distconfig.php
509 to config.php and redo any configuration changes that you had made.
185 miho 510  
4988 kaklik 511 NEW: WebSVN now caches information on the repositories. Once a revision has been
512 viewed, subsequent revisions use the cached information to display the
513 directory structure. This significantly improves the browsing speed.
185 miho 514 NEW: German language file (thanks to Stephan Stapel)
515  
516 1.04/1.04a
517  
4988 kaklik 518 Please note that the config file is now stored in the "include" subdirectory.
185 miho 519  
520 FIX: Directories in the log view lacked their trailing slashes.
4988 kaklik 521 FIX: Diff is now far more memory-efficient, and shows the correct line numbers.
185 miho 522 FIX: setDiffPath now works.
4988 kaklik 523 FIX: Bug introduced in 1.03 whereby the revision number always showed '1'.
185 miho 524  
4988 kaklik 525 Note that you can't view logs with 1.04! Use 1.04a instead.
185 miho 526  
527 1.03
528  
4988 kaklik 529 Note that the config.php file has completely changed in this release, in order
530 to make it more "future proof" and resilient. You'll need to copy distconfig.php
531 to config.php redo the appropriate changes as described.
185 miho 532  
533 NEW: A 'ParentPath' can now be specified, rather than having to specify the
534 directories by hand.
535  
4988 kaklik 536 FIX: Rewrite of the file list code. Should now be quite a bit faster.
537 FIX: Use a more memory efficient algorithm to list file contents.
538 FIX: Spaces in Windows path to svnlook and diff are now handled properly.
539 FIX: Calls to external commands such as svnlook no longer require Windows-style
540 line endings.
185 miho 541  
542 1.02
543  
4988 kaklik 544 NEW: Improved command handling to report returned errors. Considerably helps
185 miho 545 initial installation problems.
4988 kaklik 546 NEW: Show the author of each revision in the log view.
185 miho 547  
4988 kaklik 548 FIX: Removed the spurious &nbsp; that some people were seeing.
185 miho 549  
550 1.01 (5 Feb 2004)
551  
4988 kaklik 552 FIX: Files with HTML content are now shown correctly.
553 FIX: The diff output had the revision labels the wrong way round.
185 miho 554  
555 1.00 (4 Feb 2004)
556  
557 First Public Release