Przeglądaj źródła

Bug(s) fixed: 210075
Bug Description: Change version to 1.0.3
Reviewed by: nkinder, nhosoi (Thanks!)
Fix Description: Update version strings and etc. to 1.0.3
Platforms tested: FC5
Flag Day: no
Doc impact: no

Rich Megginson 19 lat temu
rodzic
commit
76d3533f71

+ 1 - 1
Makefile

@@ -360,7 +360,7 @@ fedora-ds.spec: ldapserver.spec.tmpl
 	-e 's/@COMPANY-PRODUCT-NAME@/Fedora Directory Server/g' \
 	-e 's/@LCASE-COMPANY-NAME-NOSP@/fedora/g' \
 	-e 's/@GEN-VERSION@/1.0/g' \
-	-e 's/@NOSP-VERSION@/1.0.2/g' \
+	-e 's/@NOSP-VERSION@/1.0.3/g' \
 	-e 's+@COMPANY-URL@+http://directory.fedora.redhat.com/+g' \
 	ldapserver.spec.tmpl > $@
 	mv $@ $(OBJDIR)

+ 2 - 2
include/version.h

@@ -44,9 +44,9 @@
    exist, the PRODUCT_VERSION define has _DEF appended.
  */
 
-#define DIRECTORY_VERSION_DEF "1.0.2"
+#define DIRECTORY_VERSION_DEF "1.0.3"
 #define DIRECTORY_COMPATIBLE "3.0"
-#define DIRECTORY_VERSION_STRING "Fedora-DirServer/1.0.2"
+#define DIRECTORY_VERSION_STRING "Fedora-DirServer/1.0.3"
 
 #define DS_VERSION_DEF DIRECTORY_VERSION_DEF
 #define DS_VERSION_STRING DIRECTORY_VERSION_STRING

+ 3 - 3
ldap/cm/Makefile

@@ -110,9 +110,9 @@ endif
 endif
 
 ifdef USE_64
-VERSION=-ver 1.0.2-64bit
+VERSION=-ver 1.0.3-64bit
 else
-VERSION=-ver 1.0.2
+VERSION=-ver 1.0.3
 endif
 
 ifeq ($(ARCH), HPUX)
@@ -278,7 +278,7 @@ PACKAGE_SETUP_LIBS_32=$(subst $(NS64TAG),,$(PACKAGE_SETUP_LIBS))
 ifdef BUILD_RPM
 # name and version of RPM - must correspond to the spec file - these get branded
 	RPM_BASE_NAME=fedora
-	RPM_VERSION=1.0.2
+	RPM_VERSION=1.0.3
 	RPM_FILE_BASE=$(RPM_BASE_NAME)-ds-$(RPM_VERSION)
 	RPM_ARCH = $(shell uname -i)
 # root dir for RPM built and temp files

+ 1 - 1
ldap/docs/README.txt

@@ -1,5 +1,5 @@
 ======================================================================= 
-                       Fedora Directory Server 1.0.2
+                       Fedora Directory Server 1.0.3
 =======================================================================
 
 The Fedora Directory Server is subject to the terms detailed in the

+ 1 - 1
ldap/servers/slapd/test-plugins/testbind.c

@@ -69,7 +69,7 @@
 #include <string.h>
 #include "slapi-plugin.h"
 
-Slapi_PluginDesc bindpdesc = { "test-bind", "Fedora Project", "1.0.2",
+Slapi_PluginDesc bindpdesc = { "test-bind", "Fedora Project", "1.0.3",
 	"sample bind pre-operation plugin" };
 
 static Slapi_ComponentId *plugin_id = NULL;

+ 1 - 1
ldap/servers/slapd/test-plugins/testdatainterop.c

@@ -113,7 +113,7 @@
 /*
  * Static variables.
  */
-static Slapi_PluginDesc plugindesc = { PLUGIN_NAME, "Fedora Project", "1.0.2",
+static Slapi_PluginDesc plugindesc = { PLUGIN_NAME, "Fedora Project", "1.0.3",
 	"sample pre-operation null suffix plugin" };
 
 static Slapi_ComponentId *plugin_id = NULL;

+ 1 - 1
ldap/servers/slapd/test-plugins/testentry.c

@@ -90,7 +90,7 @@ nsslapd-pluginId: test-entry
 #include <string.h>
 #include "slapi-plugin.h"
 
-Slapi_PluginDesc entrypdesc = { "test-entry", "Fedora Project", "1.0.2",
+Slapi_PluginDesc entrypdesc = { "test-entry", "Fedora Project", "1.0.3",
 	"sample entry modification plugin" };
 
 /* Entry store plug-in function */

+ 1 - 1
ldap/servers/slapd/test-plugins/testextendedop.c

@@ -83,7 +83,7 @@
 /* OID of the extended operation handled by this plug-in */
 #define MY_OID	"1.2.3.4"
 
-Slapi_PluginDesc expdesc = { "test-extendedop", "Fedora Project", "1.0.2",
+Slapi_PluginDesc expdesc = { "test-extendedop", "Fedora Project", "1.0.3",
 	"sample extended operation plugin" };
 
 

+ 1 - 1
ldap/servers/slapd/test-plugins/testgetip.c

@@ -74,7 +74,7 @@
 #include "slapi-plugin.h"
 #include "nspr.h"
 
-Slapi_PluginDesc getippdesc = { "test-getip", "Fedora Project", "1.0.2",
+Slapi_PluginDesc getippdesc = { "test-getip", "Fedora Project", "1.0.3",
 	"sample pre-operation plugin" };
 
 static char *netaddr2str( PRNetAddr *addrp, char *buf, size_t buflen );

+ 1 - 1
ldap/servers/slapd/test-plugins/testpostop.c

@@ -93,7 +93,7 @@ static char changelogfile[MAX_PATH+1];
 static char *changelogfile = "/tmp/changelog";
 #endif
 
-Slapi_PluginDesc postoppdesc = { "test-postop", "Fedora Project", "1.0.2",
+Slapi_PluginDesc postoppdesc = { "test-postop", "Fedora Project", "1.0.3",
 	"sample post-operation plugin" };
 
 static void write_changelog( int optype, char *dn, void *change, int flag );

+ 1 - 1
ldap/servers/slapd/test-plugins/testpreop.c

@@ -79,7 +79,7 @@
 #include <string.h>
 #include "slapi-plugin.h"
 
-Slapi_PluginDesc preoppdesc = { "test-preop", "Fedora Project", "1.0.2",
+Slapi_PluginDesc preoppdesc = { "test-preop", "Fedora Project", "1.0.3",
 	"sample pre-operation plugin" };
 
 /* Pre-operation plug-in function */

+ 1 - 1
ldap/servers/slapd/test-plugins/testsaslbind.c

@@ -80,7 +80,7 @@ nsslapd-plugindescription: sample SASL bind pre-operation plugin
 #include <string.h>
 #include "slapi-plugin.h"
 
-Slapi_PluginDesc saslpdesc = { "test-saslbind", "Fedora Project", "1.0.2",
+Slapi_PluginDesc saslpdesc = { "test-saslbind", "Fedora Project", "1.0.3",
 	"sample SASL bind pre-operation plugin" };
 
 

+ 2 - 2
nsdefs.mk

@@ -227,8 +227,8 @@ COMMON_OBJDIR_32= $(subst $(NS64TAG),,$(COMMON_OBJDIR))
 OBJDIR=$(COMMON_OBJDIR)
 OBJDIR_32=$(COMMON_OBJDIR_32)
 DO_SEARCH=no
-DIR_VERSION:=1.0.2
-NOSP_DIR_VERSION:=1.0.2
+DIR_VERSION:=1.0.3
+NOSP_DIR_VERSION:=1.0.3
 DIR_NORM_VERSION:=1.0
 PRODUCT_NAME="$(PRODUCTCORE) $(DIR_VERSION)"
 # When you change DIRSDK_VERSION or DIRSDK_VERSION_DLL_SUFFIX, you must