1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115
|
mysql-ocaml (1.0.4-2+etch1) oldstable-security; urgency=high
* Non-maintainer upload to fix a security bug.
* Add a patch to add a binding to mysql_real_escape whose name is
real_escape (CVE-2009-2942).
-- Mehdi Dogguy <mehdi@debian.org> Wed, 07 Oct 2009 23:45:59 +0200
mysql-ocaml (1.0.4-2) unstable; urgency=low
* Rebuild with OCaml 3.09.2.
* Updated standards version to 3.7.2, no changes needed.
-- Samuel Mimram <smimram@debian.org> Thu, 18 May 2006 22:54:37 +0000
mysql-ocaml (1.0.4-1) unstable; urgency=low
* New upstream release.
* Acknowledge NMU (thanks Christian Hammers), closes: #353902.
-- Samuel Mimram <smimram@debian.org> Tue, 18 Apr 2006 08:11:57 +0200
mysql-ocaml (1.0.3-9.1) unstable; urgency=medium
* Non-maintainer upload with permission of the the maintainer.
* Rebuild against libmysqlclient15-dev instead of libmysqlclient14-dev,
closes: #353902.
-- Christian Hammers <ch@debian.org> Tue, 21 Feb 2006 22:25:13 +0100
mysql-ocaml (1.0.3-9) unstable; urgency=low
* Rebuild with OCaml 3.09.1.
* Hanlding OCaml's ABI changes.
-- Samuel Mimram <smimram@debian.org> Sun, 8 Jan 2006 19:24:16 +0100
mysql-ocaml (1.0.3-8) unstable; urgency=low
* Updated to OCaml 3.09.0.
-- Samuel Mimram <smimram@debian.org> Wed, 9 Nov 2005 20:05:57 +0100
mysql-ocaml (1.0.3-7) unstable; urgency=low
* Rebuilding with libmysqlclient14 in order to be installable together with
mysql-server-4.1, closes: #326858.
-- Samuel Mimram <smimram@debian.org> Wed, 7 Sep 2005 15:24:50 +0200
mysql-ocaml (1.0.3-6) unstable; urgency=low
* Patched shtool's vulnerability CAN-2005-1751, closes: #314464.
* Using dpatch to handle patches.
* Updated standards version to 3.6.2.
-- Samuel Mimram <smimram@debian.org> Mon, 18 Jul 2005 23:27:28 +0200
mysql-ocaml (1.0.3-5) unstable; urgency=medium
* Updated to OCaml 3.08.3.
-- Samuel Mimram <smimram@debian.org> Thu, 24 Mar 2005 19:12:05 +0100
mysql-ocaml (1.0.3-4) unstable; urgency=low
* I forgot to update the depends to libmysqlclient12-dev for the -dev package.
-- Samuel Mimram <smimram@debian.org> Sun, 30 Jan 2005 15:07:13 +0100
mysql-ocaml (1.0.3-3) unstable; urgency=low
* Depending on libmysqlclient12 instead of libmysqlclient10, closes: #292615.
* Updated Standards-Version to 3.6.1.1.
* Changed my email since I'm a DD now.
-- Samuel Mimram <smimram@debian.org> Fri, 28 Jan 2005 15:02:09 +0100
mysql-ocaml (1.0.3-2) unstable; urgency=low
* Build with OCaml 3.08.
* Depends on -nox versions of ocaml packages.
-- Samuel Mimram <samuel.mimram@ens-lyon.org> Wed, 21 Jul 2004 18:45:26 +0200
mysql-ocaml (1.0.3-1) unstable; urgency=low
* New upstream release.
-- Samuel Mimram <samuel.mimram@ens-lyon.org> Mon, 2 Feb 2004 19:36:02 +0100
mysql-ocaml (1.0.2-4) unstable; urgency=low
* Modified buggy makefile (was always trying to install mysql.a).
-- Samuel Mimram <samuel.mimram@ens-lyon.org> Wed, 14 Jan 2004 21:25:50 +0100
mysql-ocaml (1.0.2-3) unstable; urgency=low
* Byte-code only should really work now.
-- Samuel Mimram <samuel.mimram@ens-lyon.org> Wed, 14 Jan 2004 20:49:19 +0100
mysql-ocaml (1.0.2-2) unstable; urgency=low
* Building native-code library only if ocamlopt is present.
* Added -fPIC to gcc options.
-- Samuel Mimram <samuel.mimram@ens-lyon.org> Wed, 7 Jan 2004 11:16:56 +0100
mysql-ocaml (1.0.2-1) unstable; urgency=low
* Initial Release.
-- Samuel Mimram <samuel.mimram@ens-lyon.org> Sun, 16 Nov 2003 22:44:10 +0100
|