Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
has been added as a separate package (proj-doc-1.0).
Changes in proj:
4.4.7 Release Notes
-------------------
o Added NTv2 (.gsb) grid shift file support.
o Modified datum shift support so that data file data is only loaded if
needed. Also added 'null' grid as a fallback option, and support for
making grids optional (prefix with '@' in +nadgrids).
o Regenerated nad/epsg file with towgs84 parameters for non-greenwich prime
meridians.
o Updated nad/esri file with better generated form from Paul Ramsey.
o Various bug fixes.
4.4.6 Release Notes
-------------------
o Incorporated new lcca (Lambert Conformal Conic Alternate) projection from
Gerald.
o Updated 'espg' translation file for EPSG 6.2.2 with better support for
prime meridians.
o Added Prime Meridians via +pm command switch to cs2cs (and pj_transform).
o Fixed bug with 7 parameter transforms.
o Added 'esri' pseudo-epsg coordinate system file.
o Cleanup so that PROJ.4 compiles clean as C++ code.
o Added pj_get_def() to expand definitions of stuff like +init clauses.
o Added a Krovak implementation (proj=krov). Note this may change again
in the next release.
|
|
|
|
|
|
|
|
|
|
|
|
- o gimageview-0.2.22 [pkg/21851]
- o gimageview-0.2.23
- o qvwm-1.1.12 [pkg/21935]
- o sipcalc-1.1.2 [pkg/21846]
- o waputils-1.3.2a [pkg/22076]
|
|
* get rid of USE_X11BASE
1.1.11 -> 1.1.12
----------------
1. Fix the bug that qvwm sometimes crashes if sound is enabled at exit.
2. Fix the bug that a close button does not disappear and a maximize
button disappears when you set NO_BUTTON3 to an application.
3. Fix the bug that the CPU utilization becomes 100% after you send a
remote command to qvwm.
4. Enable to send a remote command like QVWM_RESTORE to certain window.
5. Eanble to change spacing between short cut icons using
IconHorizontalSpacing and IconVerticalSpacing.
6. Add german.qvwmrc, portuguese.qvwmrc, and italian.qvwmrc.
7. Fix the bug that a part of a menu is left on the screen after you
execute a command from the menu.
8. Add QVWM_TOGGLE_{FOCUS, BORDER, BORDER_EDGE, BUTTON1, BUTTON2, BUTTON3,
CTRLBTN, TBUTTON, TITLE}.
|
|
Add the "if-exists" specs function. Enables the addition of crti.o
and crtn.o to the executable if they exist. This fixes these packages
on systems running -current.
|
|
Changes:
Version-0.2.23
* Fixed clash bug of slideshow.
* Plugged memory leak of JPEG loader.
* Other minor fixes.
Version-0.2.22
* Added automatic rotation by EXIF data.
(contributed from Frank Fischer <frank_fischer@gmx.de>. Thanks!)
* Fixed detecting file name extension as case insensitive.
(Thanks! > Ricky Faulstich <Ricky@Faulstich.com>)
* Fixed typo (Thanks! > Ricky Faulstich <Ricky@Faulstich.com>)
Version-0.2.21
* Fixed compile error.
Version-0.2.20
* Image loaders, IO streamers, Image View and Thumbnail View Embders now
are implemented as plugin.
* Now GImageView can be compiled against linux-fb backend of Gtk+-2.0 by
"--with-gtk2=gtk+-linux-fb-2.0" configure opotion.
* Merged Cygwin patch provided by Masahiro Sakai. Now GImageView can be
compiled on Cygwin.
* Added some key binding to directory view on thumbnail window.
CTRL + Cursor Left
CTRL + Cursor Up: Change top directory to parent
CTRL + Cursor Right
CTRL + Cursor Down: Change top directory to selected
* "Thumbnail 2" mode has been renamed to "Album" mode.
* Added a key binding to "Album" mode.
SHIFT + Cursor: select the fucesed image and open it.
* Modified directory list preference to make it easy.
* "Load thumbnails recursively in one tab" can be attached to mouse
button.
* Now gimv doesn't zoom in by default when fit to frame automatically.
* JPEG loader is added. Most of its codes are taken from libgnome-ui.
Creating JPEG thumbnails are much faster than GdkPixbuf.
* Added "Slideshow (selected)" and "Slideshow (from the selected)".
* Now you can override MPlayer options by
$(datadir)/gimageview/mplayerrc.
* Enabled to play audio with visualizer
(Visualizer feature is supported by Xine view only).
* Set focus to the suitable thumbnail when files are deleted.
* Added rotation indicator in toolbar of image window.
* Two new duplicates finders are added. One is "md5sum" and another one
is "File Size".
* Clash bug of Xine view has been fixed.
* Other minor fixes.
|
|
|
|
|
|
|
|
Changes:
2003-03-09 Gisle Aas <gisle@ActiveState.com>
Release 2.24
Don't let the $^W test get confused by lexical warnings.
Sync up with bleadperl; safer patchlevel include.
2003-01-18 Gisle Aas <gisle@ActiveState.com>
Release 2.23
Override INSTALLDIRS for 5.8 as suggested by
Guido Ostkamp <Guido.Ostkamp@t-online.de>.
|
|
Kobo Deluxe (formerly SKobo) is an SDL port of Akira Higuchi's game XKobo.
It adds sound, smoother animation, filtered high resolution support, a more
intuitive menu driven user interface, joystick support and other features,
and runs on most of the major operating systems.
|
|
|
|
* It adds support for the ME102, a Netgear AP.
|
|
|
|
|
|
|
|
|
|
|
|
Changes:
- grepmail is now orders of magnitude faster for mailboxes which have very
large (>30MB) emails in them
- "grep" is now used to find the start of emails, if it is installed. For
mailboxes with large emails in them, this can speed things up by about 5x.
- Reduced memory consumption by about 3 times.
- -- now marks the end of options and the beginning of folders (Thanks to
Reuben Thomas <rrt@sc3d.org> for the idea.)
- -f now reads patterns from a file like GNU grep does. (Feature suggestion by
Darxus@chaosreigns.com)
- Added smail compatibility. (Thanks to Roy <qroy@ghg.net> for the patch.)
- The "**" prefix on warnings has been changed to "grepmail:"
- Date specifications without times (e.g. "today") are interpreted as midnight
of the given day instead of the current time of that day. (Bugfix and
initial patch by Reuben Thomas <rrt@sc3d.org>.)
- Fixed -i when used with -Y--it was always case sensitive. (Bugfix by Michael
C. Toren <mct@toren.net>)
- Updated t/functionality.t to avoid running gzip-related test cases when gzip
is not installed on the system.
- Improved some error messages so that they prepend "grepmail: " as they
should
- Cleaned up some warnings about ambiguous hash values (Thanks to Philip
Douglass <philipsd@sf.net> for pointing them out in a bug report.)
- Added a warning about the version of perl required for new pattern features
(Thanks to Philip Douglass <philipsd@sf.net> for the bug report.)
- -t flag is now -j
- Fixed broken Gnus support
- Improved test case for Gnus
|
|
|
|
|
|
* Changes since 1.2.0-beta5
** command return status
If a command the user executed (with the exec command) returns with a
non-zero exit status, the command and exit status are reported in a
message.
* Changes since 1.2.0-beta4
** new commands unmanage and clrunmanaged
Instead of editing conf.h you can use these commands to dynamically
add (and clear) the unmanaged window list.
* Changes since 1.2.0-beta3
** new command line argument --screen
Now you can specify the screen you want to manage. By default
ratpoison manages all screens on the display.
** new command line argument --display
Now you can specify the display to connect to.
|
|
|
|
|
|
|
|
Changelog:
1.8.3 (Feb 6, 2003)
- Lots of new signatures
- URL's for papers and sites with information on fingerprinting.
- Information on the windows/Cygwin port. .exe for 1.8.3 will
show up soon.
1.8.2.2 (May 13, 2002)
- Rechecked version numbers. (Bill)
- Mysql cleanup and integration
- Mysql quickstart (Marion)
1.8.2.1 (May 12, 2002)
- Mysql Support Added (Evrim ULU <evrim@core.gen.tr>)
- FPS Buffer Length increased from 120 to 150 (Evrim)
- p0f-mysql.conf config file added for mysql connectivity (Evrim)
- parser for p0f.fp was corrected. It was including
wwww:ttt: ... line in the comments. (Evrim)
- mysql/db.sql file is included for creation of db tables (Evrim)
- Makefile.mysql is added - no gnu autoconf support yet. (Evrim)
- New RedHat 7.0 Beta Fischer FP added. (Evrim)
- Max fingerprints raised to 5000 for the moresigs project. (Bill)
|
|
No changelog available, but it's mostly bugfixes and improvements :)
|
|
|
|
Mostly bugfixes; full list of changes available in README file in tarball
(in Polish).
|
|
* Changed stuff around to be compatible with newer version of autoconf.
* Updated ipv6 reverse dns output to use the domain ip6.arpa instead of
ip6.int, thanks to M?ns Nilsson for bringing this to my attention.
* Change license from GPL to BSD, see COPYING for details.
|
|
|
|
|
|
Fix date for previous entry (it's still day 11 according to UTC).
|
|
PAG is a ncurses based game that allows you to create your own
maps and play with them, it have few features like moving-platforms,
enemies, and few rules to open/close doors, items like air, life
points, jump, etc.
|
|
|