richard: server/kolab-webadmin/kolab-webadmin AUTHORS, NONE, 1.1 NEWS, NONE, 1.1 ChangeLog, 1.5, 1.6 Makefile.am, 1.24, 1.25 bootstrap, 1.3, 1.4

cvs at intevation.de cvs at intevation.de
Wed Dec 14 20:46:17 CET 2005


Author: richard

Update of /kolabrepository/server/kolab-webadmin/kolab-webadmin
In directory doto:/tmp/cvs-serv18830

Modified Files:
	ChangeLog Makefile.am bootstrap 
Added Files:
	AUTHORS NEWS 
Log Message:
* NEWS: added with the latest news from: release-notes.txt
* AUTHORS: added
* bootstrap: removed the touch on NEWS, AUTHORS and ChangeLog as they
  are now all part of cvs
* Makefile.am: The doc files ChangeLog, COPYING, NEWS and AUTHORS
  are distributed and installed in $(pkgdocdir)/@PACKAGE@
* php/admin/locale/nl/LC_MESSAGES/messages.po: updated



--- NEW FILE: AUTHORS ---
Marcus Huwe and Richard Bos autoconfiscated kolabd-webadmin

--- NEW FILE: NEWS ---
2.0.99-20051213

      Updated Dutch translation (Richard Bos)

      * Fixing:
          Isuse1023 (fix some typos in messages)

2.0.99-20051130

      * Fixing:
          Issue1007 (kolab-webadmin autoconfiscation patch by Richard Bos)


Index: ChangeLog
===================================================================
RCS file: /kolabrepository/server/kolab-webadmin/kolab-webadmin/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- ChangeLog	10 Dec 2005 21:26:34 -0000	1.5
+++ ChangeLog	14 Dec 2005 19:46:15 -0000	1.6
@@ -1,4 +1,13 @@
 2005-12-10 Richard Bos <richard at radoeka.nl>
+	* NEWS: added with the latest news from: release-notes.txt
+	* AUTHORS: added
+	* bootstrap: removed the touch on NEWS, AUTHORS and ChangeLog as they
+	  are now all part of cvs
+	* Makefile.am: The doc files ChangeLog, COPYING, NEWS and AUTHORS
+	  are distributed and installed in $(pkgdocdir)/@PACKAGE@
+	* php/admin/locale/nl/LC_MESSAGES/messages.po: updated
+
+2005-12-10 Richard Bos <richard at radoeka.nl>
 	* php/admin/locale/nl/LC_MESSAGES/messages.po: updated
 	* php/admin/include/mysmarty.php: changed Neerlandais to
 	  Nederlands

Index: Makefile.am
===================================================================
RCS file: /kolabrepository/server/kolab-webadmin/kolab-webadmin/Makefile.am,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- Makefile.am	27 Nov 2005 13:48:36 -0000	1.24
+++ Makefile.am	14 Dec 2005 19:46:15 -0000	1.25
@@ -184,6 +184,11 @@
 dist_phplocaleit_DATA = $(PHP_LOCALE_IT_MO)
 dist_phplocalees_DATA = $(PHP_LOCALE_ES_MO)
 
+kwadocdir = $(pkgdocdir)/@PACKAGE@
+dist_kwadoc_DATA = ChangeLog \
+        COPYING \
+        NEWS \
+        AUTHORS
 
 EXTRA_DIST += dist_conf \
 	$(WSTOPLEVEL_FILES) \

Index: bootstrap
===================================================================
RCS file: /kolabrepository/server/kolab-webadmin/kolab-webadmin/bootstrap,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- bootstrap	27 Nov 2005 13:48:36 -0000	1.3
+++ bootstrap	14 Dec 2005 19:46:15 -0000	1.4
@@ -1,6 +1,4 @@
 cp -pr ../../kolabd/kolabd/dist_conf .
-
-touch NEWS README AUTHORS ChangeLog
-
+touch README
 autoreconf -f -i
 





More information about the commits mailing list