Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.
/ corefx Public archive

Rebranding for 2.1.7 #33471

Merged
merged 1 commit into from
Nov 13, 2018
Merged

Rebranding for 2.1.7 #33471

merged 1 commit into from
Nov 13, 2018

Conversation

joperezr
Copy link
Member

@mmitche @wtgodbe @danmosemsft

Rebranding work for 2.1.7 in corefx.

@joperezr joperezr requested review from mmitche and wtgodbe November 13, 2018 20:37
@joperezr joperezr merged commit 51d218c into dotnet:release/2.1 Nov 13, 2018
@karelz karelz added this to the 2.1.x milestone Nov 15, 2018
danmoseley pushed a commit that referenced this pull request Dec 3, 2018
* Added additional OIDs for RSA-SSA-PKCS1.5 CMS signatures

This enables processing documents which use the X.509 hybrid identifier (e.g. `sha256WithRSAEncryption`) instead of `rsaEncryption`.

* Allow transporting an indefinite-length encoding for content in SignedCms

SignedCms reads BER, because the spec says to, and writes DER, to provide
better interop.  If the incoming message used an indefinite length encoding
for SignedData.encapContentInfo.eContent's ANY value the call to Encode
will throw (as will any mutation operations which internally use Encode).

With this change, if writing DER fails then assemble the output in pieces to leave
the encapsulated content as-is while DER-normalizing the rest of the structure.

* Package authoring for servicing change

* Removing Reference assets from packages which contain runtime-specific dependencies when targeting Desktop. (#33254)

* Removing Reference assets from packages which contain runtime-specific dependencies when targeting Desktop.

* Adding validation target to catch other instances of packages that need the property

* Rebranding for 2.1.7 (#33471)

* Undoing the ref removal on two packages that didn't need this change (#33536)

* Fixes extract out of directory by ensuring trailing separator for nested paths. (#32165)

Related to PR #32127

* Change release/2.1 to new test queues

Centos.73.Amd64 => Centos.7.Amd64
RedHat.69.Amd64 => RedHat.6.Amd64
RedHat.73.Amd64 => RedHat.7.Amd64
Debian.87.Amd64 => Debian.8.Amd64
-Debian.90.Amd64 (redundant to Debian.9.Amd64)
OpenSuse.423.Amd64 => OpenSuse.42.Amd64

* Update CoreClr, CoreFx, CoreSetup to servicing-27120-02, servicing-27120-07, servicing-27120-02, respectively

* Update Japanese Calendar tests

This change is to have the Japanese calendar tests work as expected with the new interoduced era for this calendar.

* Fix the failing calendar tests on NetFx
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants