[ANN] RhodeCode 1.4.1 Released
marcinkuzminski
marcinkuz at gmail.com
Sat Sep 8 13:28:01 UTC 2012
I'm happy to announce the release of RhodeCode 1.4.1!
| Downloads at: http://pypi.python.org/pypi#downloads
| Demo at: http://demo.rhodecode.org
This release includes few new functions and several bugfixes.
Most important new feature is setting recursive permission on
repositories groups. There are few improvements to pull-requests
system, and fixes for issues reported by users.
See full changelog for details
Here is the full changelog for this release
===========================================
1.4.1 (**2012-09-07**)
----------------------
news
++++
- always put a comment about code-review status change even if user send
empty data
- modified_on column saves repository update and it's going to be used
later for light version of main page ref #500
- pull request notifications send much nicer emails with details about pull
request
- #551 show breadcrumbs in summary view for repositories inside a group
fixes
+++++
- fixed migrations of permissions that can lead to inconsistency.
Some users sent feedback that after upgrading from older versions issues
with updating default permissions occurred. RhodeCode detects that now and
resets default user permission to initial state if there is a need for
that.
Also forces users to set the default value for new forking permission.
- #535 improved apache wsgi example configuration in docs
- fixes #550 mercurial repositories comparision failed when origin repo had
additional not-common changesets
- fixed status of code-review in preview windows of pull request
- git forks were not initialized at bare repos
- fixes #555 fixes issues with comparing non-related repositories
- fixes #557 follower counter always counts up
- fixed issue #560 require push ssl checkbox wasn't shown when option was
enabled
- fixed #559
- fixed issue #559 fixed bug in routing that mapped repo names with
<name>_<num> in name as
if it was a request to url by repository ID
=========
RhodeCode
=========
About
-----
``RhodeCode`` is a fast and powerful management tool for Mercurial_ and
GIT_
with a built in push/pull server and full text search and code-review.
It works on http/https and has a built in permission/authentication system
with
the ability to authenticate via LDAP or ActiveDirectory. RhodeCode also
provides
simple API so it's easy integrable with existing external systems.
RhodeCode is similar in some respects to github_ or bitbucket_,
however RhodeCode can be run as standalone hosted application on your own
server.
It is open source and donation ware and focuses more on providing a
customized,
self administered interface for Mercurial_ and GIT_ repositories.
RhodeCode works on \*nix systems and Windows it is powered by a vcs_
library
that Lukasz Balcerzak and Marcin Kuzminski created to handle multiple
different version control systems.
RhodeCode uses `PEP386 versioning
<http://www.python.org/dev/peps/pep-0386/>`_
Installation
------------
Stable releases of RhodeCode are best installed via::
easy_install rhodecode
Or::
pip install rhodecode
Detailed instructions and links may be found on the Installation page.
Please visit http://packages.python.org/RhodeCode/installation.html for
more details
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mercurial-scm.org/pipermail/mercurial/attachments/20120908/d6239b52/attachment-0002.html>
More information about the Mercurial
mailing list