Add auto release module
Added the RELEASE_NOTES and auto-release script
Change-Id: Ia851fc4c447c5eaa35335c5990b86136bb769978
diff --git a/.waf-tools/osx-frameworks.py b/.waf-tools/osx-frameworks.py
index 9936778..6a473c0 100644
--- a/.waf-tools/osx-frameworks.py
+++ b/.waf-tools/osx-frameworks.py
@@ -45,7 +45,7 @@
# Download to local path and retry
Logs.info ("Sparkle framework not found, trying to download it to 'build/'")
- urllib.urlretrieve ("https://github.com/sparkle-project/Sparkle/releases/download/1.16.0/Sparkle-1.16.0.tar.bz2", "build/Sparkle.tar.bz2")
+ urllib.urlretrieve ("https://github.com/sparkle-project/Sparkle/releases/download/1.17.0/Sparkle-1.17.0.tar.bz2", "build/Sparkle.tar.bz2")
if os.path.exists('build/Sparkle.tar.bz2'):
try:
subprocess.check_call(['mkdir', 'build/Sparkle'])