diff --git a/ChangeLog b/ChangeLog index 876b497cc..962e5451b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2003-01-13 Alexander Larsson + + * Makefile.am: + Added rsvg-private.h + + * NEWS: + * configure.in: + 2.1.5 + +=== librsvg 2.1.4 === + 2003-01-13 Alexander Larsson * NEWS: diff --git a/Makefile.am b/Makefile.am index 352e3a51b..223d815fc 100644 --- a/Makefile.am +++ b/Makefile.am @@ -23,6 +23,7 @@ librsvg_2_la_SOURCES = \ rsvg-paint-server.h \ rsvg-path.c \ rsvg-path.h \ + rsvg-private.h \ rsvg-file-util.c \ rsvg-shapes.c \ rsvg-shapes.h \ diff --git a/NEWS b/NEWS index 1a2d7ad01..36fd4803c 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +Version 2.1.5 + +- Missed files in tarball added. + Version 2.1.4 - Fixed memory leak diff --git a/configure.in b/configure.in index f3e958ce3..a7246e0ac 100644 --- a/configure.in +++ b/configure.in @@ -20,7 +20,7 @@ dnl =========================================================================== LIBRSVG_MAJOR_VERSION=2 LIBRSVG_MINOR_VERSION=1 -LIBRSVG_MICRO_VERSION=4 +LIBRSVG_MICRO_VERSION=5 AC_SUBST(LIBRSVG_MAJOR_VERSION) AC_SUBST(LIBRSVG_MINOR_VERSION) AC_SUBST(LIBRSVG_MICRO_VERSION)