changeset 285:418a9e44fce7

Fixed formatting issues in previous entry.
author Deepak Bhole <dbhole@redhat.com>
date Tue, 13 Sep 2011 16:19:47 -0400
parents 68a6e5d41dfc
children d2434b3dc395
files ChangeLog
diffstat 1 files changed, 14 insertions(+), 10 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Thu Sep 01 12:18:55 2011 +0200
+++ b/ChangeLog	Tue Sep 13 16:19:47 2011 -0400
@@ -1,15 +1,19 @@
+2011-09-13  Deepak Bhole <dbhole@redhat.com>
+
+	* ChangeLog: Fixed formatting issues in previous entry.
+
 2011-09-01 Jiri Vanek<jvanek@redhat.com>
 	Added functionality to allow icedtea web to be buildable with
-	 rhel5 libraries.
-	*configure.ac: added IT_CHECK_GLIB_VERSION check.
-	*acinclude.m4: added IT_CHECK_GLIB_VERSION definition block to test.
-	  version of glib installed and add LEGACY_GLIB define macro into
-	  variable DEFS if version is <2.16.
-	*plugin/icedteanp/IcedTeaNPPlugin.cc: added replacements for incompatible
-	 functions (g_strcmp0 and find_first_item_in_hash_table)if LEGACY_GLIB
-	 is defined. Added define sections for use this function instead of glib ones.
-	 Duplicated code moved into function getFirstInTableInstance(GHashTble* table).
-	*Makefile.am: ($(PLUGIN_DIR)/%.o): using DEFS setted by configure for compilation 
+	rhel5 libraries.
+	* configure.ac: added IT_CHECK_GLIB_VERSION check.
+	* acinclude.m4: added IT_CHECK_GLIB_VERSION definition block to test.
+	version of glib installed and add LEGACY_GLIB define macro into
+	 variable DEFS if version is <2.16.
+	* plugin/icedteanp/IcedTeaNPPlugin.cc: added replacements for incompatible
+	functions (g_strcmp0 and find_first_item_in_hash_table)if LEGACY_GLIB
+	is defined. Added define sections for use this function instead of glib ones.
+	Duplicated code moved into function getFirstInTableInstance(GHashTble* table).
+	* Makefile.am: ($(PLUGIN_DIR)/%.o): using DEFS setted by configure for compilation 
 
 2011-08-29  Deepak Bhole <dbhole@redhat.com>