Next | Query returned 50 messages, browsing 21 to 30 | Previous

History of commit frequency

CVS Commit History:


   2014-01-25 11:30:32 by Thomas Klausner | Files touched by this commit (533) | Package updated
Log message:
Mark packages as not ready for python-3.x where applicable;
either because they themselves are not ready or because a
dependency isn't. This is annotated by
PYTHON_VERSIONS_INCOMPATIBLE=  33 # not yet ported as of x.y.z
or
PYTHON_VERSIONS_INCOMPATIBLE=  33 # py-foo, py-bar
respectively, please use the same style for other packages,
and check during updates.

Use versioned_dependencies.mk where applicable.
Use REPLACE_PYTHON instead of handcoded alternatives, where applicable.
Reorder Makefile sections into standard order, where applicable.

Remove PYTHON_VERSIONS_INCLUDE_3X lines since that will be default
with the next commit.

Whitespace cleanups and other nits corrected, where necessary.
   2012-10-31 12:19:55 by Aleksej Saushev | Files touched by this commit (1460)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
   2012-10-04 09:05:55 by Thomas Klausner | Files touched by this commit (13)
Log message:
Remove unnecessary python restriction (to all supported versions).
   2012-04-08 23:28:18 by Thomas Klausner | Files touched by this commit (7)
Log message:
Grammar fix.
   2012-04-08 22:22:01 by Thomas Klausner | Files touched by this commit (148)
Log message:
All supported python versions in pkgsrc support eggs, so remove
${PLIST.eggfile} from PLISTs and support code from lang/python.
   2012-03-16 21:59:39 by Aleksey Cheusov | Files touched by this commit (2)
Log message:
Update to 1.2.1 by request of maintainer.

Major changes:
  bzr-svn 1.2.1

    BUG FIXES
    * Fix compatibility with bzr 2.5.0 proper. (Jelmer Vernooij)

  bzr-svn 1.2.0

    FEATURES
    * Support fetching to colocated branches in svn-import.
       (Jelmer Vernooij)
    * Follow redirects when using pycurl. (Jelmer Vernooij)
    * New hidden command 'bzr fix-svn-ancestry' command.
      (Jelmer Vernooij)

    CHANGES
    * No longer supports bzr 2.3 and 2.4. (Jelmer Vernooij)

    BUG FIXES
    * Properly abort when the commit editor commit function fails
      rather than complaining about busy connections.  (Jelmer Vernooij, #890529)
    * Ignore .svn directories that aren't actually svn working
      copies. (Jelmer Vernooij, #862910)
    * Fix find_iter_revisions when accessing repository that contains
      old mapping data. (Jelmer Vernooij, #898780)
    * Reset pycurl state after OPTIONS request.
      (Jelmer Vernooij, Vincent Ladeuil, #774571)
   2012-03-16 05:31:16 by OBATA Akio | Files touched by this commit (16)
Log message:
Bump PKGREVISION from default python change to 2.7.
   2012-02-02 12:21:41 by OBATA Akio | Files touched by this commit (2)
Log message:
* set proper EGG_NAME.
* any of compiler languages are not required to build.
   2011-11-27 14:38:40 by Aleksey Cheusov | Files touched by this commit (3)
Log message:
Update to 1.1 from wip by maintainer. Tested on NetBSD current and Linux.
   2011-07-22 16:17:37 by OBATA Akio | Files touched by this commit (3)
Log message:
Update bzr-svn to 1.0.2, for compatible with bzr-2.1.

bzr-svn 1.0.2					  2010-01-22

 BUG FIXES

  * Cope with Google code Subversion repositories a bit better in the
    layout detection code. (Jelmer Vernooij)

  * Push tags when pushing to a new repository. (Jelmer Vernooij, #459444)

  * Cope with non-ascii URLs.
   * During connect. (#456548, Jelmer Vernooij)
   * During repository creation. (#458008, Jelmer Vernooij)

  * Cope with non-ascii characters in svn author names. (#460392,
    Jelmer Vernooij)

  * Fix expected URL in Repository.__repr__ tests that sometimes causes
    troubles if the temporary directory contains special characters.
	(John Szakmeister, #460899)

  * Cope with pushing new non-mainline revisions.  (Jelmer Vernooij, #416328)

  * Support probing for Subversion repositories over existing HTTP transports
    using pycurl. (Jelmer Vernooij, #424626)

  * Show Subversion revno and uuid in "bzr version-info". (Jelmer Vernooij,
    #490771)

  * Properly handle invalid Subversion revision numbers. (Jelmer Vernooij,
    #504376)

 PERFORMANCE

  * When updating the log cache, fetch from newest to oldest revision as
    the Subversion database backends are optimized for this.
	(John Szakmeister)

  * Fetch history information newest revision to oldest revision because of
    speed.  (John Szakmeister, #453789)

  * Add extra constraints in sqlite database. (Jelmer Vernooij)

 FEATURES

  * New variant of the 'trunk' layout named 'trunk-variable' that accepts
    branches with any level of nesting, at some performance cost.
    (Jelmer Vernooij)

bzr-svn	1.0.1					  2009-10-20

 BUG FIXES

  * Mark as compatible with Bazaar 2.1. (Jelmer Vernooij)

  * Only use tdb if Tdb.get is there. (Jelmer Vernooij, #440211)

  * Cope with xdg_cache_home sometimes containing unicode. (Jelmer Vernooij)

  * Provide right infrastructure for bzrlib.tests.per_foreign_vcs.
    (Jelmer Vernooij)

Next | Query returned 50 messages, browsing 21 to 30 | Previous