Index: trunk/configure.ac
===================================================================
--- trunk/configure.ac	(revision 577)
+++ trunk/configure.ac	(revision 578)
@@ -12,5 +12,5 @@
 dnl start
 dnl
-AM_INIT_AUTOMAKE(samhain, 4.4.8)
+AM_INIT_AUTOMAKE(samhain, 4.4.9)
 AC_DEFINE([SAMHAIN], 1, [Application is samhain])
 AC_CANONICAL_HOST
Index: trunk/docs/Changelog
===================================================================
--- trunk/docs/Changelog	(revision 577)
+++ trunk/docs/Changelog	(revision 578)
@@ -1,3 +1,6 @@
-4.4.8:
+4.4.9:
+	* fix for double newline stripping when reading from database
+
+4.4.8 (01-05-2022):
 	* new server option Alias=alias@hostname (based on
 	patch by A. Hofland)
Index: trunk/src/sh_dbIO.c
===================================================================
--- trunk/src/sh_dbIO.c	(revision 577)
+++ trunk/src/sh_dbIO.c	(revision 578)
@@ -379,8 +379,10 @@
   if (tmp)
     SH_FREE(tmp);
+  /* do not strip newline twice...
   if (len > 1) {
     if (path[len-2] == '\n')
       path[len-2] = '\0';
   }
+  ****/
   return path;
 }
@@ -656,5 +658,5 @@
 
   fullpath = unquote_path(line, i);
-
+  
   /* Read next record -- Part Three -- Linkpath
    */
