SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for fossil-2.3-3.1.x86_64.rpm :
Fri Aug 11 14:00:00 2017 maxAATTsuse.com
- Update to version 2.3:

* Update internal Unicode character tables, used in regular
expression handling, from version 9.0 to 10.0.

* Show the last-sync-URL on the /urllist page (

* Added the \"Event Summary\" activity report. example

* Added the \"Security Audit\" page, available to administrators
only

* Added the Last Login time to the user list page,
for administrators only

* Added the --numstat option to the fossil diff command

* Limit the size of the heap and stack on unix systems, as a
proactive defense against the Stack Clash attack.

* Fix \"database locked\" warnings caused by \"PRAGMA optimize\".

* Fix a potential XSS vulnerability on the /help webpage.
(bsc#1053267).

* Documentation updates

Mon May 8 14:00:00 2017 maxAATTsuse.com
- Update to version 2.2:

* GIT comment tags are now handled by Fossil during import/export.

* Show the content of README files on directory listings.

* Support for Basic Authentication if enabled (default off).

* Show the hash algorithms used on the /rcvfromlist page.

* The /tarball and /zip pages now use the the r= query parameter to
select which check-in to deliver. The uuid= query parameter is
still accepted for backwards compatibility.

* Update the built-in SQLite to version 3.18.0.

* Run \"PRAGMA optimize\" on the database connection as it is closing.
- Changes in Version 2.1:

* Add support for hash policies that control which of the
Hardened-SHA1 or SHA3-256 algorithms is used to name new
artifacts.

* Add the \"gshow\" and \"gcat\" subcommands to fossil stash.

* Add the /juvlist web page and use it to construct the Download
Page of the Fossil self-hosting website using Ajax.

Wed Mar 8 13:00:00 2017 maxAATTsuse.com
- Update to version 2.0:

* Use the hardened SHA1 implemenation by Marc Stevens and Dan
Shumow.

* Add the ability to read and understand artifact names that are
based on SHA3-256 rather than SHA1, but do not actually
generate any such names.

* Added the sha3sum command.

* Update the built-in SQLite to version 3.17.0.

Sat Feb 18 13:00:00 2017 jengelhAATTinai.de
- Trim description

Thu Feb 16 13:00:00 2017 idonmezAATTsuse.com
- Update to version 1.37:
Changes for Version 1.37 (2017-01-16)

* Add checkbox widgets to various web pages.

* Add the fossil all ui command

* Add the /file webpage

* Enhance the /brlist webpage to make use of branch colors.

* Add support for the ms=EXACT|LIKE|GLOB|REGEXP query parameter
on the /timeline webpage, with associated form widgets.

* Enhance the changes and status commands with many new filter
options so that specific kinds of changes can be found without
having to pipe through grep or sed.

* Enhanced the fossil sql command so that it opens the checkout
database and the configuration database in addition to the
respository database.

* TH1 enhancements:

* Add [unversioned content] command.

* Add [unversioned list] command.

* Add project_description variable.

* Rename crnl-glob setting to crlf-glob, but keep crnl-glob as
a compatibility alias.

* Added the --command option to the diff command.

* Fix a C99-ism that prevents the 1.36 release from building
with MSVC.

* Fix ticket set when using the \"+\" prefix with fields from the
\"ticketchng\" table.

* Remove the \"fusefs\" command from builds that do not have the
underlying support enabled.

* Fixes for incremental git import/export.

* Minor security enhancements to encrypted repositories.
Changes for Version 1.36 (2016-10-24)

* Add support for unversioned content, the fossil unversioned
command and the /uv and /uvlist web pages.

* The download page is moved into unversioned content so that
the self-hosting Fossil websites no longer uses any external
content.

* Added the \"Search\" button to the graphical diff generated by
the --tk option on the diff command.

* Added the \"--checkin VERSION\" option to the diff command.

* Various performance enhancements to the diff command.

* Update internal Unicode character tables, used in regular
expression handling, from version 8.0 to 9.0.

* Fix multi-line timeline bug

* Enhance the fossil purge command.

* New command fossil shell.

* SQL parameters whose names are all lower-case in Ticket Report
SQL queries are filled in using HTTP query parameter values.

* Added support for child projects that are able to pull from
their parent but not push.

* Added the -nocomplain option to the TH1 \"query\" command.

* Added support for the chng=GLOBLIST query parameter on the
/timeline webpage.
- Refresh fossil-1.30-remove_date_time.patch and rename it to
fossil-1.37-remove_date_time.patch
- Drop support for < openSUSE 11.4

Mon Jun 27 14:00:00 2016 astiegerAATTsuse.com
- fossil 1.35:

* Enable symlinks by default on all non-Windows platforms.

* Enhance the Markdown formatting so that hyperlinks that begin
with \"/\" are relative to the root of the Fossil repository.

* Rework the /setup_list page (the User List page) to display all
users in a click-to-sort table.

* Fix backslash-octal escape on filenames while importing from git

* When markdown documents begin with

HTML elements, use that
header at the document title.

* Added the /bigbloblist page.

* Enhance the /finfo page so that when it is showing the ancestors
of a particular file version, it only shows direct ancestors and
omits changes on branches, thus making it show the same set of
ancestors that are used for /blame.

* Added the --page option to the fossil ui command

* Added the fossil bisect ui command

* Enhanced the fossil diff command so that it accepts directory
names as arguments and computes diffs on all files contained
within those directories.

* Fix the fossil add command so that it shows \"SKIP\" for files
added that were already under management.

* TH1 enhancements:
Add [array exists] command.
Add minimal [array names] command.
Add tcl_platform(engine) and tcl_platform(platform) array elements.

* Added the fossil reparent command

* Added --include and --exclude options to fossil tarball and
fossil zip and the in= and ex= query parameters to the
/tarball and /zip web pages.

* Add support for encrypted Fossil repositories.

* If the FOSSIL_PWREADER environment variable is set, then use
the program it names in place of getpass() to read passwords
and passphrases

Tue Nov 10 13:00:00 2015 astiegerAATTsuse.com
- fossil 1.34:

* Make the fossil clean command undoable for files less than
10MiB.

* Update internal Unicode character tables, used in regular
expression handling, from version 7.0 to 8.0.

* Add the new amend command which is used to modify tags of a
\"check-in\".

* Fix bug in import command, handling version 3 of the svndump
format for subversion.

* Add the all cache command.

* TH1 enhancements

* Add the --undo option to the diff command.

* Build-in Antirez\'s \"linenoise\" command-line editing library
for use with the fossil sql command on Unix platforms.

* Add stash cat as an alias for the stash show command.

* Automatically pull before fossil merge when auto-sync is
enabled.

* Fix --hard option to fossil mv and fossil rm to enable them to
work properly with certain relative paths.

* Change the mimetype for \".n\" and \".man\" files to text/plain.

* Display improvements in the fossil bisect chart command.

Mon May 25 14:00:00 2015 astiegerAATTsuse.com
- fossil 1.33:

* Improved fork detection on fossil update, fossil status and
related commands.

* Change the default skin to what used to be called \"San
Francisco Modern\".

* Add the /repo-tabsize web page

* Add fossil import --svn, for importing a subversion repository
into fossil which was exported using \"svnadmin dump\".

* Add the \"--compress-only\" option to fossil rebuild.

* Use a pie chart on the /reports?view=byuser page.

* Enhanced fossil clean --verily so that it ignores keep-glob
and ignore-glob settings. Added the -x alias for --verily.

* Add the --soft and --hard options to fossil rm and fossil mv.

* Improved ability to customize the timelime graph.

* Improvements to the /sitemap page.

* Automatically adjust the CLI timeline to the terminal width on Linux.

* Added [info commands] and [info vars] commands to TH1.

* Fix some obscure issues with TH1 expression processing.

* Fix titles in search results for documents that are not wiki,
markdown, or HTML.

* Formally translate TH1 to Tcl return codes and vice-versa,
where necessary, in the Tcl integration subsystem.

* Add fossil leaves -multiple, for finding multiple leaves on
the same branch.

* Added the \"Blitz\" skin option.

* Make fossil open honor \".fossil-settings/allow-symlinks\".

* Allow fossil add to be used on symlinks to nonexistent or
unreadable files in the same way as fossil addremove.

* Added fork warning to be issued if sync produced a fork

* Update the info page to report when a file becomes a symlink.
Additionally show the UUID for files whose types have changed
without changing contents or symlink target.

* Have fossil changes and fossil status report when executable
or symlink status changes on otherwise unmodified files.

* Permit filtering weekday and file reports by user. Also ensure
the user parameter is preserved when changing types. Add a
field for direct entry of the user name to each applicable
report.

* Create parent directories of empty-dirs if they don\'t already
exist.

* Inhibit timeline links to wiki pages that have been deleted.
- source tarball signature not available for this release
- new minimum sqlite3 requirement is 3.8.7, build with bundled
version where it is not available.

Sat Mar 21 13:00:00 2015 astiegerAATTsuse.com
- fossil 1.32:

* backwards compatibility fixes

* Anti-aliased rendering of arrowheads on timeline graphs.

* Added vi/less-style key bindings to the --tk diff GUI.

* Documentation updates

* Add the --repolist option to server commands

* Added the \"Xekri\" skin.

* Enhance the \"ln=\" query parameter on artifact displays to accept
multiple ranges, separate by spaces (or \"+\" when URL-encoded).

* Added fossil forget as an alias for fossil rm.
- includes changes from 1.31:

* Improve file change graphs, fossil rebuild recommended

* Optional full-text search, /srchsetup page, fts-config command

* Improve UI and wiki funktionality

* new rebuild --ifneeded

* Added override skins option (\"skin:\", --skin)

* Added the /md_rules pages about Markdown format.

* Added the --repolist and --nojail options to server commands

* Added the fossil all add subcommand to \"fossil all\".

* Improvements to the /login page.

* Downloads by \"nobody\" now enabled by default in new repositories.

* Add IPv6 support to fossil sync and fossil clone

* Added the /mimetype_list page.

* Added the /hash-collisions page.

Tue Jan 20 13:00:00 2015 andreas.stiegerAATTgmx.de
- fossil 1.30:

* Added the fossil bundle command.

* Added the fossil purge command.

* Added the fossil publish command.

* Added the fossil unpublished command.

* Add support for Docker.

* Enhancements and additions to web interface

* Add the fossil fusefs DIRECTORY command ans FuseFS support for
examining history

* Add the administrative log that records all configuration.

* Improvements to command line interface

* Use full 40-character SHA1 hashes (instead of abbreviations)
in most internal URLs.

* Improvements to sync resilience

* Fix CVE-2014-3566 \"POODLE SSL 3.0\" vulnerability.
- build with system sqlite that have a new enough version
- build with fuse
- update fossil-1.29-remove_date_time.patch
to fossil-1.30-remove_date_time.patch

Mon Sep 22 14:00:00 2014 andreas.stiegerAATTgmx.de
- fossil 1.29:

* Add the ability to display content, diffs and annotations for
UTF16 text files in the web interface.

* Add the \"SaveAs...\" and \"Invert\" buttons to the graphical diff
display that results from using the --tk option with the fossil
diff command.

* The /reports page now requires Read (\"o\") permissions. The
\"byweek\" report now properly propagates the selected year
through the event type filter links.

* The info command now shows leaf status of the checkout.

* Add support for tunneling https through a http proxy

* Add option --empty to the \"fossil open\" command.

* Enhanced the fileage page to support a glob parameter.

* Add -w|--ignore-all-space and -Z|--ignore-trailing-space
options to fossil annotate, fossil blame, fossil (g)diff,
fossil stash diff.

* Add --strip-trailing-cr option to fossil (g)diff and fossil
stash diff.

* Add button \"Ignore Whitespace\" to /annotate, /blame, /ci, /fdiff
and /vdiff UI pages.

* Enhance /reports with a \"byweekday\" view.

* Enhance the fossil cat command so that it works outside of a
checkout when using the -R command-line option.

* Use full-length SHA1 hashes, not abbreviations, in most
hyperlinks.

* Correctly render the markup on wiki pages in the<BR> /artifact webpage.<BR> <BR>* Enhance the fossil whatis command to report on attachments<BR> and cluster artifacts. Added the /help?cmd=test-whatis-all<BR> command for testing purposes.<BR> <BR>* Add support for HTTP Basic Authentication on clone and sync.<BR> <BR>* Fix the stash so that it remembers added files and re-adds them<BR> when the stash is applied.<BR> <BR>* Fix the server so that it avoids writing to the database (and<BR> thus avoids database locking issues) on a pull or clone.<BR> <BR>* Add support for server load management using both a cache of<BR> expensive pages (the fossil cache command) and by rejecting<BR> expensive page requests when the server load average is too<BR> high.<BR> <BR>* Add the fossil praise command as an alias for fossil blame for<BR> subversion compatibility.<BR> <BR>* Enhance the fossil test-diff command with -y or --tk options so<BR> that it shows both filenames above their respective columns in<BR> the side-by-side diff output.<BR> <BR>* Issue a warning if a fossil add command tries to add a file that<BR> matches the ignore-glob.<BR> <BR>* Add option -W|--width to \"fossil stash ls\" and \"fossil leaves\"<BR> commands.<BR> <BR>* Enhance support for running as the root user<BR> <BR>* Added the -empty option to fossil new, which causes it to not<BR> create an initial empty commit. The first commit after<BR> checking out a repo created this way will become the initial<BR> commit.<BR> <BR>* Enhance sync operations by committing each round-trip to<BR> minimize number of retransmits when autosync fails. Include<BR> option for fossil update and fossil merge to continue even if<BR> missing content.<BR> <BR>* Minor portability fixes for platforms where the char type is<BR> unsigned by default.<BR>- use source URLs<BR>- verify source signatures<BR>- add fossil-1.29-remove_date_time.patch to fix packaging warning<BR><BR>Thu May 22 14:00:00 2014 maxAATTsuse.de<BR>- Update to version 1.28:<BR> <BR>* Enhance /reports to support event type filtering.<BR> <BR>* When cloning a repository, the user name passed via the URL<BR> (if any) is now used as the default local admin user\'s name.<BR> <BR>* Enhance the SSH transport mechanism so that it runs a single<BR> instance of the \"fossil\" executable on the remote side,<BR> obviating the need for a shell on the remote side. Some users<BR> may need to add the \"?fossil=/path/to/fossil\" query parameter<BR> to \"ssh:\" URIs if their fossil binary is not in a standard<BR> place.<BR> <BR>* Add the \"fossil blame\" command that works just like \"fossil<BR> annotate\" but uses a different output format that includes the<BR> user who made each changes and omits line numbers.<BR> <BR>* Add the \"Tarball and ZIP-archive Prefix\" configuration<BR> parameter under Admin/Configuration.<BR> <BR>* Fix CGI processing so that it works on web servers that do not<BR> supply REQUEST_URI.<BR> <BR>* Add options --dirsonly, --emptydirs, and --allckouts to the<BR> \"fossil clean\" command.<BR> <BR>* Ten-fold performance improvement in large \"fossil blame\" or<BR> \"fossil annotate\" commands.<BR> <BR>* Add option -W|--width and --offset to \"fossil timeline\" and<BR> \"fossil finfo\" commands.<BR> <BR>* Option -n|--limit of \"fossil timeline\" now specifies the<BR> number of entries, just like all other commands which have the<BR> - n|--limit option. The various timeline-related functions now<BR> output \"--- ?? limit (??) reached ---\" at the end whenever<BR> appropriate. Use \"-n 0\" if no limit is desired.<BR> <BR>* Fix handling of password embedded in Fossil URL.<BR> <BR>* New --once option to fossil clone command which does not store<BR> the URL or password when cloning.<BR> <BR>* Modify fossil ui to respect \"default user\" in an open<BR> repository.<BR> <BR>* Fossil now hides check-ins that have the \"hidden\" tag in<BR> timeline webpages.<BR> <BR>* Enhance /ci_edit page to add the \"hidden\" tag to check-ins.<BR> <BR>* Advanced possibilities for commit and ticket change<BR> notifications over http using TH1 scripting.<BR> <BR>* Add --sha1sum and --integrate options to the \"fossil commit\"<BR> command.<BR> <BR>* Add the \"clean\" and \"extra\" subcommands to the \"fossil all\"<BR> command<BR> <BR>* Add the --whatif option to \"fossil clean\" that works the same<BR> as \"--dry-run\", so that the name does not collide with the<BR> - -dry-run option of \"fossil all\".<BR> <BR>* Provide a configuration option to show dates on the web<BR> timeline as \"YYMMMDD HH:MM\"<BR> <BR>* Add an option to the \"stats\" webpage that allows an<BR> administrator to see the current repository schema.<BR> <BR>* Enhancements to the \"/vdiff\" webpage for more difference<BR> display options.<BR> <BR>* Added the \"/tree\" webpage as an alternative to \"/dir\" and make<BR> it the default way of showing file lists.<BR> <BR>* Send gzipped HTTP responses to clients that support it.<BR><BR>Tue Oct 15 14:00:00 2013 maxAATTsuse.com<BR>- Update to Version 1.27<BR> <BR>* Enhance the fossil changes, fossil clean, fossil extras,<BR> fossil ls and fossil status commands to restrict operation to<BR> files and directories named on the command-line.<BR> <BR>* New --integrate option to fossil merge, which automatically<BR> closes the merged branch when committing.<BR> <BR>* Renamed /stats_report page to /reports. Graph width is now<BR> relative, not absolute.<BR> <BR>* Added yw=YYYY-WW (year-week) filter to timeline to limit the<BR> results to a specific year and calendar week number,<BR> e.g. /timeline?yw=2013-01.<BR> <BR>* Updates to SQLite to prevent opening a repository file using<BR> file descriptors 1 or 2 on unix. This fixes a bug under which<BR> an assertion failure could overwrite part of a repository<BR> database file, corrupting it.<BR> <BR>* Added support for unlimited line lengths in side-by-side<BR> diffs.<BR> <BR>* New --close option to fossil commit, which immediately closes<BR> the branch being committed.<BR> <BR>* Added chart option to fossil bisect.<BR> <BR>* Improvements to the \"human or bot?\" determination.<BR> <BR>* Reports errors about missing CGI-standard environment<BR> variables for HTTP servers which do not support them.<BR> <BR>* Added --scgi option to fossil server.<BR> <BR>* Internal improvements to the sync process.<BR> <BR>* The internals of the JSON API are now MIT-licensed, so<BR> downstream users/packagers are no longer affected by the \"do<BR> no evil\" license clause.<BR> <BR>* The argument to the --port option for the \"fossil ui\" and<BR> \"fossil server\" commands can take an IP address in addition to<BR> the port number, causing Fossil to bind to just that one IP<BR> address.<BR> <BR>* After prompting for a password, also ask if that password<BR> should be remembered.<BR> <BR>* Performance improvements to the diff engine.<BR> <BR>* Fix the side-by-side diff engine to work better with<BR> multi-byte unicode text.<BR> <BR>* Color-coding in the web-based annotation (blame) display. Fix<BR> the annotation engine so that it is no longer confused by<BR> time-warps.<BR> <BR>* The markdown formatter is now available by default and can be<BR> used for tickets, wiki, and embedded documentation.<BR> <BR>* Add subcommands \"fossil bisect log\" and \"fossil bisect status\"<BR> to the \"fossil bisect\" command, as well as other bisect<BR> enhancements.<BR> <BR>* Enhanced defenses that prevent spiders from using excessive<BR> CPU and bandwidth.<BR> <BR>* Consistent use of the -n or --dry-run command line options.<BR> <BR>* Enhancements to /timeline.rss, adding more flags for filtering<BR> results, including the ability to subscribe to changes made to<BR> individual tickets.<BR> <BR>* Improved handling of the differences between case-sensitive<BR> and case-insensitive filesystems.<BR> <BR>* JSON API: added the \'status\' command to report local checkout<BR> status.<BR> <BR>* Fixes to the --args support and documented this feature in the<BR> help.<BR> <BR>* Added /stats_report page.<BR> <BR>* Added ym=YYYY-MM filter to the \"/timeline\" url.<BR> <BR>* Fixed: config reset now re-installs default ticket report<BR> format.<BR> <BR>* ssh:// and file:// protocols now ignore proxy settings.<BR> <BR>* Added /hash-color-test web page.<BR> <BR>* Cherry-pick merges are recorded internally (though no yet<BR> displayed on the timeline graph.)<BR> <BR>* Bring in the latest versions of SQLite, zlib, and autosetup<BR> from upstream.<BR><BR>Mon Feb 18 13:00:00 2013 mmeisterAATTsuse.com<BR>- Update to Version 1.25<BR> <BR>* Timeline Nodes in the ui selectable to diff between two nodes.<BR> <BR>* Added and enhanced a few commands and options.<BR> <BR>* Added a few JavaScripts to the web ui.<BR><BR>Thu Nov 22 13:00:00 2012 maxAATTsuse.com<BR>- Update to version 1.24 and change the versioning scheme from<BR> time stamp to upstream version number. This shouldn\'t be a<BR> problem, because fossil never was on Factory or any release.<BR><BR>Wed Jun 1 14:00:00 2011 prusnakAATTopensuse.org<BR>- updated to 20110528185122<BR> - see changelog at http://www.fossil-scm.org/index.html/timeline<BR><BR>Sun Apr 3 14:00:00 2011 jwAATTnovell.com<BR>- updated to 20110316111914<BR> The changelog from upstream is huge<BR> http://www.fossil-scm.org/index.html/timeline<BR> has ca. 600 checkins since 2010-09<BR><BR>Tue Sep 28 14:00:00 2010 prusnakAATTopensuse.org<BR>- updated to 20100918155143<BR><BR>Wed Sep 8 14:00:00 2010 dmacvicarAATTnovell.com<BR>- initial package based on version 20100823222416<BR><BR><BR></DIV> </td> <td bgcolor="#F2F2F2"> </td> </tr> </table></td> </tr> </table> </td></tr> <tr><td> <table width="100%" border="0" align="center" cellpadding="0" cellspacing="0"> <tr align="left" valign="top"> <td height="10" bgcolor="#A00B0F" width="100%"><img src="/images/spacer.gif" width="759" height="10" alt=""></td> </tr> </table> </td></tr> <tr><td> <table width="100%" border="0" align="center" cellpadding="0" cellspacing="0"> <tr align="left" valign="top"> <td height="10" width="150"><img src="/images/index_30.jpg" width="130" height="47" alt=""> </td> <td align="left"><A HREF="https://www.icm.edu.pl"><img src="/images/logo_ICM_nazwa_EN_czarne.png" height="40" alt="ICM"></A> </td> <td width="30%" align="right"><FORM ACTION="/out.php3" METHOD="post" TARGET="_blank"><INPUT TYPE="hidden" NAME="station" VALUE="1"><INPUT TYPE="image" SRC="/images/index_32.jpg" name="station" alt="Designed by station75" width="209" height="47" border="0"></FORM></td> </tr> </table> </td></tr> </table> </body> </html>