Skip to content

Commit

Permalink
Merge branch 'stable'
Browse files Browse the repository at this point in the history
* stable:
  (doc) update licensed changelog
  (doc) update generated docs
  • Loading branch information
ferventcoder committed Aug 31, 2017
2 parents 6fb4975 + a2ce6b4 commit 429f6aa
Show file tree
Hide file tree
Showing 6 changed files with 65 additions and 3 deletions.
34 changes: 34 additions & 0 deletions CHANGELOG_LICENSED.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,40 @@ This covers changes for the "chocolatey.extension" package, where the licensed e

**NOTE**: If you have a licensed edition of Chocolatey, refer to this in tandem with [Chocolatey Open source CHANGELOG](https://github.com/chocolatey/choco/blob/master/CHANGELOG.md).

## 1.12.2 (August 31, 2017)

### FEATURES

* [Security] choco source/list - Administrator only visible repositories. Hide repositories from non-administrators who are using Chocolatey (C4B).
* choco pin - Provide a reason when pinning to be seen in outdated by others (C4B).

### BUG FIXES

* Package Synchronizer (Automatic Sync):
* Fix - Ignore HKCU pkg on sync when different user instead of removing the package.
* Package Builder (Choco New):
* Fix - remove "rel[ease]" next to version when building package id.
* Fix - remove 'self-installing' when building package id.
* Fix - Logging - log sync messages directly to log file when using limit output (`-r`).
* Fix - Download CDN Cache - If original url was switch to TLS/SSL by choco, the cache check doesn't override for the file on the CDN.

### IMPROVEMENTS

* [Security] Runtime - Allow locking down all Chocolatey use to Administrators only (don't allow non-admins to run choco at all) - added as feature flip (see `choco feature list`).
* Package Internalizer (Choco Download):
* Pass multiple package names to download/internalize (`choco download pkg1 pkg2 pkgN`).
* Downloaded resources will use download CDN cache if available.
* Windows Service Management Functions:
* Allow upgrading services without a restart - pass `-DoNotReinstallService` to `Install-ChocolateyWindowsService`.
* Package Synchronizer (Choco Sync):
* Specify package name when syncing by id (`--id="'Display Name*'" --package-id=package-id`).
* installation - Disable install of context menus with `--params "'/NoContextMenu'"`. Currently only new installs (removal on upgrade will come in a future release).
* Package Builder (Choco New):
* When an MSI has external files, ensure to copy those into the packaging as well. Requires same folder structure that would be used at install time successfully.
* Package Reducer:
* Treat MST files as removable binaries.


## 1.12.1 (July 13, 2017)

Among the bug fixes, we've brought Package Internalizer to the MSP edition of Chocolatey.
Expand Down
12 changes: 12 additions & 0 deletions docs/generated/CommandsDownload.md
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,18 @@ Includes [[default options/switches|CommandsReference#default-options-and-switch
the switch appropriately. Overrides the feature
'internalizeAppendUseOriginalLocation' set to by default to 'False'.
--sdc, --skipdownloadcache, --skip-download-cache
Skip Download Cache - Use the original download url even if a private
CDN cache is available for a package. Overrides the default feature
'downloadCache' set to 'True'. Business editions only (licensed version
1.12.2+). See https://chocolatey.org/docs/features-private-cdn
--dc, --downloadcache, --download-cache, --use-download-cache
Use Download Cache - Use private CDN cache if available for a package.
Overrides the default feature 'downloadCache' set to 'True'. Business
editions only (licensed version 1.12.2+). See https://chocolate-
y.org/docs/features-private-cdn
~~~

[[Command Reference|CommandsReference]]
Expand Down
4 changes: 4 additions & 0 deletions docs/generated/CommandsPin.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,10 @@ Includes [[default options/switches|CommandsReference#default-options-and-switch
Version - Used when multiple versions of a package are installed.
Defaults to empty.
--reason, --pin-reason, --note=VALUE
Pin Reason - Text information about why you are setting a pin. Available
in business editions 1.12.2+.
~~~

[[Command Reference|CommandsReference]]
Expand Down
6 changes: 6 additions & 0 deletions docs/generated/CommandsSync.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ See https://chocolatey.org/docs/features-synchronize
## Examples

choco sync
choco sync --id=putty
choco sync --id=putty --package-id=putty

## See It In Action

Expand Down Expand Up @@ -136,6 +138,10 @@ Includes [[default options/switches|CommandsReference#default-options-and-switch
--id=VALUE
Id - The Display Name from Programs and Features
--packageid, --package-id=VALUE
PackageId - When used with Id, this will be the custom name for the
package. Business editions only (version 1.12.2+)
--out, --outdir, --outputdirectory, --output-directory=VALUE
OutputDirectory - Specifies the directory for the generated Chocolatey
package file(s). If not specified, uses a subdirectory of the current
Expand Down
6 changes: 6 additions & 0 deletions docs/generated/CommandsSynchronize.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ See https://chocolatey.org/docs/features-synchronize
## Examples

choco sync
choco sync --id=putty
choco sync --id=putty --package-id=putty

## See It In Action

Expand Down Expand Up @@ -136,6 +138,10 @@ Includes [[default options/switches|CommandsReference#default-options-and-switch
--id=VALUE
Id - The Display Name from Programs and Features
--packageid, --package-id=VALUE
PackageId - When used with Id, this will be the custom name for the
package. Business editions only (version 1.12.2+)
--out, --outdir, --outputdirectory, --output-directory=VALUE
OutputDirectory - Specifies the directory for the generated Chocolatey
package file(s). If not specified, uses a subdirectory of the current
Expand Down
6 changes: 3 additions & 3 deletions docs/generated/CommandsUninstall.md
Original file line number Diff line number Diff line change
Expand Up @@ -265,9 +265,9 @@ Includes [[default options/switches|CommandsReference#default-options-and-switch
--fromprograms, --from-programs, --fromprogramsandfeatures, --from-programs-and-features
From Programs and Features - Uninstalls a program from programs and
features. Name used for package must be a match or a wildcard (*).
Available in [licensed editions](https://chocolatey.org/compare) only (licensed version 1.8.0+) and
requires v0.10.4+.
features. Name used for id must be a match or a wildcard (*) to Display
Name in Programs and Features. Available in [licensed editions](https://chocolatey.org/compare) only
(licensed version 1.8.0+) and requires v0.10.4+.
~~~

Expand Down

0 comments on commit 429f6aa

Please sign in to comment.