summaryrefslogtreecommitdiffstats
path: root/rubygem-activerecord.spec
diff options
context:
space:
mode:
authorMohammed Morsi <mmorsi@redhat.com>2010-09-08 14:03:45 -0400
committerMohammed Morsi <mmorsi@redhat.com>2010-09-08 14:03:45 -0400
commit611b284cb95c54f4668dca1d31ff55552fec5fc3 (patch)
tree75173822e14aaa1ec356c99a99a3fe9c88ab43cd /rubygem-activerecord.spec
parentb8007954bad5df50e3505cca6794203c8cd5a526 (diff)
downloadrubygem-activerecord-611b284cb95c54f4668dca1d31ff55552fec5fc3.tar.gz
rubygem-activerecord-611b284cb95c54f4668dca1d31ff55552fec5fc3.tar.xz
rubygem-activerecord-611b284cb95c54f4668dca1d31ff55552fec5fc3.zip
updated activerecord postgres fix
Diffstat (limited to 'rubygem-activerecord.spec')
-rw-r--r--rubygem-activerecord.spec5
1 files changed, 4 insertions, 1 deletions
diff --git a/rubygem-activerecord.spec b/rubygem-activerecord.spec
index 42a5ce9..e493fb3 100644
--- a/rubygem-activerecord.spec
+++ b/rubygem-activerecord.spec
@@ -10,7 +10,7 @@ Summary: Implements the ActiveRecord pattern for ORM
Name: rubygem-%{gemname}
Epoch: 1
Version: 2.3.8
-Release: 3%{?dist}
+Release: 4%{?dist}
Group: Development/Languages
License: MIT
URL: http://www.rubyonrails.org
@@ -109,6 +109,9 @@ rake test_sqlite3 --trace
%{gemdir}/specifications/%{gemname}-%{version}.gemspec
%changelog
+* Wed Sep 08 2010 Mohammed Morsi <mmorsi@redhat.com> - 1:2.3.8-4
+- Updated postgres fix to resolve security issue
+
* Mon Aug 16 2010 Mohammed Morsi <mmorsi@redhat.com> - 1:2.3.8-3
- Included postgres fix (patch also pushed upstream, see rails issue tracker)