chiark / gitweb /
Portability and doc fixes, including my own portability patches and some suggestions...
[userv.git] / debian / changelog
index 8abf253171bcf0f1615159ae60eb5ada4ba3890b..02fd2e3a1c11c9a571e10e7f640b4621fe1f93a5 100644 (file)
@@ -1,8 +1,19 @@
-userv (0.61) unstable; urgency=low
-
-  * Document locations of required programs in INSTALL.
-
- --
+userv (0.61.0) unreleased; urgency=low
+
+  INSTALL improvements:
+  * Document locations of required programs.
+  * Sort-of document debugging version.
+  
+  Portability fixes for:
+  * md5sum with extra `-'.
+  * -lsocket required for socket().
+  * missing `LOG_AUTHPRIV'.
+  * `logname' name clash.    
+  * missing setenv() (synthesize using putenv).
+  * various required #include's were omitted.
+  * install rule in Makefile `if ! test ...' changed to `if test ! ...'
+
+ -- Ian Jackson <ian@davenant.greenend.org.uk>  Wed,  7 Apr 1999 23:32:45 +0100
 
 userv (0.60.3) frozen unstable; urgency=medium