Updated: {xerces-c/libxerces-c-devel/xerces-c-doc}-2.8.0-1 New: {libxerces-c28/xerces-c-test}-2.8.0-1

2008-04-23 Thread cygwin

I've adopted the xerces-c package and updated the version to 2.8.0-1.

xerces-c is a validating XML parser written in a portable subset of C++ 
(it is also known as Xerces-C++).  xerces-c makes it easy to give your 
application the ability to read and write XML data. A shared library is 
provided for parsing, generating, manipulating, and validating XML 
documents.


Changes since 2.5.0-1
==
* new maintainer
* switched to cygport build framework
* renamed xerces-c-devel -- libxerces-c-devel
* new xerces-c-test package provides test and utility programs
* updated to latest upstream release


The changes in the various official release since the last cygwin 
release are summarized below.


xerces-c 2.8.0 (August 31, 2007)

* Exponential growth of memory block (from 16KB to 128KB) that
  are allocated by the DOM heap.
* The NODE_CLONED notification is now sent to each node's user
  data handler when cloning the entire DOMDocument.
* On Windows extract the registry code page from
  MIME\Database\Charset\encoding[EMAIL PROTECTED] instead
  of MIME\Database\Charset\encoding[EMAIL PROTECTED]
* Allow whitespace-only nodes to be added as children of a
  DOMDocument.
* When a node is cloned or imported the type information (PSVI)
  is also copied.
* When using SAX2, including XMLReaderFactory to use createXMLReader
  doesn't include xercesc/parsers/SAX2XMLReaderImpl.hpp anymore. If
  you need to cast the SAX2XMLReader to SAX2XMLReaderImpl, you need
  to include this header yourself.

xerces-c 2.7.0 (September 01, 2005)
===
* Feature to not generate XML Schema annotations. That is, not
  to add them to the grammar. If you don't need annotations you
  may want to turn on this feature to avoid memory bloat for
  XML Schemas that use annotations heavily.
* Option to skip regenerating the XML Schema annotations when
  deserializing a grammar. If you don't need annotations you
  may want to turn on this option to avoid memory bloat for
  XML Schemas that use annotations heavily.
* Feature to not perform default entity resolution. When the
  entityResolver returns NULL, the parser does not try to
  resolve the entity externally.
* Feature to do schema-only validation even if there is a DTD.

xerces-c 2.6.0 (October 02, 2004)
=
* Reduce footprint of DLL by building the deprecated DOM as a
  separate library
* Various enhancements to the schema component model API
* Improve support for schema annotations, including an option
  to laxly validate their contents
* Bring parser up to the XML 1.0 3rd Edition
* Update to the XML 1.1 recommendation
* Update Schema Errata
* Feature for disabling schema identity constraints
* Upgrade to ICU3.0
* Enable the parser to handle elements with a very large
  number of attributes

--
Chuck

To update your installation, click on the Install Cygwin now link on
the http://cygwin.com/ web page.  This downloads setup.exe to your
system.  Then, run setup and answer all of the questions.

  *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO ***

If you want to unsubscribe from the cygwin-announce mailing list, look
at the List-Unsubscribe:  tag in the email header of this message.
Send email to the address specified there.  It will be in the format:

[EMAIL PROTECTED]

If you need more information on unsubscribing, start reading here:

http://sources.redhat.com/lists.html#unsubscribe-simple

Please read *all* of the information on unsubscribing that is available
starting at this URL.


Updated: git-1.5.5.1-1

2008-04-23 Thread Eric Blake

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

A new release of git, 1.5.5.1-1, has been uploaded, replacing 1.5.5-1 as
current, and leaving 1.5.4-1 as the previous version.

NEWS:
=
This is a new upstream release.  See also the package documentation in
/usr/share/doc/git-1.5.5.1/, along with the attached upstream release notes.

When compiled out of the box, the upstream git maintainers cater to older
cygwin releases, and intentionally disable certain features that have been
reported on their mailing list, even though they work with the latest
cygwin.  Therefore, this build turns those features back on.  However, it
means that this version does assume that you are not using FAT or FAT32 to
hold your repositories, since they do not store file permissions very
accurately.

DESCRIPTION:

Git is popular version control system designed to handle very large
projects with speed and efficiency; it is used mainly for various open
source projects, most notably the Linux kernel.

Git falls in the category of distributed source code management tools,
similar to e.g. GNU Arch or Monotone (or BitKeeper in the proprietary
world). Every Git working directory is a full-fledged repository with full
revision tracking capabilities, not dependent on network access or a
central server.

UPDATE:
===
To update your installation, click on the Install Cygwin now link on the
http://cygwin.com/ web page.  This downloads setup.exe to your system.
Save it and run setup, answer the questions and pick up 'git' from
the 'Devel' category.

DOWNLOAD:
=
Note that downloads from sources.redhat.com (aka cygwin.com) aren't
allowed due to bandwidth limitations.  This means that you will need to
find a mirror which has this update, please choose the one nearest to you:
http://cygwin.com/mirrors.html

QUESTIONS:
==
If you want to make a point or ask a question the Cygwin mailing list is
the appropriate place.

- --
Eric Blake
volunteer cygwin git maintainer

CYGWIN-ANNOUNCE UNSUBSCRIBE INFO:
=
To unsubscribe to the cygwin-announce mailing list, look at the
List-Unsubscribe:  tag in the email header of this message.  Send email
to the address specified there.  It will be in the format:

[EMAIL PROTECTED]

If you need more information on unsubscribing, start reading here:

http://sources.redhat.com/lists.html#unsubscribe-simple

Please read *all* of the information on unsubscribing that is available
starting at this URL.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (Cygwin)
Comment: Public key at home.comcast.net/~ericblake/eblake.gpg
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkgQAb8ACgkQ84KuGfSFAYCjhQCgrUgcK5BLG6MYFgL+lcaK5/t5
3AAAniDsIQ2C8qJV0pDJdppBdtmV+sy8
=LW17
-END PGP SIGNATURE-
GIT v1.5.5.1 Release Notes
==

Fixes since v1.5.5
--

 * git archive --prefix=$path/ mishandled gitattributes.

 * git fetch -v that fetches into FETCH_HEAD did not report the summary
   the same way as done for updating the tracking refs.

 * git svn misbehaved when the configuration file customized the git
   log output format using format.pretty.

 * git submodule status leaked an unnecessary error message.

 * git log --date-order --topo-order did not override the earlier
   date-order with topo-order as expected.

 * git bisect good $this did not check the validity of the revision
   given properly.

 * url.there.insteadOf did not work correctly.

 * git clean ran inside subdirectory behaved as if the directory was
   explicitly specified for removal by the end user from the top level.

 * git bisect from a detached head leaked an unnecessary error message.

 * git bisect good $a $b when $a is Ok but $b is bogus should have
   atomically failed before marking $a as good.

 * git fmt-merge-msg did not clean up leading empty lines from commit
   log messages like git log family does.

 * git am recorded a commit with empty Subject: line without
   complaining.

 * when given a commit log message whose first paragraph consists of
   multiple lines, git rebase squashed it into a single line.

 * git remote add $bogus_name $url did not complain properly.

Also comes with various documentation updates.