Explorar el Código

changelog update, cleanups

Jindrich Makovicka hace 21 años
padre
commit
be7eb7571e
Se han modificado 2 ficheros con 4 adiciones y 1 borrados
  1. 3 0
      ChangeLog
  2. 1 1
      Makefile

+ 3 - 0
ChangeLog

@@ -1,3 +1,6 @@
+2.0.10 (2005-03-25)
+	* added README file
+	* fixed setting of the installation path
 2.0.9
 	* option for dynamic DNS
 	* some brown paper bag bug fixes

+ 1 - 1
Makefile

@@ -27,6 +27,6 @@ install: pinger multiping.so
 dist:
 	rm -rf $(PKGNAME)-$(VERSION)
 	mkdir $(PKGNAME)-$(VERSION)
-	cp AUTHORS Makefile multiping.c pinger.c decal_multiping_status.xpm Themes ChangeLog $(PKGNAME)-$(VERSION)/
+	cp AUTHORS Makefile multiping.c pinger.c decal_multiping_status.xpm Themes ChangeLog README $(PKGNAME)-$(VERSION)/
 	tar zcf $(PKGNAME)-$(VERSION).tgz $(PKGNAME)-$(VERSION)
 	rm -rf $(PKGNAME)-$(VERSION)