Changeset 593

Show
Ignore:
Timestamp:
12/19/04 23:17:54 (4 years ago)
Author:
dom
Message:

Bump version.

Location:
trunk
Files:
4 modified

Legend:

Unmodified
Added
Removed
  • trunk/Changes

    r592 r593  
     10.46    20 December 2004 
    12        Minor bug fixes: remove bogus edit link on index listings, 
    2           add missing default behaviour for geolocation 
    3         Update supersearch help text URL. 
    4         Add nofollow to robots meta tag. 
     3          add missing default behaviour for geolocation 
     4        Update supersearch help text URL. 
     5        Add nofollow to robots meta tag. 
    56        Added new CSS class "node_name" for inline non-hyperlink references 
    6          to node names - see README.CSS for details. 
     7          to node names - see README.CSS for details. 
    78        Fix bug with diff display on nodes containing macros. 
    89        Fixed distance search paging bug. 
    910        Fixed bug that allowed autocreation of locales and categories with 
    1011          trailing spaces in the name. 
     12        Config management refactoring. This should not result in any 
     13          user-visible changes. 
    1114         
    12150.45    1 December 2004 
  • trunk/PREREQUISITES

    r587 r593  
    1 Modules required by OpenGuides 0.45 
     1Modules required by OpenGuides 0.46 
    22=================================== 
    33 
  • trunk/lib/OpenGuides.pm

    r587 r593  
    1414use vars qw( $VERSION ); 
    1515 
    16 $VERSION = '0.45'; 
     16$VERSION = '0.46'; 
    1717 
    1818=head1 NAME 
  • trunk/wiki.cgi

    r587 r593  
    55 
    66use vars qw( $VERSION ); 
    7 $VERSION = '0.45'; 
     7$VERSION = '0.46'; 
    88 
    99use CGI qw/:standard/;