Skip to content

Commit

Permalink
Fix incorrect namespace on Sparkle appcast attributes.
Browse files Browse the repository at this point in the history
  • Loading branch information
syneryder authored and vslavik committed Apr 8, 2010
1 parent 2348585 commit ce65dfe
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion NEWS
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@

Version 0.1.1
-------------

- Fixed Sparkle namespace in appcast parser; it now looks for the correct
`http://www.andymatuschak.org/xml-namespaces/sparkle` value. Appcasts
using the incorrect `http://www.andymatuschak.org/xml-namespaces`
URI must be updated.


Version 0.1
-----------

- initial release
- Initial release.
2 changes: 1 addition & 1 deletion src/appcast.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ namespace
#define MVAL(x) x
#define CONCAT3(a,b,c) MVAL(a)##MVAL(b)##MVAL(c)

#define NS_SPARKLE "http://www.andymatuschak.org/xml-namespaces"
#define NS_SPARKLE "http://www.andymatuschak.org/xml-namespaces/sparkle"
#define NS_SEP '#'
#define NS_SPARKLE_NAME(name) NS_SPARKLE "#" name

Expand Down

0 comments on commit ce65dfe

Please sign in to comment.