From 44e31dde503520097d41f67583290430c88987bb Mon Sep 17 00:00:00 2001 From: Eric Henderson Date: Thu, 24 Jul 2014 16:37:03 -0400 Subject: [PATCH] fix a bug in the plain allocation freeing method --- README.md | 5 ++++- Rakefile | 4 ++-- app/app_delegate.rb | 2 +- appcast.xml | 9 +++++++++ 4 files changed, 16 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e06299d..9a9300b 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,7 @@ A RubyMotion application for keeping memory usage in check. Shows up in the men * **v0.7.1:** hopefully decrease the amount of memory leaking * **v0.7.2:** change to a paid app * **v0.7.3:** add registration submenu +* **v0.7.4:** fix a bug in the plain allocation freeing method ###Versions (code-signed with developer ID): * **v0.3:** (Mavericks-only) @@ -34,4 +35,6 @@ A RubyMotion application for keeping memory usage in check. Shows up in the men * **v0.6.2:** * **v0.7:** * **v0.7.1:** -* **v0.7.2:** \ No newline at end of file +* **v0.7.2:** +* **v0.7.3:** +* **v0.7.4:** diff --git a/Rakefile b/Rakefile index 66dceb2..7507c13 100644 --- a/Rakefile +++ b/Rakefile @@ -27,8 +27,8 @@ Motion::Project::App.setup do |app| app.icon = 'Icon.icns' app.info_plist['CFBundleIconFile'] = 'Icon.icns' app.name = 'MemoryTamer' - app.version = '0.7.3' - app.short_version = '0.7.3' + app.version = '0.7.4' + app.short_version = '0.7.4' app.identifier = 'us.myepg.MemoryTamer' app.info_plist['NSUIElement'] = 1 app.info_plist['SUFeedURL'] = 'https://raw.githubusercontent.com/henderea/MemoryTamer/master/appcast.xml' diff --git a/app/app_delegate.rb b/app/app_delegate.rb index b9e3df9..7441207 100644 --- a/app/app_delegate.rb +++ b/app/app_delegate.rb @@ -244,7 +244,7 @@ def free_mem(pressure) def free_mem_old mtf = get_free_mem(true) - NSLog mtf + NSLog "#{mtf}" ep = NSBundle.mainBundle.pathForResource('inactive', ofType: '') op = `'#{ep}' '#{mtf}'` NSLog op diff --git a/appcast.xml b/appcast.xml index ffcc95a..a7d4c69 100755 --- a/appcast.xml +++ b/appcast.xml @@ -5,6 +5,15 @@ https://raw.githubusercontent.com/henderea/MemoryTamer/master/appcast.xml Most recent changes with links to updates. en + + Version 0.7.4 + + http://releases.io/henderea/MemoryTamer/0.7.4?heading=true + + Thu, 24 Jul 2014 16:35:00 -0400 + + 10.7 + Version 0.7.3