Commit graph

13394 commits

Author SHA1 Message Date
sno
c19f2cec86 - adding license (perl license, as named in META.yml)
- adding support for destdir
2009-07-07 15:54:06 +00:00
joerg
16bdbc8735 Make USE_NCURSES more specific. Allow selecting chgat as feature, so
that more packages can work without ncurses on NetBSD 5.99.14+.
2009-07-07 11:04:55 +00:00
joerg
c129af78e1 Fix conflicts in dependency set. 2009-07-07 05:59:17 +00:00
joerg
095862657f Doesn't support MAKE_JOBS. 2009-07-07 05:51:28 +00:00
joerg
fa683d3869 Fix build with newer graphviz. 2009-07-06 16:11:03 +00:00
wiz
ec02f4b538 Fix typo. 2009-07-06 13:22:32 +00:00
gdt
4ff1934e13 Give a hint to use subversion-base instead for those that just want
the command-line programs.
2009-07-06 11:37:07 +00:00
ghen
b547608eef Include agrep in DESCR. 2009-07-02 11:43:38 +00:00
ghen
80dcd95edd Build and install agrep (approximate grep), too. Ok adrianp. 2009-07-02 11:42:17 +00:00
epg
2ba1a22fa3 Oops, print-PLIST seems to be broken! Restore ${PYSITELIB} usage. 2009-07-02 06:08:36 +00:00
epg
671f74ed98 Oops, forgot new patch. 2009-07-02 05:31:42 +00:00
epg
57a8e8c4d5 0.11.0 - 2009-06-11
-----------------------
Maintenance release: compatibility with bzr 1.16 (bencode releated changes),
improved performance of qlog, more fixes for side-by-side qdiff, a dozen of
various bugfixes.

Windows standalone installer for QBzr now built with Inno Setup.
Now user can install only main QBzr files without additional libraries
(e.g. PyQt4). So this installer now can be used to upgrade copy of QBzr plugin
installed as part of standalone bzr.exe installer.

 * qbrowse:
    * Fix problem with opening the log for file/directory. (#383192)
 * qinfo:
    * Add a basic help string (#384632)
 * qview command renamed to qviewer (previously qviewer was alias for qview)
   to avoid confusion with bzr views feature. (#385225)

NOTES: when upgrading your standalone installation of qbzr (on Windows)
you should uninstall old QBzr first, and then re-install it from new installer.


0.10.0 - 2009-06-02
-----------------------
Maintenance release: log widget with revisions graph used in qannotate,
and qcommit (to show pending merges); you can search for tags and bugs
in qlog; improvements to show qlog for multiple files or for dir content;
more context menus; various bugfixes.

 * qlog:
    * Added search for tags and bugs.
    * Fixed a bug with qlog FILE where it was not showing revisions if the
      revision that changed the file had been merge into another branch before
      it was merged into the mainline. (Bug #350166)
    * Fixed a bug when clicking refresh with multiple branches open.
      (Bug #351633)
    * When viewing a remote branch, qlog will load the revisions from local
      current directory if availible.
    * Improvements to the graph layout.
    * When opening diffs, there is less of a delay.
    * When running qlog DIR, revisions that change the children of the directory
      are also displayed. This only works if you are using bzr 1.14.
      (Bug #314528)
    * When runing qlog FILE1 FILE2 or qlog DIR, changes to the specified files are
      displayed in bold. By default diff will show changes only to selected
      items. Full diff could be invoked via context menu.
    * Add context menu to file list.
 * qannotate:
    * Use the log widget to display the revision list with a folding graph. The
      graph can be disabled by using the --no-graph command line argument.
      (Bug #328595)
    * Fixed a bug where qannotate crashes if you scroll to the bottom of the
      file and the file's last line is blank. (Bug #340956)
    * Add option to the log context menu to select a revision to annotate.
 * qcommit:
    * Use the log widget to display the pending merges list with a folding
      graph. (Bug #328592)
 * qdiff:
    * Fixed a bug with the error reporting when launching external diffs.
 * qpull/qpush/qmerge:
    * If there is no default saved location then set focus on URL combobox
2009-07-02 05:27:04 +00:00
epg
2dfe1bcb89 bzr-svn 0.6.2 2009-06-18
FEATURES

   * Integrated "bzr svn-serve" into "bzr serve --svn".

   * ``append_revisions_only`` now defaults to True, to prevent new users
     from accidently changing their Subversion mainline and upsetting their
     fellow committers. (#383777)

   * ``bzr svn-set-revprops`` has been folded into ``bzr reconcile``.

  PERFORMANCE

   * Avoid expensive fetching of tags just to figure out they are supported.

   * Only check paths that actually have file properties set for
     Bazaar revision id properties.

   * Reduced number of revisions analysed for repository layout from 2000 to
     300.

  BUG FIXES

   * Only look for file properties if there are actually new file properties.
     (#383414)

   * Repository.iter_inventories() is now implemented.

   * Tags.get_reverse_dict().has_key() is now implemented.

   * Tags.get_reverse_dict().iteritems() is now implemented.

   * Register Subversion smart server as first server control format,
     before the Bazaar smart client attempts to send POST to .bzr/smart over
     HTTP.

   * Support "bzr push --create-prefix". (#383778)

   * In authentication fallback, ignore schemes that can not be
     mapped to ports rather than erroring out. (#384813)

   * Cope with forbidden parts of the repository a bit better. (#261194)

   * Handle annotate after copies in Subversion. (#381523)

   * Support unicode characters in tag names. (#385813)

   * Support pulling older revisions that are direct ancestors of the current
     tip. (#386198)

   * "bzr svn-import --incremental" now handles resurrected branches correctly.
     (#383980)

   * Initial support for WorkingTree.apply_inventory_delta(). (#332107)

   * Support using parameter to Repository.find_branches(). (#388960)

bzr-svn 0.6.1                    2009-05-22

  BUG FIXES

   * Cope with credentials in shared connections sometimes being a direct
     dictionary.

   * Fix cache inspection after push when using the TDB database.

   * Prevent NoSuchRevision exception when pulling into a local branch that
     is ahead of the remote branch.

   * Avoid buggy LogWalker.find_latest_change(). (#378799)

   * Use xdg cache directory (~/.cache/bzr-svn usually) if the Python XDG
     module is available.

   * Handle hidden revisions properly during branch fetch.

bzr-svn 0.6.0                    2009-05-20

  FEATURES

   * New cache database based on TDB (http://tdb.samba.org/). This is
     significantly faster than the previous SQLite backend. The TDB
     backend will automatically be used if TDB is available; if not,
     the old SQLite database will be used.

     TDB allows multiple writers to the database. (#185200)

   * The version-info command now prints 'svn revno' and 'svn uuid'
     when used in Subversion checkouts.

   * The info command now prints the repository UUID and last committed
     revision number when used on Subversion repositories. (#320271)

   * Now registers a fallback credentials store, allowing
     Subversion credentials to be used for non-Subversion
     access. This is useful accessing http(s) URLs will
     always attempt to open using the native Bazaar formats
     first.

   * Better error when pushing to a (diverged) empty branch. Unfortunately
     "bzr push" masks this better error at the moment. (#354929)

   * New option ``warn-upgrade`` that can be used to turn off the
     warnings about slow servers. (#377949)

  PERFORMANCE

   * A custom reverse-tag dictionary implementation is now provided, making
     "bzr log" a lot faster since there's no need to find all tags beforehand.

  BUG FIXES

   * Support working copies with non-ascii characters in the
     base path. (#356845)

   * Fix handling of newlines in Bazaar revision properties round-tripped to
     Subversion file properties. (#360477)

   * utf8-encode basenames when looking up file ids in CHKInventories.

   * Handle root replaces when doing lightweight checkouts. (#352509)

   * Simplify finding local changes. (#370755)

   * Handle browsing of revisions outside of prefix in repository with
     branch container directories (e.g. project1/trunk, etc). (#343382)
2009-07-02 05:26:46 +00:00
epg
182949faf8 June 12 2009
* RELEASE: bzrtools 1.16.0

June 10 2009
* Implement create-mirror command

May 27 2009
* Fix fetch-ghosts command for bzr 1.15
* RELEASE: bzrtools 1.15.0
2009-07-02 05:23:18 +00:00
epg
9e12348132 bzr 1.16.1 2009-06-26
#####################

End user testing of the 2a format revealed two serious bugs. The first,
#365615, caused bzr to raise AbsentContentFactory errors when autopacking.
This meant that commits or pushes to 2a-format repositories failed
intermittently.

The second bug, #390563, caused the smart server to raise AbsentContentFactory
when streaming 2a stacked 2a-format branches. This particularly affected
branches stored on Launchpad in the 2a format.

Bug Fixes
*********

* We now properly request a more minimal set of file texts when fetching
  multiple revisions. (Robert Collins, John Arbash Meinel, #390563)

* Repositories using CHK pages (which includes the new 2a format) will no
  longer error during commit or push operations when an autopack operation
  is triggered. (Robert Collins, #365615)

* ``chk_map.iter_interesting_nodes`` now properly uses the *intersection*
  of referenced nodes rather than the *union* to determine what
  uninteresting pages we still need to look at. Prior to this,
  incrementally pushing to stacked branch would push the minimal data, but
  fetching everything would request extra texts. There are some unhandled
  cases wrt trees of different depths, but this fixes the common cases.
  (Robert Collins, John Arbash Meinel, #390563)

* ``GroupCompress`` repositories now take advantage of the pack hints
  parameter to permit cross-format fetching to incrementally pack the
  converted data. (Robert Collins)

* ``Repository.commit_write_group`` now returns opaque data about what
  was committed, for passing to the ``Repository.pack``. Repositories
  without atomic commits will still return None. (Robert Collins)

* ``Repository.pack`` now takes an optional ``hint`` parameter
  which will support doing partial packs for repositories that can do
  that. (Robert Collins)

* RepositoryFormat has a new attribute 'pack_compresses' which is True
  when doing a pack operation changes the compression of content in the
  repository. (Robert Collins)

* ``StreamSink`` and ``InterDifferingSerialiser`` will call
  ``Repository.pack`` with the hint returned by
  ``Repository.commit_write_group`` if the formats were different and the
  repository can increase compression by doing a pack operation.
  (Robert Collins, #376748)


bzr 1.16 "It's yesterday in California" 2009-06-18
##################################################
:Codename: yesterday-in-california
:1.16rc1: 2009-06-11
:1.16: 2009-06-18

This version of Bazaar contains the beta release of the new ``2a`` repository
format, suitable for testing by fearless, advanced users. This format or an
updated version of it will become the default format in Bazaar 2.0. Please
read the NEWS entry before even thinking about upgrading to the new format.

Also included are speedups for many operations on huge projects, a bug fix for
pushing stacked new stacked branches to smart servers and the usual bevy of
bug fixes and improvements.


Changes from 1.16rc1 to 1.16final
*********************************

* Fix the nested tree flag check so that upgrade from development formats to
  2a can work correctly.
  (Jelmer Vernooij, #388727)

* Automatic format upgrades triggered by default stacking policies on a
  1.16rc1 (or later) smart server work again.
  (Andrew Bennetts, #388675)


Compatibility Breaks
********************

* Display prompt on stderr (instead of stdout) when querying users so
  that the output of commands can be safely redirected.
  (Vincent Ladeuil, #376582)


New Features
************

* A new repository format ``2a`` has been added.  This is a beta release
  of the the brisbane-core (aka group-compress) project.  This format now
  suitable for wider testing by advanced users willing to deal with some
  bugs.  We would appreciate test reports, either positive or negative.
  Format 2a is substantially smaller and faster for many operations on
  many trees.  This format or an updated version will become the default
  in bzr 2.0.

  This is a rich-root format, so this repository format can be used with
  bzr-svn.  Bazaar branches in previous non-rich-root formats can be
  converted (including by merge, push and pull) to format 2a, but not vice
  versa.  We recommend upgrading previous development formats to 2a.

  Upgrading to this format can take considerable time because it expands
  and more concisely repacks the full history.

  If you use stacked branches, you must upgrade the stacked branches
  before the stacked-on branches.  (See <https://bugs.launchpad.net/bugs/374735>)

* ``--development7-rich-root`` is a new dev format, similar to ``--dev6``
  but using a Revision serializer using bencode rather than XML.
  (Jelmer Vernooij, John Arbash Meinel)

* mail_client=claws now supports --body (and message body hooks).  Also uses
  configured from address.  (Barry Warsaw)


Improvements
************


* ``--development6-rich-root`` can now stack. (Modulo some smart-server
  bugs with stacking and non default formats.)
  (John Arbash Meinel, #373455)

* ``--development6-rich-root`` delays generating a delta index for the
  first object inserted into a group. This has a beneficial impact on
  ``bzr commit`` since each committed texts goes to its own group. For
  committing a 90MB file, it drops peak memory by about 200MB, and speeds
  up commit from 7s => 4s. (John Arbash Meinel)

* Numerous operations are now faster for huge projects, i.e. those
  with a large number of files and/or a large number of revisions,
  particularly when the latest development format is used. These
  operations (and improvements on OpenOffice.org) include:

  * branch in a shared repository (2X faster)
  * branch --no-tree (100X faster)
  * diff (2X faster)
  * tags (70X faster)

  (Ian Clatworthy)

* Pyrex version of ``bencode`` support. This provides optimized support
  for both encoding and decoding, and is now found at ``bzrlib.bencode``.
  ``bzrlib.utils.bencode`` is now deprecated.
  (Alexander Belchenko, Jelmer Vernooij, John Arbash Meinel)


Bug Fixes
*********

* Bazaar can now pass attachment files to the mutt email client.
  (Edwin Grubbs, #384158)

* Better message in ``bzr add`` output suggesting using ``bzr ignored`` to
  see which files can also be added.  (Jason Spashett, #76616)

* ``bzr pull -r 123`` from a stacked branch on a smart server no longer fails.
  Also, the ``Branch.revision_history()`` API now works in the same
  situation.  (Andrew Bennetts, #380314)

* ``bzr serve`` on Windows no longer displays a traceback simply because a
  TCP client disconnected. (Andrew Bennetts)

* Clarify the rules for locking and fallback repositories. Fix bugs in how
  ``RemoteRepository`` was handling fallbacks along with the
  ``_real_repository``. (Andrew Bennetts, John Arbash Meinel, #375496)

* Fix a small bug with fetching revisions w/ ghosts into a new stacked
  branch. Not often triggered, because it required ghosts to be part of
  the fetched revisions, not in the stacked-on ancestry.
  (John Arbash Meinel)

* Fix status and commit to work with content filtered trees, addressing
  numerous bad bugs with line-ending support. (Ian Clatworthy, #362030)

* Fix problem of "directory not empty" when contending for a lock over
  sftp.  (Martin Pool, #340352)

* Fix rule handling so that eol is optional, not mandatory.
  (Ian Clatworthy, #379370)

* Pushing a new stacked branch to a 1.15 smart server was broken due to a
  bug in the ``BzrDirFormat.initialize_ex`` smart verb.  This is fixed in
  1.16, but required changes to the network protocol, so the
  ``BzrDirFormat.initialize_ex`` verb has been removed and replaced with a
  corrected ``BzrDirFormat.initialize_ex_1.16`` verb.  1.15 clients will
  still work with a 1.16 server as they will fallback to slower (and
  bug-free) methods.
  (Jonathan Lange, Robert Collins, Andrew Bennetts, #385132)

* Reconcile can now deal with text revisions that originated in revisions
  that are ghosts. (Jelmer Vernooij, #336749)

* Support cloning of branches with ghosts in the left hand side history.
  (Jelmer Vernooij, #248540)

* The ''bzr diff'' now catches OSError from osutils.rmtree and logs a
  helpful message to the trace file, unless the temp directory really was
  removed (which would be very strange).  Since the diff operation has
  succeeded from the user's perspective, no output is written to stderr
  or stdout.  (Maritza Mendez, #363837)

* Translate errors received from a smart server in response to a
  ``BzrDirFormat.initialize`` or ``BzrDirFormat.initialize_ex`` request.
  This was causing tracebacks even for mundane errors like
  ``PermissionDenied``.  (Andrew Bennetts, #381329)

Documentation
*************

* Added directory structure and started translation of docs in Russian.
  (Alexey Shtokalo, Alexander Iljin, Alexander Belchenko, Dmitry Vasiliev,
  Volodymyr Kotulskyi)


API Changes
***********

* Added osutils.parent_directories(). (Ian Clatworthy)

* ``bzrlib.progress.ProgressBar``, ``ChildProgress``, ``DotsProgressBar``,
  ``TTYProgressBar`` and ``child_progress`` are now deprecated; use
  ``ui_factory.nested_progress_bar`` instead.  (Martin Pool)

* ``graph.StackedParentsProvider`` is now a public API, replacing
  ``graph._StackedParentsProvider``. The api is now considered stable and ready
  for external users. (Gary van der Merwe)

* ``bzrlib.user_encoding`` is deprecated in favor of
  ``get_user_encoding``.  (Alexander Belchenko)

* TreeTransformBase no longer assumes that limbo is provided via disk.
  DiskTreeTransform now provides disk functionality.  (Aaron Bentley)

Internals
*********

* Remove ``weave.py`` script for accessing internals of old weave-format
  repositories.  (Martin Pool)

Testing
*******

* The number of cores is now correctly detected on OSX. (John Szakmeister)

* The number of cores is also detected on Solaris and win32. (Vincent Ladeuil)

* The number of cores is also detected on FreeBSD. (Matthew Fuller)


bzr 1.15
########
:1.15rc1: 2009-05-16
:1.15: 2009-05-22
:1.15.1: 2009-06-09

The smart server will no longer raise 'NoSuchRevision' when streaming content
with a size mismatch in a reconstructed graph search. New command ``bzr
dpush``. Plugins can now define their own annotation tie-breaker when two
revisions introduce the exact same line.

Changes from 1.15.1 to 1.15.2
*****************************

* Use zdll on Windows to build ``_chk_map_pyx`` extension.
  (Alexander Belchenko)

Changes from 1.15final to 1.15.1
*********************************

* Translate errors received from a smart server in response to a
  ``BzrDirFormat.initialize`` or ``BzrDirFormat.initialize_ex`` request.
  This was causing tracebacks even for mundane errors like
  ``PermissionDenied``.  (Andrew Bennetts, #381329)

Changes from 1.15rc1 to 1.15final
*********************************

* No changes

Compatibility Breaks
********************

* ``bzr ls`` is no longer recursive by default. To recurse, use the
  new ``-R`` option. The old ``--non-recursive`` option has been removed.
  If you alias ``ls`` to ``ls -R``, you can disable recursion using
  ``--no-recursive`` instead.  (Ian Clatworthy)

New Features
************

* New command ``bzr dpush`` that can push changes to foreign
  branches (svn, git) without setting custom bzr-specific metadata.
  (Jelmer Vernooij)

* The new development format ``--development6-rich-root`` now supports
  stacking. We chose not to use a new format marker, since old clients
  will just fail to open stacked branches, the same as if we used a new
  format flag. (John Arbash Meinel, #373455)

* Plugins can now define their own annotation tie-breaker when two revisions
  introduce the exact same line. See ``bzrlib.annotate._break_annotation_tie``
  Be aware though that this is temporary, private (as indicated by the leading
  '_') and a first step to address the problem. (Vincent Ladeuil, #348459)

* New command ``bzr dpush`` that can push changes to foreign
  branches (svn, git) without setting custom bzr-specific metadata.
  (Jelmer Vernooij)

* ``bzr send`` will now check the ``child_submit_format`` setting in
  the submit branch to determine what format to use, if none was
  specified on the command-line.  (Jelmer Vernooij)

Improvements
************

* -Dhpss output now includes the number of VFS calls made to the remote
  server. (Jonathan Lange)

* ``--coverage`` works for code running in threads too.
  (Andrew Bennets, Vincent Ladeuil)

* ``bzr pull`` now has a ``--local`` option to only make changes to the
  local branch, and not the bound master branch.
  (Gary van der Merwe, #194716)

* ``bzr rm *`` is now as fast as ``bzr rm * --keep``. (Johan Walles, #180116)

Bug Fixes
*********

* Adding now works properly when path contains a symbolic link.
  (Geoff Bache, #183831)

* An error is now raised for unknown eol values. (Brian de Alwis, #358199)

* ``bzr merge --weave`` will now generate a conflict if one side deletes a
  line, and the other side modifies the line. (John Arbash Meinel, #328171)

* ``bzr reconfigure --standalone`` no longer raises IncompatibleRepositories.
  (Martin von Gagern, #248932)

* ``bzr send`` works to send emails again using MAPI.
  (Neil Martinsen-Burrell, #346998)

* Check for missing parent inventories in StreamSink.  This prevents
  incomplete stacked branches being created by 1.13 bzr:// and
  bzr+ssh:// clients (which have bug #354036).  Instead, the server now
  causes those clients to send the missing records.  (Andrew Bennetts)

* Correctly handle http servers proposing multiple authentication schemes.
  (Vincent Ladeuil, #366107)

* End-Of-Line content filters are now loaded correctly.
  (Ian Clatworthy, Brian de Alwis, #355280)

* Fix a bug in the pure-python ``GroupCompress`` code when handling copies
  longer than 64KiB. (John Arbash Meinel, #364900)

* Fix TypeError in running ``bzr break-lock`` on some URLs.
  (Alexander Belchenko, Martin Pool, #365891)

* Non-recursive ``bzr ls`` now works properly when a path is specified.
  (Jelmer Vernooij, #357863)

* ssh usernames (defined in ~/.ssh/config) are honoured for bzr+ssh connections.
  (Vincent Ladeuil, #367726)

* Several bugs related to unicode symlinks have been fixed and the test suite
  enhanced to better catch regressions for them. (Vincent Ladeuil)

* The smart server will no longer raise 'NoSuchRevision' when streaming
  content with a size mismatch in a reconstructed graph search: it assumes
  that the client will make sure it is happy with what it got, and this
  sort of mismatch is normal for stacked environments.
  bzr 1.13.0/1 will stream from unstacked branches only - in that case not
  getting all the content expected would be a bug. However the graph
  search is how we figured out what we wanted, so a mismatch is both odd
  and unrecoverable without starting over, and starting over will end up
  with the same data as if we just permitted the mismatch. If data is
  gc'd, doing a new search will find only the truncated data, so sending
  only the truncated data seems reasonable. bzr versions newer than this
  will stream from stacked branches and check the stream to find missing
  content in the stacked-on branch, and thus will handle the situation
  implicitly.  (Robert Collins, #360791)

* Upgrading to, or fetching into a 'rich-root' format will now correctly
  set the root data the same way that reconcile does.
  (Robert Collins, #368921)

* Using unicode Windows API to obtain command-line arguments.
  (Alexander Belchenko, #375934)

Documentation
*************

API Changes
***********

* ``InterPackRepo.fetch`` and ``RepoFetcher`` now raise ``NoSuchRevision``
  instead of ``InstallFailed`` when they detect a missing revision.
  ``InstallFailed`` itself has been deleted. (Jonathan Lange)

* Not passing arguments to ``bzrlib.commands.main()`` will now grab the
  arguments from ``osutils.get_unicode_argv()`` which has proper support
  for unicode arguments on windows. Further, the supplied arguments are now
  required to be unicode strings, rather than user_encoded strings.
  (Alexander Belchenko)

Internals
*********

* ``bzrlib.branch.Branch.set_parent`` is now present on the base branch
  class and will call ``_set_parent_location`` after doing unicode
  encoding. (Robert Collins)

* ``bzrlib.remote.RemoteBranch._set_parent_location`` will use a new verb
  ``Branch.set_parent_location`` removing further VFS operations.
  (Robert Collins)

* ``bzrlib.bzrdir.BzrDir._get_config`` now returns a ``TransportConfig``
  or similar when the dir supports configuration settings. The base class
  defaults to None. There is a matching new server verb
  ``BzrDir.get-config_file`` to reduce roundtrips for getting BzrDir
  configuration. (Robert Collins)

* ``bzrlib.tests.ExtendedTestResult`` has new methods ``startTests``
  called before the first test is started, ``done`` called after the last
  test completes, and a new parameter ``strict``. (Robert Collins)

* ``-Dhpss`` when passed to bzr will cause a backtrace to be printed when
  VFS operations are started on a smart server repository. This should not
  occur on regular push and pull operations, and is a key indicator for
  performance regressions. (Robert Collins)

* ``-Dlock`` when passed to the selftest (e.g. ``bzr -Dlock selftest``) will
  cause mismatched physical locks to cause test errors rather than just
  reporting to the screen. (Robert Collins)

* Fallback ``CredentialStore`` instances registered with ``fallback=True``
  are now be able to provide credentials if obtaining credentials
  via ~/.bazaar/authentication.conf fails. (Jelmer Vernooij,
  Vincent Ladeuil, #321918)

* New hook ``Lock.lock_broken`` which runs when a lock is
  broken. This is mainly for testing that lock/unlock are
  balanced in tests. (Vincent Ladeuil)

* New MergeDirective hook 'merge_request_body' allows hooks to supply or
  alter a body for the message produced by ``bzr send``.

* New smart server verb ``BzrDir.initialize_ex`` which implements a
  refactoring to the core of clone allowing less round trips on new
  branches. (Robert Collins)

* New method ``Tags.rename_revisions`` that can rename revision ids tags
  are pointing at. (Jelmer Vernooij)

* Updated the bundled ``ConfigObj`` library to 4.6.0 (Matt Nordhoff)

Testing
*******

* ``bzr selftest`` will now fail if lock/unlock are not correctly balanced in
  tests. Using ``-Dlock`` will turn the related failures into warnings.
  (Vincent Ladeuil, Robert Collins)
2009-07-02 05:23:08 +00:00
joerg
c569c6a51f Mark packages as MAKE_JOBS_SAFE=no that failed in a bulk build with
MAKE_JOBS=2 and worked without.
2009-06-30 00:07:09 +00:00
spz
57354c3c8c security update to version 3.8.4 2009-06-21 15:31:39 +00:00
wiz
733e96bade Add URL to PR and possible upstream bug report. 2009-06-20 08:35:01 +00:00
sketch
a400dc92d1 Put back patch-aj, it's still required for this to build on Solaris. 2009-06-19 23:43:56 +00:00
joerg
59d47660a0 Fix a number of GENERATE_PLIST entries to always have a terminating ; 2009-06-16 15:25:31 +00:00
taca
48dc2324b8 Update Ruby packages to 1.8.7.174 (1.8.7-p174).
* Fix critical problem of BigDecimal class in 1.8.7-p173.


Fri Jun 12 16:36:44 2009  Yukihiro Matsumoto  <matz@ruby-lang.org>

	* ext/bigdecimal/bigdecimal.c (VpToString): fixed a bug introduced
	  in r23613.  [ruby-talk:338957]
2009-06-16 15:08:38 +00:00
sno
b231d03135 pkgsrc changes:
- Updating package of p5 module Devel::Declare from 0.005002 to
    0.005005
  - Adjusting license according to META.yaml
  - Use Module::Install as module type
  - Adjust MEM_WRAP_CHECK_ patch (was it submitted upstream?)

Upstream changes:
0.005005
  - Improve compatibility with MAD-enabled perls
    (Reini Urban, Closes RT#45779).

0.005004
  - Don't redefine MEM_WRAP_CHECK_ if it's already defined, getting rid of
    compilation errors on some perls (Maik Fischer).

0.005003
  - Failing tests for line number issues (Ash Berlin).
  - Add strip_names_and_args (Cory Watson).
  - Various pod fixes (Yanick Champoux, Florian Ragwitz).
  - Add copyright statements.
2009-06-15 23:07:30 +00:00
sno
fb4e93d367 pkgsrc changes:
- Updating package of p5 module MooseX::Types from 0.10 to 0.12
  - Adjusting dependencies according to META.yaml
  - Setting license to ${PERL5_LICENSE} according to META.yaml
  - Using Module::Install as module type

Upstream changes:
0.12    Sun Jun 14 14:39:57 PDT 2009
        - fix mixing of typelibs with regular Moose classes

0.11    Sat May 23 18:02:35 PDT 2009
        - warning on string types and unregistered class/role types
        - better error for missing comma
        - MooseX::Types::Combine for combining type libs
2009-06-15 21:37:58 +00:00
sno
e7d657231e pkgsrc changes:
- Updating package for p5 module MooseX::Emulate::Class::Accessor::Fast
    from 0.00802 to 0.00900
  - Adjusting license according to META.yaml
  - Using Module::Install as module type

Upstream changes:
0.00900    May 29, 2009
          - Fix so that classes which implement BUILD themselves still get
            all attributes passed to their constuctor placed into the instance
            hash (t0m)
2009-06-15 21:31:17 +00:00
sno
a6281e7858 pkgsrc changes:
- Updating package for p5 module MooseX::AttributeHelpers from 0.17
    to 0.19
  - Adjusting license according to META.yaml
  - Using Module::Install as module type

Upstream changes:
0.19 Sun June 14, 2009
    - No functional changes from 0.18_01

0.18_01 Mon June 1, 2009
	- Turn our metaclasses into traits, though metaclasses still exist for
	  backwards compatibility (Sartak and doy)
    - Add accessor to Hash and Array (Sartak)
	- Let the user know which constraint they have violated in the confessed
	message (nperez)
2009-06-15 21:25:57 +00:00
sno
9b8d509816 pkgsrc changes:
- Updating package of p5 module File::ChangeNotify from 0.05 to 0.06
  - Adjusting license according to META.yaml

Upstream changes:
0.06   2009-06-03
  - Created a Makefile.PL from the Build.PL.
2009-06-15 21:20:22 +00:00
sno
ad26b27cbb pkgsrc changes:
- Updating package of p5 module Moose from 0.80 to 0.81
  - Apply Module::Install switch to skip dependency check, but keep
    bundled Module::Install (extended)
  - Adjusting license according to META.yaml

Upstream changes:
0.81 Sun, Jun 7, 2009
    * Bumped our Class::MOP prereq to the latest version (0.85), since
      that's what we need.
2009-06-15 21:16:02 +00:00
sno
7f84af3968 pkgsrc changes:
- Updating package of p5 module Class::C3::Adopt::Next from 0.11 to 0.12
  - Apply Module::Install switch to skip dependency check, but keep
    bundled Module::Install (extended)
  - Adjusting license according to META.yaml

Upstream changes:
0.12  Mon, 08 Jun 2009 14:16:34 +0200
  * Update copyright notice.
  * A couple of pod whitespace changes.
2009-06-15 20:58:52 +00:00
sno
b7db1213b6 pkgsrc changes:
- Updating package of p5 module Path::Class from 0.16nb1 to 0.17
  - Setting license to ${PERL5_LICENSE} according to META.yaml

Upstream changes:
 - dir(undef) now returns undef rather than the rootdir, because undef
   was probably a mistake by the caller, and the rootdir is too scary
   a default. [Suggested by John Goulah]

 - Temporary files during testing are now created in the system temp
   directory, rather than somewhere in t/ .  See RT #31382. [Suggested
   by Alex Page]

 - Added is_relative() as the obvious complement to the existing
   is_absolute() method.

 - Added a resolve() method to clean up paths much more thoroughly
   than cleanup(), e.g. resolving symlinks, collapsing foo/../bar
   sections, etc. [Suggested by David Garamond]

 - Fixed a problem in which a file/directory called "0" or "0.0" would
   end a loop prematurely when using the idiom 'while($x =
   $dir->next) {...}'.  See http://rt.cpan.org/Ticket/Display.html?id=29374
   [Spotted by Daniel Lo]

 - Fixed an exists($array[$i]) that prevented compatibility with perl
   5.005.

 - Moved the repository from my personal CVS repo to Google Code.
2009-06-15 20:18:06 +00:00
ghen
05421ba32e Update HOMEPAGE and MASTER_SITES. 2009-06-15 12:42:27 +00:00
obache
ac326032b7 As pkglint's suggestion, include sysutils/desktop-file-utils/desktopdb.mk.
Bump PKGREVISION.
2009-06-15 12:03:05 +00:00
obache
afa74a3089 Set LICENSE=gnu-gpl-v2. 2009-06-15 11:55:54 +00:00
obache
a1824df005 Remove 2nd part, glade-gnome package was removed over 7 months ago. 2009-06-15 11:54:02 +00:00
obache
353cb02478 devel/glade/Makefile.common is not used elsewhere than devel/glade/Makefile.
So marge Makefile.common into Makefile, and remove Makefile.common.
2009-06-15 11:46:27 +00:00
obache
ebe1e6805c Replace contents with Glade-3's one, former one is same as Glade-2, unfit. 2009-06-15 11:14:21 +00:00
sno
d73749a20e pkgsrc changes:
- Updating package of p5 module Devel::PPPort from 3.17 to 3.19
  - Setting license to ${PERL5_LICENSE} according to META.yaml

Upstream changes:
3.19 - 2009-06-14
    * updated base/todo files

3.18_01 - 2009-06-12
    * fix CPAN #44614: Please support XSBODY
    * fix CPAN #44655: Please support SVfARG
    * added support for the following API
        gv_fetchpvn_flags
        gv_fetchpvs
        gv_stashpvs
        GvSVn
        HvNAME_get
        HvNAMELEN_get
        isGV_with_GP
        newSV_type
        PL_error_count
        PL_in_my
        PL_in_my_stash
        SVfARG
        XSPROTO
      (thanks to Goro Fuji for providing a patch to
      implement almost all of these, fixes CPAN #44087)

3.18 - 2009-06-12
    * remove MAN3PODS option from Makefile.PL, which is
      no longer needed (thanks to Nicholas Clark for
      providing a patch)
    * adapt mktests.PL for new layout of ext modules in
      the core
2009-06-14 23:58:40 +00:00
sno
1fbbd6f07c pkgsrc changes:
- Updating package for p5 module Module::CPANTS::Analyse from 0.82 to 0.83
  - Setting license to ${PERL5_LICENSE} according to META.yaml
  - Adding build dependencies according to META.yaml

Upstream changes to 0.82 are not noted
2009-06-14 23:53:39 +00:00
sno
4ed6745722 pkgsrc changes:
- Updating package of p5 module PAR::Dist from 0.44 to 0.45
  - Adjusting dependencies (check what module tries to load)

Upstream changes:
By: smueller on 2009/02/20
    * Fix test skipping if certain optional dependencies couldn't be found.
    * This is 0.45.
2009-06-14 23:43:28 +00:00
sno
468e42b105 pkgsrc changes:
- Updating package of p5 module for NEXT from 0.63 to 0.64
  - Correcting LICENSE according to module documentation

Upstream changes:
0.64    Mon Jun  8 14:36:00 2009
    - Fixed overwriting dynamically scoped regex vars (Norbert Buchmuller,
      Closes RT#36956).
2009-06-14 23:36:42 +00:00
sno
5a79f92f93 pkgsrc changes:
- Updating package of p5 module IPC::Run3 from 0.042nb1 to 0.043
  - Removing dependency to devel/p5-Time-HiRes, because Time::HiRes comes
    with the distributed perl5 core

Upstream changes:
0.043	2009-05-30
	No code changes
	add repository location to META.yml
	avoid hand-written META.yml by using META_MERGE
2009-06-14 23:31:59 +00:00
sno
0277cd1fc2 pkgsrc changes:
- Updating package of p5 module IPC::Cmd from 0.44 to 0.46
  - Removing all dependencies, because they are included in perl5-core
  - Adjusting LICENSE to ${PERL5_LICENSE} according to module documentation

Upstream changes:
Changes for 0.46    Fri Jun 12 13:40:09 UTC 2009
=================================================
* Apply patch from Craig Berry to quote arguments correctly
  on VMS. See RT #46288 for details.
2009-06-14 23:26:28 +00:00
sno
7ffe55ac66 Added devel/p5-ExtUtils-ModuleMaker-TT version 0.93 2009-06-14 23:03:21 +00:00
sno
430db52898 Importing package for p5 module ExtUtils::ModuleMaker::TT 0.93
This module extends ExtUtils::ModuleMaker to use Template Toolkit 2 (TT2)
to build skeleton files for a new module. Templates may either be default
templates supplied within the module or user-customized templates in a
directory specified with the TEMPLATE_DIR parameter.
2009-06-14 23:01:55 +00:00
joerg
76039544d1 Remove @dirrm related logic. 2009-06-14 22:57:58 +00:00
sno
959f3097c9 pkgsrc changes:
- Updating package of p5 module Config::InitFiles from 2.49 to 2.51
  - Adjusting LICENSE to ${PERL5_LICENSE} according to META.yaml

Upstream changes:
Version 2.51:   ( Mon Jun  8 12:38:50 IDT 2009 )
------------------------------------------------

* Fixed "#46721: $config->exists() does not pay attention to -nocase => 1"
- https://rt.cpan.org/Ticket/Display.html?id=46721

Version 2.50:   ( Sun May 31 14:54:14 IDT 2009 )
------------------------------------------------

* Fixed the POD for SetParameterEOT:
- https://rt.cpan.org/Ticket/Display.html?id=28375
* Added t/pod.t and t/pod-coverage.t and fixed the problems they pointed:
- Removed some trailing pod.
    - http://rt.cpan.org/Ticket/Display.html?id=46549
- Documented the ->OutputConfig() method.
2009-06-14 22:28:07 +00:00
sno
8619ec8213 pkgsrc changes:
- Updating package of p5 module Attribute::Handlers from 0.83 to 0.85
  - Setting LICENSE to ${PERL5_LICENSE} according to META.yaml

Upstream changes:
0.84	Wed Jun 10 15:14:00 CET 2009
        - Core-CPAN synchronization
0.85	Thu Jun 11 09:31:00 CET 2009
        - Document findsym for the sake of mod_perl. (David Wheeler)
        - Remove unused variable. (David Wheeler)
2009-06-14 22:24:12 +00:00
sno
b6cab694db pkgsrc changes:
- Updating package for p5 module AnyEvent from 4.410 to 4.411
  - Adjusting license to ${PERL5_LICENSE} according to COPYING

Upstream changes:
4.411 Sun Jun  7 18:48:02 CEST 2009
	- do not try to use F_SETFD on windows.
2009-06-14 22:19:56 +00:00
sno
cf85dd993f pkgsrc changes:
- Updating package of p5 module UNIVERSAL::isa from 1.01 to 1.02
  - setting license to ${PERL5_LICENSE}

Upstream changes:
  *not recorded*
2009-06-14 19:59:55 +00:00
sno
d0bff5bf69 pkgsrc changes:
- Updating package of p5 module UNIVERSAL::can from 1.12nb1 to 1.14
  - setting license to ${PERL5_LICENSE}
  - Adjusting module type to Module::Build

Upstream changes:
1.14  Fri Jun 12 19:43:21 UTC 2009
    - released a new stable version
    - removed developer tests, custom M::B subclass, and passthrough
      Makefile.PL
    - added build_requires
    - fixed a documentation bug reported by Adam Kennedy (RT #17043)
    - fixed interaction with SUPER::can() (patch by Peter du Marchie van
      Voorthuysen in RT #25355)

1.13_001  Sat Dec 29 02:28:33 UTC 2007
    - warn only when someone has overridden can() but someone else called U::c
      directly
2009-06-14 19:55:25 +00:00
sno
e158b17f6a pkgsrc changes:
- Updating package of p5 module Task::Weaken from 1.02nb1 to 1.03
  - Using module type Module::Install
  - Setting license to ${PERL5_LICENSE}

Upstream changes:
1.03 Fri 12 Jun 2009
	- Updating to flush out some old CPAN Testers results
2009-06-14 19:46:43 +00:00