* prefix.[hc]: Pass argument to the inet6_ntoa by value making it more
	  inet_ntoa alike.
	* ripngd.[hc], ripng_interface.c, ripng_peer.c: inet6_ntoa() takes
	  argument now by value.
diff --git a/ripngd/ChangeLog b/ripngd/ChangeLog
index 78e1107..ee13c92 100644
--- a/ripngd/ChangeLog
+++ b/ripngd/ChangeLog
@@ -1,3 +1,8 @@
+2005-04-08 Hasso Tepper <hasso at quagga.net>
+
+	* ripngd.[hc], ripng_interface.c, ripng_peer.c: inet6_ntoa() takes
+	  argument now by value.
+
 2005-04-05 Hasso Tepper <hasso at quagga.net>
 
 	* ripngd.[hc]: Remove inet6_ntop() and any usage of it. inet6_ntoa()