Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
-N" dependency graph.
|
|
-----------------------------------------------
Changes since last release
==========================
- Added infrastructure for translations (David Planella)
- Fixed some compiler warnings (Carlos Garnacho)
Translations
============
- fr (Claude Paroz)
- it (Luca Ferreti)
- es (Jorge Gonzalez)
- pt_BR (Leonardo Ferreira Fontenelle)
- ca (David Planella)
- el (Fotis Samis, Simos Xenitellis)
- hu (Kelemen Gábor)
- sl (studko)
- zh_CN (Ray Wang)
- da (Kenneth Nielsen)
- he (Marik Krapivner)
- plus a bunch from rossetta...
|
|
|
|
|
|
Fix k3b to actually do that (rather than 15,0,0).
|
|
|
|
|
|
This should fix PR pkg/42439 by Lloyd Parkes.
|
|
|
|
|
|
Erase harddisk partitions in a very secure manner (35-pass pattern
overwrite with patterns for all encoding schemes). Also supports
overwrite with random data. Can erase whole disks or slices only.
Homepage at http://neb-stoehr.sourceforge.net
|
|
package directory and older versions.
|
|
|
|
|
|
|
|
this switches to the gnome-2.28 release branch
|
|
this switches to the gnome-2.28 release branch
|
|
Based on patch by markand@malikania.org on pkgsrc-users, but with
a crucial missing line added.
|
|
* user-destdir support
|
|
* set LICENSE=gnu-gpl-v2
|
|
2.01.01a69:
All:
- Support for 64 Bit compilation was added for IRIX.
Call smake CCOM=cc64 or smake CCOM=gcc64 as usual.
- C++ compilation support fior IRIX was added to the makefile system
- Schily Makefile rules no longer contain Simple Suffix Rules.
All default rules are now based on Pattern Matching Rules.
This speeds up smake.
- Added autoconf test to distinct Linux ACLs from IRIX ACLs
Libschily:
- Removed some GCC warnings from libschily/getargs.c
Libfind:
- let libfind deal with the differences between Linux ACLs and IRIX ACLs
Libscg:
- Removed some GCC warnings from libscg/scsi-sgi.c
Cdrecord:
- Work around a bug in the firmware from drives
developed by PIONEER in November 2009. This affects
drives labelled "Pioneer", "Plextor" and "TEAC".
Do no longer call cdr_buffer_cap() before the drive
buffer was not at least filled once to avoid that
the the drive throughs away all data.
- Man page reworked
Cdda2wav (Maintained/enhanced by J
- Man page reworked
- Removed some (int) casts before the SNDCTL_DSP_* ioctl()s
Readcd:
- Man page reworked
Scgcheck:
- Man page reworked
Btcflash:
- Man page reworked
Mkisofs (Maintained/enhanced by J
- Various Cstyle changes
2.01.01a68:
All:
- VMS rules for libraries not create an archive XXX.olb instead of libXXX.a
- schily/utypes.h enhanced to allow to define maxint_t which is
missing on VMS
- Better autoconf test for union wait vs. int for platforms that
define union wait but use int as wait() parameter.
- schily/vfork.h now includes unistd.h as the related definitions
are there on Solaris
- Fixed a configure bug with opendir() inherited from GNU autoconf
- Enhanced the vfork() autoconf test to avoid a hang on VMS
Libschily:
- libschily/spawn.c now uses vfork()
- libschily/fexec.c now supports IO redirection on VMS
Libparanoia (Ported/enhanced by J
- Some #define inline definitions removed as "inline" is already
handled by schily/mconfig.h
Libfind:
- Fixed a typo in idcache.c
Libfile:
- Some changes for better VMS support
Libhfs_iso:
- Removed a warning from the HP-UX C-compiler about a possible endless loop
Libsiconv:
- Add the VMS C-compiler to the list of exceptions for not fully C99 compliant
compilers to allow compilation.
Libscg:
- changed a include path in libscg/scsi-mac-iokit.c to allow
compilation on "Snow Leopard"
Cdrecord:
- Added a workaround for a firmware oddity with DVD+RW on
'_NEC ' 'DVD_RW ND-3500AG' with media written from other drives.
Cdda2wav (Maintained/enhanced by J
- Added a forgotten modification in ringbuff.c that caused an abort due to
a wrong assert() condition.
Mkisofs (Maintained/enhanced by J
- Fixed a bug (writing to stdout instead of stderr) recently introduced with better
RR recognition support.
- "isoinfo" now supports iconv() based locales for Joliet.
|
|
|
|
Robert Elz in PR 42083.
bsd.own.mk tags "all" with .NOTMAIN, so including bsd.own.mk before
defining "all" causes it to be skipped in favor of whatever comes next
in the makefile. Hack around this by putting "all:;" at the top.
I can't *really* test it because the syscalls script blows its mind if
given a NetBSD 5.x syscalls.master file.
|
|
================
Version 2.28.0.1
================
libmenu
* Fix sorting of menu items during merge to actually work (and not
crash) (Frédéric Crozat)
Python
* Link the python module to libpython (Frédéric Crozat, Vincent)
==============
Version 2.28.0
==============
Translators
* Amitakhya Phukan (as)
* Petr Kovar (cs)
* Peter Bach (da)
* Philip Withnall (en_GB)
* Rajesh Ranjan (hi)
* Luca Ferretti (it)
* Shankar Prasad (kn)
* Gintautas Miliauskas (lt)
* Rajesh Ranjan (mai)
* Peter Ani
* Sandeep Shedmake (mr)
* Nils-Christoph Fiedler (nds)
* A S Alam (pa)
* Adi Roiban (ro)
* Matej Urbančič (sl)
* Daniel Nylander (sv)
* Krishna Babu K (te)
* Baris Cicek (tr)
* Maxim Dziumanenko (uk)
* Chao-Hsiung Liao (zh_HK)
* Chao-Hsiung Liao (zh_TW)
===============
Version 2.27.92
===============
This releases features new API that applications can use to display the full
name contained in .desktop files that is now in the X-GNOME-FullName key. If an
application chooses to use this, then it should set the sort key so that
.desktop files are correctly sorted.
libmenu
* Add gmenu_tree_entry_get_display_name() API (Vincent)
This will return X-GNOME-FullName if available, and fallback to Name.
* Add gmenu_tree_get_sort_key()/gmenu_tree_set_sort_key() (Vincent)
The default sort key is still Name. Users of
gmenu_tree_entry_get_display_name() should use
gmenu_tree_set_sort_key().
Python
* Bind new API (Vincent)
* Add missing bindings for gmenu_tree_entry_get_generic_name() (Vincent)
Menu Editor
* Remove deprecated Encoding key from desktop file (Frédéric Péters)
* Use display name instead of name (Vincent)
Translators
* Khaled Hosny (ar)
* Alexander Shopov (bg)
* Runa Bhattacharjee (bn_IN)
* Denis (br)
* Mario Blättermann (de)
* Iñaki Larrañaga Murgoitio (eu)
* Claude Paroz (fr)
* Seán de Búrca (ga)
* Anton Meixome (gl)
* Sweta Kothari (gu)
* Gabor Kelemen (hu)
* Francesco Marletta (it)
* Takayuki KUSANO (ja)
* Changwoo Ryu (ko)
* Kjartan Maraas (nb)
* Mario Blättermann (nds)
* Manoj Kumar Giri (or)
* Tomasz Dominikowski (pl)
* Duarte Loreto (pt)
* Krix Apolinário (pt_BR)
* Горан Ракић (sr)
* Goran Rakić (sr@latin)
* Dr.T.Vasudevan (ta)
* Theppitak Karoonboonyanan (th)
* 甘露 (Lu Gan) (zh_CN)
==============
Version 2.27.5
==============
Misc
* Use silent-rules with automake 1.11 (Vincent)
Translators
* Ilkka Tuohela (fi)
==============
Version 2.27.4
==============
libmenu
* Improve performance by using a cache to not compute the same thing
again and again (Michael Meeks, Vincent)
* Add API to access GenericName (Robert Staudinger)
* Fix DefaultLayout attributes not being inherited (Vincent)
* Do not always inherit parent DefaultLayout attributes (Vincent)
* Sort inlined items unless inline_header is used (Vincent)
Menu Editor
* Add --help and --version arguments (Vincent)
* Port to GtkBuilder (Pedro Fragoso, Vincent)
Misc
* Use shave to improve build log readability (Vincent)
Translators
* Jordi Mallach (ca@valencia)
* Huxain (dv)
* Jorge González (es)
* Mattias Põldaru (et)
* Seán de Búrca (ga)
* Yaron Shahrabani (he)
* Daniel Nylander (sv)
|
|
Changes since 1.10:
* Added support for Mac OS X binaries.
|
|
|
|
Notable changes:
* Switch to version 2 of net-ssh, net-ssh-gateway, net-sftp
* Support for net-scp
Almost two years worth of changes, see full CHANGELOG here:
http://github.com/capistrano/capistrano/blob/master/CHANGELOG.rdoc
|
|
|
|
|
|
changes can be found in the bundled ChangeLog.
|
|
Noted by Robert Elz in PR 42340.
|
|
|
|
Changes since 2.10:
Enhancements in v4.00:
* New Features
- Major Architectural changes
- First pass twice faster (reduced iterations)
- Detect DDR2/3 brands and part numbers on Intel DDR2/3 chipsets
- Added detection for Intel "Clarkdale" CPU
- Added detection for Intel "Gulftown" CPU
- Added detection for AMD "Magny-Cours" CPU
- Added detection for Intel XMP Memory
- Added for CPU w/ 0.5/1.5/3/6/12/16/18/24MB L3
- Added "clean" DMI detection for DDR3/FBDIMM2
- Better detection of Integrated Memory Controllers
* Bug Fixes
- Corrected detection for Intel "Lynnfield" CPU
- Corrected detection for AMD 45nm K10 CPU
- Solved crash with AMD Geode LX
- Complies with SMBIOS 2.6.1 specs
- Fixed compilation issues with gcc 4.2+
- Many others bug fixes
Memtest86+ "3.00" was skipped and renamed 4.00 in order to avoid confusion with the original Memtest.
Enhancements in v2.11 :
- Added support for Intel Core i5 (Lynnfield) CPU
- Added support for Intel P55 Southbridge
- Added support for Intel PM45/GM45/GM47 Mobile chipset
- Added support for Intel GL40/GS45 Mobile chipset
- Corrected DDR2/DDR3 detection on Intel x35/x45
- Corrected detection on some Core i7 CPU
- Fixed a bug with some AMI BIOS (freeze at startup)
- Various bug fixes
|
|
changes: fix CVE-2009-1189 (flaw in signature validation due to
incomplete fix for CVE-2008-3834)
|
|
|
|
changes:
- many bug and compile fixes
- new native Linux SCSI backend
- See ChangeLog for details
|
|
changes: bugfixes
|
|
|
|
|
|
been there from the beginning):
-add an "avahi" option to gnome-vfs (default off)
-add CONFLICTS statement
-bump PKGREVISION
-remove gnome-vfs-dns-sd
|
|
This is not the jump to 0.25 people expected, but there are some things to
clear before doing that, so go to the last 0.24 version for now.
Changes since 0.24.7:
- Fixed #2077 - ralsh user broken on OSX
- Fixed #2004 - ssh_authorized_key fails if no target is defined
- Fixed #1629 - incorrect permissions on ssh_authorized_keys created files
- Fixed #2000 - No default specified for checksum
- Fixed #2026 - Red Hat ignoring stop method
- Added ext/dbfix.sql script - fixes common errors in stored configuration
databases
- Fixed #1963 - Failing to read /proc/mounts for selinux kills file
downloads
- Fixed #2025 - gentoo service provider handle only default init level
- Fixed #1910 - updated logcheck
- Fixed #1871 - Sensitive information leaked in log reports
- Fixed #1956 - Cleaned up variable names to be more sane, clarified
error messages and fixed incorrect use of 'value' variable rather than
'member'.
- Fixed #1831 - Added sprintf function
- Fixed #1830 - Added regsubst function
- Updated up2date and service confines to add support for Oracle EL and VM
- Fixing #1948 and #1953 - augeas ins bug: wrong number of arguments (1 for 3)
- Fixing #944 - changing error message from warning to info - connection
recycled
- Fixed #961 - puppetd creating too many/not closing TCP connections
- Fixed #1959 - Added column protection for environment schema migration
- Fixing #1869 - autoloaded files should never leak exceptions
- Fixing #1543 - Nagios parse errors no longer kill Puppet
- Fixed #1420 - nagios_serviceescalation not allowing host_name more than
one type
- Fixed #1884 - Exported resources are marked as unexported when collected
on the exporting host
- Fixed #1922 - Functions squash all arguments into a single hash
- Fixed #1538 - Yumrepo sets permissions wrongly on files in
/etc/yum.repos.d
- Fixed #1936 - Added /* */ support to the vim file
- Fixed #1541 - nagios objects write files to clientbucket on every change
- Fixed #1542 - cannot purge nagios objects
- Fixing #1912 - gid still works with no 'should' value fixing ralsh issues
- Fixing the Rakefile to use 'git format-patch'
- Added README.rst file
- Enhancements to Stored Configuration performance
- Added Reductive Labs build library to tasks directory
- Fixed #1852 - Correct behaviour when no SELinux bindings
- Updated Red Hat spec file 0.24.7
- Fixed #1920 - Shadow password corruption
|
|
All:
- Prevent a compiler warning when compiling 64 bit binaries on HP-UX
using make CCOM=cc64
- Some files in include/schily/*.h have been enhanced to better support VMS
- config.guess now knows about OpenVMS
- Changed bash test to use --version instead of -version as bash on OpenVMS
is bash-1.x
- include/schily/xmconfig.h (containing a "static" configuration for VMS
because "configure" does not work on VMS) was enhanced.
- Trying to add support for OpenVMS to RULES/*
- New autoconf tests for the type "long double" and a new "max size" type.
Libschily:
- libschily/*bytes.c now support 64 bit compilation and use a "ssize_t"
typed count parameter instead of "int".
Rscsi:
- First complete version of a man page for rscsi.
Cdda2wav (Maintained/enhanced by J
- cdda2wav now correctly deals with the case when no sound device
was specified. Thanks to Robert Grimm <rob@news.robgri.de>
for reporting.
Mkisofs (Maintained/enhanced by J
- Make "isovfy" CD-ROM-XA aware
- Make "isodump" CD-ROM-XA aware
|
|
Fixes build of bacula-clientonly. Bump revisions.
|
|
also adding the implicit package xfce4-thunar. This explains why i couldn't
find the xfce4 mounts as specified by pkg/40934.
|
|
|
|
|
|
Noted by drochner@
|
|
- Print error from D-Bus in case of failure on start. This should greatly help debugging.
- Don't consider empty user password as invalid.
- Make gtk-doc code documentation use inlined section comments, so that it is updated on every change. This will ensure the documentation does not get outdated again.
|