summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorGravatar cweiske2009-09-29 10:57:05 +0000
committerGravatar cweiske2009-09-29 10:57:05 +0000
commitedeb2bb4e52f0f1f76a7742bcf2f999d3f7c907f (patch)
tree69a4c1a428b6102edbe1b534e54aa3540b636c45
parentf1575fe38a8618a38e849dca888c59a47a6d26de (diff)
downloadscuttle-edeb2bb4e52f0f1f76a7742bcf2f999d3f7c907f.tar.gz
scuttle-edeb2bb4e52f0f1f76a7742bcf2f999d3f7c907f.zip
write ChangeLog for 0.94, more UPGRADE details
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@382 b3834d28-1941-0410-a4f8-b48e95affb8f
-rw-r--r--ChangeLog33
-rw-r--r--UPGRADE.txt2
2 files changed, 35 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
new file mode 100644
index 0000000..9b895ac
--- /dev/null
+++ b/ChangeLog
@@ -0,0 +1,33 @@
+ChangeLog for SemantiScuttle
+============================
+
+0.94 - 2009-09-29
+-----------------
+- Fix bug #2834070: unfreed sql results
+- Fix bug #2834077: .htaccess on virtual masshosted apaches
+- Fix bug #2834097: Errors when using search without terms
+- Fix bug #2834293: E_NOTICE when referer is missing
+- Fix bug #2834118: Undefined variable in search.inc.php when not logged on
+- Fix bug #2847580: short open tag <? in import.php
+- Fix bug #2674961: editAllowed optimization - make less queries for each bookmark
+- Fix bug #2829642: PATH_INFO undefined
+- Fix bug: mysqli did not work at all
+- Fix bug: 404 - api/posts/all not found
+- Fix bug: PATH_INFO used when not needed
+- Fix bug: htmlentities not always escaped
+- Fix bug: Not all pages are valid XHTML
+- Fix bug: Hide welcome message if it is empty
+- Fix bug: allow deleting links between tags when deleting a user.
+- Fix bug: some parse errors
+- Interface fix: put linkedtags box on bookmarks page.
+
+- Implement request #2834111: Detect if cookies are enabled
+- Translation updates
+- Updated German translation (de_DE), removed de_AT
+- New configuration file system
+- Remove home link in menu bar
+- Add INSTALL.txt and ChangeLog
+
+
+0.93 - 2009-05-26
+-----------------
diff --git a/UPGRADE.txt b/UPGRADE.txt
index 3051926..cd8097f 100644
--- a/UPGRADE.txt
+++ b/UPGRADE.txt
@@ -7,6 +7,8 @@ From version 0.93 to 0.94
- Nothing changed except for the default configuration file.
It is recommended to start with a fresh config file,
but not neccesary. Old config files still work.
+- If you used translation de_AT, please switch to de_DE.
+ de_AT was moved to de_DE and de_AT has been removed.
From version 0.92 to 0.93