Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 512832 - dev-util/global-6.2.12 dev-util/global-6.3 version bump
Summary: dev-util/global-6.2.12 dev-util/global-6.3 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Arfrever Frehtes Taifersar Arahesis
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-06-09 14:17 UTC by Jeroen Roovers (RETIRED)
Modified: 2014-06-10 01:37 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jeroen Roovers (RETIRED) gentoo-dev 2014-06-09 14:17:49 UTC
Version 6.3 - June 9 2014

[CHANGES]
New facilities:
o htags-server: A private HTTP/CGI web server for a hyper-text
  generated by htags(1).
o gtags.conf: New project based configuration mechanism.
  You can make a configuration file for each project.
  This is Leo Liu's idea.
o gtags, htags: New environment variables which have default
  options for each command: GTAGS_OPTIONS, HTAGS_OPTIONS 
o global: Added support of GREP_COLORS environment variable.
o global: Added new options:
  -F (--first-match), -M (--match-case), -E (--extended-regexp)

[DEPRECATED FEATURES]
The following features of htags(1) are now deprecated.
They will be removed in the future.
o The -c (--compact) option.
o The --system-cgi option.
o The --overwrite-key option.
o The -x (--xhtml[=version]) option.
  All files will be 1.0.
o The following configuration variables:
  colorize-warned-line (substitute: --colorize-warned-line)
  gzipped_suffix
  htags_options (substitute: HTAGS_OPTIONS)
  ncol (substitute: -n, --line-number [n])
  normal_suffix (will be always '.html')
  no_order_list (substitute: --no-order-list)
  script_alias
  tabs (substitute: --tabs n)
  xhtml_version (will be always 1.0)

[FIXED BUGS]
o global: The highlight of symbols in library paths does not
  work. Now it works.
o htags: Htags with the --suggest option didn't find GTAGS
  in the obj directories. Now it works.

Version 6.2.12 - March 31 2014

[CHANGES]
New facilities:
o global: New --color option. It use the environment variable GREP_COLOR
  (default is red) to highlight the matching string like grep (1).
  (--colour and GREP_COLORS are not supported this time)
  Please try the following command line:

  $ global --color=always -x main

[FIXED BUGS]
o global: There was a lack of initialization of data. It could bring
  unexpected segmentation violation; it often occurred during execution
  of htags(1). Now it is fixed.
  This bug exists in the following version: 6.2.10, 6.2.11.
Comment 1 Arfrever Frehtes Taifersar Arahesis 2014-06-10 01:37:52 UTC
*global-6.3 (10 Jun 2014)
*global-6.2.12 (10 Jun 2014)

  10 Jun 2014; Mike Gilbert <floppym@gentoo.org> +global-6.2.12.ebuild,
  +global-6.3.ebuild:
  Version bumps (bug #512832). Ebuilds by Arfrever.