Added missed line feed in njs changelog template.
diff --git a/Makefile b/Makefile index bd4d0ec..a06d4f5 100644 --- a/Makefile +++ b/Makefile
@@ -120,7 +120,7 @@ reltime=`date +"%H:%M:%S %z"` ; \ packager=`echo "$(PACKAGER)" | sed -e 's,<,\\\\\\<\;,' -e 's,>,\\\\\\>\;,'` ; \ echo "--> changelog for nginx-module-njs" ; \ - CHANGESADD="\n\n\n<changes apply=\"nginx-module-njs\" ver=\"$(VERSION_NJS)\" rev=\"$(RELEASE_NJS)\" basever=\"$(CURRENT_VERSION)\"\n date=\"$${reldate}\" time=\"$${reltime}\"\n packager=\"$${packager}\">\n<change>\n<para>\nnjs updated to $(VERSION_NJS)</para>\n</change>\n\n</changes>" ; \ + CHANGESADD="\n\n\n<changes apply=\"nginx-module-njs\" ver=\"$(VERSION_NJS)\" rev=\"$(RELEASE_NJS)\" basever=\"$(CURRENT_VERSION)\"\n date=\"$${reldate}\" time=\"$${reltime}\"\n packager=\"$${packager}\">\n<change>\n<para>\nnjs updated to $(VERSION_NJS)\n</para>\n</change>\n\n</changes>" ; \ sed -i -e "s,title=\"nginx_module_njs\">,title=\"nginx_module_njs\">$${CHANGESADD}," docs/nginx-module-njs.xml ; \ echo ; \ echo "Done. Please carefully check the diff. Use \"make revert\" to revert any changes." ; \
diff --git a/docs/nginx-module-njs.xml b/docs/nginx-module-njs.xml index 1c6b313..8574427 100644 --- a/docs/nginx-module-njs.xml +++ b/docs/nginx-module-njs.xml
@@ -22,7 +22,8 @@ packager="Konstantin Pavlov <thresh@nginx.com>"> <change> <para> -njs updated to 0.6.1</para> +njs updated to 0.6.1 +</para> </change> </changes> @@ -33,7 +34,8 @@ packager="Konstantin Pavlov <thresh@nginx.com>"> <change> <para> -njs updated to 0.6.0</para> +njs updated to 0.6.0 +</para> </change> </changes> @@ -80,7 +82,8 @@ packager="Konstantin Pavlov <thresh@nginx.com>"> <change> <para> -njs updated to 0.5.3</para> +njs updated to 0.5.3 +</para> </change> </changes> @@ -103,7 +106,8 @@ packager="Konstantin Pavlov <thresh@nginx.com>"> <change> <para> -njs updated to 0.5.2</para> +njs updated to 0.5.2 +</para> </change> </changes> @@ -126,7 +130,8 @@ packager="Konstantin Pavlov <thresh@nginx.com>"> <change> <para> -njs updated to 0.5.1</para> +njs updated to 0.5.1 +</para> </change> </changes>