X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=ChangeLog;h=e2c1f0353f41b8bd978e85ea9e7dd2e366cd9021;hb=07d2f704d61649a36bbe0dd71d48ea811d301f9d;hp=c0e1ab40c31a90c3116dc7e28078df369af2cbf1;hpb=256175cffb00b15543bd49a4268e6c528bd51fce;p=lttng-ust.git diff --git a/ChangeLog b/ChangeLog index c0e1ab40..e2c1f035 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,21 @@ +2013-08-30 lttng-ust 2.3.0-rc2 + * doc/examples/gen-tp: pass automake CPPFLAGS/CFLAGS/LDFLAGS + * tools/lttng-gen-tp: honor CPPFLAGS and LDFLAGS + * Fix: doc/examples cross-build + * Fix: liblttng_ust.la should depend on liblttng-ust-tracepoint.la + * Introduce configure --with-lttng-system-rundir + * examples: tracepoint probes don't need extern C + * Tracepoint probes don't need extern C + * Add trace support for memalign and posix_memalign + * malloc instrumentation: remove dependency on pthread + * Add trace support for calloc and realloc. + * Fix: allow make check to run in VPATH build + * Update .gitignore + * Update obsolete benchmark test + * Cleanup tests (2nd commit) + * Cleanup tests + * Fix: doc/examples VPATH build + 2013-07-17 lttng-ust 2.3.0-rc1 * Fix: Unchecked asprintf/vasprintf return values * Missing NULL pointer init in tap.c