summaryrefslogtreecommitdiffstatshomepage
path: root/doc
diff options
context:
space:
mode:
authorGravatar Christian Weiske2010-09-30 07:46:51 +0200
committerGravatar Christian Weiske2010-09-30 07:46:51 +0200
commit2d31b55b24e79a2014171c89d96c7242e4c590ac (patch)
treeab838abfb208ba0fa7cb50b062f6d3cd7f16ae67 /doc
parent5565b0695f72fc28f625c2671648f4cd0a798238 (diff)
parente1f9d9e3a07652d4ec668a2337d8b788e031ab9f (diff)
downloadscuttle-2d31b55b24e79a2014171c89d96c7242e4c590ac.tar.gz
scuttle-2d31b55b24e79a2014171c89d96c7242e4c590ac.zip
merge master
Diffstat (limited to 'doc')
-rw-r--r--doc/ChangeLog15
-rw-r--r--doc/developers/api10
2 files changed, 22 insertions, 3 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog
index e2562e4..0a60bff 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -3,12 +3,21 @@ ChangeLog for SemantiScuttle
0.9X.X - 2010-XX-XX
-------------------
-- Fix bug getTagsForBookmarks() that fetched all tags
+- Fix bug in getTagsForBookmarks() that fetched all tags
+- Fix bug #3073215: Updating bookmark time does not work
+- Fix bug #3074816: French translation breaks edit javascript
- Show error message on mysqli connection errors
- Implement patch #3059829: update FR_CA translation
- Update php-gettext library to 1.0.10
-- Fix bug #3073215: Updating bookmark time does not work
-- Fix bug #3074816: French translation breaks edit javascript
+- api/posts/add respects the "replace" parameter now
+
+
+0.97.1 - 2010-09-30
+-------------------
+This is a security release! We do highly recommend to update
+your SemanticScuttle installations!
+
+- Fix bug #3077187: Permission problem when deleting bookmarks
0.97.0 - 2010-06-09
diff --git a/doc/developers/api b/doc/developers/api
new file mode 100644
index 0000000..efa05fe
--- /dev/null
+++ b/doc/developers/api
@@ -0,0 +1,10 @@
+SemanticScuttle API
+===================
+
+SemanticScuttle tries to implement the delicious API v1 as closely as sensible.
+
+Where it makes sense and the delicious API just does things plainly wrong
+(i.e. when returning a wrong status code on an error), we do it better.
+
+- http://www.delicious.com/help/api
+- http://support.delicious.com/forum/comments.php?DiscussionID=5286&page=1