Age | Commit message (Collapse) | Author | Files | Lines |
|
still, upsd should start before upsmon when they are running on the same
machine. The current setup (where upsmon.sh has REQUIRE: upsd) results in
errors like "rcorder: requirement `upsd' in file `upsmon' has no providers."
when you don't copy the upsd script to /etc/rc.d and set upsd=NO in
/etc/rc.conf.
Hence, remove REQUIRE: upsd from upsmon.sh and add BEFORE: upsmon to upsd.sh,
as suggested by jnemeth on tech-userlevel@. Bump PKGREVISION.
|
|
Fixes PR# 34189 reported by Brad Harder
|
|
|
|
0.9.11:
# Add support for gcc 4.0
# Fix sound issue when hovering over selectable text
# Add mission tips/help to menu
# Keep track of goodies caught and missed
0.9.12:
# Display update text on screen via simple scroller.
# Added next gen shippy eye-candy.
# Added volume control for music and sfx.
# Added weapon/ammo display to critterboard.
# Moved all special critter files into a subdirectory.
# Added migration code to update previous installs.
# Allow vertical ship movement.
# Nicer shield.
# Display control over starfield and nebula.
# Add SDL detected fullscreen resolutions to resolution list.
# Add menu option to allow non 4:3 resolutions.
# Add 2 new levels.
# Fix for gcc 4.0.1.
# Misc fixes.
# Updated Readme.html.
1.0.0:
# Added a Boss level and related support.
# Made "Game Over" look less pixelated.
# Created a separate submenu for Audio and Video config.
# Fixed leaks.
1.0.1:
# Updates for Mac Universal Binary.
1.0.2:
# OSX: Added a workaround for a bug in one of the 3rd party libs.
|
|
|
|
|
|
|
|
|
|
Overview of changes from 1.2.0 to 1.2.1
==
* Fixes
- Prime
- Sync prime.scm with prime-1.0.0.1.
- Improve connection using unix domain socket.
- Use unix domain socket connection by default.
- uim-candwin-qt
- Fix displaying candidates in input prediction.
- Qt immodule
- Fix displaying candidates in input prediction.
- Fix key handling with control modifier.
|
|
|
|
|
|
While here, fix build with gcc4, and add missing xdg-dirs to USE_DIRS.
Bump PKGREVISION.
|
|
2006-05-24 16:22 UTC Tuomo Valkonen
tagged ion-3ds-20060524
2006-05-20 09:10 UTC Tuomo Valkonen
* One more gsub update...
2006-05-19 16:34 UTC Tuomo Valkonen
* More Lua 5.1 stuff: use # instead of table.getn.
2006-05-23 06:12 UTC Tuomo Valkonen
* An assert had moved to the wrong place.
2006-05-19 06:48 UTC Tuomo Valkonen
* Few more backticks.
2006-05-19 07:12 UTC René van Bevern
* take ioncore_bindings.lua of ion3 to lua 5.1
2006-05-18 23:06 UTC Tuomo Valkonen
tagged ion-3ds-20060519
2006-05-18 23:05 UTC Tuomo Valkonen
* Added new release notes.
2006-05-18 23:05 UTC Tuomo Valkonen
* Updated README.autoconf.
2006-05-18 23:01 UTC Tuomo Valkonen
* Added a few more backticks to RELNOTES and README.
2006-05-19 02:19 UTC Matthieu.Moy
* Use -lm and -ldl in the test for -llua
2006-05-18 13:21 UTC Tuomo Valkonen
* Markdownized README as well.
2006-05-18 13:04 UTC Tuomo Valkonen
* Small changes in RELNOTES for markdown processing for web.
2006-05-17 15:26 UTC Tuomo Valkonen
* Updated TODO.riot.
2006-05-17 16:51 UTC Matthieu.Moy
* bugfix in lua 5.1 + other usefull checks
The test for the liblua version was completely buggy. Sorry.
Tests added for other headers:
X11/SM/SMlib.h, X11/Xresource.h and libintl.h
(with error messages pointing to the name of Debian packages)
Test for xmessage (with a warning only, since ion can probably still
work without xmessage)
2006-05-17 13:39 UTC Matthieu.Moy
* Update configure.ac for lua 5.1
2006-05-16 18:39 UTC Sergej Pupykin
* sigusr2
Allows to create lua hook for SIGUSR2.
Can be usefull (for example) for status line changing from media player...
Usage example:
ioncore.get_hook("ioncore_sigusr2_hook"):add(
function(reg)
mod_statusbar.inform("status_name", "SIGUSR2 catched")
mod_statusbar.update()
end
)
2006-05-16 17:32 UTC Tuomo Valkonen
* README etc. updates.
2006-05-16 17:24 UTC Tuomo Valkonen
* Fixed string.gsub issues with Lua 5.1.
Lua 5.0:
"... If the value returned by this function is a string, then it is
used as the replacement string; otherwise, the replacement string is the
empty string."
Lua 5.1:
"If the value returned by the table query or by the function call is a string
or a number, then it is used as the replacement string; otherwise, if it is
false or nil, then there is no replacement (that is, the original match is
kept in the string)."
2006-05-16 16:20 UTC Tuomo Valkonen
* Few more missing table-iteration changes.
2006-03-24 00:19 UTC Etan Reisner
* lua5.1 incompatible changes
The _LOADED variable became package.loaded.
The contents of lualib were merged into lua itself, so remove -llualib from the build line.
Debian now uses pkg-config for the lua stuff not lua-config.
2006-03-24 00:09 UTC Etan Reisner
* lua5.1 backwards compatible changes
Whether intentional or not lua 5.1 no longer allows
tab={}
for k,v in tab do
...
end
and requires
for k,v in pairs(tab) do
...
end
instead.
2006-05-06 21:18 UTC Tuomo Valkonen
* Do not spew out stack traces all the time when warn() is called.
2006-04-26 17:49 UTC Tuomo Valkonen
* framed_transients is on by default now.
2006-04-26 17:45 UTC Tuomo Valkonen
* Added WFrame.toplevel and WMPlex.toplevel binding maps.
- These are not used by frames for transients.
- Changed the default bindings accordingly.
2006-04-22 16:08 UTC Tuomo Valkonen
* Added toggle for showing tab numbers.
- WFrame:set_numbers with the usual 'set'/'unset'/'toggle' parametrisation.
2006-04-20 19:19 UTC Tuomo Valkonen
* Removed obsolete references to -i18n flag.
2006-04-13 22:05 UTC Tuomo Valkonen
* The frame_add_last option had been broken.
- Since switching to use of placeholders for initial management
setup, the flag was no longer checked.
2006-04-02 19:36 UTC Tuomo Valkonen
* Added stuff for accessing regions with activity/urgency bit set.
2006-04-02 19:33 UTC Tuomo Valkonen
* Extended Mod1+K K binding.
- Go to first region demanding attention or previously active region:
"ioncore.activity_goto() or ioncore.goto_previous()".
2006-04-01 14:38 UTC Tuomo Valkonen
* Separated and cleaned up some stacking code from mod_floatws.
2006-03-31 18:14 UTC Tuomo Valkonen
* Changes in default_ws_type lookup.
2006-03-28 20:18 UTC Tuomo Valkonen
* Use SIZEPOLICY_FULL_BOUNDS for client windows in mplexes.
- Needed to communicate available area for transients.
2006-03-26 09:37 UTC Tuomo Valkonen
tagged ion-3ds-20060326
2006-03-23 16:15 UTC Tuomo Valkonen
* Included a TODO list.
The TODO.riot file has been created with the riot outliner available from
<http://iki.fi/tuomov/riot/>. The file is, however, just an mbox file, so
you can read it with your favourite threading mail user agent. For example:
mutt -f TODO.riot
2006-03-20 23:08 UTC Tuomo Valkonen
* Enforce win_gravity=NorthWestGravity for client windows.
- Fixes issues with OO.org's transients in framed mode.
2006-03-18 22:19 UTC Tuomo Valkonen
* Changes in default appmenu.
- Removed firefox (won't promote gtk shit).
- Added opera, konqueror, dillo, w3m, links, rxvt.
2006-03-18 12:58 UTC Tuomo Valkonen
* Ah, -Wl,-whole-archive is a better hack.
2006-03-18 12:48 UTC Tuomo Valkonen
* Link PWM also with the -u ptrlist_iter gcc lameness hack.
2006-03-17 20:49 UTC Tuomo Valkonen
* Some more winprop/sizepolicy changes.
2006-03-17 19:42 UTC Tuomo Valkonen
tagged ion-3ds-20060317
2006-03-17 10:22 UTC Tuomo Valkonen
* Oops. Previous change incomplete.
2006-03-17 10:07 UTC Tuomo Valkonen
* default_ws_type is no longer set by config files and could confuse things. Fixed.
2006-03-15 23:00 UTC Tuomo Valkonen
* Changes in look file fonts.
- Refer directly to -*-fixed-medium-r-normal-*-13-*-*-*-*-*-*-* as
the 'fixed' alias has problems with encodings.
2006-03-15 18:59 UTC Tuomo Valkonen
* Timer signal object passing to Lua side was broken.
(Weak typing...)
2006-03-15 18:23 UTC Tuomo Valkonen
* Changes in the set of configuration files.
- cfg_ion.lua now simply load cfg_ioncore.lua and cfg_modules.lua
with the default set of modules, and includes some of the most
commonly changed options commented-out. This deprecates cfg_user.lua
- cfg_menus.lua and cfg_bindings.lua are now cfg_ioncore.lua. This
better matches how things for different modules are in their own
files.
2006-03-12 12:29 UTC Tuomo Valkonen
* Embedded dock initilisation code had been broken. Fixed.
2006-03-11 09:05 UTC Tuomo Valkonen
* Oops. The stretch size policy used wrong variables.
2006-03-11 08:58 UTC Tuomo Valkonen
* Different query-menus use different history context.
2006-03-08 20:03 UTC Tuomo Valkonen
* Oops. The new client window code used wrong "llist" iterator.
This could cause segfaults.
2006-03-08 19:46 UTC Tuomo Valkonen
* Oops. Closing a transient had started warping to remaining transient(s).
2006-03-07 10:32 UTC Tuomo Valkonen
* Fixed binding lookup code to be able to deal with zero keycodes.
- This may happen if X keycode to keysym mapping is changed
while Ion is running.
2006-03-06 23:20 UTC Tuomo Valkonen
* Oops. If there were winprops set, SIZEPOLICY_DEFAULT was used for transients.
2006-03-05 13:44 UTC Tuomo Valkonen
tagged ion-3ds-20060305
2006-03-05 13:42 UTC Tuomo Valkonen
* 'ru' was missing from list of translations in po/Makefile.
2006-03-05 13:39 UTC Tuomo Valkonen
* frame_rqgeom_clientwin passes rqflags as-is.
2006-03-05 13:30 UTC Tuomo Valkonen
* SIZE_POLICY_FREE_GLUE is now properly used for transients.
2006-03-05 13:28 UTC Tuomo Valkonen
* Added -u ptrlist_iter linking hack to gcc/ld.
- Otherwise ptrlist.o from libtu won't get linked as it will no longer
used by the main binary, and thus the modules won't have access to it.
2006-03-05 10:59 UTC Tuomo Valkonen
* Improved free_glue and stretch size policies.
2006-03-02 18:49 UTC Tuomo Valkonen
* Added SIZEPOLICY_FREE_GLUE and other size policy code changes.
(TODO: client windows need to store state for this for transients.)
2006-02-26 16:25 UTC Tuomo Valkonen
* Client windows use the same (mplex) size policies for transients now.
2006-02-26 00:17 UTC Tuomo Valkonen
* Oops. MPlex attach code changes had broken mgd. region ordering on load.
2006-02-25 17:31 UTC Tuomo Valkonen
* Added some size policies with gravity.
2006-02-24 19:23 UTC Tuomo Valkonen
* Separated mplex size policy in new file, and independent of mplex.
2006-02-22 13:34 UTC Tuomo Valkonen
* Append '/' to submenu entries in query_menu.
2006-02-19 16:37 UTC Tuomo Valkonen
* Some mplex attach code cleanup.
2006-02-19 16:07 UTC Tuomo Valkonen
* Reduced usage of REGION_FIT_BOUNDS a little.
2006-02-19 00:41 UTC Tuomo Valkonen
* Updated dock to reflect previous mplex size policy changes.
2006-02-18 20:39 UTC Tuomo Valkonen
* Removed the WScratchpad class.
- Scratchpads are now simply normal WFrames with MPLEX_SIZEPOLICY_FREE.
2006-02-18 20:31 UTC Tuomo Valkonen
* Added WMPlex managed region size policy support.
2006-02-18 18:53 UTC Tuomo Valkonen
* Fixed "./" being included in completed file name in query_exec.
- Also brought mod_query.popen_completions documentation up-to-date.
2006-02-15 07:29 UTC Tuomo Valkonen
* Fixed load_hint.
- Stupid unsafe dynamically-typed languages...
2006-02-12 16:03 UTC Tuomo Valkonen
* Let's call it statusbar_ instead of status_ after all...
2006-02-12 15:59 UTC Tuomo Valkonen
* Oops. Should check for sb meter value being null when shortening it.
2006-02-12 15:30 UTC Tuomo Valkonen
* mod_statusbar tries to load scripts before falling back to statusd.
- If status_foobar(.lua|.lc) is found on the search path, -m foobar
is not passed to ion-statusd.
2006-02-12 15:19 UTC Tuomo Valkonen
* Added region_activity_hook.
- Called when the activity flag of a region is changed with the
region as parameter.
2006-02-12 15:07 UTC Tuomo Valkonen
* Framed transients' size requests get handled now.
2006-02-11 15:35 UTC dev at triphoenix.de
* completefile-groupexec
Although ion-completefile does check if any matching executable is
world-executable or user-executable, it doesn't check for
group-executable. This is problematic for example on systems, where
games are installed with r-xr-x--- and root:games (which seems to be a
common method). This introduces a check for the group id, basically it
gets all groups for the current user and checks if any of them is
applicable. This is only done when the user and world checks already
have failed and the group-executable bit is set.
2006-02-08 07:42 UTC Tuomo Valkonen
* ion-statusd catches SIGCHLD.
2006-02-07 21:37 UTC Tuomo Valkonen
* Improved comments in cfg_statusbar.lua.
2006-02-06 20:56 UTC Tuomo Valkonen
* Changed query_menu title transformation.
* Lua's regexp routines don't understand utf-8 or other multibyte encodings.
* TODO: conversion to lower case of non-ascii letters.
2006-02-01 18:05 UTC Vassily Leushin
* russian_locale
2006-01-29 15:27 UTC Tuomo Valkonen
* Statusbar meter template is respected as maximum size for meter.
2006-01-25 23:57 UTC Tuomo Valkonen
* Added dummy gettext hack for those labels.
2006-01-25 23:54 UTC Tuomo Valkonen
* Added context menu label support.
2006-01-25 16:30 UTC Tuomo Valkonen
* Do not try to resize the statusbar unnecessarily.
2006-01-21 23:47 UTC ludal at logilab.fr
* fixes random segfaults
With ion-3ds-20060107 I see random segfaults I can reproduce navigating
some website with galeon. This patch seems to fix the problem (and the
original code looked wrong)
2006-01-21 21:35 UTC Tuomo Valkonen
* Oops. A function wasn't marked local.
2006-01-21 20:57 UTC Tuomo Valkonen
* Oops. Counter wasn't incremented in statusbar list building.
2006-01-20 21:16 UTC Tuomo Valkonen
* Updated/fixed PWM bindings configuration.
2006-01-20 17:36 UTC Tuomo Valkonen
* Statusbar uses PtrLists instead of ObjLists.
(Stuff gets removed from ObjLists before the manager's removal handler
is called.)
2006-01-19 19:24 UTC Etan Reisner
* Use the table values we are iterating over.
2006-01-14 20:10 UTC Tuomo Valkonen
* Previous completion behaviour change broke something..
2006-01-11 17:12 UTC Tuomo Valkonen
* Fixed a problem in statusbar winprop usage.
|
|
|
|
|
|
|
|
|
|
Fish Fillets NG - 0.7.3
* Fixed missing n_selected.png. It is not needed any more.
Fish Fillets NG - 0.7.2
* Experimental support for RTL texts
* Tab/Enter are usable on worldmap
* Flags show language tips
* Lua is statically linked again
Fish Fillets NG - 0.7.1
* Spanish translation
* Dutch translation
* minor bug fixes (default speech, mingw32 build)
Fish Fillets NG - 0.7.0
* Italian translation
* Polish translation
* correction of English dialogs
* step counter color depends on active fish
* options menu is refreshed when lang is changed
* added menu to choose speech ("cs" or "none")
* enabled speech=cs as default
* fixed fullscreen on win32
* updated halloffame score (thanks to many)
Fish Fillets NG - 0.6.1
* fixed crash with empty lang
|
|
Other changes unknown.
|
|
|
|
Changes:
* Changes from version 5.0 to 5.1
-------------------------------
Language:
+ new module system.
+ new semantics for control variables of fors.
+ new semantics for setn/getn.
+ new syntax/semantics for varargs.
+ new long strings and comments.
+ new `mod' operator (`%')
+ new length operator #t
+ metatables for all types
API:
+ new functions: lua_createtable, lua_get(set)field, lua_push(to)integer.
+ user supplies memory allocator (lua_open becomes lua_newstate).
+ luaopen_* functionst must be called through Lua.
Implementation:
+ new configuration scheme via luaconf.h.
+ incremental garbage collection.
+ better handling of end-of-line in the lexer.
+ fully reentrant parser (new Lua function `load')
+ better support for 64-bit machines.
+ native loadlib support for Mac OS X.
+ standard distribution in only one library (lualib.a merged into lua.a)
|
|
version 1.4.8.
|
|
Changes since version 1.4.7:
- A security fix for CVE-2006-4019
- A collection of bugfixes
|
|
|
|
|
|
|
|
|
|
2006-07-09 Sergey Poznyakoff <gray@gnu.org.ua>
* THANKS: Add Louis Bertrand.
2006-06-12 Sergey Poznyakoff <gray@gnu.org.ua>
* src/output.c (set_level_mark): Fix allocation condition
(output): Remove erroneous initialization of level_mark.
2006-03-15 Sergey Poznyakoff <gray@gnu.org.ua>
Fix bug spotted by Jerry St.Clair: incorrect handling of
global/static and static/static name clashes.
* src/parser.c (declare): Do not report name clashes
if a static symbol overrides another static or global.
(add_reference): Do not refer to static symbols if
-i^s was used.
* src/symbol.c: Change organization of the symbol table: the
table entry contains struct table_entry, which contains a pointer
to the head of the symbol list associated with the entry. Thus,
deletions from the table can be handled in a more natural manner.
All functions changed to reflect the change.
(unlink_symbol): New function.
(delete_symbol): Rewritten using unlink_symbol
(delete_statics): always call static_processor
* THANKS: Add Jerry St.Clair.
* tests/Makefile.am: Add hiding.at, multi.at
* tests/testsuite.at: Likewise.
* tests/hiding.at: New testcase
* tests/multi.at: New testcase
* tests/fdecl.at, tests/funcarg.at, tests/include.at,
tests/nfarg.at, tests/nfparg.at, tests/parm.at,
tests/ssblock.at: Uniformly begin AT_SETUP text with a lowercase
letter.
2005-11-03 Sergey Poznyakoff <gray@gnu.org.ua>
* build-aux/bootstrap: If file `.bootstrap' exists in the cwd and is
readable, prepend its contents to the command line
* src/parser.c (dcl): Fix bug introduced 2005-03-22
* tests/nfarg.at: New test.
* tests/nfparg.at: New test.
* tests/Makefile.am: Add new tests.
* tests/testsuite.at: Likewise
* configure.ac: Raise version number to 1.1
* NEWS: Likewise
* THANKS: Add Shigio YAMAGUCHI.
2005-10-19 Sergey Poznyakoff <gray@gnu.org.ua>
* README: Minor fixes.
* build-aux/gnulib.modules (snprintf): Add module
2005-10-15 Sergey Poznyakoff <gray@gnu.org.ua>
* THANKS: Add Nelson Beebe.
* tests/atlocal.in: Make sure unsetting POSIXLY_CORRECT does not
produce an error.
* tests/version.at: Fix displaying version warning
* po/pl.po,po/uk.po: Updated translations.
2005-10-05 Sergey Poznyakoff <gray@gnu.org.ua>
* src/cflow.h,src/main.c,src/parser.c,src/posix.c
(omit_symbol_name_option): Rename to omit_symbol_names_option.
* src/cflow.h (newline): New prototype
* src/parser.c: Minor fixes
* src/symbol.c: Minor fixes
* doc/cflow.texi: Updated. Mention cflow2vcg and vcg tools.
* src/cflow.h (enum symbol_flag): New type
(struct symbol): Replace `int temp' with `enum symbol_flag flag'
(delete_parms,move_parms): New functions
* src/main.c: Rename --omit-symbol-name to --omit-symbol-name for
consistency.
* src/parser.c: Fix handling of function formal parameters:
(parm_level): New variable
(struct symbol): Replace `int temp' with `enum symbol_flag flag'
(delete_parms,move_parms): New functions
* src/main.c: Rename --omit-symbol-name to --omit-symbol-name for
consistency.
* src/parser.c: Fix handling of function formal parameters:
(parm_level): New variable
(parse_declaration): Call delete_parms
(maybe_parm_list): Keep track of the parameter nesting level.
(func_body): Call move_parms
(declare): Special handling for parameters.
* src/symbol.c (install): Initialize sym->flag
(temp_processor): Use s->flag
(delete_parms,move_parms): New functions
* tests/parm.at: New testcase
* tests/Makefile.am: Add parm.at
* tests/testsuite.at: Likewise
2005-10-04 Sergey Poznyakoff <gray@gnu.org.ua>
* doc/cflow.texi: Fix posix output
* src/parser.c (parse_struct): Removed function
* src/cflow.h (omit_arguments_option,omit_symbol_name): New
options.
* src/main.c: Likewise.
* src/parser.c (save_stack): Rewritten. Save only stack positions,
do not create character string
(undo_save_stack,finish_save_stack): New functions
(finish_save): Removed
* src/posix.c (print_symbol_type): Updated to match new
finish_save_stack strategy.
|
|
|
|
thrulay-0.8 release notes
Linux compatibility release; fixes problems with compiling the
software on some flavors of Linux.
thrulay-0.7 release notes
This release incorporates the results of the work of Bernhard Lutzmann
on his Google Summer of Code project.
|
|
- call fchown on tty
- Rename log() to log_msu() to avoid compiler warning
- switch dist to .tbz from .tgz
|
|
|
|
|
|
11/08/2006 - UFRaw-0.9.1 released, based on DCRaw v8.29.
* Recognize Sony's *.arw file type.
* Redirect exiv2 warnings from the terminal to the log.
* Fix build for some build environments (libjpeg errors).
* Treat Minolta's Alpha and Maxxum models as the Dynax model for WB presets.
03/08/2006 - UFRaw-0.9 released, based on DCRaw v8.28.
* Display EXIF data in user interface.
* Add darkframe subtraction option.
* More conservative highlight unclipping.
* Support filenames in URI format.
* Some bug corrections.
|
|
all the time at least on DragonFly. Move some inline functions around
so that they exist before they are used, avoiding compilation errors
on DragonFly where -fno-unit-at-a-time is disable by default.
|
|
qdbm-1.8.68, uim-1.2.1, wwwoffle-2.9a, xdialog-2.3.0.
|
|
files from xorg-libs.
|
|
|
|
|
|
|
|
|
|
bzr 0.9.0 2006-08-11
SURPRISES:
* The hard-coded built-in ignore rules have been removed. There are
now two rulesets which are enforced. A user global one in
~/.bazaar/ignore which will apply to every tree, and the tree
specific one '.bzrignore'.
~/.bazaar/ignore will be created if it does not exist, but with
a more conservative list than the old default.
This fixes bugs with default rules being enforced no matter what.
The old list of ignore rules from bzr is available by
running 'bzr ignore --old-default-rules'.
(Robert Collins, Martin Pool, John Arbash Meinel)
* 'branches.conf' has been changed to 'locations.conf', since it can apply
to more locations than just branch locations.
(Aaron Bentley)
IMPROVEMENTS:
* The revision specifier "revno:" is extended to accept the syntax
revno:N:branch. For example,
revno:42:http://bazaar-vcs.org/bzr/bzr.dev/ means revision 42 in
bzr.dev. (Matthieu Moy)
* Tests updates to ensure proper URL handling, UNICODE support, and
proper printing when the user's terminal encoding cannot display
the path of a file that has been versioned.
``bzr branch`` can take a target URL rather than only a local directory.
Branch.get_parent()/set_parent() now save a relative path if possible,
and normalize the parent based on root, allowing access across
different transports. (John Arbash Meinel, Wouter van Heyst, Martin Pool)
(Malone #48906, #42699, #40675, #5281, #3980, #36363, #43689,
#42517, #42514)
* On Unix, detect terminal width using an ioctl not just $COLUMNS.
Use terminal width for single-line logs from ``bzr log --line`` and
pending-merge display. (Robert Widhopf-Fenk, Gustavo Niemeyer)
(Malone #3507)
* On Windows, detect terminal width using GetConsoleScreenBufferInfo.
(Alexander Belchenko)
* Speedup improvement for 'date:'-revision search. (Guillaume Pinot).
* Show the correct number of revisions pushed when pushing a new branch.
(Robert Collins).
* 'bzr selftest' now shows a progress bar with the number of tests, and
progress made. 'make check' shows tests in -v mode, to be more useful
for the PQM status window. (Robert Collins).
When using a progress bar, failed tests are printed out, rather than
being overwritten by the progress bar until the suite finishes.
(John Arbash Meinel)
* 'bzr selftest --benchmark' will run a new benchmarking selftest.
'bzr selftest --benchmark --lsprof-timed' will use lsprofile to generate
profile data for the individual profiled calls, allowing for fine
grained analysis of performance.
(Robert Collins, Martin Pool).
* 'bzr commit' shows a progress bar. This is useful for commits over sftp
where commit can take an appreciable time. (Robert Collins)
* 'bzr add' is now less verbose in telling you what ignore globs were
matched by files being ignored. Instead it just tells you how many
were ignored (because you might reasonably be expecting none to be
ignored). 'bzr add -v' is unchanged and will report every ignored
file. (Robert Collins).
* ftp now has a test server if medusa is installed. As part of testing,
ftp support has been improved, including support for supplying a
non-standard port. (John Arbash Meinel).
* 'bzr log --line' shows the revision number, and uses only the
first line of the log message (#5162, Alexander Belchenko;
Matthieu Moy)
* 'bzr status' has had the --all option removed. The 'bzr ls' command
should be used to retrieve all versioned files. (Robert Collins)
* 'bzr bundle OTHER/BRANCH' will create a bundle which can be sent
over email, and applied on the other end, while maintaining ancestry.
This bundle can be applied with either 'bzr merge' or 'bzr pull',
the same way you would apply another branch.
(John Arbash Meinel, Aaron Bentley)
* 'bzr whoami' can now be used to set your identity from the command line,
for a branch or globally. (Robey Pointer)
* 'bzr checkout' now aliased to 'bzr co', and 'bzr annotate' to 'bzr ann'.
(Michael Ellerman)
* 'bzr revert DIRECTORY' now reverts the contents of the directory as well.
(Aaron Bentley)
* 'bzr get sftp://foo' gives a better error when paramiko is not present.
Also updates things like 'http+pycurl://' if pycurl is not present.
(John Arbash Meinel) (Malone #47821, #52204)
* New env variable BZR_PROGRESS_BAR, sets the default progress bar type.
Can be set to 'none' or 'dummy' to disable the progress bar, 'dots' or
'tty' to create the respective type. (John Arbash Meinel, #42197, #51107)
* Improve the help text for 'bzr diff' to explain what various options do.
(John Arbash Meinel, #6391)
* 'bzr uncommit -r 10' now uncommits revisions 11.. rather than uncommitting
revision 10. This makes -r10 more in line with what other commands do.
'bzr uncommit' also now saves the pending merges of the revisions that
were removed. So it is safe to uncommit after a merge, fix something,
and commit again. (John Arbash Meinel, #32526, #31426)
* 'bzr init' now also works on remote locations.
(Wouter van Heyst, #48904)
* HTTP support has been updated. When using pycurl we now support
connection keep-alive, which reduces dns requests and round trips.
And for both urllib and pycurl we support multi-range requests,
which decreases the number of round-trips. Performance results for
``bzr branch http://bazaar-vcs.org/bzr/bzr.dev/`` indicate
http branching is now 2-3x faster, and ``bzr pull`` in an existing
branch is as much as 4x faster.
(Michael Ellerman, Johan Rydberg, John Arbash Meinel, #46768)
* Performance improvements for sftp. Branching and pulling are now up to
2x faster. Utilize paramiko.readv() support for async requests if it
is available (paramiko > 1.6) (John Arbash Meinel)
BUG FIXES:
* Fix shadowed definition of TestLocationConfig that caused some
tests not to run. (#32587, Erik Bågfors, Michael Ellerman,
Martin Pool)
* Fix unnecessary requirement of sign-my-commits that it be run from
a working directory. (Martin Pool, Robert Collins)
* 'bzr push location' will only remember the push location if it succeeds
in connecting to the remote location. (#49742, John Arbash Meinel)
* 'bzr revert' no longer toggles the executable bit on win32
(#45010, John Arbash Meinel)
* Handle broken pipe under win32 correctly. (John Arbash Meinel)
* sftp tests now work correctly on win32 if you have a newer paramiko
(John Arbash Meinel)
* Cleanup win32 test suite, and general cleanup of places where
file handles were being held open. (John Arbash Meinel)
* When specifying filenames for 'diff -r x..y', the name of the file in the
working directory can be used, even if its name is different in both x
and y.
* File-ids containing single- or double-quotes are handled correctly by
push. (#52227, Aaron Bentley)
* Normalize unicode filenames to ensure cross-platform consistency.
(John Arbash Meinel, #43689)
* The argument parser can now handle '-' as an argument. Currently
no code interprets it specially (it is mostly handled as a file named
'-'). But plugins, and future operations can use it.
(John Arbash meinel, #50984)
* Bundles can properly read binary files with a plain '\r' in them.
(John Arbash Meinel, #51927)
* Tuning iter_entries() to be more efficient (John Arbash Meinel, #5444)
* Lots of win32 fixes (the test suite passes again).
(John Arbash Meinel, #50155)
* Handle openbsd returning None for sys.getfilesystemencoding() (#41183)
* Support ftp APPE (append) to allow Knits to be used over ftp (#42592)
* Removals are only committed if they match the filespec (or if there is
no filespec). (#46635, Aaron Bentley)
* smart-add recurses through all supplied directories
(John Arbash Meinel, #52578)
* Make the bundle reader extra lines before and after the bundle text.
This allows you to parse an email with the bundle inline.
(John Arbash Meinel, #49182)
* Change the file id generator to squash a little bit more. Helps when
working with long filenames on windows. (Also helps for unicode filenames
not generating hidden files). (John Arbash Meinel, #43801)
* Restore terminal mode on C-c while reading sftp password. (#48923,
Nicholas Allen, Martin Pool)
* Timestamps are rounded to 1ms, and revision entries can be recreated
exactly. (John Arbash Meinel, Jamie Wilkinson, #40693)
* Branch.base has changed to a URL, but ~/.bazaar/locations.conf should
use local paths, since it is user visible (John Arbash Meinel, #53653)
* ``bzr status foo`` when foo was unversioned used to cause a full delta
to be generated (John Arbash Meinel, #53638)
* When reading revision properties, an empty value should be considered
the empty string, not None (John Arbash Meinel, #47782)
* ``bzr diff --diff-options`` can now handle binary files being changed.
Also, the output is consistent when --diff-options is not supplied.
(John Arbash Meinel, #54651, #52930)
* Use the right suffixes for loading plugins (John Arbash Meinel, #51810)
* Fix Branch.get_parent() to handle the case when the parent is not
accessible (John Arbash Meinel, #52976)
XXX: 5 self tests fail, see
https://launchpad.net/products/bzr/+bug/56290
|
|
host monkeybyte.org[69.16.221.13] said: 550-"The
recipient cannot be verified. Please check all recipients of this 550
message to verify they are valid." (in reply to RCPT TO command)
|
|
|
|
version 0.5.1:
- Fixed broken symlink problem in plugins/tta/Makefile.am
- Don't write files/directories with leading dots. (#1427)
- Added SetNotifyCallback to the Python bindings.
|
|
|
|
|
|
interfaces to various Unix configuration files. The objective is to free the
system administrator from dealing with the trivial formatting details of the
files, and allow him or her to concentrate on the information therein.
|
|
Added security/p5-String-Random version 0.21
Added security/p5-Crypt-PasswdMD5 version 1.3
|
|
|