From: Stephane Glondu Date: Thu, 21 Apr 2011 15:08:51 +0000 (+0200) Subject: Update changelog and prepare upload to unstable X-Git-Tag: archive/raspbian/4.08.1-4+rpi1~3^2~306 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=0e481e06bb4d994edd93af6ef163d9a6a92ce4df;p=ocaml.git Update changelog and prepare upload to unstable --- diff --git a/debian/changelog b/debian/changelog index cb761d5f..0497c77f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +ocaml (3.12.0-5) unstable; urgency=low + + * Fixes related to -output-obj with g++ (in debian/patches): + - add Declare-primitive-name-table-as-const-char + - add Avoid-multiple-declarations-in-generated-.c-files-in + - fix Embed-bytecode-in-C-object-when-using-custom: the closing + brace for extern "C" { ... } was missing in some cases + + -- Stéphane Glondu Thu, 21 Apr 2011 21:35:08 +0200 + ocaml (3.12.0-4) unstable; urgency=low * Bugfix in 0008-Embed-bytecode-in-C-object-when-using-custom.patch: