Commit graph

64 commits

Author SHA1 Message Date
joerg
a2aec03d21 Consistently set PTHREAD_LIB, esp. for the nspr test it was not defined
at the time of use. Fixes SSL detection on DragonFly. Problem noted by
walt <wa1ter@myrealbox.com> on DragonFly's submit list.
2006-09-11 09:33:33 +00:00
wiz
14329e4003 Update to 1.6.3:
Updated Translations :

Jonathan Ernst (fr), Raivis Dejus (lv),
Francisco Javier F. Serrador (es),
Yair Hershkovitz (he), Gabor Kelemen (hu).

Other bugs and fixes :

bugzilla.gnome.org:

#344798 - Update Colombo timezone info (Andre Klapper)
#347987 - EDS exits frequently (Chenthill)
#345397 - Accelerate key does not work in select contact window
          (Boby Wang)
#345373 - evolution mail adress completion
          is not working using Cut & Paste(Simon Zheng)
#343976 - crash suddenly.h (Ed Catmur)
#335692 - EDS Crasher (Chenthill)

bugzilla.novell.com:

#167330 - Default alarms for GW events (Harish)
#179350 - Evolution fails heavily sending UTF-8 messages
          and special characters (Jeffrey Stedfast)
#173454 - Fix Evo. (Groupwise/SOAP) deadlock (Jeffrey Stedfast)

- Tons of good fixes for Win32 (Tor Lillqvist)

Memory Leak fixes :

Chris Heath
Hiroyuki Ikezoe
Wang Xin

- Prune redundant static linkage in cal providers (Ross Burton)
- Prune Dist files to rid CVS/*, .cvsignore files (Harish)
- Show attachment icon in message list - IMAP (Partha)
2006-08-05 17:42:10 +00:00
rillig
144a1ee175 Added "c" to USE_LANGUAGES for packages that use GNU configure scripts,
since they always need a C compiler, even when the source code is
completely in C++.

For some other packages, stated in the comment that a C compiler is
really not needed.
2006-07-22 04:46:13 +00:00
jlam
c16221a4db Change the format of BUILDLINK_ORDER to contain depth information as well,
and add a new helper target and script, "show-buildlink3", that outputs
a listing of the buildlink3.mk files included as well as the depth at
which they are included.

For example, "make show-buildlink3" in fonts/Xft2 displays:

	zlib
	fontconfig
	    iconv
	    zlib
	    freetype2
	    expat
	freetype2
	Xrender
	    renderproto
2006-07-08 23:10:35 +00:00
jlam
9430e49307 Track information in a new variable BUILDLINK_ORDER that informs us
of the order in which buildlink3.mk files are (recursively) included
by a package Makefile.
2006-07-08 22:38:58 +00:00
jlam
00478b39e6 Sweep pkgsrc and convert packages that included intltool/buildlink3.mk
to use instead "USE_TOOLS+=intltool".  Remove now unused
intltool/buildlink3.mk
2006-07-05 05:37:39 +00:00
wiz
2e88c9f271 Update to 1.6.2:
Changelog:

Evolution-Data-Server 1.6.2, 2006-05-29
----------------------------------------

Bug fixes since 1.6.2 :
http://go-evolution.org/Evo2.6.2#Evolution-Data-Server

And on that page:

  From Evolution

   (There is currently no text in this page)
2006-06-11 15:05:39 +00:00
ghen
2eca3d9f2c The databases/openldap package has been split in -client and -server component
packages.  Convert LDAP-based applications to depend on openldap-client, and
bump PKGREVISION for those that depend on it by default.
2006-05-31 18:22:23 +00:00
wiz
8e1648744e Add c++ to USE_LANGUAGES. PR 33470 by Ryo HAYASAKA. 2006-05-12 17:00:58 +00:00
wiz
cf01b71798 Move PRINT_PLIST_AWK stuff into do-only-once part. 2006-05-12 17:00:39 +00:00
wiz
02f8f7c52d Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update. 2006-04-17 13:45:57 +00:00
jlam
ea5f9f80b6 Strip ${PKGLOCALEDIR} from PLISTs of packages that already obey
PKGLOCALEDIR and which install their locale files directly under
${PREFIX}/${PKGLOCALEDIR} and sort the PLIST file entries.  From now
on, pkgsrc/mk/plist/plist-locale.awk will automatically handle
transforming the PLIST to refer to the correct locale directory.
2006-04-17 07:07:11 +00:00
wiz
913f7f8f58 Update to 1.6.1:
Evolution-Data-Server 1.6.1, 2006-03-13
----------------------------------------

Bug fixes since 1.6.1 :
http://go-evolution.org/Evo2.6.1#Evolution-Data-Server
2006-04-16 11:43:24 +00:00
jlam
1cf9796f3c BUILD_USE_MSGFMT and USE_MSGFMT_PLURALS are obsolete. Replace with
USE_TOOLS+=msgfmt.
2006-04-13 18:23:29 +00:00
rillig
96fc47c14f Aligned the last line of the buildlink3.mk files with the first line, so
that they look nicer.
2006-04-12 10:26:59 +00:00
reed
5abef9be14 Over 1200 files touched but no revisions bumped :)
RECOMMENDED is removed. It becomes ABI_DEPENDS.

BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo.

BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo.

BUILDLINK_DEPENDS does not change.

IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS
which defaults to "yes".

Added to obsolete.mk checking for IGNORE_RECOMMENDED.

I did not manually go through and fix any aesthetic tab/spacing issues.

I have tested the above patch on DragonFly building and packaging
subversion and pkglint and their many dependencies.

I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I
have used IGNORE_RECOMMENDED for a long time). I have been an active user
of IGNORE_RECOMMENDED since it was available.

As suggested, I removed the documentation sentences suggesting bumping for
"security" issues.

As discussed on tech-pkg.

I will commit to revbump, pkglint, pkg_install, createbuildlink separately.

Note that if you use wip, it will fail!  I will commit to pkgsrc-wip
later (within day).
2006-04-06 06:21:32 +00:00
jmmv
b854548ad2 Fix a C99ism so that this builds in NetBSD 1.6.2. 2006-04-04 13:51:04 +00:00
jmmv
4cfea276da Update to 1.6.0:
Evolution-Data-Server 1.6.0, 2006-03-13
----------------------------------------

What is new since 1.4.0 :

	- Memos backend
	- CALDAV backend
	- Improved Recurrence support for Calendar
	- Lots of bug fixes and code clean-ups

Bug fixes since 1.4.0 :
http://go-evolution.org/Evo2.6.0#Evolution-Data-Server


Evolution-Data-Server 1.5.92, 2006-02-27
----------------------------------------
Bug fixes since last release :
http://go-evolution.org/Evo2.5.92#Evolution-Data-Server

Updated Translations:

	- ca (Josep Puigdemont i Casamajó)
	- el (Kostas Papadimas)
	- et (Priit Laes)
	- eu (Inaki Larranag)
	- lt (Žygimantas Beručka)
	- pl (Artur Flinta)
	- th (Theppitak Karoonboonyanan)

Evolution-Data-Server 1.5.91, 2006-02-13
----------------------------------------
Bug fixes since last release :
http://go-evolution.org/Evo2.5.91#Evolution-Data-Server

Updated Translations:

	- cs (Lukas Novotny)
	- cs (Miloslav Trmac)
	- cy (Rhys Jones)
	- et (Ivar Smolin)
	- fi (Ilkka Tuohela)
	- ja (Takeshi AIHANA)
	- pt (Duarte Loreto)
	- ru (Leonid Kanter)
	- sq (Laurent Dhima)
	- sr, sr@Latn (Slobodan D. Sredojevic)
	- th (Supranee Thirawatthanasuk)
	- th (Theppitak Karoonboonyanan)

Evolution-Data-Server 1.5.90, 2006-01-30
----------------------------------------

What's new:

Bug fixes sinces 1.5.5 :
http://bugzilla.gnome.org/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=&classification=Desktop&product=Evolution-Data-Server&long_desc_type=substring&long_desc=&status_whiteboard_type=allwordssubstr&status_whiteboard=&keywords_type=allwords&keywords=&bug_status=RESOLVED&resolution=FIXED&resolution=WONTFIX&resolution=DUPLICATE&resolution=NOTABUG&resolution=NOTGNOME&resolution=INCOMPLETE&resolution=INVALID&resolution=GNOME1.x&resolution=MOVED&resolution=OBSOLETE&resolution=NOTXIMIAN&emailassigned_to1=1&emailtype1=substring&email1=&emailassigned_to2=1&emailreporter2=1&emailqa_contact2=1&emailcc2=1&emailtype2=substring&email2=&bugidtype=include&bug_id=&chfieldfrom=2006-01-17&chfieldto=Now&chfield=bug_status&chfieldvalue=RESOLVED&cmdtype=doit&order=Reuse+same+sort+as+last+time&field0-0-0=noop&type0-0-0=noop&value0-0-0=

Updated Translations:

	- en_CA (Adam Weinberger)
	- es (Francisco Javier F. Serrador)
        - et (Ivar Smolin)
        - fi (Ilkka Tuohela)
        - gl (Ignacio Casal Quinteiro)
        - gu (Ankit Patel)
        - gu (Ankit Patel)
        - ko (Changwoo Ryu)
        - nb, no (Kjartan Maraas)
        - nl (Tino Meinen)
        - vi (Clytie Siddall)
        - zh_CN (Funda Wang)
	- zh_TW, zh_HK (Chao-Hsiung Liao)

Evolution-Data-Server 1.5.5, 2006-01-16
----------------------------------------

Bugzilla bugs fixed (see http://bugzilla.gnome.org/show_bug.cgi):

	#321812 – crash during Draft saving in offline mode (Shreyas)
	#314841 – gw: Don't Mark Trash As New Messages (Parthasarathi)
	#323570 – gw: Forward Of Multiple Messages At Once Loses Formatting (Parthasarathi)
	#320898 – gw: Inserted Images Appears As Broken Link Image (Parthasarathi)
	#303998 – In 'Exchange Connector' GAL should be selected for 'Autocompletion by default (Sushma)
	#323115 – --force-shutdown does not shutdown e-d-s (Harish)
	#326060 – Exchange password expiry handling is broken (Sushma)
	#267402 – can not specify https URL for a remote calendar location (Tony Tsui)
	#324518 – Webcal Entries Duplicated In Calendar (Chenthill)
	#324741 – Critical Warning on Command Line (Chenthill)
	#214977 – Contact lists on LDAP server are broken (Sushma)
	#320065 – Fix GList leaks (Ross Burton)
	#325959 – Subscribe to other user's folder not working (Sushma)
	#242966 – Focus Problem, Screen Entry on "Select Contacts From Address Book" screen (Johnny Jacob)


Other Fixes :

	- Merge Calendar backend bits from evolution-caldav module into EDS (Harish)
	- Code cleanup (Simon Zheng, Kjartan Maraas, Parthasarathi)
	- Win32 fixes (Tor Lillqvist)


Updated Translations:

	- bg (Alexander Shopov)
	- ca (Josep Puigdemont i Casamajó)
	- gl (Ignacio Casal Quinteiro)
	- ja (Takeshi AIHANA)
	- lt (Žygimantas Beručka)
	- nl (Vincent van Adrighem)


Evolution-Data-Server 1.5.4, 2006-01-02
----------------------------------------

Bugzilla bugs fixed (see http://bugzilla.gnome.org/show_bug.cgi):

	#323106 - IMAP drawers with non-ASCII UTF-8 names do not work (Tor Lillqvist)
	#317794 - Groupwise mail folder not visible (Parthasarathi)
	#324483 - Memory leak in Exchange connector (Sushma)
	#305006 - Fixed vCalendar file import without UID (Chenthill)
	#267330 - Fixed a crash/hang while accepting exchange meeting invititation (Chenthill)
	#324009 - Hang in Evolution Calendar (Chenthill)
	#317411 - Fixed Evolution crash while synchronizing with palm device. (Varadhan)
	#238979 - Added Support to expand contact lists inline in name selector entry

Other Fixes :

	- Added option to select emails in contacts/lists in name selector
	  entry (Srinivasa Ragavan)
	- Modifications to use gstdio wrappers (Tor Lillqvist)
	- Exchange fixes (Sushma)
	- Network Manager Support (Shreyas)
	- Win32 fixes (Tor Lillqvist)

Updated Translations:

	- en_CA (Adam Weinberger)
	- es (Francisco Javier F. Serrador)
	- fi (Ilkka Tuohela)
	- gl (Ignacio Casal Quinteiro)
	- gu (Ankit Patel)
	- ja (Takeshi AIHANA)
	- nb, no (Kjartan Maraas)
	- nn (Åsmund Skjæveland)
	- vi (Clytie Siddall)


Evolution-Data-Server 1.5.3, 2005-12-12
----------------------------------------

Bugzilla bugs fixed (see http://bugzilla.gnome.org/show_bug.cgi):

	#323433 - Evolution crashes when folding vfolder subfolders while in one,
		  wont restart (Jeff Cai)
	#321139 - evolution will crash on solaris when print error message (Shi Pu)
	#321515 - Lazy-bind loaded modules in camel (Ross Burton)
	#322408 - creating new folder causes evolution to hang on the uw-imapd
		  server (Jeff Cai)
	#317322 - crash when delete a imported recurrent event (Chenthill)
	#318777 - recurrence editing ... (Chenthill)
	#323349 - Evolution data server, Configuration failed on Solaris (Irene Huang)
	#319592 - Use GLib for determining host endian (Ross Burton)
	#319591 - Use G_DEFINE_TYPE in libedataserver (Ross Burton)
	#321830 - GW - Not All Email In Sent Items Appearing In Evolution (Parthasarathi)

Other Fixes :
	- Numerous fixes in Camel/Libebook/libedataserver for Win32 support (Tor Lillqvist)
	- Hula provider fixes (Harish)
	- Exchange : Use remembered password for authentication (Irene Huang)
	- Exchange : fix compiler warnings (Sushma)
	- Build fixes (Dave Malcolm)

Updated Translations:

	- be (Vital Khilko)
	- bg (Alexander Shopov)
	- cs (Miloslav Trmac)
	- en_CA (Adam Weinberger)
	- es (Francisco Javier F. Serrador)
	- fa (Meelad Zakaria)
	- fr (Christophe Merlet)
	- gl (Ignacio Casal Quinteiro)
	- gu (Ankit Patel)
	- ja (Takeshi AIHANA)
	- nb, no (Kjartan Maraas)
	- zh_CN (Funda Wang)


Evolution-Data-Server 1.5.2, 2005-11-14
---------------------------------------

New Features:
	- Camel Hula Provider (Harish)

Bugzilla bugs fixed (see http://bugzilla.gnome.org/show_bug.cgi):

	#320095 - Empty Trash Deletes From GW POA, But Doesn't Delete Headers
		  In Trash Folders (Parthasarathi)
	#314476 - Fixes to inform the Over quota issue in groupwise to
		  user (Sankar)
	#320736 - Fixed a possible crash due to a invalid buffer
		  (Parthasarathi)
	#317804 - Fix Macao timezone issue (Harish)
	#318130 - Fix to include e-cal-time-util.h for
		  e-cal-backend-http.c to solve a build issue. (Matthew Daniel)
	#319612 - Stop warnings from e-destination about xmlChar when
		  compiling using gcc4 (Ross Burton)
	#319848 - Multiple Select for To/CC/BCC in Name selector dialog.
		  (Sushma)

Other Fixes:

	- Changed the string so as to be consistent with Win32 client error
	  messages. (Sankar)

Update Translations:

	- ca (Adam Weinberger)
	- cs (Miloslav Trmac)
	- es (Francisco Javier F. Serrador)
	- fi (Ilkka Tuohela)
	- ja (Takeshi AIHANA)
	- ku (Erdal Ronahi)

Evolution-Data-Server 1.5.1, 2005-10-25
---------------------------------------

New Features : Support for Memos component (Nathan Owens)


Other fixes :

	- Win32 related bits and code clean-up (Tor Lillqvist)
	- Remove Bonobo/GnomeProgram dependencies in
	  contact store/name selector (Ross Burton)
	- Fix for API/Base Version mismatches causing issues in
	  Solaris where libdir==libexecdir (Irene Huang)

Updated Translations:

	- en_CA (Adam Weinberger)
	- es (Francisco Javier F. Serrador)
	- gl (Ignacio Casal Quinteiro)
2006-03-30 21:15:27 +00:00
wiz
35af66a196 Belatedly bump PKGREVISION for all libtasn1 dependencies, since
libtasn1 had a shlib major bump.
Also update dependencies in bl3.mk files.

Addresses PR 32998 by Robert Elz.
2006-03-06 00:18:10 +00:00
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
wiz
768c589c29 Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 because
of the shlib major bump.
PKGREVISION++ for the dependencies.
2006-01-24 07:31:52 +00:00
wiz
751d30d637 DEPENDS and PKGREVISION bumps because db4's library name changed. 2006-01-06 15:10:01 +00:00
wiz
49185dd36a Update to 1.4.2.1:
Evolution-Data-Server 1.4.2.1, 2005-11-30
-----------------------------------------
Added fix for an ugly crasher in the calendar component.
Use EDS 1.4.2.1 instead of 1.4.2

Evolution-Data-Server 1.4.2, 2005-11-29
----------------------------------------

Bugzilla bugs fixed (see http://bugzilla.gnome.org/show_bug.cgi):


#218177- Disable IMAP Account causes crash (Parthasarathi)
#318508- Repeated crash when downloading new mail (Vivek Jain)
#228929- After upgrading snapshot cannot see IMAP inbox contents (Shreyas)
#317956- Crash when starting evolution without or with expired kerberos 5
         (Bjorn Torkelsson)
#320736- crash connecting to groupwise7 (Parthasarathi)
#319045- gw-Evolution crashes after marking few mails as not junk (Vivek)
#312848- Delete option should be disabled for default Tasks list
         (Sarfraaz)
#318104- evolution crashed when changing calendar timezone and keeps
         crashing (Harish)
#317322- crash when delete a imported recurrent event (Chenthill)
#318777- recurrence editing ... (Chenthill)
#318130- e-cal-backend-http.c does not include e-cal-time-util.h, fails
         (Matthew Daniel)
#319612- Stop warnings from e-destination about xmlChar* (Ross Burton)
#318227- Change LDAP search filter (Carsten Guenther)
#316955- Recreates summary file on every other load (Ross Burton)
#319848- Cannot select multiple adresses for 'To', 'Cc' etc fields
         (Sushma)

Updated Translations:

	- fa (Meelad Zakaria)
	- bg (Alexander Shopov)
2006-01-01 23:56:01 +00:00
wiz
f61c002199 Recursive PKGREVISION bump for gnutls shlib major bump.
Bump BUILDLINK_RECOMMENDED.
2005-12-31 12:32:31 +00:00
minskim
686d3b08c7 nss/buildlink3.mk should be included to link against libraries
provided by this package.
2005-10-16 22:28:14 +00:00
jmmv
05967b638e Remove some indirect dependencies, according to the .pc file. 2005-10-16 12:17:52 +00:00
jmmv
ca61fed7cd Update to 1.4.1:
Evolution-Data-Server 1.4.1, 2005-10-03
----------------------------------------

Bugzilla bugs fixed (see http://bugzilla.gnome.org/show_bug.cgi):

#116162 (bnc)- Crash when accepting a groupwise appointment (Chen)
#257321 - Sent folder should have a unique icon (Sankar)
#272176 - Slight deviations in vCal-format causes crash (Dinesh)
#309679 - 'Tentativly accept' is updated as accept (Dinesh)
#309993 - Newly created mail items appear as READ in GW proxy (Sankar).
#311447 - GW: ModifyProxyAccessRights doesnt work (Sankar)
#312229 - Crash while switching to online (Arunprakash)
#312462 - EDS crashes frequently (Chakravarthi)
#314243 - cannot create  recurring GW events with interval more than 1 (Chakravarthi)
#314574 - camel-lock-client looking for a non-existant camel-lock-helper (Parthasarathi)
#314746 - Syncing passwords across components fails for Exchange (Sarfraaz)
#314925 - In 'Attendees' tab particpants id displayed as junk after delegating meeting (Chenthill)
#314942 - gw: Marking mail as Junk - Evolution crashes (Vivek)
#314997 - Editing addresses in the composer is buggy (Devashish)
#315173 - Crash when dragging embedded message/rfc822 into a folder (Vivek)
#316195 - Can't Publish Free/Busy for Web-Calendars (Dinesh)
#316274 - Exchange Plugin cant be enabled on a machine w/o KRB5 (Irene)
#317226 - bug about recurrent all day events (Wang)

Updated Translations:

	- cs (Dan Damian)
	- es (Francisco Javier F. Serrador)
	- et (Ivar Smolin)
	- eu (Inaki Larranaga)
	- fr (Christophe Merlet)
	- fr (Stéphane Raimbault)
	- gl (Ignacio Casal Quinteiro)
	- ro (Dan Damian)
	- sv (Christian Rose)
	- tr (Baris Cicek)
	- vi (Clytie Siddall)

Evolution-Data-Server 1.4.0, 2005-09-05
---------------------------------------

What is new ?

- Evolution-Data-Server is now available in LGPL.
- Inline PGP Signature/Encryption support.
- Performance enhancements on Camel/GroupWise Backends.
- Thunderbird-compatible storage of labels on IMAP.
- Support for delegation of meetings (Calendar)

Evolution-Data-Server 1.3.8, 2005-08-22
---------------------------------------

Bugzilla bugs fixed (see http://bugzilla.gnome.org/show_bug.cgi):

	#242032 - color labels stored to imap message store (Michael Zucchi)
	#247706 - Automatically add comma after autocompleting an address (Devashish)
	#271894 - PGP-encrypted attached messages not displayed (Michael Zucchi)
	#271969 - Synchronize doesn't work for Tasks and Calendar (Armin Bauer, Varadhan, Mubeen)
	#300115 - RFC2047 encoding always separates the last non-ASCII UTF-8 character. (Changwoo)
	#300891 - Now camel should specify the translation domain explicitly to use gettext (Changwoo)
	#302835 - Mailbox does not appear on top in offline mode (Parthasarathi)
	#302963 - Status tracking does not work for some items (Vivek)
	#309499 - Additional mail is sent to delegate(s) in Groupwise. (Chakravarthi)
	#310325 - Meeting request mail cannot be sent for Meeting created in 'Personal' calendar (Vivek)
	#310496 - 'make check' fails on gpg test (Michael Zucchi)
	#310956 - gw: trying to copy the mailbox folder when online copies the folder below the mailbox folder (Parthasarathi)
	#311078 - Calendar loading progress information goes beyond 100% (Chakravarthi)
	#311639 - mh: Renaming parent folder loses subfolders (Michael Zucchi)
	#311831 - sometimes clicking on a meeting request mail or any mail related to assigned task crashes evolution (Chenthill)
	#312184 - Signature shown as attachment (Parthasarathi)
	#312578 - In GW calendar user should be able to delegate all instances together (Chenthill)
	#312668 - Unable to go back to Online mode after clicking offline button (Michael Zucchi)
	#312715 - Evolution crashes moving IMAP folder to local folder (Michael Zucchi)
	#312831 - crash in camel-folder-thread.c:sort_node when generating message list (Michael Zucchi)
	#312857 - gw: Evolution crashes while starting up (Parthasarathi)
	#312988 - Regressing 274308 - EDS crashed (Sushma)
	#313058 - gw: Unable to create a new folder(subfolder) with names like Mailbox, Sent Items, etc (Vivek)
	#313091 - Useless assignment in e-vcard (Ross Burton)
	#313284 - camel indexing valgrind hits (Michael Zucchi)
	#313381 - gw: evo crashes while trying to refresh the folder (Vivek)
	#313574 - crash viewing IMAP mail (Michael Zucchi)
	#313593 - imap4: sub folders not working (Michael Zucchi)
	#313657 - IOP: Implement Outlook-like handling of recurrence corner-cases (Carsten Guenther)
	#313806 - cannot decrypt an encrypted message (Parthasarathi)

Updated Translations:

	- bg (Rostislav Raykov)
	- ca (Xavier Conde)
	- de (Frank Arnold)
	- de (Kostas Papadimas)
	- el (Kostas Papadimas)
	- et (Ivar Smolin)
	- hu (Gabor Kelemen)
	- lt (Justina Klingaitė)
	- sr, sr@Latn (Igor Nestorivić)
	- sq (Laurent Dhima)

Evolution-Data-Server 1.3.7, 2005-08-08
---------------------------------------

Bugzilla bugs fixed (see http://bugzilla.gnome.org/show_bug.cgi):

	 #274382 - Multiple CC headers are not processed properly (Michael Zucchi)
	 #310198 - Grammar errors failing Sun's compiler 'Vulcan / Forte' (Mengjie Yu)
	 #309237 - broken imap server workaround (Michael Zucchi)
	 #311658 - 1.3.6 lists a pile of old folders (Michael Zucchi)
	 #300048 - configure script fails to detect getaddrinfo (Harish)
	 #312535 - GW: Fwded message headers are not displayed (Parthasarathi)
	 #305304 - Description does not appear completely when using the ITIP FORMATTER plugin (Dinesh Layek)
	 #312190 - problems with junk test in filters (Vivek Jain)
	 #312185 - Configuring same account for IMAP and GroupWise troubles Proxy Login (Sankar)
	 #302968 - GW: Some mails do not get delivered (Sankar)
	 #305590 - GW: don't see schedules from people in other post offices. (Chenthill)
	 #310328 - Cannot create recurring 'All Day event' in groupwise calendar (Chenthill)
	 #311684 - evolution-data-server crashes trying to reply all (Wolfgang Ocker)
	 #303111 - GW long delays & no status (Sushma Rai)
	 #308512 - Key /apps/evolution/lock/mail/accounts/save_password does not work correctly

Updated Translations:

	- cs (Miloslav Trmac)
	- es (Francisco Javier F. Serrador)
	- et (Ivar Smolin)
	- fi (Ilkka Tuohela)
	- gu (Ankit Patel)
	- id (Imam Musthaqim)
	- it (Marco Ciampa)
	- ja (Takeshi AIHANA)
	- nb,no (Terance Sola)
	- nl (Reinout van Schouwen)
	- pl (GNOME PL Team)
	- pt_BR (Raphael Higino)
	- vi (Clytie Siddall)
	- zh_CN (Funda Wang)
	- zh_TW (Chao-Hsiung Liao)

Evolution-Data-Server 1.3.6, 2005-07-26
---------------------------------------

Bugzilla bugs fixed (see http://bugzilla.gnome.org/show_bug.cgi):

Addressbook :
	 #260851 - "Edit Contact" option in Contact name popup menu (Sushma)
	 #301922 - Composer Section (To: CC: BCC:) Fields Flip Order Of Names (Antony)

Calendar :
	 #303548 - Missing Calendar Items in GW (Chenthill)
	 #310752 - Multiple mails and multiple appointments created for a non recurring
	           appointment (Chenthill)
	 #310767 - Cannot Accept GW Appointments Without Error (Chenthill)

Mailer:
	 #301871 - uninitialized variable in evo-data-server pop3 and imap backend
	 (meissner@suse.de)
	 #272505 - GroupWise" spelled inconsistently in evolution-data-server (Parthasarathi)
	 #310953 - reproducible crash trying to "add signature" in preferences (Parthasarathi)
	 #310716 - trying to delete a subfolder crashed evolution (Parthasarathi)

Exchange :
	 #310483 - Check Remember password option, and enter wrong password - Evolution unusable
	 (Arunprakash)

Others :
	 #271837 - handle _PRETTY_FUNCTION_ for Sun compilers
	 (The Written Word)
	- Copy folder contents locally by default. (Shreyas)
	- camel store/folder refactoring (Michael)
	- camel docs breakage fix (Shreyas)
	- camel imap store - if the folder is on disk, just get it
	  offline, only go to the server if we need to. (Michael)
	- align ESource uri handling in Exchange addressbook to the
	  calendar uris (Praveen)
	- remove esource removal to exchange plugins code (Sarfraaz)
	- support for timed refresh of GW system addressbook (Sushma)
	- freezing the cache while updating and writing to disk at once
	  (Sushma)
	- make Name selector dialog more intuitive (Vivek)
	- send a cancel reply to kill a e-password dialog (Jedy Wang)


Updated Translations:

	- cs (Miloslav Trmac)
	- de (Frank Arnold)
	- en_CA (Adam Weinberger)
	- es (Francisco Javier F. Serrador)
	- et (Ivar Smolin)
	- et (Priit Laes)
	- fi (Ilkka Tuohela)
	- gu (Ankit Patel)
	- hu (Gabor Kelemen)
	- id (Imam Musthaqim)
	- ja (Takeshi AIHANA)
	- nb, no (Kjartan Maraas)
	- nl (Vincent van Adrighem)
	- POTFILES (Adam Weinberger)
	- POTFILES (Sarfraaz Ahmed)
	- pt_BR (Raphael Higino)
	- sr, sr@Latn (Igor Nestorivia)
	- vi (Clytie Siddall)
	- zh_CN (Funda Wang)

Evolution-Data-Server 1.3.5, 2005-07-12
---------------------------------------

Bugzilla bugs fixed (see http://bugzilla.gnome.org/show_bug.cgi):

	#309175 - Error compiling e-d-s based applications with GCC4 (Sushma)
	#309276 - "is" sexp queries not working with E_CONTACT_UID (Sushma)
	#308209 - SASL LOGIN mechanism protocol violation (Greg Hudson)
	#309684 - Contact text entry leaks threads (Ross Burton)
	#242165 - "search in any field" produces wrong results (Sushma)
	#302965 - Names begin with a comma in GW Sent Items folder (Partha)

New features :
	GroupWise Proxy support (Sankar, Shreyas)

Other fixes and changes :

	- Support for getting e-mail ids from a contact list for GW
	  addressbooks (Sushma)
	- Addressbook memory leak fixes (Kjartan Maraas, Ross Burton)
	- Update GW address book only if marked for offline usage (Sushma)
	- Optimize e_cal_is_read_only calls (Viren)
	- Handle GW recurrences in Evolution (This and All) as in GW clients
	  (Harish)
	- Optimize calendar attachment retrievals (Chenthill)
	- Fix miscellaneous compiler versions (Harish)
	- Use read cursors request instead of getQM calls in GW backend (Chen)
	- Improve Junk Mail Handling support (Vivek)
	- Background folder refresh in GW store (Partha)
	- Make name selector dialog modal (Sushma)
	- Remove e-mail addresses more easily in name-selector (Philip Van Hoof)
	- Fetch folder size in Exchange store (Sarfraaz)
	- Exchange Foreign hierarchy support (Shakti Sen)
	- Improved error handling in Exchange store (Arun Prakash)

Updated Translations:

	- bg (Rostislav Raykov)
	- cs (Miloslav Trmac)
	- de (Jens Seidel)
	- en_CA (Adam Weinberger)
	- es (Francisco Javier F. Serrador)
	- et (Ivar Smolin)
	- nb, no (Terance Sola)
	- vi (Clytie Siddall)
	- zh_TW (Chao Hsiung Liao)

Evolution-Data-Server 1.3.4, 2005-07-02
----------------------------------------

Bugzilla bugs fixed (see http://bugzilla.gnome.org/show_bug.cgi):

Camel
	#303225 - Left pane is not updated with maildir (Michael Zucchi)

Addressbook
	#302006 - Autocompletion does not work properly (Hans Petter Jansson)

Calendar
	#309079 Memory leaks when syncing PDA on FC4 (Harish)


Other fixes and changes:

	- Inline PGP signature support (Matt Brown)
	- Add exchange as a supported backend to e-d-s
	- remove checks for unused fields in camel local provider (Michael
	  Zucchi)
	- Display GW events based on date of appointment not on the received
	  time. (Parthasarathi)
	- Remove redundant linking of http backend to the file (Chen)
	- Define static capability for delegation to multiple recipients (Chen)
	- Support --no-undefined option on windows while building evolution
	  and drop superfluous inclusion of pthread.h in Addressbook (Tor Lillqvist)
	- Switch to GThread API instead of pthreads for the main loop in Addressbook
	  (Tor Lillqvist)
	- Ignore 'any field contains' query in LDAP address book refresh
	  (Sushma)
	- Build system addressbook cache if marked for offline usage (Sushma)
	- Update addressbook cache with changes in GW System Address book
	  (Srinivasa Ragavan)
	- Use GtkFileChooserButton instead of GnomeFileEntry (Ross Burton)
	- store the change type of a  Groupwise item while getting the changes
	  (Chenthill)
	- Miscellaneous compiler warning fixes (Harish)

Updated Translations:

	- bg (Vladimir Petkov)
	- cs (Miloslav Trmac)
	- da (Martin Willemoes Hansen)
	- en_CA (Adam Weinberger)
	- et (Ivar Smolin)
	- et (Priit Laes)
	- et (Priit Laes)
	- nb, no (Kjartan Maraas)
	- zh_CN (Funda Wang)
	- zh_TW (Abel Cheung)
	- zh_TW (Chao-Hsiung Liao)
	- POTFILES.in (Sarfraaz Ahmed)

Evolution-Data-Server 1.3.3, 2005-06-07
----------------------------------------
Bugzilla bugs fixed (see http://bugzilla.gnome.org/show_bug.cgi):

IMAP
	#274407 IMAP4rev1: moved message pops up as new (Jeffrey Stedfast)

Groupwise

	#300599 Mail folders not getting refreshed for GW account (Partha)

Addressbook
	#271901 GroupWise naming consistency (Daniel van Eeden)
	#300290 GALview does not show Complete name.(Sushma)


Other Features and Fixes:
	- Added support for delegating meetings in Groupwise (Chenthill)
	- Memory leak in Addressbook File backend (Ross Burton)
	- updates to camel session fixes for Groupwise backend (Parthasarathi)
	- fix incorrect naming of camel function (Jeffrey Stedfast)

Updated Translations:

        - es (Francisco Javier F. Serrador)
	- en_CA (Adam Weinberger)
	- nb (Terance Sola)
	- vi (Clytie Siddall)
	- cs (Miloslav Trmac)
	- zh_CN (Funda Wang)
	- cy (Dafydd Harries)
	- ja (Takeshi AIHANA)

Evolution-Data-Server 1.3.2, 2005-05-18
----------------------------------------
Bugzilla bugs fixed (see http://bugzilla.gnome.org/show_bug.cgi):

Groupwise

	#274194 Filters do not filter all messages  (Partha)
	#273246 email is visible with mime.822 file attached (Partha)
	#273243 external HTML mail is an attachment not viewed inline (Partha)

	#256874 Anniversaries in B&A calendar have the Birthday category (Shreyas)
	#301116 libedataserverui needs to specify the translation domain explicitly
		(Changwoo Ryu)

	#303540 F10 + Shift Key' doesn't work in evolution contacts (Mengjie Yu)
	#272504 spell GW rightly (Chenthill)
	#272503 Typo fix (Thierry Moisan)


Other Features and Fixes:

	API docs  (Hans Petter Jansson, Rodrigo Moya)

	Misc pc file, configure fixes   (Harish)
	GW Backend Memory leaks (Ulrich Neumann)
	const keyword additions to camel files (Ross Burton)
	Added a new flag CAMEL_PROVIDER_DISABLE_SENT_FOLDER   (Sankar)
	Memory leak fixes  (Sushma)
	Checks for Win32 (mingw) (Tor Lillqvist)
	Copy the flags field when converting from CamelStoreInfo to CamelFolderInfo.
	 (Alessandro Decina)
	VJOURNAL backend (Rodrigo Moya)


Updated Translations:

	- bg (Rostislav Raykov)
        - el (Kostas Papadimas)
        - da (Martin Willemoes Hansen)


Evolution Data Server 1.3.1, 2005-04-26
---------------------------------------

Bugzilla bugs fixed (see http://bugzilla.gnome.org/show_bug.cgi):

* Camel

  #301037 - Handle case where the path doesn't exist in the url (Jeff)
  #273945 - If camel_charset_best() returns NULL, default to UTF-8 (Jeff)

* Groupwise Provider

 #274257  - Automatically synchronize account locally option does not work (Jeff)
 #74369   - enable viewing shared folder notifications (Sankar)
 #72032   - update summary with items that have been deleted from the server (Partha)
 #72310   - deleted mail is not visible in Trash Folder (Partha)
 #74183   - Expunge does not expunge all (Sankar)
 #274409  - hang while reading Email (Chenthill)

* Calendar

 #270035 - incompatible calendar.ics created with mozilla (Rodrigo)

* Addressbook

 #268533 - evolution-alarm-notify appears to cause a leak in e-d-s  (JP)
 #273330 - Crash  adding attendee under gw calendar - (Siva)


Other Bugs

* Camel
	- Fix for systems where read is a macro (David Malcolm)
	- don't set exceptions for failed date commands in NNTP (Michael)
	- abort if we fail to get the date in NNTP (Alessandro Decina)
	- Don't try to EXPUNGE in READ-ONLY mode (Jeff)

* Groupwise Provider

	- Remove redundant getQuickMessageRequest (Partha)

* Address Book
	- multiple authentication prompts for addressbook (Hans)


Updated Translations:
	* et (Ivar Smolin)
 	* fa (Meelad Zakaria)
	* it (Marco Ciampa)
	* cs (Miloslav Trmac)
	* en_CA (Adam Weinberger)
2005-10-12 21:55:35 +00:00
joerg
4f17e0b514 Just depend on errno.h to provide errno. 2005-10-10 21:32:35 +00:00
drochner
6e4b33900d update HOMEPAGE 2005-08-26 16:42:22 +00:00
jlam
7820875fff Remove the abuse of buildlink that was pkg-config/buildlink3.mk. That
file's sole purpose was to provide a dependency on pkg-config and set
some environment variables.  Instead, turn pkg-config into a "tool"
in the tools framework, where the pkg-config wrapper automatically
adds PKG_CONFIG_LIBDIR to the environment before invoking the real
pkg-config.

For all package Makefiles that included pkg-config/buildlink3.mk, remove
that inclusion and replace it with USE_TOOLS+=pkg-config.
2005-08-10 20:56:10 +00:00
wiz
d774725534 Change path from devel/pkgconfig to devel/pkg-config.
No PKGREVISION bump since pkg-config is only a BUILD_DEPENDS.
2005-07-21 16:29:42 +00:00
kristerw
600791917b Add USE_MSGFMT_PLURALS=yes. 2005-07-20 18:55:44 +00:00
drochner
553226c703 update to 1.2.3
changes:
-bugfixes
-updated translations
2005-07-04 20:09:30 +00:00
salo
46c53241a8 And thus needs PKGREVISION bump, since the DEPENDS list has changed. 2005-06-29 23:43:13 +00:00
jmmv
224108ef75 This needs iconv. Closes PR pkg/30634 by Antoine Reilles. 2005-06-29 22:14:07 +00:00
jlam
6a6cd5f01f Replace explicit build dependencies on bison and manipulations on the
YACC variable with USE_TOOLS+=bison.
2005-05-22 20:28:47 +00:00
jlam
585534220c Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:
USE_GNU_TOOLS	-> USE_TOOLS
	awk		-> gawk
	m4		-> gm4
	make		-> gmake
	sed		-> gsed
	yacc		-> bison
2005-05-22 20:07:36 +00:00
jmmv
4d8ec3af21 Include pthread.buildlink3.mk as this requires POSIX threads directly.
Should fix build under NetBSD 1.6.2; seen in latest kristerw@'s bulk build.
2005-05-21 14:45:44 +00:00
jmmv
4621f85dc0 Update to 1.2.2:
Bugzilla bugs fixed (see http://bugzilla.ximian.com/show_bug.cgi):

  * Camel
    #73015 - groupwise message threading workaround (Michael)
    #70195 - Incorrect parsing of locale encoded From: header causes mess on statusbar (Michael)
    #70590 - Don't fall through to the default folder if we move (Michael)
    #72876 - Message with blank reply-to cannot be replied to (Michael)
    #73112 - imap fails errors after checking authentication type (Michael)
    #72145 - All gw sent mail has a blank "To" field (Partha)
    #73308 - gw mail getting marked as read when it shouldn't (Partha)
    #72373 - new meeting invitations not showing up in Mailbox (Vivek)
    #72455 - Messages are disappearing in the inbox of GW accounts (Vivek)

  * Calendar
    #73508 - Status of meeting organizer getting changed in groupwise (Chen)
    #73964 - Crash when switching to calendar with exchange support (Chen, Rodrigo)
    #70035 - calendar .ics incompatibility (ics created with older mozillas) (Rodrigo)

  * All
    #73472 - New Gtk File selector dialog not used for category icon (Rodrigo)

Other bugs

  * Camel
    - Don't try to convert boundary param values into UTF-8 even if they contain binary text (Pavel Fedin, Jeff)
    - Make sure all untagged response data is read (Jeff)
    - Prevent race closing the same fd twice (Michael)
    - Prevent mailbox from storing each time a user tag is changed (Michael)

  * Calendar
    - fixes for local attachment store (Christian Kellner)

  * All
    - Don't try to convert boundary param values into UTF-8 even if they contain binary text (James Bowes)

Updated Translations:
	-zh_CN (Funda Wang)
	-pt_BR (Raphael Higino)
	-xh (Adi Attar)
	-rw (Steve Murphy)
	-sq (Laurent Dhima)
	-cs (Miloslav Trmac)
	-gu (Ankit Patel)
	-en_CA (Adam Weinberger)
	-et (Priit Laes)
	-hu (Gabor Kelemen)
	-ca (Josep Puigdemont)
	-el (Nikos Charonitakis)
	-es (Francisco Javier F. Serrador)
	-de (Frank Arnold)
	-pt (Duarte Loreto)
	-en_CA (Adam Weinberger)
	-sv (Christian Rose)
	-lt (Zygimantas Berucka)
	-ja (Takeshi AIHANA)
	-en_GB (Gareth Owen)
2005-05-19 21:04:35 +00:00
jmmv
1e8852d512 Fix patch-af, which doesn't apply correctly with patch 2.5.9 (and I don't know
how it did in NetBSD, since its context seems incorrect to my eye... a bug?).
2005-04-28 18:37:29 +00:00
rillig
af1be0a5bc Really added the patches. Approved by jlam. 2005-04-12 01:18:42 +00:00
rillig
dd7d0f0110 Added some patches needed for gcc-2.95. For NetBSD-1.6.2 add a dependency
to pthread-sem.
2005-04-12 01:18:12 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
jmmv
0b1f106e5b Update to 1.2.1:
Bugzilla bugs fixed (see http://bugzilla.ximian.com/show_bug.cgi):

  * Addressbook
    #73021 - The Add New Contact option is getting enabled if you try to
    delete gw book (Siva)
    #72878 - Changes sender email address makes unwanted changes in To/CC
    fields (Michael)

  * Calendar
    #73141 - Crash if you try changing the group of a task to an offline
    backend (Chen)

  * Camel
    #73015 - groupwise message threading workaround (Michael)
    #70195 - Incorrect parsing of locale encoded From: header causes mess
    on statusbar (Michael)
    #70590 - Don't fall through to the default folder if we move (Michael)
    #72876 - Message with blank reply-to cannot be replied to (Michael)
    #73112 - imap fails errors after checking authentication type (Michael)
    #72145 - All gw sent mail has a blank "To" field (Partha)
    #73308 - gw mail getting marked as read when it shouldn't (Partha)
    #72373 - new meeting invitations not showing up in Mailbox (Vivek)
    #72455 - Messages are disappearing in the inbox of GW accounts (Vivek)

Other bugs

  * Addressbook
    - use a single global ref-counted db-env for all local books (Michael)
    - exit properly when only internal books are left (JP)

  * Calendar
    - When coming back online get gw item changes in a thread for
    responsiveness (Chen)
    - "Peek" at gw calendar items so they don't get marked as read (Harish)
    - Fix memory corruption in gw backend when fetching changes (Harish)
    - Set exchange attachment store (Surf)

  * Camel
    - Allow flag syncing in read-only mode for imap based on PERMANENTFLAGS
    (Jeff)
    - Set priority in outgoing gw mail (Sankar)

Updated Translations:
	- tr (Baris Cicek)
	- pl (GNOME PL Team)
	- pt (Duarte Loreto)
2005-03-26 16:20:27 +00:00
jmmv
7a85307e89 Update to 1.2.0. While here, switch to bsd.options.mk:
Evolution Data Server 1.2.0, 2005-03-07
---------------------------------------

Bugzilla bugs fixed (see http://bugzilla.ximian.com/show_bug.cgi):

  * Addressbook
    #73226 - Missing symbol in e-destination (JP)

  * Addressbook
    #72454 - Crash for webcals with gnome proxy setting (Rodrigo)

  * All
    #73010 - Cannot cancel/close 'Category icon' popup (Harry Lu)

Updated Translations:
	- pt_BR (Raphael Higino)
	- hu (Laszlo Dvornik)
	- sr (Igor Nestorovic)
	- sr@Latn (Igor Nestorovic)
	- ca (Xavier Conde Rueda)

Evolution Data Server 1.1.6, 2005-02-28
---------------------------------------

Bugzilla bugs fixed (see http://bugzilla.ximian.com/show_bug.cgi):

  * Addressbook
    #72806 - EDS is crashing while trying to add a contact to Groupwise book (Siva)
    #70908 - Can't remove e-mail addresses assigned to types evolution doesn't know about (Siva)
    #67541 - LDAP password not remembered (Siva)

  * Calendar
    #71490 - Events shows up multiple times (Chen)
    #71545 - Crash At Startup of Evolution 2.1 (Rodrigo)
    #72107 - Evolution is hanging if you go offline and then come online (Chen)
    #73008 - Recipients in CC and BCC field gets added into the TO field and not in their intended place (Sankar)
    #72965 - Unable to rename a groupwise folder (Partha)
    #72285 - groupwise backend crashes on a GWPOA generated email (Sankar)
    #72907 - Few mails are not available for offline in groupwise (Siva)

  * Camel
    #68459 - Answering to Usenet article doesn't consider the "Followup-To:" field (Michael)
    #71747 - IMAP host lookup on 'hostname;noselect=yes' (Jeff)
    #71752 - Make sure auth_domain is 'Groupwise' (Vivek)
    #72106 - New mails are in "READ" state (Partha)
    #61468 - From and Subject information is missing from Inbox mailbox (Michael)
    #57185 - MH file mode changes and broken links (Michael)
    #59507 - tries to write junk cmeta in local spool (Michael)
    #71812 - folders are stored way too often (Michael)
    #70590 - Filters mark mail as read when it really isn't (Michael)
    #72609 - Crash everytime when read the article (Michael)

  * All
    #9605  - Let "Delete" remove selected contact from the name selector (Harry Lu)
    #73011 - Evolution crashed when clicked on new category (Rodrigo)

Other bugs

  * Addressbook
    - Make sure editors are always read-only in offline mode (Siva)
    - Destroy groupwise connection hash tables correctly (Chen)
    - Migration issue with non-ASCII quoted printable chars in contact notes (Siva)

  * Calendar
    - Return the weather calendar capabilities properly (Rodrigo)
    - Fix getQM issues in groupwise backend so we don't miss events (Harish, Chen)
    - Locking fixes to prevent races in backend (JP, Rodrigo)
    - Download groupwise calendar attachments only if not already in cache (Harish)
    - Destroy groupwise connection hash tables correctly (Chen)
    - Make sure groupwise item creation date exists before using (Chen)
    - Fix crash during migration if e-d-s is not available (Rodrigo)
    - Set detached instance recurid and start/end properly (Rodrigo)

  * Camel
    - Make junk code use camel debug (Rodo)
    - Use groupwise getQM call with correct timestamp to prevent missing messages (Harish)
    - Fix deletion of groupwise mail (Chen)
    - Fix server version display in warning (Vivek)
    - Show correct time for mails (Partha)
    - Rename inbox/INBOX to Inbox, so it is translatable (Björn Torkelsson)
    - Use XGMOVE if possible in IMAP4 (Jeff)
    - Flag IMAP4 inbox properly (Björn Torkelsson)
    - Just search the cache if IMAP4 is in offline mode (Jeff)

  * All
    - PPC fixes (Hans)
    - Allow name selector to auth books properly (Hans)
    - Leak fix (Kjartan Maraas)

Updated Translations:
	- el (Kostas Papadimas, Nikos Charonitakis)
	- nl (Vincent van Adrighem)
	- hu (Laszlo Dvornik)
	- da (Martin Willemoes Hansen)
	- gu (Ankit Patel) <ankit644@yahoo.com>
	- pl (Artur Flinta)
	- uk (Maxim Dziumanenko)
	- fr (Thierry Moisan)
	- pt (Duarte Loreto)
	- it (Marco Ciampa)
	- nb (Kjartan Maraas)
	- no (Kjartan Maraas)
	- bg (Vladimir Petkov)
	- fi (Ilkka Tuohela)
	- ru (Leonid Kanter)
	- sq (Laurent Dhima)
	- bg (Vladimir Petkov)
	- lt (Zygimantas Berucka)
	- en_GB (David Lodge)
	- ja (Takeshi AIHANA)
	- ko (Changwoo Ryu)
	- sv (Christian Rose)
	- en_CA (Adam Weinberger)
	- es (Francisco Javier F. Serrador)
	- de (Frank Arnold)
	- cs (Miloslav Trmac)

Evolution Data Server 1.1.5, 2005-02-07
---------------------------------------

Bugzilla bugs fixed (see http://bugzilla.ximian.com/show_bug.cgi):

  * Addressbook
    #1069  - Support REV field in VCard (Siva)
    #67267 - Auto-complete misses contacts with 'Title' set (Siva)
    #68172 - Don't include function names in e-d-s messages (Siva)
    #70918 - Importing kontact vcard causes inifinite loop (Siva)
    #71116 - Wrong gettext initialization breaks translation (Christophe)
    #71827 - Search after a contact with Name begins with, only searches
               for first name (Siva)

  * Calendar
    #68541 - Invalid Response From Server Message (Chenthill)
    #64682 - Moving a appts from one calendar to another sends update (Chenthill)
    #72004 - Invalid connection error message (popup) - Suddenly (Chenthill)
    #72117 - EDS crashed - Trying to create meeting appointments (Chenthill)

  * Camel
    #36142 - Don't use acronyms as verbs in messages (Michael)
    #38671 - filtering on specific-headers needs to check each matching header
             (Michael)
    #38791 - GPG can make evo hang if keyserver unreachable (Michael)
    #65329 - Regression in default folder name localisation (Michael)
    #68741 - Evolution 2 hides Junk folder created in 1.4 (Michael)
    #70303 - PGP signature invalid with very short emails (Michael)
    #71847 - IMAP is broken (Jeff)
    #72020 - Error parsing filter: Unknown identifier: adjust-score (Michael)

  * All
    #69909 - EDS logger doesn't restore logging when it shuts down (JP)
    #72172 - Cannot delete a GW Shared folder (Partha)

Other bugs

  * Addressbook
    - Changed default Groupwise port to 7191 (Siva)
    - Online/offline fixes in LDAP backend (Siva)
    - Build backends as modules (Hans Petter)
    - Check Groupwise server version and notify user (Vivek)

  * Calendar
    - Changed default Groupwise port to 7191 (Siva)
    - Fixed idle saving in file backend (Rodrigo)
    - Fixed leak in e_cal_send_objects (JP)
    - Removed categories-related methods in backends (Rodrigo)
    - Improvements in communication with GW servers for tasks (Harish)
    - Build backends as modules (Hans Petter)
    - Fixed conflicts in IDL file (Hans Petter)
    - Check Groupwise server version and notify user (Vivek)
    - getQuickMessages support in GW backend (Chenthill)

  * Camel
    - Added old imap code back to build (Jeff)
    - Improve moving between folders in GW provider (Partha)
    - IMAP/IMAP4 compatibility work (Jeff)
    - Updated tests to use IMAP4 (Jeff)
    - getQuickMessages support in GW provider (Partha)
    - Use GW SOAP mailer code to be the default (Siva)
    - Changed default Groupwise port to 7191 (Siva)
    - GW SOAP mailer code improvements (Partha)

  * All
    - Added 'searchable' flag for categories (Rodrigo)
    - Fixed saving of categories config changes (Rodrigo)
    - Use glib's i18n headers (Ross)
    - Removed useless libgnome use (Ross)
    - a11y improvements (Hao)

Updated Translations:
    - ca (Jordi Mallach)
    - cs (Miloslav Trmac)
    - de (Frank Arnold)
    - el (Kostas Papadimas)
    - en_CA (Adam Weinberger)
    - en_GB (David Lodge)
    - es (Francisco Javier F. Serrador)
    - et (Priit Laes)
    - ja (Takeshi AIHANA)
    - ko (Changwoo Ryu)
    - lt (Žygimantas Beručka)
    - nb (Kjartan Maraas)
    - nl (Vincent van Adrighem)
    - no (Kjartan Maraas)
    - pt (Duarte Loreto)
    - pt_BR (Raphael Higino)
    - sq (Laurent Dhima)
    - sv (Christian Rose)

Evolution Data Server 1.1.4, 2005-01-24
----------------------------------------

Bugzilla bugs fixed (see http://bugzilla.ximian.com/show_bug.cgi):

  * Calendar

    #57567 - calendar migration speed (Rodrigo)
    #67974 - use proxy if necessary for webcal (Rodrigo)

  * Camel

    #65178 - newly created folder on local maildir doesn't show until evolution restart (Michael)
    #71082 - Authenticated SMTP and TLS work very slowly (Jeff)
    #69024 - Doesn't update NNTP folder in a Virtual folder (Michael)
    #47824 - nested, identical multipart boundaries dont parse properly (Michael)
    #70095 - deleting vfolder causes evo to hang (Michael)

  * All
    #70067 - Mask GW password when GROUPWISE_DEBUG=1 is used (Siva)
    #28532 - Don't allow duplicate categories (Rodrigo)

Other bugs

  * Addressbook
    - Fix full name queries (Siva)
    - Order of magnitude speed fix for fetching list of contacts (Siva)

  * Calendar
    - Comply with new server api changes (Harish)
    - Default to UTC timezone if nothing else (Chen)
    - Handle cancelling instances via itip (Rodrigo)
    - Handle case where events are only instances (no master) (Rodrigo)
    - Don't save unless the file is actually dirty in the file backend (Rodrigo)
    - Use single metric/imperial setting (David Trowbridge)

  * Camel
    - Make imap4 code have the same summary as imap (Jeff)
    - Make imap4 code handle imap:// uri (Jeff)
    - Fix offline syncing and journalling for imap, groupwise and exchange (Jeff)
    - Be able to get the message status in groupwise (Partha)
    - Restrict path lengths to 65k in lock helper (Michael, Max Vozeler)
    - Fix groupwise offline transfers (Jeff)
    - retain label settings in IMAP4 when offline for UIDPLUS servers (Jeff)
    - 64 bit fixes (Michael)

  * All
    - emit source changed property if properties are totally removed (Siva)
    - complete properly if the widget loses focus via tab (Hans)
    - display all email addresses for a user again (Hans)
    - fix crash pressing enter in empty completion widget (Hans)

Updated Translations:
	- it (Marco Ciampa)
	- de (Frank Arnold)
	- et (Priit Laes)
	- cs (Miloslav Trmac)
	- nb (Kjartan Maraas)
	- lt (Zygimantas Berucka)
	- ja (Takeshi AIHANA)
	- es (Francisco Javier F. Serrador)
	- en_CA (Adam Weinberger)

Evolution Data Server 1.1.3, 2005-01-10
----------------------------------------

Bugzilla bugs fixed (see http://bugzilla.ximian.com/show_bug.cgi):

  * Calendar

    #68533 - evolution-alarm-notify appears to cause an e_data_book leak (Harish)

  * Camel

    #70556 - Unable load messages info from MS Exchange by IMAP (Michael)
    #70919 - Crash during fetching mail (mail has gpg signature) (Michael)

Other bugs

  * Addressbook
    - Merge offline support for groupwise, ldap (Siva, Chen, Hans)

  * Calendar
    - Backend attachment support (Harish)
    - Weather calendar (David Trowbridge)
    - Handle send options for groupwise (Chen)
    - Fixed problems when items only had detached instances (Rodrigo)
    - Merge offline support for groupwise, ldap, webcal (Siva, Chen)

  * Camel
    - Merge groupwise SOAP mailer (Partha)
    - IMAP4 offline support (Jeff)
    - Groupwise offline support (JP, Jeff, Partha)
    - 64 bit fixes (David Mosberger-Tang)

  * All
    - move e-categories and rewrite (Rodrigo)
    - emit source_changed signal if properties change (David Trowbridge)
    - implement e-name-selector class, without bonobo (Hans)

Updated Translations:
	- bg (Vladimir Petkov)
	- ja (Takeshi AIHANA)
	- ru (Leonid Kanter)

Evolution Data Server 1.1.2, 2004-12-20
----------------------------------------

Bugzilla bugs fixed (see http://bugzilla.ximian.com/show_bug.cgi):

  * Calendar

    #70127 - Evolution Calendar does not use a User-Agent (JP)
    #70267 - O(n^2) activity writing cache files when opening an ics webcal
    #file (Rodrigo)

  * Addressbook

    #68454 - Ldap organizationalUnit show up in contact list (Siva)

  * Camel

    #69776 -Signed Mail with attachments displays everything with
     multipart/boundaries stuff (NotZed)
    #69533 - GW imap mail becomes invisble/unavailable (NotZed)

Other bugs

  * Addressbook
    - implement is_open accessor on ebook (Hans)
    - move e-destination (Hans)

  * Calendar
    - Merge recurrence work, support for detached instances (Rodrigo)
    - Add support for passing a modified object from sync backends (Anders Carlsson)
    - Add static capabilities for send options (Chen)
    - Leak fixes (Harish)

  * Camel
    - Move camel here (NotZed)
    - Fix non-SSL build (Jeff)
    - Add offline journalling for IMAP4 (Jeff)

  * All
    - implement a gtktreemodel contact store (Hans)

Updated Translations:
	- lt (Zygimantas Berucka)
	- it (Marco Ciampa)

Evolution Data Server 1.1.1, 2004-11-28
----------------------------------------

Bugzilla bugs fixed (see http://bugzilla.ximian.com/show_bug.cgi):

  * Calendar

    #69624 - make changes in evo corresponding to soap schema changes (Siva)

  * All

    #69056 - Translations set to wrong version (Ryan Skadzberg)
    #68737 - Crash on Migrating (JP)

Other bugs

  * Addressbook
    - add API to determine required fields (Siva)

  * All
    - allow access to primary source selector (Harish)

Updated Translations:
	- sr (Danilo Segan)
	- sr@Latn (Danilo Segan)
	- cs (Miloslav Trmac)
	- sq (Laurent Dhima)
	- en_CA (Adam Weinberger)
	- en_GB (David Lodge)

Evolution Data Server 1.1.0, 2004-11-01
----------------------------------------

Bugzilla bugs fixed (see http://bugzilla.ximian.com/show_bug.cgi):

  * Calendar

    #64673 - Cannot view free/busy for GroupWise users for users outside POA (Harish)
    #67031 - Groupwise task completion not showing (Chen)

  * Address Book

    #42165 - "search in any field" produces wrong results (Siva)
    #64298 - G/W failure to authenticate (Siva)

  * All

    #65200 - GroupWise backend crash
    #67031 - (Partial) show completed status properly for GroupWise tasks

Other bugs

  * Address Book
    - Fix e_book_commit_contact multiple usage crash (Diego Gonzalez)
    - Make groupwise IM names searchable (Nat)

  * Calendar
    - Speed up free/busy gathering (Harish)
    - Speed up getting detached instance information (Rodrigo)

  * All
    - loadable backend modules (Toshok)
    - create libedataserverui (JP)

Updated Translations:
	- sr (Danilo Segan)
	- sr@Latn (Danilo Segan)
	- cs (Miloslav Trmac)
	- sq (Laurent Dhima)
	- en_CA (Adam Weinberger)
	- en_GB (David Lodge)
2005-03-22 16:18:06 +00:00
agc
8758983939 Add RMD160 digests. 2005-02-24 09:59:20 +00:00
jmmv
7981f6991d Update to 1.0.4:
Bugzilla bugs fixed (see http://bugzilla.ximian.com/show_bug.cgi):

  * Address Book
    #64298 - G/W failure to authenticate (Siva)
    #67541 - LDAP password not to be remembered (Siva)
    #66854 - Some strings are missed to translation (Rodney)
    #71116 - wrong gettext initialization breaks translation (Rodney)
    #70918 - Importing kontact vcard causes inifinite loop (Siva)

  * Calendar
    #64682 - Moving an appointment from one calendar to another sends update
      (Chen)
    #67031 - GroupWise tasks are not getting updated in any way (Chen)

  * All
    #69186 - cannot remove GAL from Autocomplete in settings (Siva)
    #64298 - G/W failure to authenticate (Siva)

Other bugs

  * Calendar
    - warning fixes (Michael)
    - fix groupwise ssl usage (Harish)

  * Address Book
    - fix vcard note migration issues if containing non-ascii chars (Siva)
    - fix groupwise ssl usage (Harish)

  * All
    - 64 bit fixes (Michael)

Updated Translations:
    -et (Priit Laes)
    -ru (Leonid Kanter)
2005-02-22 18:24:37 +00:00
jmmv
b0faa3370d Update to 1.0.3:
Bugzilla bugs fixed (see http://bugzilla.ximian.com/show_bug.cgi):

  * Calendar

    #59904 - Speed up calendar queries (Rodrigo)
    #69624 - make changes in evo corresponding to soap schema changes  (Siva)

Other bugs

  * Address Book
    - prevent e_book_commit_contact from crashing on multiple calls
      (Diego Gonzalez)
    - prevent file backend from crashing if uid of vcard is NULL
      (Diego Gonzalez)

  * Calendar
    - fix libical build for automake 1.9 (Rodney)
    - fix putenv usage for portability (Julio M. Merino Vidal)

Updated Translations:
	- sv (Christian Rose)
2004-12-28 21:48:12 +00:00
kristerw
834aaa13c5 Make this pkg build on amd64 with a patch from evolution-data-server-1.0.3. 2004-12-11 15:12:29 +00:00
sketch
2ebe388a09 Apply some minor tweaks to get this package compiling with SunPro and possibly
other non-gcc compilers.
2004-11-18 14:20:26 +00:00