Skip to content

Commit

Permalink
v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kzk committed Jan 15, 2015
1 parent b0a55cb commit 864fcee
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 9 deletions.
9 changes: 6 additions & 3 deletions ChangeLog
@@ -1,11 +1,14 @@
Release 1.0.0 - 2012/09/23
Release 1.0.1 - 2015/01/15
- just exec without spawn

Release 1.0.0 - 2013/09/23
- jemalloc v3.4.0
- use longer timeout for SIGTERM

Release 0.1.9 - 2012/03/09
Release 0.1.9 - 2013/03/09
- jemalloc v3.3.1

Release 0.1.8 - 2012/01/29
Release 0.1.8 - 2013/01/29
- jemalloc v3.3.0

Release 0.1.7 - 2012/11/22
Expand Down
4 changes: 0 additions & 4 deletions Gemfile
@@ -1,6 +1,2 @@
source 'https://rubygems.org'
gemspec

group :compilation do
gem 'rake-compiler', '~> 0.7.1'
end
2 changes: 1 addition & 1 deletion Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
jemalloc (1.0.0)
jemalloc (1.0.1)

GEM
remote: https://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion lib/jemalloc/version.rb
@@ -1,3 +1,3 @@
module JEMalloc
VERSION = "1.0.0"
VERSION = "1.0.1"
end

0 comments on commit 864fcee

Please sign in to comment.