From taru @ users.sourceforge.jp Fri Dec 3 15:53:54 2004 From: taru @ users.sourceforge.jp (Masato Taruishi) Date: Fri, 3 Dec 2004 15:53:54 +0900 Subject: [Ultrapossum-cvs 1139] ultrapossum/module/server 1.26,1.26.2.1,2.0 Message-ID: <20041203065354.958B32AC04E@users.sourceforge.jp> =================================================================== RCS file: ultrapossum/module/server/2.0,v retrieving revision 1.26 retrieving revision 1.26.2.1 diff -u -r1.26 -r1.26.2.1 --- ultrapossum/module/server/2.0 2004/10/28 07:18:36 1.26 +++ ultrapossum/module/server/2.0 2004/12/03 06:53:54 1.26.2.1 @@ -24,7 +24,7 @@ dbrecover() { if test "x`getvalue $DIRECTORY/ultrapossum-environ SLAPD_BACKEND_DB_TYPE`" = "xbdb"; then if test "x`getvalue $DIRECTORY/ultrapossum-environ SLAPD_BERKLEYDB_SONAME`" = "xlibdb-4.2.so"; then - if test -x "/usr/bin/db4.2_recover"; then + if test -x "/usr/bin/db4.2_recover" && test -f "$DIRECTORY/id2entry.bdb"; then /usr/bin/db4.2_recover -v -h $DIRECTORY fi fi From taru @ users.sourceforge.jp Fri Dec 3 17:20:19 2004 From: taru @ users.sourceforge.jp (Masato Taruishi) Date: Fri, 3 Dec 2004 17:20:19 +0900 Subject: [Ultrapossum-cvs 1140] plugin/slapd 1.10,1.11,configure.in Message-ID: <20041203082019.C03A82AC04F@users.sourceforge.jp> =================================================================== RCS file: plugin/slapd/configure.in,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- plugin/slapd/configure.in 2004/11/19 10:20:56 1.10 +++ plugin/slapd/configure.in 2004/12/03 08:20:19 1.11 @@ -2,8 +2,8 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.50) -AC_INIT(ultrapossum-slapd, 0.0.1+2.2.18sb6, taru @ ultrapossum.org) -AM_INIT_AUTOMAKE(ultrapossum-slapd, 0.0.1+2.2.18sb6) +AC_INIT(ultrapossum-slapd, 0.0.1+2.2.19sb1, taru @ ultrapossum.org) +AM_INIT_AUTOMAKE(ultrapossum-slapd, 0.0.1+2.2.19sb1) AM_ULTRAPOSSUM_MODULE From taru @ users.sourceforge.jp Fri Dec 3 17:20:19 2004 From: taru @ users.sourceforge.jp (Masato Taruishi) Date: Fri, 3 Dec 2004 17:20:19 +0900 Subject: [Ultrapossum-cvs 1141] plugin/slapd/debian 1.10,1.11,changelog Message-ID: <20041203082019.DAA832AC058@users.sourceforge.jp> =================================================================== RCS file: plugin/slapd/debian/changelog,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- plugin/slapd/debian/changelog 2004/11/19 10:20:56 1.10 +++ plugin/slapd/debian/changelog 2004/12/03 08:20:19 1.11 @@ -1,3 +1,9 @@ +ultrapossum-slapd (0.0.1+2.2.19sb1-2) unstable; urgency=low + + * New upstream release. + + -- Masato Taruishi Fri, 3 Dec 2004 17:18:50 +0900 + ultrapossum-slapd (0.0.1+2.2.18sb6-1) unstable; urgency=low * New upstream release. From taru @ users.sourceforge.jp Fri Dec 3 17:20:20 2004 From: taru @ users.sourceforge.jp (Masato Taruishi) Date: Fri, 3 Dec 2004 17:20:20 +0900 Subject: [Ultrapossum-cvs 1142] plugin/slapd/upstream ... Message-ID: <20041203082020.DCA232AC04F@users.sourceforge.jp> =================================================================== RCS file: plugin/slapd/upstream/Makefile.am,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- plugin/slapd/upstream/Makefile.am 2004/11/13 08:51:54 1.9 +++ plugin/slapd/upstream/Makefile.am 2004/12/03 08:20:19 1.10 @@ -1,5 +1,5 @@ -OPENLDAP_VERSION := 2.2.18 +OPENLDAP_VERSION := 2.2.19 PATCHES := syncbackup-$(OPENLDAP_VERSION).patch slapd.conf-$(OPENLDAP_VERSION).patch From taru @ users.sourceforge.jp Fri Dec 3 17:46:14 2004 From: taru @ users.sourceforge.jp (Masato Taruishi) Date: Fri, 3 Dec 2004 17:46:14 +0900 Subject: [Ultrapossum-cvs 1143] plugin/slapd/upstream NONE, 1.1, slapd.conf-2.2.19.patch Message-ID: <20041203084614.E12B52AC04F@users.sourceforge.jp> From taru @ users.sourceforge.jp Fri Dec 3 17:55:58 2004 From: taru @ users.sourceforge.jp (Masato Taruishi) Date: Fri, 3 Dec 2004 17:55:58 +0900 Subject: [Ultrapossum-cvs 1144] demo/uml 1.23,1.24,README Message-ID: <20041203085558.0C2592AC054@users.sourceforge.jp> =================================================================== RCS file: demo/uml/README,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- demo/uml/README 2004/10/19 10:26:39 1.23 +++ demo/uml/README 2004/12/03 08:55:57 1.24 @@ -126,11 +126,11 @@ ultrapossum-uml uses rootstrap to create the root file system, so you can customize it by using roostrap.conf though its path is different. - You can see /etc/ultrapossum/in.d/ultrapossum.conf.in. This is a - template file for the special care version of configuration file for - ultrapossum-uml. You can edit this template file. For example, - if you want to increase root file system size, then set initialsize - value to your appropriate size such as: + You can see /etc/ultrapossum/in.d/rootstrap.conf.in. This is a template + file for the special care version of configuration file for ultrapossum-uml. + You can edit this template file. For example, if you want to increase + root file system size, then set initialsize value to your appropriate size + such as: initialsize=1024 From taru @ users.sourceforge.jp Fri Dec 3 18:49:34 2004 From: taru @ users.sourceforge.jp (Masato Taruishi) Date: Fri, 3 Dec 2004 18:49:34 +0900 Subject: [Ultrapossum-cvs 1145] plugin/slapd/debian 1.11,1.12,changelog Message-ID: <20041203094934.BE4C02AC011@users.sourceforge.jp> =================================================================== RCS file: plugin/slapd/debian/changelog,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- plugin/slapd/debian/changelog 2004/12/03 08:20:19 1.11 +++ plugin/slapd/debian/changelog 2004/12/03 09:49:34 1.12 @@ -1,4 +1,4 @@ -ultrapossum-slapd (0.0.1+2.2.19sb1-2) unstable; urgency=low +ultrapossum-slapd (0.0.1+2.2.19sb1-1) unstable; urgency=low * New upstream release. From taru @ users.sourceforge.jp Tue Dec 7 13:20:09 2004 From: taru @ users.sourceforge.jp (Masato Taruishi) Date: Tue, 7 Dec 2004 13:20:09 +0900 Subject: [Ultrapossum-cvs 1146] web/doc NONE,1.1,internetweek2004.ps Message-ID: <20041207042009.E3A052AC079@users.sourceforge.jp> From taru @ users.sourceforge.jp Thu Dec 9 13:25:52 2004 From: taru @ users.sourceforge.jp (Masato Taruishi) Date: Thu, 9 Dec 2004 13:25:52 +0900 Subject: [Ultrapossum-cvs 1147] ultrapossum/module/server 1.58, 1.58.2.1, update-server Message-ID: <20041209042552.9FACA2AC05E@users.sourceforge.jp> =================================================================== RCS file: ultrapossum/module/server/update-server,v retrieving revision 1.58 retrieving revision 1.58.2.1 diff -u -r1.58 -r1.58.2.1 --- ultrapossum/module/server/update-server 2004/10/26 03:35:13 1.58 +++ ultrapossum/module/server/update-server 2004/12/09 04:25:52 1.58.2.1 @@ -223,7 +223,7 @@ exit 1 fi # FIXME: this is not correct - if test "x`grep suffix $SLAPDCONF | awk -F' ' '{print $2;}' | tr -d '\"' | egrep -v '^#'`" = "x$SUFFIX"; then + if test "x`grep -v '^#' $SLAPDCONF | grep suffix | awk -F' ' '{print $2;}' | tr -d '\"' | egrep -v '^#'`" = "x$SUFFIX"; then echo "E: You have already configured $SUFFIX other than UltraPossum in $SLAPDCONF" 1>&2 exit 1 fi From taru @ users.sourceforge.jp Fri Dec 10 12:43:00 2004 From: taru @ users.sourceforge.jp (Masato Taruishi) Date: Fri, 10 Dec 2004 12:43:00 +0900 Subject: [Ultrapossum-cvs 1148] ultrapossum/debian ... Message-ID: <20041210034300.0B0612AC087@users.sourceforge.jp> =================================================================== RCS file: ultrapossum/debian/ultrapossum-server.config,v retrieving revision 1.27 retrieving revision 1.27.2.1 diff -u -r1.27 -r1.27.2.1 --- ultrapossum/debian/ultrapossum-server.config 2004/10/14 13:15:23 1.27 +++ ultrapossum/debian/ultrapossum-server.config 2004/12/10 03:42:59 1.27.2.1 @@ -6,7 +6,6 @@ db_version 2.0 db_capb backup -db_title "UltraPossum Server Configuration" tmp=`tempfile` trap "/bin/rm -f $tmp" 0 @@ -130,10 +129,11 @@ case "$STATE" in SUFFIX) + db_input low ultrapossum-server/original_slapd || true db_input high ultrapossum-common/organization || true - db_input medium ultrapossum-common/suffix || true + db_input low ultrapossum-common/suffix || true db_input low ultrapossum-server/directory || true - db_input medium ultrapossum-server/type || true + db_input low ultrapossum-server/type || true db_input low ultrapossum-server/rootrdn || true STATE=ROOTPW ;; =================================================================== RCS file: ultrapossum/debian/ultrapossum-server.templates,v retrieving revision 1.9 retrieving revision 1.9.2.1 diff -u -r1.9 -r1.9.2.1 --- ultrapossum/debian/ultrapossum-server.templates 2004/09/20 03:01:36 1.9 +++ ultrapossum/debian/ultrapossum-server.templates 2004/12/10 03:42:59 1.9.2.1 @@ -1,3 +1,13 @@ +Template: ultrapossum-server/original_slapd +Type: note +_Description: UltraPossum may conflict original OpenLDAP configuration. + Because UltraPossum edits the configuration file of OpenLDAP slapd + by itself, it may conflict with your manual editting or slapd debconf + system. UltraPossum can't detect this case while the configuration + time. For example, if you specify the same DN value as the DN by + slapd debconf system, it results in an error. So you have to check + what you did other than UltraPossum and try not to conflict each other. + Template: ultrapossum-server/rootrdn Type: string _Default: cn=admin From taru @ users.sourceforge.jp Fri Dec 10 12:43:00 2004 From: taru @ users.sourceforge.jp (Masato Taruishi) Date: Fri, 10 Dec 2004 12:43:00 +0900 Subject: [Ultrapossum-cvs 1149] ultrapossum/debian/po ... Message-ID: <20041210034300.2A0F42AC093@users.sourceforge.jp> =================================================================== RCS file: ultrapossum/debian/po/ja.po,v retrieving revision 1.20 retrieving revision 1.20.2.1 diff -u -r1.20 -r1.20.2.1 --- ultrapossum/debian/po/ja.po 2004/10/08 07:32:04 1.20 +++ ultrapossum/debian/po/ja.po 2004/12/10 03:43:00 1.20.2.1 @@ -15,7 +15,7 @@ msgstr "" "Project-Id-Version: ultrapossum 0.0.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-10-08 16:28+0900\n" +"POT-Creation-Date: 2004-12-10 12:27+0900\n" "PO-Revision-Date: 2004-10-08 15:15+0900\n" "Last-Translator: Masato Taruishi \n" "Language-Team: Japanese \n" @@ -39,21 +39,39 @@ "you want to use this feature." msgstr "UltraPossum にはそのサーバが実際に動作しているかチェックするためのテスティングフレームワークがあります。これを用いるとインストール後の動作確認を簡単に行うことができ、システム管理者の負担を軽減することができます。Debian パッケージではこの確認を UltraPossum パッケージの設定のたびに自動的に呼び出すように設定できます。この機能を使うには ultrapossum-test パッケージをインストールする必要があります。" +#. Type: note +#. Description +#: ../ultrapossum-server.templates:3 +msgid "UltraPossum may conflict original OpenLDAP configuration." +msgstr "" + +#. Type: note +#. Description +#: ../ultrapossum-server.templates:3 +msgid "" +"Because UltraPossum edits the configuration file of OpenLDAP slapd by " +"itself, it may conflict with your manual editting or slapd debconf system. " +"UltraPossum can't detect this case while the configuration time. For " +"example, if you specify the same DN value as the DN by slapd debconf system, " +"it results in an error. So you have to check what you did other than " +"UltraPossum and try not to conflict each other." +msgstr "" + #. Type: string #. Default -#: ../ultrapossum-server.templates:3 +#: ../ultrapossum-server.templates:13 msgid "cn=admin" msgstr "" #. Type: string #. Description -#: ../ultrapossum-server.templates:4 +#: ../ultrapossum-server.templates:14 msgid "Root RDN" msgstr "ルートRDN" #. Type: string #. Description -#: ../ultrapossum-server.templates:4 +#: ../ultrapossum-server.templates:14 msgid "" "Specify the super-user name. This user can do everything for the UltraPossum " "directory. For example, no access control nor search limit are performed at " @@ -62,19 +80,19 @@ #. Type: string #. Default -#: ../ultrapossum-server.templates:11 +#: ../ultrapossum-server.templates:21 msgid "/var/lib/ultrapossum/db" msgstr "" #. Type: string #. Description -#: ../ultrapossum-server.templates:12 +#: ../ultrapossum-server.templates:22 msgid "Datbase directory" msgstr "データベースディレクトリ" #. Type: string #. Description -#: ../ultrapossum-server.templates:12 +#: ../ultrapossum-server.templates:22 msgid "" "UltraPossum holds directory information as a internal database. You can " "specify the directory where the internal database is located." @@ -82,19 +100,19 @@ #. Type: select #. Choices -#: ../ultrapossum-server.templates:18 +#: ../ultrapossum-server.templates:28 msgid "standalone, master, slave" msgstr "スタンドアローン, マスタ, スレーブ" #. Type: select #. Description -#: ../ultrapossum-server.templates:20 +#: ../ultrapossum-server.templates:30 msgid "LDAP Server type" msgstr "LDAPサーバの種類" #. Type: select #. Description -#: ../ultrapossum-server.templates:20 +#: ../ultrapossum-server.templates:30 msgid "" "In LDAP server, there are 2 types of server. One is master and second is " "slave server. Master server is primary LDAP server which allows to be " @@ -104,43 +122,43 @@ #. Type: string #. Description -#: ../ultrapossum-server.templates:28 +#: ../ultrapossum-server.templates:38 msgid "Master server" msgstr "マスターサーバ" #. Type: string #. Description -#: ../ultrapossum-server.templates:28 +#: ../ultrapossum-server.templates:38 msgid "Specify the hostname of the master server." msgstr "マスタサーバのホスト名を入力してください。" #. Type: string #. Description -#: ../ultrapossum-server.templates:33 +#: ../ultrapossum-server.templates:43 msgid "List of slave servers" msgstr "スレーブサーバの一覧" #. Type: string #. Description -#: ../ultrapossum-server.templates:33 +#: ../ultrapossum-server.templates:43 msgid "Specify the list of slave servers separated by spaces." msgstr "空白で区切ったスレーブサーバのリストを入力してください。" #. Type: string #. Default -#: ../ultrapossum-server.templates:38 +#: ../ultrapossum-server.templates:48 msgid "cn=replica,ou=application" msgstr "" #. Type: string #. Description -#: ../ultrapossum-server.templates:39 +#: ../ultrapossum-server.templates:49 msgid "Update RDN" msgstr "更新RDN" #. Type: string #. Description -#: ../ultrapossum-server.templates:39 +#: ../ultrapossum-server.templates:49 msgid "" "In slave server, you can limit who can modify the directory to keep " "directory consistency. Only this DN can modify it." @@ -148,43 +166,43 @@ #. Type: password #. Description -#: ../ultrapossum-server.templates:45 +#: ../ultrapossum-server.templates:55 msgid "credentials for replication" msgstr "リプリケーション用のパスワード" #. Type: password #. Description -#: ../ultrapossum-server.templates:45 +#: ../ultrapossum-server.templates:55 msgid "Specify the password of the replication." msgstr "レプリケーション用パスワードを入力してください。" #. Type: password #. Description -#: ../ultrapossum-server.templates:50 +#: ../ultrapossum-server.templates:60 msgid "Retype credentials for replication" msgstr "リプリケーション用のパスワード(確認)" #. Type: string #. Description -#: ../ultrapossum-server.templates:54 +#: ../ultrapossum-server.templates:64 msgid "Replog directory" msgstr "Replogディレクトリ" #. Type: string #. Description -#: ../ultrapossum-server.templates:54 +#: ../ultrapossum-server.templates:64 msgid "Replog is a log file which stores replication information." msgstr "Replog はレプリケーション情報を保存するログファイルです。" #. Type: boolean #. Description -#: ../ultrapossum-server.templates:60 +#: ../ultrapossum-server.templates:70 msgid "All informations prepared. Are you sure to continue?" msgstr "情報が集まりました。本当に設定を行いますか?" #. Type: boolean #. Description -#: ../ultrapossum-server.templates:60 +#: ../ultrapossum-server.templates:70 msgid "" "Now you specified all informations enough to configure the UltraPossum " "server. You can select to edit these informations again before setting " =================================================================== RCS file: ultrapossum/debian/po/templates.pot,v retrieving revision 1.17 retrieving revision 1.17.2.1 diff -u -r1.17 -r1.17.2.1 --- ultrapossum/debian/po/templates.pot 2004/10/08 07:32:04 1.17 +++ ultrapossum/debian/po/templates.pot 2004/12/10 03:43:00 1.17.2.1 @@ -16,7 +16,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-10-08 16:28+0900\n" +"POT-Creation-Date: 2004-12-10 12:27+0900\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -40,21 +40,39 @@ "you want to use this feature." msgstr "" +#. Type: note +#. Description +#: ../ultrapossum-server.templates:3 +msgid "UltraPossum may conflict original OpenLDAP configuration." +msgstr "" + +#. Type: note +#. Description +#: ../ultrapossum-server.templates:3 +msgid "" +"Because UltraPossum edits the configuration file of OpenLDAP slapd by " +"itself, it may conflict with your manual editting or slapd debconf system. " +"UltraPossum can't detect this case while the configuration time. For " +"example, if you specify the same DN value as the DN by slapd debconf system, " +"it results in an error. So you have to check what you did other than " +"UltraPossum and try not to conflict each other." +msgstr "" + #. Type: string #. Default -#: ../ultrapossum-server.templates:3 +#: ../ultrapossum-server.templates:13 msgid "cn=admin" msgstr "" #. Type: string #. Description -#: ../ultrapossum-server.templates:4 +#: ../ultrapossum-server.templates:14 msgid "Root RDN" msgstr "" #. Type: string #. Description -#: ../ultrapossum-server.templates:4 +#: ../ultrapossum-server.templates:14 msgid "" "Specify the super-user name. This user can do everything for the UltraPossum " "directory. For example, no access control nor search limit are performed at " @@ -63,19 +81,19 @@ #. Type: string #. Default -#: ../ultrapossum-server.templates:11 +#: ../ultrapossum-server.templates:21 msgid "/var/lib/ultrapossum/db" msgstr "" #. Type: string #. Description -#: ../ultrapossum-server.templates:12 +#: ../ultrapossum-server.templates:22 msgid "Datbase directory" msgstr "" #. Type: string #. Description -#: ../ultrapossum-server.templates:12 +#: ../ultrapossum-server.templates:22 msgid "" "UltraPossum holds directory information as a internal database. You can " "specify the directory where the internal database is located." @@ -83,19 +101,19 @@ #. Type: select #. Choices -#: ../ultrapossum-server.templates:18 +#: ../ultrapossum-server.templates:28 msgid "standalone, master, slave" msgstr "" #. Type: select #. Description -#: ../ultrapossum-server.templates:20 +#: ../ultrapossum-server.templates:30 msgid "LDAP Server type" msgstr "" #. Type: select #. Description -#: ../ultrapossum-server.templates:20 +#: ../ultrapossum-server.templates:30 msgid "" "In LDAP server, there are 2 types of server. One is master and second is " "slave server. Master server is primary LDAP server which allows to be " @@ -105,43 +123,43 @@ #. Type: string #. Description -#: ../ultrapossum-server.templates:28 +#: ../ultrapossum-server.templates:38 msgid "Master server" msgstr "" #. Type: string #. Description -#: ../ultrapossum-server.templates:28 +#: ../ultrapossum-server.templates:38 msgid "Specify the hostname of the master server." msgstr "" #. Type: string #. Description -#: ../ultrapossum-server.templates:33 +#: ../ultrapossum-server.templates:43 msgid "List of slave servers" msgstr "" #. Type: string #. Description -#: ../ultrapossum-server.templates:33 +#: ../ultrapossum-server.templates:43 msgid "Specify the list of slave servers separated by spaces." msgstr "" #. Type: string #. Default -#: ../ultrapossum-server.templates:38 +#: ../ultrapossum-server.templates:48 msgid "cn=replica,ou=application" msgstr "" #. Type: string #. Description -#: ../ultrapossum-server.templates:39 +#: ../ultrapossum-server.templates:49 msgid "Update RDN" msgstr "" #. Type: string #. Description -#: ../ultrapossum-server.templates:39 +#: ../ultrapossum-server.templates:49 msgid "" "In slave server, you can limit who can modify the directory to keep " "directory consistency. Only this DN can modify it." @@ -149,43 +167,43 @@ #. Type: password #. Description -#: ../ultrapossum-server.templates:45 +#: ../ultrapossum-server.templates:55 msgid "credentials for replication" msgstr "" #. Type: password #. Description -#: ../ultrapossum-server.templates:45 +#: ../ultrapossum-server.templates:55 msgid "Specify the password of the replication." msgstr "" #. Type: password #. Description -#: ../ultrapossum-server.templates:50 +#: ../ultrapossum-server.templates:60 msgid "Retype credentials for replication" msgstr "" #. Type: string #. Description -#: ../ultrapossum-server.templates:54 +#: ../ultrapossum-server.templates:64 msgid "Replog directory" msgstr "" #. Type: string #. Description -#: ../ultrapossum-server.templates:54 +#: ../ultrapossum-server.templates:64 msgid "Replog is a log file which stores replication information." msgstr "" #. Type: boolean #. Description -#: ../ultrapossum-server.templates:60 +#: ../ultrapossum-server.templates:70 msgid "All informations prepared. Are you sure to continue?" msgstr "" #. Type: boolean #. Description -#: ../ultrapossum-server.templates:60 +#: ../ultrapossum-server.templates:70 msgid "" "Now you specified all informations enough to configure the UltraPossum " "server. You can select to edit these informations again before setting " From taru @ users.sourceforge.jp Fri Dec 10 12:47:15 2004 From: taru @ users.sourceforge.jp (Masato Taruishi) Date: Fri, 10 Dec 2004 12:47:15 +0900 Subject: [Ultrapossum-cvs 1150] ultrapossum/debian 1.86.2.1, 1.86.2.2, changelog Message-ID: <20041210034715.B10882AC087@users.sourceforge.jp> =================================================================== RCS file: ultrapossum/debian/changelog,v retrieving revision 1.86.2.1 retrieving revision 1.86.2.2 diff -u -r1.86.2.1 -r1.86.2.2 --- ultrapossum/debian/changelog 2004/11/16 12:44:01 1.86.2.1 +++ ultrapossum/debian/changelog 2004/12/10 03:47:15 1.86.2.2 @@ -1,3 +1,10 @@ +ultrapossum (1.0rc2-2) unstable; urgency=low + + * First release to Debian ( closes: #282044 ). + * Added a note about confliction possibilities with original slapd. + + -- Masato Taruishi Fri, 10 Dec 2004 12:43:39 +0900 + ultrapossum (1.0rc2-1) unstable; urgency=low * New upstream release.