Age | Commit message (Collapse) | Author | Files | Lines |
|
- assume that Python 2.4 and 2.5 are compatible and allow checking for
fallout.
- remove PYTHON_VERSIONS_COMPATIBLE that are obsoleted by the 2.3+
default. Modify the others to deal with the removals.
|
|
- Supports DESTDIR
- Accept Python 2.5
No ChangeLog, but it adds three new modules:
SCREEN: This implements a virtual screen
ANSI: This implements an ANSI terminal emulator as a subclass of screen
FSM: This module implements a Finite State Machine (FSM)
|
|
|
|
|
|
GIT v1.5.5.1 Release Notes
==========================
Fixes since v1.5.5
------------------
* "git archive --prefix=$path/" mishandled gitattributes.
* "git fetch -v" that fetches into FETCH_HEAD did not report the summary
the same way as done for updating the tracking refs.
* "git svn" misbehaved when the configuration file customized the "git
log" output format using format.pretty.
* "git submodule status" leaked an unnecessary error message.
* "git log --date-order --topo-order" did not override the earlier
date-order with topo-order as expected.
* "git bisect good $this" did not check the validity of the revision
given properly.
* "url.<there>.insteadOf" did not work correctly.
* "git clean" ran inside subdirectory behaved as if the directory was
explicitly specified for removal by the end user from the top level.
* "git bisect" from a detached head leaked an unnecessary error message.
* "git bisect good $a $b" when $a is Ok but $b is bogus should have
atomically failed before marking $a as good.
* "git fmt-merge-msg" did not clean up leading empty lines from commit
log messages like "git log" family does.
* "git am" recorded a commit with empty Subject: line without
complaining.
* when given a commit log message whose first paragraph consists of
multiple lines, "git rebase" squashed it into a single line.
* "git remote add $bogus_name $url" did not complain properly.
* Also comes with various documentation updates.
|
|
|
|
- Fixed some problems (some old, some new) with Strawberry Perl on
Windows. [Alberto Simo~es]
- Will now install in the core perl lib directory when the user's
perl is new enough to have us in core. [Yi Ma Mao]
|
|
Changes from 0.6.2 to 0.7.0:
* Intel Advanced Vector Extensions (AVX) instruction support.
* Multi-section binary support (see #71, #99, [2010]).
* Add support for ELF32 and ELF64 TLS (thread local storage)
relocations.
* Allow use of 0X in addition to 0x to prefix hex constants (#127).
* Allow underscores in hex, binary, and octal constants (e.g.
0111_1111b).
* Fix memory sizes on SSE/SSE2 instructions (#119).
* Allow standalone prefixes (#122).
* Simplify new varieties of sym-sym values (#124).
* Support SAFESEH directive for win32 SEH handlers (#130).
* Enable sym@FOO constructs in GAS parser.
* SSE5 condition code support.
* Other bugfixes.
|
|
2.6.6:
* Xml::connect_clicked((): Handle ToolButtons too.
(Dave Moore. Bug #439339)
|
|
2.2.2 (stable)
* Added an include of functors/slot.h that was mistakenly removed
during the 2.1 series.
(Deng Xiyue) Bug #521418.
2.2.1 (stable):
* Really fix the build with Sun CC.
(Elaine Xiong. Bug #302098)
2.2.0 (stable):
* Build fixes when using gcc 4.3 pre-releases.
(Ryan Hill, Vladimir Marek)
|
|
Patch taken from upstream SVN repository Revision 2848.
|
|
New in 2.6
----------
* added French translation contributed by Matthieu Sion
* added build script and instructions for compiling with Mingw under Windows
(contributed by Matthieu Sion)
* now accepts a simplified list append syntax:
option += "value"
insted of
option += {"value"}
* added flag CFGF_NO_TITLE_DUPES: multiple section titles must be unique
(duplicates raises an error, only applies to sections)
(suggested by Brian Fallik)
* fixed rpm builds, patch by Dan Lipsitt
* always installs pkg-config .pc script
* remove obsolete confuse-config script in favour of pkg-config
* fixed a bug reported by Josh Kropf with single sections with titles
* added patch that escapes values with quotes and backslashes when printing.
* fixed a memory leak in default values for string lists,
reported by Vineeth Neelakant.
* windows build files now only in separate zip distribution
|
|
0.27, 0.28 not described.
Revision 0.26 2007-10-15 04:52:42 ray
Made a change in CLONE_KEY to the way Clone stores refs in the ref hash.
Perl no longer uses the SvANY part of the SV struct in the same way which
meams the old way of storing the hash key is no longer unique.
Thanks to Slaven Rezic for the patch.
Revision 0.25 2007-07-25 03:41:04 ray
Latest patch from Ruslan Zakirov. Patched another memory leak.
Revision 0.24 2007-07-25 03:33:57 ray
Bug fix for 5.9.*, for some reason the 'visible' logic is no longer working.
I #if 'ed it out until I figure out what is going on.
Also removed an old redundant CLONE_STORE, could have been the cause of some
memory leaks.
|
|
0.55 Mon Aug 20 16:37:48 EDT 2007
- FIXED:[rt.cpan.org #28852] t/basic.t fails on Win32 due to the path separator issue. Thanks to ISHIGAKI
0.54 Mon Aug 13 17:18:51 EDT 2007
- Ditched Test::Inline like a lead brick.
|
|
1.04 Mon 24 Mar 2008
- Removing dependency on File::Slurp
1.03 Sat 1 Mar 2008
- Incremental release to clear out some CPAN Testers failures
- No need to upgrade
1.02 Tue 11 Dec 2007
- Cygwin is clearly insane, skip root and win32 test sets
- More aggressive dependencies, particularly on Win32
1.01 Tue 11 Dec 2007
- No functional changes
- Correcting dependency
- Updating to Module::Install 0.68
- Updating bundled tests
|
|
9999.13 Wed Jan 23 22:54:03 CDT 2008
- This is a "get the tests passing" release by Dave Rolsky
- Fixes the tests to pass with the latest Test::More
- Also shuts up warnings from some tests about redefining SEEK_SET.
|
|
1.02 Fri 23 Nov 2007
- Upgrading to Module::Install 0.68
|
|
0.31 Wed 14 Nov 2007
- Upgrading to Module::Install 0.68
0.30 Mon 22 Oct 2007
- Incremental release to get a newer and non-broken version of the
author-only tests.
0.29 Thu 23 Aug 2007
- Correcting a test which only ran under AUTOMATED_TESTING,
apparently my release automation isn't doing what I think
it is doing.
0.28 Sat 18 Aug 2007
- Dropping the Perl version requirement in 01_compile.t to 5.004
0.27 Sat 18 Aug 2007
- Skipping one particularly evil test that we know fails on a few OS
unless AUTOMATED_TESTING is enabled.
These failures weren't worth preventing installation at all.
0.26 Fri 27 Jul 2007
- Adding the _NONNEGINT function
|
|
1.22 Sat 1 Mar 2008
- 1.21_01 tested ok, moving to production version
- No changes
1.21_01 Tue 12 Feb 2008
- Adding experimental support for utf8 methods
(as per http://rt.cpan.org/Public/Bug/Display.html?id=28796)
1.20 Tue 12 Feb 2008
- CPAN Testers results look good for 1.19_01,
converting to a production release.
1.19_01 Mon 11 Feb 2008
- Bug fix to adapt to changes to File::Spec
1.18 Thu 8 Nov 2007
- Incremental release, no functional changes
- Updated to Module::Install 0.68
(This brings META.yml to the current version)
- Updated versions of the automated tests that
were causing CPAN Testers failures.
|
|
+ Change MAINTAINER to pkgsrc-users@NetBSD.org on advice from <taca>
in private email.
* raise SDL::Surface::VideoMemoryLost when video memory is lost when
calling SDL::Surface.blit
* Remove Old SDL::Event, and rename SDL::Event2 to SDL::Event
Reorganize methods by moving them into modules/namesspaces that are
more relevant:
* GL_RED_SIZE -> GL::RED_SIZE
* GL_GREEN_SIZE -> GL::GREEN_SIZE
* GL_BLUE_SIZE -> GL::BLUE_SIZE
* GL_ALPHA_SIZE -> GL::ALPHA_SIZE
* GL_BUFFER_SIZE -> GL::BUFFER_SIZE
* GL_DOUBLEBUFFER -> GL::DOUBLEBUFFER
* GL_DEPTH_SIZE -> GL::DEPTH_SIZE
* GL_STENCIL_SIZE -> GL::STENCIL_SIZE
* GL_ACCUM_RED_SIZE -> GL::ACCUM_RED_SIZE
* GL_ACCUM_GREEN_SIZE -> GL::ACCUM_GREEN_SIZE
* GL_ACCUM_BLUE_SIZE -> GL::ACCUM_BLUE_SIZE
* GL_ACCUM_ALPHA_SIZE -> GL::ACCUM_ALPHA_SIZE
* SDL.get_GL_attr -> SDL::GL.get_attr
* SDL.set_GL_attr -> SDL::GL.set_attr
* SDL.GL_swap_buffers -> SDL::GL.swap_buffers
* SDL.auto_lock? -> SDL::Surface.auto_lock?
* SDL.auto_lock_on -> SDL::Surface.auto_lock_on
* SDL.auto_lock_off -> SDL::Surface.auto_lock_off
* SDL.transform_blit -> SDL::Surface#transform_blit
* SDL.blitSurface -> SDL::Surface.blit
* SDL.get_video_surface -> SDL::Screen.get
* SDL.set_video_mode -> SDL::Screen.open
* SDL.check_video_mode -> SDL::Screen.check_mode
* SDL.list_modes -> SDL::Screen.list_modes
* SDL.set_gamma -> SDL::Screen.set_gamma
* SDL.get_gamma_ramp -> SDL::Screen.get_gamma_ramp
* SDL.set_gamma_ramp -> SDL::Screen.set_gamma_ramp
* SDL.video_driver_name -> SDL::Screen.driver_name
* SDL.video_info -> SDL::Screen.info
* SDL::Surface#get_rgb -> SDL::PixelFormat#get_rgb
* SDL::Surface#get_rgba -> SDL::PixelFormat#get_rgba
* SDL::Surface#map_rgb -> SDL::PixelFormat#map_rgb
* SDL::Surface#map_rgba -> SDL::PixelFormat#map_rgba
* SDL::Surface#get_palette -> SDL::PixelFormat#palette
* SDL::Surface#bpp -> SDL::PixelFormat#bpp
* SDL::Surface#bytes_per_pixel -> SDL::PixelFormat#bytes_per_pixel
* SDL::Surface#[RGBA]mask -> SDL::PixelFormat#[RGBA]mask
* SDL::Surface#[RGBA]shift -> SDL::PixelFormat#[RGBA]shift
* SDL::Surface#[RGBA]loss -> SDL::PixelFormat#[RGBA]loss
* SDL::Surface#colorkey -> SDL::PixelFormat#colorkey
* SDL::Surface#alpha -> SDL::PixelFormat#alpha
Add following methods
* SDL::Surface#load_bmp_from_string
* SDL::Surface#load_from_string
* SDL::Mixer::Wave#load_from_string
* SDL::Mixer.playing_channels
* SDL::Surface#destroy
* SDL::Joystick#close
* SDL::Mixer#close
* SDL::Mixer::Wave#destroy
* SDL::Mixer::Music#destroy
Remove following methods
* SDL::Surface#draw_ellispe
* SDL::Surface#draw_filled_ellispe
* SDL::Surface#rotate_surface
* SDL::Surface#rotate_scaled_surface
* SDL.rotate
* SDL.rotate_blit
* SDL.rotate_scaled_blit
* SDL.rotate_xy_scaled
Change behavior of following methods
* SDL::Surface#draw_line
* SDL::Surface#draw_circle
* SDL::Surface#draw_rect
* SDL::Surface#draw_ellipse
* SDL::Surface#draw_bezier
|
|
Fix bug in repocopy code.
Reported-by: Andriy Gapon <avg@icyb.net.ua>
|
|
|
|
|
|
The old web page at http://www.nongnu.org/rdiff-backup
reditrects to http://rdiff-backup.stanford.edu/, but that's
about rdiff-backup, not about librsync.
|
|
|
|
|
|
1.4.3-stable:
1.4.2-rc:
* make Solaris event subsystems more reliable; from W.C.A. Wijngaards
* event_base_get_method(); from Springande Ulv
* fix HTTP/1.1 chunk formatting; from "propanbutan"
* allow 64-bit content lengths; from Scott Lamb
* and more...
1.4.1-beta:
* fixed some memory leaks and other misc cleanup; from Christopher Layne,
Scott Lamb and Charles Kerr
* introduced event_reinit to deal with fork()
* improved efficiency of generated RPC structure
* performance improvements to Win32 backend
* and many more...
1.4.0-beta:
* a new RPC subsytem for writing distributed clients and servers
* almost everything is documented via Doxygen now
* many fixes and improvements to evdns and evhttp
* libevent now builds two additional libraries: libevent_core (containing only
the event core) and libevent_extras (contained evdns, evhttp and evrpc)
* performance improvements due to using a heap instead of red-black trees for
timeouts
* Solaris' event ports are better supported
1.3e:
* Fix compilation on Solaris; from Magne Mahre
* Add a "Date" header to HTTP responses when it's missing, as required by
HTTP 1.1. Original Patch from Ralph Moritz.
* Fix a memory leak in which failed HTTP connections whould not free the
request object.
* Fix a memory leak in the DNS server.
* Handle NULL timeouts correctly on Solaris; from Trond Norbye
* Recalculate pending events properly when reallocating event array on
Solaris; from Trond Norbye
|
|
in "pango", too. Fix package list (for Mac OS X) and bump package revision.
|
|
|
|
* Bug 526831: G_OPTION_REMAINING no longer works with OptionEntry
* Bug 527687: ustring::erase(iterator) incorrect for non ascii character
* add API documentation for spawn_* functions
* fix possible memory leak in OptionEntr
|
|
build, otherwise not. Use the PLIST_VARS stuff to handle the PLIST file.
Enabled by default to respect previous behaviour.
|
|
author and email.
|
|
|
|
|
|
Overview of changes in Glib 1.182
=================================
* Fix build and test suite issues, especially on MSWin32 and cygwin.
Overview of changes in Glib 1.181
=================================
* Fix Makefile.PL problems encountered by CPAN testers.
Overview of changes in Glib 1.180
=================================
Since 1.16x (the previous stable series)
----------------------------------------
* Add Glib::MakeHelper::get_configure_requires_yaml.
* Add Glib::Object::signal_get_invocation_hint.
* Make our lazy-loader compatible with perl-5.10.0.
* Allow Perl-derived GObjects to override GInterfaces that are implemented by
parent classes.
* Correct the way we check values for definedness: use the new function
gperl_sv_is_defined. For convenience, also add gperl_sv_is_array_ref,
gperl_sv_is_code_ref, and gperl_sv_is_hash_ref.
Since 1.174
-----------
* Tell the compiler to always look for our headers in '.' first.
* Add a hyphen to the NAME section of generated POD indices.
Overview of changes in Glib 1.174
=================================
* Increase compatibility with different `makeĀ“s by not using Makefile
conditionals for building our documentation.
Overview of changes in Glib 1.173
=================================
* Make Glib::Type::list_values return the value of each enum/flags entry in
addition to the name and nickname.
Overview of changes in Glib 1.172
=================================
* Make inproper usage of Glib::Object methods result in an error message and
not in a segfault.
* Add Glib::Object::signal_get_invocation_hint.
* In our lazy-loading machinery for packages, change the way we clear @ISA
arrays to avoid problems with perl 5.10.0.
* Add new helpers to the C API: gperl_sv_is_defined, gperl_sv_is_array_ref,
gperl_sv_is_code_ref, and gperl_sv_is_hash_ref.
* Allow Perl-derived GObjects to override GInterfaces that are implemented by
parent classes.
* Load GInterface types immediately, instead of lazily. This makes sure
GInterfaces are set up by the time they are needed.
Overview of changes in Glib 1.171
=================================
* Correct the way we check values for definedness: add gperl_sv_defined(), an
XS version of perl's defined(), and use it everywhere. Among other things,
this should fix the problems where tied values were reported as undefined.
* Fix some build issues.
Overview of changes in Glib 1.170
=================================
* Make our build output prettier.
* Add Glib::MakeHelper::get_configure_requires_yaml.
* Use the above to add configure_requires information to META.yml in order to
publicize our Makefile.PL-time requirements.
* Try to fix some portability issues.
|
|
- On MSWin32 and cygwin, find the link libraries of dependencies and
put them into LIBS.
- Add tests.
- Correct typos in the documentation.
- In get_makefile_vars, comment out the code that put the installed
libraries into @OBJECT, which caused them to get deleted on
realclean.
- In Makefile.PL, don't use the bogus package "MAIN".
- Remove debug spew.
|
|
Changes since last packaged version (2.64):
2.70 2008-02-29T17:03:26
- See http://justatheory.com/computers/programming/perl/modules/svnnotify-2.70.html
for an announcement of this release.
- Fixed issues with character encoding handling, starting from a patch
submitted by Toshikazu Kinkoh, and with a lot of experimentation and
testing by Toshikazu, Martin Lindhe, and myself. Hopefully these
changes will help solve the various encoding problems that continue to
crop up:
+ Removed --io-layer, which, it seems, never actually worked.
+ Changed --charset to --encoding, although the former is still
supported for backwards compatibility.
+ Added --svn-encoding, which identifies the encoding in which data
is stored in SVN. It defaults to the value of --encoding.
+ Added --diff-encoding, which identifies the encoding in which files
are stored in SVN. This is useful for the case when log messages
are written in one encoding and files stored in another. Defaults
to the value of --svn-encoding.
+ The --language option is now used to set the C<$LANG> environment
variable for the execution of `svnlook` as well as `sendmail`,
although not `svnlook diff`, which always runs under the "C" locale.
+ Now only setting the $LANG environment variable for the execution of
`svnlook` and `sendmail` if it is not already set. This allows the
existing usages such as `LANG=ja_JP svnnotify ...` to keep working.
+ Fixed character encoding when sending messages via SMTP.
- Added extensive documentation on how to deal with character encodings
under "Character Encoding Support" in the SVN::Notify docs.
- Added support for output filtering. This allows users to easily
modify content before it's output.
- Added SVN::Notify::Filter, which fully documents the interface for
filtering (it's really easy!).
- Added SVN::Notify::Filter:Trac, which parses log messages from the
Trac wiki syntax to HTML. Useful for use with SVN::Notify::HTML
and SVN::Notify::HTML::ColorDiff, and as a nice example of filtering.
- Split up the output of the HTML <head> section and the <body> section
into two methods in SVN::Notify::HTML in order to simplify filtering.
- The CSS output by SVN::Notify::HTML is now output inside the <body>
tags, rather than inside the <head> tags. This isn't valid, but will
hopefully it will allow messages to display better in Web mail clients
such as Gmail.
- Eliminated locale warnings during tests.
- Tweaked the CSS emitted by SVN::Notify::HTML to support a lot of HTML
in the log message, since such formatting can come from the use of
SVN::Notify::Filter::Trac and, potentially, other output filters.
- Fixed issue running tests with a Perl other than /usr/bin/perl without
running `./Build`. If you just did `./Build test`, it could fail with
a lot of errors, but no more.
- Fixed use of the SMTP feature under Perl 5.6. Reported by CPAN testers
David Cantrell and Slaven Rezic.
- Fixed the formatting and display of the log message when using the
--wrap-log option with SVN::Notify::HTML.
- Eliminated a bogus empty paragraph when using the --wrap-log option
with SVN::Notify::HTML.
- Fixed the encoding of the subject line so that Unicode characters
show up properly. Reported by Ian Anderson (Ticket # 24138).
- Switched from using `crypt` to using a simple random string algorithm
for generating email part boundaries, since `crypt` was choking on
multibyte characters from message subjects. Reported by Toshikazu
Kinkoh.
- Added a link to SVN::Notify's Subversion repository.
2.67 2008-02-06T20:15:13
- Fixed bug where a directory with a valid regular expression character
could be incorrectly truncated. Patch from Wayne Davison.
- Fixed a bug where a directory name could be truncated too much if
there are directory names with common roots. Patch from Wayne Davison.
- Added the "configure_requires" parameter to Build.PL.
- Fixed SVN::Notify::HTML::ColorDiff so that it respects
--max-diff-length.
- The SVN::Notify::HTML --wrap-log option now wraps individual
paragraphs as identified by blank lines (with optional spaces), rather
than wrapping the entire message in a single set of paragraph tags.
2.66 2007-06-17T05:08:29
- Added some examples complements of Matt Doar.
- Fixed the specification of recipients passed to the SMTP server so
that comma-separated email addresses are properly split apart.
Reported by Michael Plump.
- Fixed a bug with --to-regex-map where certain entries in it could
be skipped altogether. Reported by John Peacock.
2.65 2007-03-27T07:01:09
- Another patch from Martijn van Beers, this one generalizing the
execution of --ticket-map parageters (Ticket # 21633).
- Added note and link for HookStart for Windows users who run into
asynchronous execution issues. Reported by Eric Lemes.
- Added the --wrap-log option to SVN::Notify::HTML. When passed a true
value, the log message will be put into a `p` tag instead of a `pre`
tag, thus allowing it to wrap to the width of the mailer window.
Needless to say, this means that any whitespace formatting in the log
message itself will be lost. Suggested by Ian Anderson (Ticket
#24138).
- Restored checking for "%s" in the JIRA, RT, Butzilla, and GNATS
URLs. Reported by Matt Doar.
- Fixed some spelling errors, thanks to Matt Doar.
- Added note that verbose output goes to STDOUT.
- Added support for specifying the location of the revision number via
an "%d" temlate in the --subject-prefix option. Patch from Jerry
Veldhuis (Ticket #24309).
- The --max-diff-length option now works properly in HTML output, as
well. Reported by Rob Moore (Ticket #25070)
- Added the --to-email-map option as the inverse of --to-regex-map. That
is, it maps regular expressions to email addresses, rather than the
other way around.
|
|
|
|
The scmgit-base package now installs most of its binaries, e.g. git-*,
to ${PREFIX}/libexec/git-core/ instead of ${PREFIX}/bin. There are
only two programs under ${LOCALBASE}/bin: the "master" git(7) wrapper
program and the gitk tcl/tk repository browser. Given that there are
many different GIT interfaces (GUI applications, devel/tig, shell
completion scripts, etc.), it seemed needless to me to have 120+
binaries--a vast majority of which most users would seldom invoke
directly--polluting ${LOCALBASE}/bin.
GIT v1.5.5 Release Notes
========================
Updates since v1.5.4
--------------------
(subsystems)
* Comes with git-gui 0.10.1
(portability)
* We shouldn't ask for BSD group ownership semantics by setting g+s bit
on directories on older BSD systems that refuses chmod() by non root
users. BSD semantics is the default there anyway.
* Bunch of portability improvement patches coming from an effort to port
to Solaris has been applied.
(performance)
* On platforms with suboptimal qsort(3) implementation, there
is an option to use more reasonable substitute we ship with
our software.
* New configuration variable "pack.packsizelimit" can be used
in place of command line option --max-pack-size.
* "git fetch" over the native git protocol used to make a
connection to find out the set of current remote refs and
another to actually download the pack data. We now use only
one connection for these tasks.
* "git commit" does not run lstat(2) more than necessary
anymore.
(usability, bells and whistles)
* Bash completion script (in contrib) are aware of more commands and
options.
* You can be warned when core.autocrlf conversion is applied in
such a way that results in an irreversible conversion.
* A catch-all "color.ui" configuration variable can be used to
enable coloring of all color-capable commands, instead of
individual ones such as "color.status" and "color.branch".
* The commands refused to take absolute pathnames where they
require pathnames relative to the work tree or the current
subdirectory. They now can take absolute pathnames in such a
case as long as the pathnames do not refer outside of the
work tree. E.g. "git add $(pwd)/foo" now works.
* Error messages used to be sent to stderr, only to get hidden,
when $PAGER was in use. They now are sent to stdout along
with the command output to be shown in the $PAGER.
* A pattern "foo/" in .gitignore file now matches a directory
"foo". Pattern "foo" also matches as before.
* bash completion's prompt helper function can talk about
operation in-progress (e.g. merge, rebase, etc.).
* Configuration variables "url.<usethis>.insteadof = <otherurl>" can be
used to tell "git-fetch" and "git-push" to use different URL than what
is given from the command line.
* "git add -i" behaves better even before you make an initial commit.
* "git am" refused to run from a subdirectory without a good reason.
* After "git apply --whitespace=fix" fixes whitespace errors in a patch,
a line before the fix can appear as a context or preimage line in a
later patch, causing the patch not to apply. The command now knows to
see through whitespace fixes done to context lines to successfully
apply such a patch series.
* "git branch" (and "git checkout -b") to branch from a local branch can
optionally set "branch.<name>.merge" to mark the new branch to build on
the other local branch, when "branch.autosetupmerge" is set to
"always", or when passing the command line option "--track" (this option
was ignored when branching from local branches). By default, this does
not happen when branching from a local branch.
* "git checkout" to switch to a branch that has "branch.<name>.merge" set
(i.e. marked to build on another branch) reports how much the branch
and the other branch diverged.
* When "git checkout" has to update a lot of paths, it used to be silent
for 4 seconds before it showed any progress report. It is now a bit
more impatient and starts showing progress report early.
* "git commit" learned a new hook "prepare-commit-msg" that can
inspect what is going to be committed and prepare the commit
log message template to be edited.
* "git cvsimport" can now take more than one -M options.
* "git describe" learned to limit the tags to be used for
naming with --match option.
* "git describe --contains" now barfs when the named commit
cannot be described.
* "git describe --exact-match" describes only commits that are tagged.
* "git describe --long" describes a tagged commit as $tag-0-$sha1,
instead of just showing the exact tagname.
* "git describe" warns when using a tag whose name and path contradict
with each other.
* "git diff" learned "--relative" option to limit and output paths
relative to the current directory when working in a subdirectory.
* "git diff" learned "--dirstat" option to show birds-eye-summary of
changes more concisely than "--diffstat".
* "git format-patch" learned --cover-letter option to generate a cover
letter template.
* "git gc" learned --quiet option.
* "git gc" now automatically prunes unreachable objects that are two
weeks old or older.
* "git gc --auto" can be disabled more easily by just setting gc.auto
to zero. It also tolerates more packfiles by default.
* "git grep" now knows "--name-only" is a synonym for the "-l" option.
* "git help <alias>" now reports "'git <alias>' is alias to <what>",
instead of saying "No manual entry for git-<alias>".
* "git help" can use different backends to show manual pages and this can
be configured using "man.viewer" configuration.
* "gitk" does not restore window position from $HOME/.gitk anymore (it
still restores the size).
* "git log --grep=<what>" learned "--fixed-strings" option to look for
<what> without treating it as a regular expression.
* "git gui" learned an auto-spell checking.
* "git push <somewhere> HEAD" and "git push <somewhere> +HEAD" works as
expected; they push the current branch (and only the current branch).
In addition, HEAD can be written as the value of "remote.<there>.push"
configuration variable.
* When the configuration variable "pack.threads" is set to 0, "git
repack" auto detects the number of CPUs and uses that many threads.
* "git send-email" learned to prompt for passwords
interactively.
* "git send-email" learned an easier way to suppress CC
recipients.
* "git stash" learned "pop" command, that applies the latest stash and
removes it from the stash, and "drop" command to discard the named
stash entry.
* "git submodule" learned a new subcommand "summary" to show the
symmetric difference between the HEAD version and the work tree version
of the submodule commits.
* Various "git cvsimport", "git cvsexportcommit", "git cvsserver",
"git svn" and "git p4" improvements.
(internal)
* Duplicated code between git-help and git-instaweb that
launches user's preferred browser has been refactored.
* It is now easier to write test scripts that records known
breakages.
* "git checkout" is rewritten in C.
* "git remote" is rewritten in C.
* Two conflict hunks that are separated by a very short span of common
lines are now coalesced into one larger hunk, to make the result easier
to read.
* Run-command API's use of file descriptors is documented clearer and
is more consistent now.
* diff output can be sent to FILE * that is different from stdout. This
will help reimplementing more things in C.
Fixes since v1.5.4
------------------
All of the fixes in v1.5.4 maintenance series are included in
this release, unless otherwise noted.
* "git-http-push" did not allow deletion of remote ref with the usual
"push <remote> :<branch>" syntax.
* "git-rebase --abort" did not go back to the right location if
"git-reset" was run during the "git-rebase" session.
* "git imap-send" without setting imap.host did not error out but
segfaulted.
|
|
Please see http://src.opensolaris.org/source/history/opengrok/trunk/ for the full change history, and for the list of contributors. The following is just a summary.
Bugs fixed:
* Bug #67: Duplicate magics in the analyzers
* Bug #546: IOException when viewing history for xref root in multi-project installation
* Bug #785: Indexer don't use the value specified with -m
* Bug #779: Add option to disable index optimization upon indexing
* Bug #829: create links to account details in annotate mode
* Bug #966: fails on directory names that contain a plus (+) character
* Bug #989: Can't reindex a subtree
* Bug #988: Make it possible to optimize the index without reingexing
* Bug #1007: Add URL friendly project handling
* Bug #1009: Economical mode generates suggestion database
* Bug #1057: double-colon in search pattern throws an error
|
|
|
|
Mono Tools is a collection of development and testing programs and
utilities for use with Mono
|
|
2008-04-07 Mark Lindner <markl@neuromancer>
* libconfig.spec - updated for 1.3
2008-04-03 Mark Lindner <markl@neuromancer>
* scanner.l, grammar.y, libconfig.c, libconfig.h, wincompat.h -
fix/add comment headers, add C90 portability fixes from
Chris Pickett (C-style comments, renamed 'index' to 'idx' to
resolve name clash)
* scanner.c, grammar.c - regenerated
* configure.ac - enable more gcc warnings
* libconfigcpp.c++, libconfig.h++ - added getPath(), fixed impl of
isRoot(), add portability fixes from Chris Pickett (renamed 'index'
to 'idx' to resolve name clash), moved exception constructors into
source file; changed SettingExistsException to SettingNameException
to be more broad in scope
* Makefile.am - add wincompat.h to sources; add missing debian files
to EXTRA_DIST
* test.cfg - added example 64-bit integer settings
* samples/* - expanded some examples
* doc/libconfig.texi - documentation updates
* Makefile.am, *msvc7* - added (generated) VS2003 projects/solution
2008-03-22 Mark Lindner <markl@neuromancer>
* debian/* - updates from Klaus Schneider
2008-03-22 Mark Lindner <markl@neuromancer>
* scanner.l, grammar.y, libconfig.h++, libconfig.c, libconfig.h,
wincompat.h, libconfigcpp.c++, grammar.c, scanner.c, grammar.h -
add support for 64-bit integer values
* libconfig.texi - documentation updates
* Makefile.am, ac_config.h, configure.ac, libtool - bump version
* libconfig.h - add config_setting_parent(), config_setting_is_root()
* libconfigcpp.c++, libconfig.h++ - add isRoot(), getParent() to
Setting
2008-03-15 Mark Lindner <markl@neuromancer>
* scanner.l - made 'true' and 'false' tokens completely
case-insensitive
* libconfigcpp.cc, libconfig.hh - added alias files for Windows
* libconfig.c, libconfig.h - modified __config_write_value() to write
out floating point values in a more human-readable form; added name
validation; added config_setting_remove_elem() and
config_setting_index()
* libconfigcpp.c++, libconfig.h++ - added remove(unsigned int) and
getIndex() to Setting
* libconfig.texi - documentation updates
2007-12-21 Mark Lindner <markl@neuromancer>
* libconfig.c - source cleanup
* config.guess, config.sub, ltmain.sh, libtool - updated to newer
* configure.ac, Makefile.am, ac_config.h.in, ac_config.h
- MinGW-related fixes
|
|
So on FreeBSD before 5 default to glib_cv_va_copy=no.
(Time to upgrade :)
|
|
changes:
-some localization improvements
-fix gweather.pc
|
|
* Fix a bug causing a ValueError crash in ``parse_line_delta_iter`` when
fetching revisions from a knit to pack repository or vice versa using
bzr:// (including over http or ssh).
(#208418, Andrew Bennetts, Martin Pool, Robert Collins)
|
|
it needs >= 2.15.0.
Also newer glib2 provides required gio-2.0.pc pkgconfig file.
|
|
|
|
|
|
|