X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;ds=sidebyside;f=ChangeLog;h=b9349526ac412d034a26c561d9e47a1ee36e8f88;hb=cf949d071aeea0f97d3df0946de383a01dbcc393;hp=c0e1ab40c31a90c3116dc7e28078df369af2cbf1;hpb=0ff43c44ea52d0d833ea17f15777622ec64d1b1a;p=lttng-ust.git diff --git a/ChangeLog b/ChangeLog index c0e1ab40..b9349526 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,24 @@ +2013-09-03 lttng-ust 2.3.0 + * No change + +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