diff options
Diffstat (limited to 'binary')
-rw-r--r-- | binary/debian/changelog | 6 | ||||
-rw-r--r-- | binary/redhat/odb.spec | 5 |
2 files changed, 10 insertions, 1 deletions
diff --git a/binary/debian/changelog b/binary/debian/changelog index 6c843bf..1f80f41 100644 --- a/binary/debian/changelog +++ b/binary/debian/changelog @@ -1,3 +1,9 @@ +odb (2.2.2-1) unstable; urgency=low + + * New bugfix release. + + -- Boris Kolpackov <boris@codesynthesis.com> Fri, 21 Jun 2013 13:38:34 +0200 + odb (2.2.0-1) unstable; urgency=low * Initial package release. diff --git a/binary/redhat/odb.spec b/binary/redhat/odb.spec index 179a1e8..5d412e9 100644 --- a/binary/redhat/odb.spec +++ b/binary/redhat/odb.spec @@ -8,7 +8,7 @@ Summary: ORM for C++ Name: odb -Version: 2.2.0 +Version: 2.2.2 Release: 1 License: GPLv2, GPLv3, LGPLv3 Group: Development/Tools @@ -71,5 +71,8 @@ rm -rf ${RPM_BUILD_ROOT} %config %{_sysconfdir}/odb/default.options %changelog +* Fri Jun 21 2013 Boris Kolpackov <boris@codesynthesis.com> + - new bugfix release + * Fri Feb 22 2013 Boris Kolpackov <boris@codesynthesis.com> - spec file written for odb binary package |