summaryrefslogtreecommitdiffstats
path: root/rubygem-activerecord.spec
diff options
context:
space:
mode:
authorDavid Lutterkort <lutter@fedoraproject.org>2008-09-16 19:10:03 +0000
committerDavid Lutterkort <lutter@fedoraproject.org>2008-09-16 19:10:03 +0000
commit950a02276243623c67b5dda4f1c5ccfdf4aaa660 (patch)
treeccae8b47a389212793089734f2a0c9fc917b15db /rubygem-activerecord.spec
parent789c32bb434bf4d748abe2a9db075f2860ff84e7 (diff)
downloadrubygem-activerecord-950a02276243623c67b5dda4f1c5ccfdf4aaa660.tar.gz
rubygem-activerecord-950a02276243623c67b5dda4f1c5ccfdf4aaa660.tar.xz
rubygem-activerecord-950a02276243623c67b5dda4f1c5ccfdf4aaa660.zip
New version (fixes CVE-2008-4094)
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 12a8181..d115db8 100644
--- a/rubygem-activerecord.spec
+++ b/rubygem-activerecord.spec
@@ -6,7 +6,7 @@
Summary: Implements the ActiveRecord pattern for ORM
Name: rubygem-%{gemname}
-Version: 2.1.0
+Version: 2.1.1
Release: 1%{?dist}
Group: Development/Languages
License: MIT
@@ -57,6 +57,9 @@ rm -rf %{buildroot}
%changelog
+* Tue Sep 16 2008 David Lutterkort <dlutter@redhat.com> - 2.1.1-2
+- New version (fixes CVE-2008-4094)
+
* Thu Jul 31 2008 Michael Stahnke <stahnma@fedoraproject.org> - 2.1.0-1
- New Upstream