Author: toad Date: 2006-12-01 17:52:48 +0000 (Fri, 01 Dec 2006) New Revision: 11173
Modified: trunk/freenet/src/freenet/clients/http/filter/CSSTokenizerFilter.java trunk/freenet/src/freenet/node/Version.java Log: 1006: Another fix to the firefox 2 problem (warn the user that download-to-disk won't necessarily save them). Fix a minor bug relating to invalid chars in URLs. Add EntryPoint to the bookmarks and update Indicia's index. Modified: trunk/freenet/src/freenet/clients/http/filter/CSSTokenizerFilter.java =================================================================== --- trunk/freenet/src/freenet/clients/http/filter/CSSTokenizerFilter.java 2006-12-01 17:50:26 UTC (rev 11172) +++ trunk/freenet/src/freenet/clients/http/filter/CSSTokenizerFilter.java 2006-12-01 17:52:48 UTC (rev 11173) @@ -1,4 +1,4 @@ -/* The following code was generated by JFlex 1.4.1 on 29/11/06 20:11 */ +/* The following code was generated by JFlex 1.4.1 on 01/12/06 02:15 */ /* This code is part of Freenet. It is distributed under the GNU General * Public License, version 2 (or at your option any later version). See @@ -16,7 +16,7 @@ /** * This class is a scanner generated by * <a href="http://www.jflex.de/">JFlex</a> 1.4.1 - * on 29/11/06 20:11 from the specification file + * on 01/12/06 02:15 from the specification file * <tt>freenet/clients/http/filter/CSSTokenizerFilter.jflex</tt> */ class CSSTokenizerFilter { Modified: trunk/freenet/src/freenet/node/Version.java =================================================================== --- trunk/freenet/src/freenet/node/Version.java 2006-12-01 17:50:26 UTC (rev 11172) +++ trunk/freenet/src/freenet/node/Version.java 2006-12-01 17:52:48 UTC (rev 11173) @@ -24,7 +24,7 @@ public static final String protocolVersion = "1.0"; /** The build number of the current revision */ - private static final int buildNumber = 1005; + private static final int buildNumber = 1006; /** Oldest build of Fred we will talk to */ private static final int oldLastGoodBuild = 990;
