Browse Source

Bump version from 1.0 to 1.0.1

Rich Megginson 20 years ago
parent
commit
c4274dc3ed

+ 2 - 2
include/version.h

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

+ 3 - 3
ldap/cm/Makefile

@@ -108,9 +108,9 @@ endif
 endif
 
 ifdef USE_64
-VERSION=-ver 1.0-64bit
+VERSION=-ver 1.0.1-64bit
 else
-VERSION=-ver 1.0
+VERSION=-ver 1.0.1
 endif
 
 ifeq ($(ARCH), HPUX)
@@ -266,7 +266,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
+	RPM_VERSION=1.0.1
 	RPM_FILE_BASE=$(RPM_BASE_NAME)-ds-$(RPM_VERSION)
 	RPM_ARCH = $(shell uname -i)
 # root dir for RPM built and temp files

+ 3 - 3
ldap/cm/newinst/slapd.inf

@@ -46,13 +46,13 @@ Name= %%%SERVER_NAME%%%
 InstanceNamePrefix= %%%INSTANCE_NAME_PREFIX%%%
 NickName= slapd
 Version= %%%SERVER_VERSION%%%
-Compatible= 4.0
+Compatible= 1.0
 BuildNumber= %%%SERVER_BUILD_NUM%%%
 Expires= %%%PUMPKIN_HOUR%%%
 Security= %%%SECURITY%%%
 Vendor= Fedora Project
 Description= %%%SERVER_NAME%%%
-Dependencies= base/4.5, svrcore/4.5
+Dependencies= base/1.0, svrcore/1.0
 ProductName=Directory Server
 IsDirLite=%%%IS_DIR_LITE%%%
 SourcePath=slapd
@@ -70,7 +70,7 @@ IsLdap=True
 Name= Fedora Directory Server Console
 NickName= slapd-client
 Version= %%%SERVER_VERSION%%%
-Compatible= 4.0
+Compatible= 1.0
 Checked=True
 Mandatory=False
 IsLdap=False

+ 1 - 1
ldap/cm/newinstnt/dsinst.rc

@@ -89,7 +89,7 @@ BEGIN
             VALUE "LegalCopyright", "Copyright 2001 Sun Microsystems, Inc.  Portions copyright 1999, 2002 Netscape Communications Corporation.  All rights reserved.\0"
             VALUE "OriginalFilename", "\0"
             VALUE "ProductName", "Fedora Server Products\0"
-            VALUE "ProductVersion", "1, 0, 0, 0\0"
+            VALUE "ProductVersion", "1, 0, 1, 0\0"
         END
     END
     BLOCK "VarFileInfo"

+ 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",
+Slapi_PluginDesc bindpdesc = { "test-bind", "Fedora Project", "1.0.1",
 	"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",
+static Slapi_PluginDesc plugindesc = { PLUGIN_NAME, "Fedora Project", "1.0.1",
 	"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",
+Slapi_PluginDesc entrypdesc = { "test-entry", "Fedora Project", "1.0.1",
 	"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",
+Slapi_PluginDesc expdesc = { "test-extendedop", "Fedora Project", "1.0.1",
 	"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",
+Slapi_PluginDesc getippdesc = { "test-getip", "Fedora Project", "1.0.1",
 	"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",
+Slapi_PluginDesc postoppdesc = { "test-postop", "Fedora Project", "1.0.1",
 	"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",
+Slapi_PluginDesc preoppdesc = { "test-preop", "Fedora Project", "1.0.1",
 	"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",
+Slapi_PluginDesc saslpdesc = { "test-saslbind", "Fedora Project", "1.0.1",
 	"sample SASL bind pre-operation plugin" };