Commit graph

15 commits

Author SHA1 Message Date
asau
c62c4934cd Update to Fossil 1.18 (2011-07-13)
Major changes in this release:

  * Added sequential version numbering
  * Added a optional configure script - the Makefile still works
    for most systems.
  * Improvements to the "annotate" algorithm: only search
    primary ancestors and ignore branches.
  * Update the "scrub" command to remove traces of login-groups
    and subrepositories.
  * Added the --type option to the "fossil tag find" command.
  * In contexts where only a check-in makes sense, resolve
    branch and tag names to checkins only, never events or other
    artifacts.
  * Improved display of file renames on a diff. A rebuild is
    required to take full advantage of this change.
  * Update the built-in SQLite to version 3.7.7.
2011-08-17 13:42:50 +00:00
asau
197502af2f Update Fossil to release 2011-05-23 15:11:12
New in release 2011-05-23 15:11:12:

This release merges in the windows internationalization patches.
Fossil should now work better on windows machines that use a
non-ASCII and non-UTF8 code page for the DOS box.


New in release 2011-05-12 14:56:52:

This release adds an enhanced configuration sync capability
which entails an irreversible schema change.
You _must_ run "fossil rebuild" on all of your repositories after
updating to this version of fossil.

Other changes in this release include:

  * Refactor the "add", "rm", and "addremove" commands to
    simplify the code and fix various problems.
  * Added a "diff" hyperlink after each file in the "Show Files"
    timeline view.
  * The "fossil open" and "fossil co" commands always prompt
    before overwriting preexisting files unless the --force
    option is used.
  * Enhanced the merge-conflict markup to show both recent
    versions and the common-ancestor version.
  * Change the definition of what it means to be a "leaf"
    check-in, to be consistent and to work better for most
    people.
  * Commands that recursively decend through the file hierarchy
    ("fossil extra", "fossil clean", etc.) will now ignore
    nested checkouts.
  * Automatically delete the _FOSSIL_ file upon a failed "open".
  * Improvements to the "annotate" feature.
  * Other minor bug fixes.
2011-05-28 10:33:00 +00:00
joerg
b970afd0ca Update to fossil 2011-04-13 snapshot. Changes include:
- better support for private changes
- enhanced timeline graph
- various performance improvements
- various bugfixes
2011-05-11 14:15:28 +00:00
wiz
5c7bed9fdd Not make-jobs safe. 2010-12-27 20:48:02 +00:00
joerg
365511d3e6 Update to 2010/12/21 snapshot:
- Support for git-fast-export format
- More efficient synchronisation mechanism
- "addremove", "bisect" and "stash" commands
- sqlite3 shell with some bindings to fossil logic like content_get
- undo cleans merge state
- Various improvements and bugfixes to other commands
2010-12-24 13:06:33 +00:00
joerg
cc0278c4f7 Update to fossil-20101101* release. This brings support for baseline
manifests (resulting in much less metadata for large repositories), lots
of speed ups for the manifest parser, and smaller improvements like revert
dealing with merge records.
2010-11-01 20:38:09 +00:00
minskim
6835b20c16 Make fossil build on Solaris. 2010-10-12 19:43:42 +00:00
joerg
f19552fa00 Update to fossil-201009181.55143: No detailed ChangeLog, but this fixes
issues with the git2fossil import and repositories > 4GB.
2010-09-22 20:39:59 +00:00
joerg
7ac21a2d35 Update to 2010/08/23 snapshot. This brings back the "reconstruct"
support that was lost in the GPL->BSD transition.
2010-09-08 14:53:17 +00:00
asau
cd4f1a81b3 Update Fossil to snapshot 20100805100943 for bug fixes. 2010-08-06 06:51:45 +00:00
wiz
6607c9d098 Update to 20100521:
Switch to 2-clause BSD license and bug fixes.
2010-05-31 20:21:06 +00:00
wiz
1e5a0f6289 Split date from time in version number.
joerg says pkgsrc is limited to 32bit for the version number.
2010-01-24 19:44:42 +00:00
wiz
85776cc9f4 Update to 20100121205359, which includes at least one fix for a leak
causing problems with huge repositories.
2010-01-24 13:32:09 +00:00
wiz
22f97598d8 Update to 20100112141013: 3 months of changes and no NEWS file. 2010-01-20 09:19:58 +00:00
wiz
05114c4061 Initial import of fossil-200909211920:
There are plenty of open-source version control systems available
on the internet these days. What makes Fossil worthy of attention?

   1. Bug Tracking And Wiki - In addition to doing distributed
   version control like Git and Mercurial, Fossil also supports
   distributed bug tracking and distributed wiki all in a single
   integrated package.

   2. Web Interface - Fossil has a built-in and easy-to-use web
   interface that simplifies project tracking and promotes situational
   awareness. Simply type "fossil ui" from within any check-out
   and Fossil automatically opens your web browser in a page that
   gives detailed history and status information on that project.

   3. Autosync - Fossil supports "autosync" mode which helps to
   keep projects moving forward by reducing the amount of needless
   forking and merging often associated distributed projects.

   4. Self-Contained - Fossil is a single stand-alone executable
   that contains everything needed to do configuration management.
   Installation is trivial: simply download a precompiled binary
   for Linux, Mac, or Windows and put it on your $PATH. Easy-to-compile
   source code is available for users on other platforms. Fossil
   sources are also mostly self-contained, requiring only the "zlib"
   library and the standard C library to build.

   5. Simple Networking - Fossil uses plain old HTTP (with proxy
   support) for all network communications, meaning that it works
   fine from behind restrictive firewalls. The protocol is bandwidth
   efficient to the point that Fossil can be used comfortably over
   a dial-up internet connection.

   6. CGI Enabled - No server is required to use fossil. But a
   server does make collaboration easier. Fossil supports three
   different yet simple server configurations. The most popular is
   a 2-line CGI script. This is the approach used by the self-hosting
   fossil repositories.

   7. Robust & Reliable - Fossil stores content in an SQLite database
   so that transactions are atomic even if interrupted by a power
   loss or system crash. Furthermore, automatic self-checks verify
   that all aspects of the repository are consistent prior to each
   commit. In over two years of operation, no work has ever been
   lost after having been committed to a Fossil repository.
2009-10-11 09:32:30 +00:00