Changes 0.6.19:
* New translations: be, en_GB, it, ja, pt, sq, zh_CN * Updated translations: da, sv, vi * Now using a binary search to make searching through the tag table faster * Fixed a heap buffer overflow during tag format conversion
This commit is contained in:
parent
8993f20c9f
commit
fde2224f90
3 changed files with 14 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.36 2009/10/24 13:09:05 drochner Exp $
|
||||
# $NetBSD: Makefile,v 1.37 2009/11/13 12:58:18 adam Exp $
|
||||
|
||||
DISTNAME= libexif-0.6.18
|
||||
DISTNAME= libexif-0.6.19
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libexif/}
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.18 2009/10/24 13:09:05 drochner Exp $
|
||||
@comment $NetBSD: PLIST,v 1.19 2009/11/13 12:58:18 adam Exp $
|
||||
include/libexif/_stdint.h
|
||||
include/libexif/exif-byte-order.h
|
||||
include/libexif/exif-content.h
|
||||
|
@ -21,17 +21,24 @@ share/doc/libexif/COPYING
|
|||
share/doc/libexif/ChangeLog
|
||||
share/doc/libexif/NEWS
|
||||
share/doc/libexif/README
|
||||
share/locale/be/LC_MESSAGES/libexif-12.mo
|
||||
share/locale/cs/LC_MESSAGES/libexif-12.mo
|
||||
share/locale/da/LC_MESSAGES/libexif-12.mo
|
||||
share/locale/de/LC_MESSAGES/libexif-12.mo
|
||||
share/locale/en_CA/LC_MESSAGES/libexif-12.mo
|
||||
share/locale/en_GB/LC_MESSAGES/libexif-12.mo
|
||||
share/locale/es/LC_MESSAGES/libexif-12.mo
|
||||
share/locale/fr/LC_MESSAGES/libexif-12.mo
|
||||
share/locale/it/LC_MESSAGES/libexif-12.mo
|
||||
share/locale/ja/LC_MESSAGES/libexif-12.mo
|
||||
share/locale/nl/LC_MESSAGES/libexif-12.mo
|
||||
share/locale/pl/LC_MESSAGES/libexif-12.mo
|
||||
share/locale/pt/LC_MESSAGES/libexif-12.mo
|
||||
share/locale/pt_BR/LC_MESSAGES/libexif-12.mo
|
||||
share/locale/ru/LC_MESSAGES/libexif-12.mo
|
||||
share/locale/sk/LC_MESSAGES/libexif-12.mo
|
||||
share/locale/sq/LC_MESSAGES/libexif-12.mo
|
||||
share/locale/sr/LC_MESSAGES/libexif-12.mo
|
||||
share/locale/sv/LC_MESSAGES/libexif-12.mo
|
||||
share/locale/vi/LC_MESSAGES/libexif-12.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/libexif-12.mo
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.25 2009/10/24 13:09:05 drochner Exp $
|
||||
$NetBSD: distinfo,v 1.26 2009/11/13 12:58:18 adam Exp $
|
||||
|
||||
SHA1 (libexif-0.6.18.tar.bz2) = b0b2b9ec9fcbe5aee235a98f8269545ca36490ac
|
||||
RMD160 (libexif-0.6.18.tar.bz2) = a1dc8aa1695bcb4cf9bd6e00a258bfa63f9ae13f
|
||||
Size (libexif-0.6.18.tar.bz2) = 1004974 bytes
|
||||
SHA1 (libexif-0.6.19.tar.bz2) = 820f07ff12a8cc720a6597d46277f01498c8aba4
|
||||
RMD160 (libexif-0.6.19.tar.bz2) = c17549ffbcef7d416c17a60cbd6877317e0c5442
|
||||
Size (libexif-0.6.19.tar.bz2) = 1142963 bytes
|
||||
SHA1 (patch-aa) = 5a32622fac1860ecaac9e3ed9b5cea9bf1640027
|
||||
|
|
Loading…
Reference in a new issue