Update of /cvsroot/php-blog/serendipity
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18010
Modified Files:
NEWS
Log Message:
finalized 0.6 release notes
Index: NEWS
===================================================================
RCS file: /cvsroot/php-blog/serendipity/NEWS,v
retrieving revision 1.120
retrieving revision 1.121
diff -u -d -r1.120 -r1.121
--- NEWS 12 May 2004 14:35:20 -0000 1.120
+++ NEWS 12 May 2004 14:52:48 -0000 1.121
@@ -73,9 +73,73 @@
* Configuration is now language-dependant. (garvinhicking)
-Version 0.6 ()
+Version 0.6 (May 12th, 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 (garvinhicking)
+
+ * German translation fix (garvinhicking)
+
+ * Upgrader kills the current session for possible changes inside
+ session data on upgrade (garvinhicking)
+
+ * Fixed wrong comparison operator - bug reported by tom, where nl2br
+ plugin has "reversed" logic. (garvinhicking)
+
+ * Fixed textile plugin not enabled by default after adding it as a
+ 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.
+ (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
+ (garvinhicking)
+
+ * 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)
|