CHANGES:
* 0.3.3.0
- exposed the 'Buffer' constructor to enable keeping around a pool of
buffers.
* 0.3.2.0
- added 'writeToByteString' to construct a strict bytestring in a single
step. We can actually view 'Write's as strict-bytestring builders.
changes:
1.1.0.1
- Fixed bad character L178 ( Data/CaseInsensitive/Internal.hs )
1.1
- Added the Data.CaseInsensitive.Unsafe module
1.0.0.2
- Support criterion-0.8
1.0.0.1
- Fix building on GHC-6.12.1
- Merge pull request #7 from bgamari/patch-1
Bump base upper bound for GHC 7.7
( #7 => https://github.com/basvandijk/case-insensitive/pull/7 )
Changes since 1.0
-----------------
* `opam config env` now detects the current shell and outputs a sensible default if no override is provided.
* Improve `opam pin` stability and start display information about dev revisions
* Add a new `man` field in `.install` files
* Support hierarchical installation in `.install` files
* Add a new `stublibs` field in `.install` files
* OPAM works even when the current directory has been deleted
* speed-up invocation of `opam config var VARIABLE` when variable is simple (eg. `prefix`, `lib`, ...)
* `opam list` now display only the installed packages. Use `opam list -a` to get the previous behavior.
* Inverse the depext tag selection (useful for `ocamlot`)
* Add a `--sexp` option to `opam config env` to load the configuration under emacs
* Purge `~/.opam/log` on each invocation of OPAM
* System compiler with versions such as `version+patches` are now handled as if this was simply `version`
* New `OpamVCS` functor to generate OPAM backends
* More efficient `opam update`
* Swtich license to LGPL with linkink exception
* `opam search` now also searches through the tags
* minor API chanages for `API.list` and `API.SWITCH.list`
* Improve the syntax of filters
* Add a `messages` field
* Add a `--jobs` command line option and add `%{jobs}%` to be used in OPAM files
* Various improvments in the solver heuristics
* By default, turn-on checking of certificates for downloaded dependency archives: use `./configure --disable-certificate-check` to go ba
ck to the previous behavior
* Check the md5sum of downloaded archives when compiling OPAM
* Improved `opam info` command (more information, non-zero error code when no patterns match)
* Display OS and OPAM version on internal errors to ease error reporting
* Fix `opam reinstall` when reinstalling a package wich is a dependency of installed packages (regression introduced in 0.9.5)
* Export and read `OPAMSWITCH` to be able to call OPAM in different switches
* `opam-client` can now be used in a toplevel
* `-n` now means `--no-setup` and not `--no-checksums` anymore
* Fix stupid typo in detection of FreeBSD archs
* Fix installation of local compilers with local paths endings with `.../ocaml/`
* Fix the contents of `~/.opam/opam-init/variable.sh` after a switch
changes:
0.5.5.1
- Added Markdown to list in README.
- Fixed bug in haskell.xml: FilePath listed as a function!
- Added modelines and markdown to cabal file.
- Added markdown.xml from kate repo.
- Updated xml files from kate repo.
Added modelines.xml, now used in some of them instead of alert.
Changes:
o New keybinding handling
o Removed various ex-commands (for more information please give a look to
NORMAL MODE COMMANDS in vimb(1) or RTFS src/normal.c)
o Various bug fixing and improvements
For a complete list of changes please read:
http://sourceforge.net/mailarchive/message.php?msg_id=31668680
CHANGES IN `entropy' PACKAGE VERSION 1.2.0
* new functions KL.plugin(), KL.empirical(), Kl.Dirichlet(), and
KL.shrink() for computing the Kullback-Leibler divergence.
* new functions chi2.plugin(), chi2.empirical(), chi2.Dirichlet(), and
chi2.shrink() for computing the chi-squared statistic.
* new functions chi2indep.plugin(), chi2indep.empirical(),
chi2indep.Dirichlet(), and chi2indep.shrink() for computing the
chi-squared statistic of independence.
* new discretize2d() function for simple binning of a pair of random
variables.
* in all shrinkage functions the target option has been removed (and
the default uniform target is now always used).
CHANGES IN `entropy' PACKAGE VERSION 1.1.9
* new discretize() function for simple binning of a continuous random
variable.
* now requires R >= 2.15.1.
CHANGES IN `entropy' PACKAGE VERSION 1.1.8
* License file removed.
* Dependencies updated.
* the functions freqs.shrink(), entropy.shrink(), mi.shrink(),
entropy(), and freqs() now allow to specify the shrinkage intensity.
+share/emacs/${PKGVERSION}/lisp/emacs-lisp/helpers.el{c,.gz}
+share/emacs/${PKGVERSION}/lisp/org/ob-core.el{c,.gz}
+share/emacs/${PKGVERSION}/lisp/org/ob-makefile.el{c,.gz}
and several renaming as:
-share/emacs/${PKGVERSION}/lisp/org/org-ascii.el.gz
+share/emacs/${PKGVERSION}/lisp/org/ox-ascii.el.gz
Release LevelDB 1.14
Fix issues 200, 201
Also,
* Fix link to bigtable paper in docs.
* New sstables will have the file extension .ldb. .sst files will
continue to be recognized.
* When building for iOS, use xcrun to execute the compiler. This may
affect issue 177.
LevelDB 1.13
Fix issues 77, 87, 182, 190.
Additionally, fix the bug described in
https://groups.google.com/d/msg/leveldb/yL6h1mAOc20/vLU64RylIdMJ
where a large contiguous keyspace of deleted data was not getting
compacted.
Also fix a bug where options.max_open_files was not getting clamped
properly.