tpm2-software / tpm2-tss

OSS implementation of the TCG TPM2 Software Stack (TSS2)
https://tpm2-software.github.io
BSD 2-Clause "Simplified" License
730 stars 359 forks source link

rename tpm2tss with tss2 #103

Closed flihp closed 8 years ago

flihp commented 8 years ago

Based on feedback from the TCG working group we need to make a few changes to the way we're naming include directories and libraries.

$(includedir)/tpm2tss -> $(includedir)/tss2 $(libdir)/libtpm2tss.so -> $(libdir)/libtss2.so

This will break all code that uses the TPM2.0-TSS currently. Apologies for punishing early adopters further.

wcarthur1 commented 8 years ago

One correction below…

Will Arthur Intel Corporation Server Security Firmware 803-216-2101

From: Philip Tricca [mailto:notifications@github.com] Sent: Wednesday, January 20, 2016 2:55 PM To: 01org/TPM2.0-TSS TPM2.0-TSS@noreply.github.com Subject: [TPM2.0-TSS] rename tpm2tss with tss2 (#103)

Based on feedback from the TCG working group we need to make a few changes to the way we're naming include directories and libraries.

$(includedir)/tpm2tss -> $(includedir)/tss[Arthur, Will C] shouldn’t this be “…/tss2” $(libdir)/libtpm2tss.so -> $(libdir)/libtss2.so

This will break all code that uses the TPM2.0-TSS currently. Apologies for punishing early adopters further.

— Reply to this email directly or view it on GitHubhttps://github.com/01org/TPM2.0-TSS/issues/103.

flihp commented 8 years ago

yeah that was a typo, good catch & thanks