Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change file names with “gtm” or “GTM” into links to files named “ydb” or “yottadb” #307

Open
ksbhaskar opened this issue Jul 12, 2018 · 1 comment

Comments

@ksbhaskar
Copy link
Member

Final Release Note

Description

There are a number of of files whose names include “gtm” or “GTM”. These should be replaced with files with “ydb” or “yottadb”, and where a file with a “gtm” or “GTM” is required for upward compatibility, those should be replaced with symbolic links. The release notes should reflect user visible changes (of which there may only be a few).

$ find $ydb_dist -iname \*gtm\* \! -type l 2>/dev/null | tee /tmp/tmp ; wc /tmp/tmp
/usr/local/lib/yottadb/r122/gtmhelp.m
/usr/local/lib/yottadb/r122/gtm_sizeof.h
/usr/local/lib/yottadb/r122/gtm_common_defs.h
/usr/local/lib/yottadb/r122/gtmdefinedtypesinitrelease.m
/usr/local/lib/yottadb/r122/GTMDEFINEDTYPESTODB.m
/usr/local/lib/yottadb/r122/gtm_strings.h
/usr/local/lib/yottadb/r122/gtm_limits.h
/usr/local/lib/yottadb/r122/gtmdefinedtypesinitdebug.m
/usr/local/lib/yottadb/r122/gtmsecshr
/usr/local/lib/yottadb/r122/GTMHLPLD.m
/usr/local/lib/yottadb/r122/GTMDefinedTypesInitDebug.m
/usr/local/lib/yottadb/r122/gtm_stdlib.h
/usr/local/lib/yottadb/r122/gtmhelp.gld
/usr/local/lib/yottadb/r122/plugin/gtmcrypt
/usr/local/lib/yottadb/r122/gtmsecshrdir
/usr/local/lib/yottadb/r122/gtmgblstat.xc
/usr/local/lib/yottadb/r122/gtmhlpld.m
/usr/local/lib/yottadb/r122/GTMTHREADGBLASM.m
/usr/local/lib/yottadb/r122/gtmhelp.dat
/usr/local/lib/yottadb/r122/GTMHELP.m
/usr/local/lib/yottadb/r122/gtmdefinedtypestodb.m
/usr/local/lib/yottadb/r122/gtm_descript.h
/usr/local/lib/yottadb/r122/gtm_string.h
/usr/local/lib/yottadb/r122/utf8/gtmsecshr
/usr/local/lib/yottadb/r122/utf8/gtmsecshrdir
/usr/local/lib/yottadb/r122/gtmxc_types.h
/usr/local/lib/yottadb/r122/gtmthreadgblasm.m
/usr/local/lib/yottadb/r122/GTMDefinedTypesInitRelease.m
/usr/local/lib/yottadb/r122/gtm_stdio.h
  29   29 1281 /tmp/tmp
$ 

Draft Release Note

@ksbhaskar
Copy link
Member Author

Files in the what is now the gtmsecshrdir (to become ydbsecshrdir) subdirectory should of course also be changed, and utf8/ydbsecshr should just be a symbolic link to ../ydbsecshr.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant