--- SmartBeep_PageIT_Plus-1.0.0.php.asc	Sun Dec 31 20:35:14 2000
+++ ../SmartBeep_PageIT_Plus-1.0.1.php.asc	Sun Dec 31 21:30:52 2000
@@ -7,7 +7,7 @@
     http://www.jeremybrand.com/Jeremy/Brand/Jeremy_Brand.html
 
     SmartBeep(TM) PageIT Plus for PHP.
-    Release 1.0.0
+    Release 1.0.1
     http://www.nirvani.net/software/
 
     This program is free software; you can redistribute it and/or modify
@@ -24,6 +24,11 @@
     along with this program; if not, write to the Free Software
     Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 
+    ChangeLog:
+      1.0.0 -> 1.0.1 (2000-12-31)
+        - fixed a missing \r\n at the end of the HTTP request.
+          (This was not following standard HTTP protocol)
+
    
     ################      N O T E S      ##############################
     This program was inspired by the want for me to get emails on my 
@@ -103,6 +108,7 @@
                . "Connection: close\r\n"
                . "\r\n"
                . $data_to_send
+               . "\r\n"
                . "\r\n";
 
           fwrite($fd, $out, strlen($out));
