diff --git a/pkgs/scribble-pkgs/scribble-lib/scribble/HISTORY.txt b/pkgs/scribble-pkgs/scribble-lib/scribble/HISTORY.txt index 3aa8aa1240..4c2ce06b51 100644 --- a/pkgs/scribble-pkgs/scribble-lib/scribble/HISTORY.txt +++ b/pkgs/scribble-pkgs/scribble-lib/scribble/HISTORY.txt @@ -1,4 +1,5 @@ -Version 1.1 +Version 1.0 +Use `doc' submodule when available Changed the HTML rendering style of `scribble/manual' Changed `verbatim' to support non-string arguments Added `--html-tree' option to for rendering to multi-page HTML @@ -8,9 +9,12 @@ Added `css-style-addition' and `js-style-addition' for adding overridden externally For HTML rendering, merge generated `style' attributes within a single tag +scribble/base: same change as for racket/runtime-path related + to "collects"-relative paths scribble/manual: added `manual-doc-style' scribble/manual: changed `deprecated' to a function, and generalized it by adding an optional `#:what' argument +scriblib/autobib: add #:note Older versions See the "Racket core" release notes for a history of changes before diff --git a/pkgs/slideshow-pkgs/slideshow-lib/slideshow/HISTORY.txt b/pkgs/slideshow-pkgs/slideshow-lib/slideshow/HISTORY.txt new file mode 100644 index 0000000000..264d894241 --- /dev/null +++ b/pkgs/slideshow-pkgs/slideshow-lib/slideshow/HISTORY.txt @@ -0,0 +1,3 @@ +Version 1.1 +slideshow/pict: added 'outline style for text + diff --git a/pkgs/slideshow-pkgs/slideshow-lib/slideshow/info.rkt b/pkgs/slideshow-pkgs/slideshow-lib/slideshow/info.rkt index 5ea4d6909a..c38491f46c 100644 --- a/pkgs/slideshow-pkgs/slideshow-lib/slideshow/info.rkt +++ b/pkgs/slideshow-pkgs/slideshow-lib/slideshow/info.rkt @@ -1,3 +1,7 @@ #lang info (define compile-omit-paths '("pict-snipclass.rkt")) + +(define release-note-files '(("Slideshow" "HISTORY.txt"))) + +(define version "1.1") diff --git a/racket/collects/racket/HISTORY.txt b/racket/collects/racket/HISTORY.txt index abaccabd1f..adcaf6846c 100644 --- a/racket/collects/racket/HISTORY.txt +++ b/racket/collects/racket/HISTORY.txt @@ -1,151 +1,107 @@ -Version 5.90.0.11 -Added flrandom and unsafe-flrandom -xml: added a #:insert-newlines? argument to write-xexpr -racket/contract: added channel/c -setup/setup: changed setup to return a boolean - -Version 5.90.0.10 -Changed serializable-struct, etc. to provide deserialized-info:... - through a derialized-info submodule -Added chaperone-channel and impersonate-channel -Change string->path-element and bytes->path-element to raise an - exception for an empty [byte-]string argument -Change path-replace-suffix to raise an excpetion when a path element - would be made empty -racket/runtime-path: added runtime-require - -Version 5.90.0.9 -Allow hash table chaperones and impersonators to support efficient - hash-clear and hash-clear! -setup/collection-name: added -syntax/unsafe/for-transform: added -raco pkg install with no arguments installs the current directory. - -Version 5.90.0.6 -Added path results -racket/runtime-path: special handling for paths that - correspond to collection-file-path results, instead of +Version 6.0 +Packages & collections: ---------- + Reorganized collections into packages + Added 'config-dir mode for find-system-path + Added PLTCONFIGDIR environment variable and -G/--config flag + Removed -C/--links command-line flag + Added links-file and links-search-dirs to config, enabling + a search path of installation-wide link files, as well + as pkgs-dir and pkgs-search-dirs + Changed link-file handling to separate "user" and "shared" modes; + removed 'links-file mode for find-system-path, PLTLINKSFILE + environment variable, and -C command-line argument + Removed "shared" links and package scope + Add current-library-collection-links, find-library-collection-links + Changed module search to use current-library-collection-paths + before collection link files by default + Changed use-user-specific-search-paths and use-collection-link-paths + to affect only find-library-collection-paths and + find-library-collection-links + Added "share" directory, moved "pkgs" there + Base user directoy paths on an installation name instead + of the Racket version string +Runtime: ---------- + Added ARM support to JIT + Added #%declare + Cross-phase persistent modules must be declared with + (#%declare #:cross-phase-persistent) + Add configure-runtime submodule support +Filesystem and environment variables: ---------- + Changed initialization of current-directory to use PWD + Added current-environment-variables, environment-variables-ref, + environment-variables-set!, environment-variables-names, + environment-variables-copy, bytes-environment-variables-name?, + string-environment-variables-name?, environment-variables?, + and make-environment-variables + Added current-directory-for-user, srcloc->string + Added filesystem-change-evt, filesystem-change-evt?, and + filesystem-change-evt-cancel + Added 'fs-change mode to system-type + Move explode-path from racket/path to racket/base + Changed read-on-demand-source to support #t + Added current-module-path-for-load, exn:fail:syntax:missing-module, + exn:fail:filesystem:missing-module, prop:exn:missing-module, + exn:missing-module?, and exn:missing-module-accessor + Changed string->path-element and bytes->path-element to raise an + exception for an empty [byte-]string argument + Changed path-replace-suffix to raise an excpetion when a path element + would be made empty +Datatypes: ---------- + Added hash-clear, hash-copy-clear, hash-clear!, and hash-empty? + Allow hash table chaperones and impersonators to support efficient + hash-clear and hash-clear! + Added pathstring -Fixed is-a? so that it always signals an error when its second - argument is not a class or interface (in the past (is-a? 1 2) - would return #f instead). This bug appears to have been - introduced in late Feb 2010. - -Version 5.3.4.10 -Move explode-path from racket/path to racket/base -Changed read-on-demand-source to support #t -slideshow/pict: added 'outline style for text -scriblib/autobib: add #:note -setup/collects: added - -Version 5.3.4.9 -racket/place: allow keywords as place messages - -Version 5.3.4.8 -Add `configure-runtime' submodule support -racket/rerequire: added -racket/require-syntax: added syntax-local-require-introduce -racket/provide-syntax: added syntax-local-provide-introduce - -Version 5.3.4.7 -scribble: use `doc' submodule when available - -Version 5.3.4.4 -Added current-module-path-for-load, exn:fail:syntax:missing-module, - exn:fail:filesystem:missing-module, prop:exn:missing-module, - exn:missing-module?, and exn:missing-module-accessor - -Version 5.3.4.3 -Added make-environment-variables -Changed initialization of current-directory to use PWD -racket/system: add a #:set-pwd? argument to system, etc., which - makes them set PWD by default -net/url: add support for HTTP/1.1 connections -ffi/unsafe/objc: add -A and +A method modes - -Version 5.3.4.2 -Added current-environment-variables, environment-variables-ref, - environment-variables-set!, environment-variables-names, - environment-variables-copy, bytes-environment-variables-name?, - string-environment-variables-name?, and environment-variables? -racket/sadnox: added sandbox-make-environment-variables - -Version 5.3.4.1 -Changed JIT to support ARM + racket/class: fixed is-a? so that it always signals an error when + its second argument is not a class or interface + racket/rerequire: added + racket/require-syntax: added syntax-local-require-introduce + racket/provide-syntax: added syntax-local-provide-introduce + racket/place: allow keywords as place messages + racket/system: add a #:set-pwd? argument to system, etc., which + makes them set PWD by default + syntax/unsafe/for-transform: added + setup/setup: changed setup to return a boolean + setup/dirs: added find-config-dir + setup/path-to-relative: added results + setup/dirs: added find-share-dir, find-user-share-dir, and more + setup/infotab: removed string-constants require as an allowed form + setup/collects: added + setup/collection-name: added + pkg/path: added, re-exported by pkg/lib + net/url: add support for HTTP/1.1 connections + xml: added a #:insert-newlines? argument to write-xexpr + ffi/unsafe: added array-type and in-array + ffi/unsafe/objc: add -A and +A method modes Version 5.3.4, April 2013 Added extflonums @@ -337,7 +293,8 @@ racket/sandbox: added sandbox-propagate-exceptions; added racket/cmdline: add #:ps for command-line slideshow/start: run a `slideshow' or `main' submodule, if any scribble/eval: added eval:result and eval:results -racket/system: improved error messages by replacing memv expressions with string-no-nuls? and bytes-no-nuls? +racket/system: improved error messages by replacing memv expressions + with string-no-nuls? and bytes-no-nuls? Version 5.2.1, January 2012 Changed I/O scheduling to use epoll()/kqueue() when available