Update of /cvsroot/php-blog/serendipity
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17417
Modified Files:
Tag: branch_0_6
NEWS
Log Message:
0.6 release
Index: NEWS
===================================================================
RCS file: /cvsroot/php-blog/serendipity/NEWS,v
retrieving revision 1.103.4.2
retrieving revision 1.103.4.3
diff -u -d -r1.103.4.2 -r1.103.4.3
--- NEWS 26 Apr 2004 10:56:42 -0000 1.103.4.2
+++ NEWS 12 May 2004 14:50:35 -0000 1.103.4.3
@@ -1,32 +1,71 @@
# $Id$
-Fixes since -rc1:
+Version 0.6 (May 12h, 2004)
------------------------------------------------------------------------
+ [changes since 0.6-rc2]
+ * Creative Commons plugin bugfix (wrong 'non-commercial' case)
+ (garvinhicking)
+
+ * Fixed wrong doctype header (garvinhicking)
+
+ * Fix %e date issue on windows systems. (garvinhicking, tomsommer)
+
+ * Fix serendipity_makefilename() to replace some more foreign
+ characters (garvinhicking)
+
+ * Shoutbox plugin bugfix (errors using '%' in shouts) (garvinhicking)
+
+ * Error with non-absolute image paths in RSS feed (garvinhicking)
+
+ * Fixed installer problems timeouting (garvinhicking)
+
+ * Removed possible error message about session_start for categories
+ admin page (garvinhicking)
+
+ * Fixed postgresql limit error when browsing pages (garvinhicking)
+
+ [changes before 0.6-rc2]
* Image upload now strips all characters not suggested for filename
use (garvinhicking)
+
* Language Charset Header are now used throughout s9y which make it
- completely foreign-language compatible
- * German translation fix
+ completely foreign-language compatible (garvinhicking)
+
+ * German translation fix (garvinhicking)
+
* Upgrader kills the current session for possible changes inside
- session data on upgrade
+ session data on upgrade (garvinhicking)
+
* Fixed wrong comparison operator - bug reported by tom, where nl2br
- plugin has "reversed" logic.
+ plugin has "reversed" logic. (garvinhicking)
+
* Fixed textile plugin not enabled by default after adding it as a
- plugin
- * Comments plugin now correctly wordwraps
+ plugin (garvinhicking)
+
+ * Comments plugin now correctly wordwraps (garvinhicking)
+
* Fixed wrong HTML links for WYSIWYG-editor in Internet Explorer
+ (garvinhicking)
+
* Fixed htmlentites acceptance for foreign language entry titles
+ (garvinhicking)
+
* Relaxed dependency on WIKI plugin, if the inclusion fails.
- * PostgreSQL SQL update files
- * Better detection of serendipityPath variable
- * Adjustable WYSIWYG-language for foreign languages
+ (garvinhicking)
+
+ * PostgreSQL SQL update files (jtate)
+
+ * Better detection of serendipityPath variable (garvinhicking)
+
+ * Adjustable WYSIWYG-language for foreign languages (garvinhicking)
+
* Fixed special characters for WYSIWYG-htmlarea.css file
- * Fixed WYSIWYG-editing error for HTML Nugget plugin
- * newline fixes inside the files (cosmetic issues)
+ (garvinhicking)
-Version 0.6 ()
-------------------------------------------------------------------------
+ * Fixed WYSIWYG-editing error for HTML Nugget plugin (garvinhicking)
+
+ * newline fixes inside the files (cosmetic issues) (isotopp)
* Fixed losing commenting user details when previewing a comment
(garvinhicking)
@@ -173,7 +212,7 @@
* Renamed "sebastian's weblog" theme to "blue" (sebastianbergmann)
-Version 0.5-pl1 (February, 14th 2004)
+Version 0.5-pl1 (February 14th, 2004)
------------------------------------------------------------------------
* Fixed XHTML-invalid anchor name (garvinhicking)
|